diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..28df5f900b358436f0267334b3e3e9af33f917ba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,55 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..834b6ca3a03faf14ae579487202eebde25d514c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +.vscode + +countimages.py \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..5f050a3515d0551ed4b6dd296b620dbc6c708c31 --- /dev/null +++ b/README.md @@ -0,0 +1,143 @@ +--- +license: cc-by-4.0 +task_categories: +- feature-extraction +- image-classification +language: +- en +tags: +- tomato +- leaves +- plant +pretty_name: tomato_leaves +size_categories: +- n<1K +--- +# Tomato Leaves Dataset + +## Overview + +This dataset contains images of tomato leaves categorized into different classes based on the type of disease or health condition. The dataset is divided into training, validation, and test sets, with a ratio of 8:1:1. The classes include various diseases as well as healthy leaves. The dataset includes both augmented and non-augmented images. + +## Dataset Structure + +The dataset is organized into three main splits: + +- **train** +- **validation** +- **test** + +Each split contains images belonging to the following classes: + +- Bacterial_spot (0) +- Early_blight (1) +- Late_blight (2) +- Leaf_Mold (3) +- Septoria_leaf_spot (4) +- Tomato_Yellow_Leaf_Curl_Virus (5) +- Tomato_mosaic_virus (6) +- healthy (7) + +## Data Summary + +### Training Data Summary + +| Split | Class | Total Images | Augmented Images | Non-Augmented Images | % Non-Augmented | % Augmented | +|------------|------------------------------------------|--------------|------------------|----------------------|-----------------|-------------| +| train | Tomato___Late_blight | 1710 | 119 | 1591 | 93.04 | 6.96 | +| train | Tomato___Tomato_mosaic_virus | 509 | 217 | 292 | 57.37 | 42.63 | +| train | Tomato___Leaf_Mold | 999 | 207 | 792 | 79.28 | 20.72 | +| train | Tomato___Bacterial_spot | 1930 | 178 | 1752 | 90.78 | 9.22 | +| train | Tomato___Early_blight | 966 | 135 | 831 | 86.02 | 13.98 | +| train | Tomato___healthy | 1589 | 342 | 1247 | 78.48 | 21.52 | +| train | Tomato___Tomato_Yellow_Leaf_Curl_Virus | 4930 | 752 | 4178 | 84.75 | 15.25 | +| train | Tomato___Septoria_leaf_spot | 1771 | 293 | 1478 | 83.46 | 16.54 | + +### Validation Data Summary + +| Split | Class | Total Images | Augmented Images | Non-Augmented Images | % Non-Augmented | % Augmented | +|------------|------------------------------------------|--------------|------------------|----------------------|-----------------|-------------| +| validation | Tomato___Late_blight | 210 | 0 | 210 | 100.00 | 0.00 | +| validation | Tomato___Tomato_mosaic_virus | 66 | 0 | 66 | 100.00 | 0.00 | +| validation | Tomato___Leaf_Mold | 120 | 0 | 120 | 100.00 | 0.00 | +| validation | Tomato___Bacterial_spot | 235 | 0 | 235 | 100.00 | 0.00 | +| validation | Tomato___Early_blight | 131 | 0 | 131 | 100.00 | 0.00 | +| validation | Tomato___healthy | 200 | 0 | 200 | 100.00 | 0.00 | +| validation | Tomato___Tomato_Yellow_Leaf_Curl_Virus | 624 | 0 | 624 | 100.00 | 0.00 | +| validation | Tomato___Septoria_leaf_spot | 210 | 1 | 209 | 99.52 | 0.48 | + +### Test Data Summary + +| Split | Class | Total Images | Augmented Images | Non-Augmented Images | % Non-Augmented | % Augmented | +|------------|------------------------------------------|--------------|------------------|----------------------|-----------------|-------------| +| test | Tomato___Late_blight | 209 | 0 | 209 | 100.00 | 0.00 | +| test | Tomato___Tomato_mosaic_virus | 59 | 0 | 59 | 100.00 | 0.00 | +| test | Tomato___Leaf_Mold | 125 | 0 | 125 | 100.00 | 0.00 | +| test | Tomato___Bacterial_spot | 241 | 0 | 241 | 100.00 | 0.00 | +| test | Tomato___Early_blight | 117 | 0 | 117 | 100.00 | 0.00 | +| test | Tomato___healthy | 197 | 0 | 197 | 100.00 | 0.00 | +| test | Tomato___Tomato_Yellow_Leaf_Curl_Virus | 625 | 0 | 625 | 100.00 | 0.00 | +| test | Tomato___Septoria_leaf_spot | 223 | 0 | 223 | 100.00 | 0.00 | + +## Classes Descriptions + +- **Late blight** + +Late blight is a disease caused by the oomycete pathogen *Phytophthora infestans*. It is characterized by large, irregularly shaped lesions on leaves and stems that can quickly become necrotic. It is one of the most devastating diseases affecting tomatoes. + +- **Mosaic Virus** + +Tomato mosaic virus (ToMV) causes a variety of symptoms, including mosaic patterns of light and dark green on the leaves, leaf malformation, and stunted growth. It is a highly contagious virus that can significantly reduce crop yield. + +- **Leaf Mold** + +Leaf mold is caused by the fungus *Passalora fulva*. Symptoms include yellow spots on the upper leaf surface and a velvety, olive-green mold on the underside of leaves. It primarily affects older leaves and can lead to defoliation and reduced yield. + +- **Bacterial Spot** + +Bacterial spot is caused by several species of *Xanthomonas*. It is characterized by small, dark, water-soaked lesions on leaves, which can coalesce and cause significant leaf damage. This disease can also affect fruit, causing scabby spots. + +- **Early Blight** + +Early blight, caused by the fungus *Alternaria solani*, results in concentric ring patterns on the leaves, often referred to as "target spots." It typically begins on the older leaves and can cause significant defoliation and yield loss. + +- **Healthy** + +This class includes images of healthy tomato leaves, which are free from any disease symptoms. Healthy leaves are typically green and uniform without spots, lesions, or discoloration. + +- **Yellow Leaf Curl Virus** + +Tomato yellow leaf curl virus (TYLCV) causes yellowing and curling of the leaves, stunted growth, and reduced fruit set. It is transmitted by the whitefly and can cause significant crop losses in affected areas. + +- **Septoria Leaf Spot** + +Septoria leaf spot is caused by the fungus *Septoria lycopersici*. Symptoms include small, circular spots with dark borders and lighter centers on the leaves. It primarily affects the lower leaves and can lead to defoliation and reduced yield. + +## Source + +This dataset is a merge of two different datasets: + +- [PlantVillage](https://github.com/spMohanty/PlantVillage-Dataset) - Licensed under CC BY 4.0. Please cite the following paper if you use this dataset: + - Hughes, D. P., & Salathé, M. (2015). An open access repository of images on plant health to enable the development of mobile disease diagnostics. arXiv preprint arXiv:1511.08060. +- [PlantDoc](https://github.com/pratikkayal/PlantDoc-Dataset) - Licensed under [specific license details]. Please cite the following paper if you use this dataset: + - Singla, A., Nayyar, A., & Singh, A. (2019). PlantDoc: A Dataset for Visual Plant Disease Detection. arXiv preprint arXiv:1911.10317. + +Only the classes that describe leaves of tomatoes were used from these datasets. + +## License + +The dataset is aviable under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en) license. + +## Citation + +If you use this dataset in your research, please cite it as follows: + +```bibtex +@misc{tomatoesl_ds_2024, + author = {Perinello, Lorenzo and Giro, Silvia}, + title = {Tomato Leaves Dataset}, + year = 2024, + url = {https://huggingface.co/datasets/lorenzoxi/vcs-tomatoes-dataset}, + note = {This dataset is a merge of two different datasets: PlantVillage and PlantDoc. Only the classes that describe leaves of tomatoes were used.}, + howpublished = {\url{https://huggingface.co/datasets/lorenzoxi/vcs-tomatoes-dataset}}, +} ``` \ No newline at end of file diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/110608-01-8356c-lg.jpg b/dataset-tomatoes/test/Tomato___Bacterial_spot/110608-01-8356c-lg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fc433b68ed0ddd9f6181494617463cdd47cd4a9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/110608-01-8356c-lg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73715afcb46446f61d12cf201809f158c1cc62f0578cbe1ed1a1ed42bc269125 +size 97572 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/38849847120_7ae02bd6c3_b.jpg b/dataset-tomatoes/test/Tomato___Bacterial_spot/38849847120_7ae02bd6c3_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a3cb39f3acd607cc6415562a8a21aa113b90ad5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/38849847120_7ae02bd6c3_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246e987e63742f3418af56e388bdf5d2bcb0ebdf284b51aad750886714835294 +size 201876 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/Bacterial_spots2277.jpg b/dataset-tomatoes/test/Tomato___Bacterial_spot/Bacterial_spots2277.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5139aff8b61edb7b44daee85ba772319e7345dca --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/Bacterial_spots2277.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fa5ff9867b7a9cd249a3cf577016ad0af940a294fba39200e88fe8c91e1d7d +size 43299 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/TC3.jpg b/dataset-tomatoes/test/Tomato___Bacterial_spot/TC3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ed3f47ede3de6e282fbf04339249b8746435516 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/TC3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefe80b88434d8af39f83253dfad60ebf811af6e0e8e31e8597d206ad1ce0b8b +size 513599 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/Tomato%20bacterial%20canker.JPG.jpg b/dataset-tomatoes/test/Tomato___Bacterial_spot/Tomato%20bacterial%20canker.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4350a2c4afee7b9304cc7480349c57ecd1ecbf1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/Tomato%20bacterial%20canker.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85fc518bf59ebea7be385229293f4430561df7a3991b2b146a75835cf505230 +size 130259 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/TomatoBacterialSpot2.jpg b/dataset-tomatoes/test/Tomato___Bacterial_spot/TomatoBacterialSpot2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..296dcef407ec9087baad402c6c33e88593c2bead --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/TomatoBacterialSpot2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6049cbb5f75d6e73d0327aa9f1ab0f893e019ef3234d26402abd1b96c79b39e2 +size 73179 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/b-speck.jpg b/dataset-tomatoes/test/Tomato___Bacterial_spot/b-speck.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8995bf5f5d3e7cfb4db898f51b78211e8436a071 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/b-speck.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adf89d08459ca67ecb447e89058d090d7665af4c22763c65baceb687744b5cd +size 453664 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/bact-spot-leaf-big.jpg b/dataset-tomatoes/test/Tomato___Bacterial_spot/bact-spot-leaf-big.jpg new file mode 100644 index 0000000000000000000000000000000000000000..427c9ce1945a4f9b3cfa17701200befb695e628b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/bact-spot-leaf-big.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a9974a6bb8ba89c8a76ce2edbb25f8e6d38063c75badf2706fa720a91fdec3 +size 612922 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/bacterialSpeck03510339f27656b-1scmgh1.jpg b/dataset-tomatoes/test/Tomato___Bacterial_spot/bacterialSpeck03510339f27656b-1scmgh1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b2e6f10091ecbdc780abd3a08c134559c10a0a8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/bacterialSpeck03510339f27656b-1scmgh1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4074e20070c01055c0cbc346ebdb21834ae5b3c556d35de34a6ada07d3db1e44 +size 155778 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/droppedImage_3.jpg b/dataset-tomatoes/test/Tomato___Bacterial_spot/droppedImage_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..affe4b0e368c2246afac3946abd3dec32c947a39 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/droppedImage_3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9e15665975db7738686684a20015cc2bdd7dacea660e211f17f5badbcd9841 +size 82336 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1000).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1000).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffc85be7cfc51d183c4419fe5db517e3fe6c62b1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1000).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850b6765120172f41cb09008974b69ae0a3c5b7b30d462345ef4226af70e3ade +size 12216 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1002).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1002).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6309d18b88e15b91b7bf94d066ac175d1521c251 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1002).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37c9328289b0423221b402a1a9de24c07a76b0efa873293debbd1f03ef657bd +size 12129 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1006).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1006).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69ea6a6e9cc47a1b31c09664f44e2e44a04373bc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1006).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fdf24ea23641c1461f2ef8ecd830cb0ec396bd11ba26ac6bbff2ba2d537216 +size 14267 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1009).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1009).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05dd3c85f9b48f2b4bd53841c741eda8bcb9618f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1009).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b37c44b1def1f316cf565e3ec50133e148ce1bc4e18207091a24ccdfd14789 +size 9081 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1015).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1015).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab0ac7e93f9b04075cbcf440907e9ffef686283c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1015).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747ba2c134459056a7958c20550e344e0f86ec0159cd69834c032a734b577712 +size 11627 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1022).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1022).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c4d91ab9e41c348be1dac53b946b38e10fcb156 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1022).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a9cc1041da330c82a8d31326990f3059d51d8a40ec0de0a56745a7be4995ea +size 12167 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1024).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1024).JPG new file mode 100644 index 0000000000000000000000000000000000000000..098f68bb6bb5bb1b638e268e4ced7c0b4d533076 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1024).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60342ec3b0fea5dc134d983d31a24ecd0924e60ce3a215eb5100774b0af66384 +size 11872 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1037).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1037).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a46fac2acc82a46dcf7ea0c48286991baf833836 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1037).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10aa2b5e102334d6ed2b6e3d8a8b9c3313c0f3452ba2af48aa47bb137b4ee5a9 +size 11899 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1040).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1040).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f459a086615e1b6cdbf1dcbdaad21bfa4e7652c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1040).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8919b7a75827a8fcb4d3a2746a99c731f3ec3f1c8df3087c3818ca61df02f524 +size 13473 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1046).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1046).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06d103027ebde7c8910ee576614af6a90f87edcd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1046).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807e2077e87c39667576efd8859851abb4b1f8c5ab36e902cec64e49a7d8e8df +size 11280 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (106).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..687dbc1e28ee0401eac65f9b4e6f871b9aa9ad8a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da8bf899781cb47f445863391dbf8597c6ff264aea03c78d227a73266a894f2 +size 11846 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1065).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1065).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c1cd993b9936af244068c30118dcdefdc2d647a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1065).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae67ea185eb64aebbcfe53378e4be76478aaab5a25f2fd582bbfc3cad1925211 +size 14117 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1075).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1075).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eee1121ce81152957c9bcd31455af7db5be6f4ba --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1075).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c11527ea9f7bbd93fdd3fc7a253dd5d71e0aa927eba99f136340440498aea82 +size 11911 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1078).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1078).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4e560aff64d6e4594274ff3a96a5cf46e5885fb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1078).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05de2a0c5a09e586a8b98a995b8feae8b5a5984db62c2d9db4ca2c64668f55ff +size 9485 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1079).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1079).JPG new file mode 100644 index 0000000000000000000000000000000000000000..514f68c7422b7b145a0c6af44fc173e175903683 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1079).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b14b1c57eb5bec1002f2ea0bf4aa17d0f33b09839c98702707fbf5524dc904 +size 12961 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1082).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1082).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f103551fb68d3a47eebefa46b0511b8ddb68eb7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1082).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d591dd9b51f03f10a468728a03c075e936a87d12ecf5be641a1cb3f0e59c7e +size 12935 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1084).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1084).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36fdcec6c9205a55d636f6a59dabd0524fdf3bed --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1084).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43246b91a7051563c9166e75da6ec2b5d4a6029aa947d2a959176c8aeca9be90 +size 13255 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1085).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1085).JPG new file mode 100644 index 0000000000000000000000000000000000000000..398e820f5e15f88ff1f4095a28f95471d15d2662 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1085).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21df4249d4be2d6e2a1a7266a037d283ff90dc36ec409df2827cd4e598394d8f +size 14964 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1092).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1092).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68a0956295dbfa1af5130668e7e4c793bf7adea4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1092).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bd0c9f65b90e62f91f3d0b8f76b838bfe70712a69edcc49395062581acafc9 +size 10766 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1093).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1093).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d11a20184d635c20a028c776defbe7dd2333ea93 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1093).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b8d1f303e6e902cdd1bea2e0a727d4894183d72e159b7d645393f4d52dd5db +size 10964 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1106).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..971ae56ad6961ff2d674197f3990a6989ef9720d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bea5288efbb4bcc864c07433dd73c3db75aa73e5dbee45665e803c98428496 +size 14526 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1109).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd70b7fe700e903b8e7da592a3ac88e8864f0865 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c69426d91e4a3707d8c1fe4994dc4dafc700511e6d7c33a70ec4488637b15e0 +size 12659 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1117).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5c62854a77d0f7479479ced3d026234b4360a95 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b929c4416d14965e00e94edc166b791fe866d595f9aaabeb4cfedd3f76205f7f +size 12840 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1122).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06f7f27d9c027a38f8fb82541cefa9fa9b4f7628 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86bf3524e992bb185cc8bd4220d1fc8153f39ae5fb13b925107f3dcc0d986340 +size 12915 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1127).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..002956e65fca2d0914e1c86b709559fd17d35284 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60807088180ef0d2899ffbc1ffa2d32cc5e593555c1f5a6f814b1dee85988e6 +size 13139 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1139).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4f7bec54977e72d03061d95ec8b69a3fc3b0fc9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4741b1f3aea0380a1ae8b64be12df3ee5b0e4e100f0f692cb61a42f3b7e991c +size 8863 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1148).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..149bf43dc94b09dfac811b8afb8c9c072ad46cab --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5740f80f7ded86cf5254f52033c86e31403a2f703d6328932eb51cd06fcaac8 +size 17396 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1157).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4846f3a6182f77f0ee1f45273a55fad15e5ef837 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cee80ac743beef15f9b3f32ba11cbdd2f75beb8c8613d237300db647a9dad2 +size 14419 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1161).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91dfe62735f178adabf857dcd97bc24c23064768 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098cc014824ba55c2c7df300ded7fc6fbbe6181d144632b2121e6c61b956e7b6 +size 14902 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (117).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..657073fca6f7bf3141f1820b8b3f329eb1f50963 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d261eff44f979570037965d6deb8af2543b140bf634bdc976def5582b20fed34 +size 12934 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1192).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b16e62d835b4db03a08553bf5db93e9333e11bda --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2031f431b865a90be596316f3069b80c10eabe3b52e583c130b6b7994b734712 +size 12955 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1195).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b78bb535b8d09f3fd1b556ec4aa3df10f841904d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661a7fa83bad11a4357bb9fab615179ed6d9663aafabb159d8a528c2cfa20f8f +size 9877 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1199).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c78ea5a2ea8565f084810934c55de053d8a67bb2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9781f5d2323addbb49574d26a2ac243956bda205de487c80e4c41d5b169b5d52 +size 12365 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1205).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e70b6a37b947a5de0067ae2ccecb1a95bf8b373 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cca256eb29df90245d351851c423e8175c6e4301d387e0b33cf3c17139a631 +size 13081 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1207).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1beb5182591132ab27c6fef510b5dd6887953fa3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb91d54986f82c25604899971bbe4a9f773956fcd52aa54d20f5e842a314ece +size 12847 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1215).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfba83006cfa5d94ba625dd9615ea2e677a0b5af --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdbbd5c6ef9dbd4d7ff30ed3172dfec1d6b6ec684e7696b1e68d9c948925c90 +size 15344 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1219).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..628af43c841e7b39a9ad4959c22310fd4d295551 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88cf80d6c83d88fc3cdd6cee8cedd427b6d35fc1d5460bb45f1c1bca06c5311 +size 14687 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1271).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ace945a4bd8ef3411519e4bcb709f1a7a632f5f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e5a0fef15d7d8e6dd11a81e96dd7ffd6bfd35d514900c3b2c557e061ffd211 +size 13806 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1309).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41748f805ad36f08a36ebe5019309cceee2838fe --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d815664a761a56a671415cd75921d27bfd78c810b7a93df88a57d7bd504e7443 +size 13531 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1311).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1956432a9d9fcbcdac13ee202ec733e9788f9432 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e11f71f03db2110f96c515d960535dedb35152cca6efcdc2148329516ee867 +size 11701 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1323).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8512d68f0684388b8bb633ea3ea8f0fae62b0dff --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1e8e29b7b2b223e675fb78344a5e8d5516052296a20d9300c657c4247a5ba9 +size 11918 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1334).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54bd92104977e8f003bf3bec3bdef74c03c59e1b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59887e9f5db9f02ebbe12a76f60d7ad2cdb735e5fac777e5ec7cdb80b1f2029a +size 12402 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1355).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d9b54c808fea145086514e033804465838c085f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35566fee459fe16775c310f1f0ddd6b9eac55564f3e9fe35ee6e8088958e4331 +size 16615 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1356).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65ff8ae7325b8a4967f3a1fb4d5398e5e5065c3f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c88cecb6a61b2974194d51d03096c0bdf344e5ea4a4275792ef024f0e203bf8 +size 11492 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1360).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e62e6f70dfc2ca464e292cc7cada17fec5c3291c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd98f7597c74764305a102e880d562da7e0b9810f6b3b29b99489318e6c9663e +size 11638 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1363).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c38d3b9f0f8cd45b2321b99de564bb1f7a5f992d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777218f21899c13267783e3df7dcd0d556dca2eb4838ac440a52b3557fffb198 +size 12799 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1364).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f26d3a48e16a95e19104d8176ca550058a97e13c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5ae3005270b6380d075cd05ca8fb27b4aed958fd0703b5a217b9e4fca76fdd +size 11649 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (139).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ce060a662f4f436ee411d185617f950b546e1eb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5604d99f6fa66258c8adaef98f603db4581973cddb49e92f4e00a1b8dc19da +size 11072 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1397).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f6350de850f95840b0f334fdb11712f9cd9aac6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd6e4d3a430c01b5dc80753695c1e4c6712da3cde3823c344e0f34f2742c5d4 +size 11047 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1402).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05a79791fadd8d026f33affffed6d42c39cf1147 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c539c576471826c348d63ea4d4f089cc71067a75a095936a241cfc419f8974d +size 11453 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1407).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07cfef07929f481464a1e6ea37e75344a2ea5277 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77dde565e1f364e1877085e8bcbb6bca727398c982dea75694ae7bca7d5691d +size 11905 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1408).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11982b750e194a657272da22fabf085e92562c53 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0b124fb574c7e08a078f2dff5726dd9d5a73ebe71ac64e06065e44637d23ec +size 12142 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (141).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2786bab0a718f1fe017e8be9221164f22f95751e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a14be4d5221dd04057bccabc1c515b305ee0fc8defd8d242717a3298206418 +size 12040 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1416).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..939cec0e3d23ad9d3f49d6c426e57b4ddf456191 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abcb6063c4447c7a8dadf7c56463caf62b74e9abea350330a9518f3db22378f +size 11384 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1428).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e315e2a320ff1d68a00037dcb11b4777e7617b56 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af746b11c6ceacffc69981cf64c73c8e6e05c810419fb29be3059654aae6c325 +size 16020 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1430).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2dbd2d12dc8f162cbfdf16323b18b9d0045a29c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00022e991956630b8ae95e7575bda7a96e54b72615378f733db723e7103d4785 +size 13691 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1462).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a1f79dd5bd99b539d5f8767de135b78f15969a3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6d8faf213e17b5a8f12752e2d69acbc49f2b777e4fd92e6c978f4f362339c5 +size 11696 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1468).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41d9cfc77298f422cc1b996204be6973e0d14e3e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7ff578d2db4568086ba917d1d14ebe1a7f906b424536bacdbd8b3e0bb39195 +size 13604 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (147).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91b0f5dde5c852ad6b86c1fb5921c3e467489479 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168e566c9edf96e37cbcbfc2badce81caa00bc4cdf1033b386ea240d0b7d4945 +size 11959 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1492).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56146c74ce272e8bec4e5672c444ba9121163826 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ba6b92e469ea1d3de0ef83f6c9e85a2ad1647b92977bd8928410d4d570f9d0 +size 11299 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1534).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cf77d0c5576edc85e1784b19da26a748b512ff9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112a561cf97c9a678f0eb48a5acf5adb17ab46e56da0adee152a99a6948f6175 +size 13476 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1545).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88ef7955f8465a02081fb90f09bc101ed6da2a3d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c82b2d865119adab66a5bc88df21336d2fd613cf8ec516ce081b35b92eb28ec +size 12785 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1546).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16dd95f1b62fc3864abc1f150ebd67ba4688064b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0da59fe131ce2a7c4b80f6733b7fd879a6ea45d70e30377b7ef99dceaa03d3f +size 12581 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1558).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ff32159aeecbd17eafcf0543c205d73b90d5663 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66835316b27ac4daf79ad3f033e633dd6149ec224dffb1ae724b6b728cf4a94 +size 14616 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1564).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..406e5837c2174cd123c5d62f8282b82c1d95a6b7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83edf7b862c1c426d57e1eafcd46093952958db45e34f20741ce53760cfa81c +size 12170 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1568).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..922f7d9a343b5538cd3aa66536d00565e8ad2574 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ddd9f4948b86df0d6c40a84f89352a716ff6c88b088f12137234b41eb7ad51 +size 12869 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1574).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1483a54cd917b8f2e06f335774ebc9a0dc672cb0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c267a45bc15f558144cd57da5cced3c3387f0b90b6cc81dffc28ab7a4b0b7079 +size 12929 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1578).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aca74475307c4e582e1024871ad172633dd6eb3d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98a5c71325f8c6a91b74d091092ebe06e1199d72063c81a18e43a5f0d2784a0 +size 13090 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1590).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8515c30d6f3c4d81ceacaa860b47f99ff7cee70e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985d112e6e00a315cb9f8ba6cb7b0907981d13d9c8c42f3a1bf63cf44c05b6e5 +size 11690 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1592).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3faaa5c99e3e271ecf84680ca5f6583d09fb8d29 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb777dc23563602f23454609c5f329d690c856944359835397f7b74d6485d67d +size 14059 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1598).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c32405351530048f4c4e7f6b1961a70fabbfdbc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41533e28bb0d99f8647cfa4efb711c7d8ad6fbc087d6a60d047ab3444163e1e0 +size 9225 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (16).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (16).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bca62e11a5f9f48b802a3a10124df13076dbdcf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (16).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66541233edb9a1feb0bb3c7ac9a3cdfb66048cdc926282086345b99ce92eac18 +size 13454 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1609).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57d700ca7011437d8baa9df68dd454b207140a24 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966fad2cb7404434caf7b19dcc9aed0727e766759dc60fe36e8734f63fa9351a +size 13288 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1623).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9b7fd05c91bd846334685cd4625915f1d5e4c44 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3d64836be371a1227bc47dec60b44f354d21553d1e35060f812e2627114fcf +size 11715 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1641).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5cd9302cb84908ca9712fc835e63ffc581bc0f36 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798994be76229f4b352d84b317b41304a4ca3504268a4d8e7469a98f00b5dd39 +size 14339 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1644).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b38e2ace6e81a165228ca68591314e4ff12f72c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16a42092e1e4926ddb206d5d40d762e4ee9fe1f672ca0cb61b4899b360bdbe5 +size 13467 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1647).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a697b29c2c0f5c76cb33077fb89f847d19333a9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc5d0497bb072a3570afe9aa4d81936712e5bbb21a9c3e86f139acac2fd680c +size 13825 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1651).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4982d2a9bfa61d50c838eb23a972cff6e9100ea9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278a227a01d7a6a5cd98405bccb2c0493665c5ffc42eb572dc4378c3885a4159 +size 10760 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1656).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b052f7bfe5328a4fb744061df984019681c239b6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda85d30d9191d62f47f823113dce605837f978f5b2383fe8e35b94cee1edb17 +size 15294 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1662).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c02b28d7492e526e2b16dfd4a5f5873ccac2a7e3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c5e9b3190a28803bdcd06d30953ed8de26b1d2e3736520d2924cb6ac0f6514 +size 14494 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1665).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bdf1a94b56ae5eac953aea386be27eaa534407c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4feb25767ab3dcb45461524ac1e5d3aede911246c0ffaa15096fc197afe4d5 +size 12302 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1673).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fed74d9c1e2a5a3588d15a0b808cdc1b9952cbbf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3186595d4f1376bdfa1a31bb988e6305f076dd4c307f3eb18ae03c6364fac50 +size 14722 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1696).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc2fe4eb5848726e628241359530faec7ef2ee02 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ba029a3e81f97442124f2a8260a944992f1fb38f49bbf3a527759b16aa3d8a +size 14454 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1697).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fa541c5de0f6ba155801eb8d634161b1b0b2b43 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c277e75e3ef6525d6d3785f862f55465b1a131d53d1d818d5b08cae979706bd3 +size 12342 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1705).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db2b530f2bbd23a3c4fb6851a2870a207aaf1d70 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d000afed9826ffe15ea8f1128e6197ccbd821a0d0eedc54b39acd01394b34967 +size 13408 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1712).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7278560016a0b00ac25085aebd8d9e0d7397e69d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc5df452ecdd2a7cb291ad6ad0c9b51c423a9237f91bdd0e61586a39a56a424 +size 13645 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1719).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bb8a1c31e03afa407df4c24f12864ec0bef47e8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425460adad825a46149ae6f20480c6ddcd4c0fdcc1d78e48bc88ffdc61d209d7 +size 10617 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (174).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f897f154087126a94ee7c7c143865c508558361 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1da405f0a13ab0fc7a9375f96b1efc0c25edc8b161fe93b65b94b6f0de36554 +size 13197 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1745).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21ab205a79868a7c40ef66e284cfa4f83d85fed9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3599379abe04754940ec96df0c727b30fb8292100ebd9d7a49930d3be426eb8 +size 15197 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (176).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38d01e81e6ef523cd1e11b2cb6e7edc8304c56c5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8526d72663edc6de7bc08fd1c09b1f69f2093b19f53fc024b71f1e55ce84adf1 +size 11336 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1771).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..414e7e18b859a5ad424c436794e3cabfc9db426b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9cace920aee7c91aa02e19a124c209e57231c806527d8652c62d22570fcc443 +size 11393 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1790).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d489d8fc623960f6ebd03942824a0bd9bd63379 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e5dc74f0591d2ac1e290e0fc3ac4b04a8b2557e02759d5899f00a49cb3104f +size 14099 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1792).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8323d9fdb0698de4cb561aff982be9a6dabcf999 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b1b95a0b859dcf03f2ed1bceb9170351f80166637322c4441afb885aab34b9 +size 12882 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1796).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e50b90b8f28dfd292c64653191d1963053d8e46f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d8f4741fac88ca1b6d31d4eeb08dfbedd489ee47af817c3ef0178b2882bd0c +size 14384 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (181).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58f84fa0aff83ec68982e4fd75148126617ea9de --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5437112b08022a448b168b3e78861ec883456193d391108e34d7ebb8cd5fae37 +size 13316 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1818).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..223a3df6b3afbb6c7aab4e146c8737b6b0f98f37 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2d9832e925863bb9eeb5c5c96674cb1c7be73d9f7d4b4d94ed39560f592eca +size 14339 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1836).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9710af75e778fa3af9fbefd438c694fe141651c2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6240ee7916c368bccd2d46911aa14950d69192ca566e26785f0c4e8f9e63c8d +size 14256 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1842).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e522927b285111d28074711f84706c510918a7bd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f750d825500fb24c1a114ca6d1b331f7024b749487feb5ae40b901fc5cb8b7 +size 12072 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1844).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdff9a324fa3449e7e84757fd2136a6b5d29b384 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95df4168a296df5dcabec801abb8b7511299070a1b6821780a115a9ffa1054fd +size 11164 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1848).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06db7267ca5eb1cb4c74aecd9a10d97ab4342d14 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7073c278b0ade214d79b2bfc5633e26d3454f610546639b5ede4e00791e8a001 +size 14908 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1869).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44e2b405c27bba7c26c45805cf6264027ec554b7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1b9f247023155d2a5d26ca96490c0a47fdc7192f6141222b911a132be49487 +size 13521 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1873).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6597489a4a9f8a80d002b0d4611eb1ff24a24f3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b8687cd55c78db61e69407fefcc8cfcd68c71e2f41c468bdfd27b439bf31d6 +size 10207 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1876).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f74ac49179a09f56306aba96b3eae5f050b01a0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360d138a4ff45d691e1e928f0e7453c6a3c35521f0a3e3fd0bd5378655d546ba +size 12037 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1878).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7881df02199f9372280710057ec7ef6d299d0915 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b3f44b8a600e512e15750cb00ca912b42f1882ab7d36a813b52986bd46d568 +size 15447 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1887).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a029cb46284c1e00f0a2cf8e04efe1979214f17 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1569542ebc88a8453a8deedd5dd74206b092e416731c4c9ee99c1687f5b79590 +size 13093 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1894).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c3513cff0b46d90bec50b249ca9c11643ef80ca --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ca3002dba60530b219e894dbeada19786c22685f73a9baffc3015ecbd2a15b +size 13872 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1895).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc227f4fb7d7c4cf4995a4c3962300f3a0213818 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaaac3dfaf364df74072a34241bcc4162ef448c909a1f867f1a3ba8cd76fdb00 +size 14111 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1896).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fadd64d53b5bf79961b6bf11b1073197e29d88af --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af64c1c24e00ca05c790df9a37cadb70c7f6b6d61a89aa32ee0c91e57466eacd +size 13579 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1911).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6deec0d2197dd9d14b2f47153c3868539c8c8765 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deff2fa1cbbfd951f62947c4e4aa98c1e5d5197bc99f61f3fbdc7e927c2a1f3f +size 14685 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1929).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8df504fa56b05d374ee260b9ecec2922ae26581a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318e42987351bbba432a837a7b9e0df62153fb47423b638c5a325efbc3f4d993 +size 14392 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1949).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac8637a7221ce784c16c4a3c3b68fc6ed6a6d23f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7303e3a1f888ff37c2407ffb195726cb6c974253850ff15ee28f63cd336762 +size 14375 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1951).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e19aee9e9d0b1a35ec3355a6f1b15cf306b02db4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d067520c6dcc3048c63a37f443a3caafecde2b2e820d334454068e1ab966b49 +size 9439 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (196).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e53b54503b25b38c869281706d9d7bd3f9d7501c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a300385a26cd75d685d99cff1f40278ade1db98d10c8fd422692f3c2c5b93d67 +size 14967 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1974).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1974).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5bfeb4afda1ecd2001705eb6ca066201a25b58e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1974).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4498aa5040306e750cb64fb6a6dd66307efb8ee47ae869852afed2097647301 +size 13919 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1978).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1978).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6abd4a14efc8940cb463b3f310de2a848a880b0b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1978).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8301ca71a7fd8642366b6402e205656051da8452e6e88f117a99844228c8872b +size 12226 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1980).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1980).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d89afbb6163c3b71c7822d33b110d04dd545207 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (1980).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82cb2906dbf79bfb6d566c9ff0dd84400640df5609dcbd6e208c44004c58a8a +size 13714 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ce9c29f6d86d2d56f606ab480ad8094d65d2f89 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04658ef2dcceabf609f52008f552d478b290fe3a93cf325f39b4bc4320120eb2 +size 14358 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2031).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2031).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19a7411dfed7970fbeff88137dc63b6f38437c12 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2031).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1864f7d490adf84fe6ca8727ec5584be6a15cf64174296ce9e333c3e34584e +size 13703 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2040).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2040).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f8b0efb4004b72627d8cf4dfab957ba950edf2a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2040).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e04f1fd65c7dd7c2a2c9e7841de03645c6378704d00dfcdcbb5ffe64c74bb29 +size 12787 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2053).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2053).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2cb3f73389feed3c8507186d145996c9b8c84ce --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2053).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f55d53dde207f47840af346d01746ef5a3e8170a66175dc3ab5b6aa9b6795e6 +size 15419 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2065).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2065).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5a6466ac8e8f593516a7d2283d4191e5581cc86 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2065).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eae2b8e83acd130e4d6f8d39e037e852b023fa9f03a39ade701640721e11635 +size 12933 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (207).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..471119a90b7b26405bbffb1df686443c4426b05f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a0aa605bbf49bca6b49cd2503ce9b60d287f863ff71464392d5c35b8c32de9 +size 16300 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2075).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2075).JPG new file mode 100644 index 0000000000000000000000000000000000000000..135b959448bfb1b05ba735030ce2e536702448d8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2075).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6daf95c0e318f71775d7b93c359105172d7866d30a5cd7b77b316374fbdbf0d1 +size 10463 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2077).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2077).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bff6d044b6bbb997625f75fc1c1976f514b701c3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2077).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade0a413216c675c6b0a3de7aa2894b2ba498eb0a3962fb9f2fdb7c762fe8e6c +size 16882 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2083).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2083).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c56ab415992aba503049a6f91b4c6ce8771e8a2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2083).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e4f9620b1aea4fa1824b8a1cc43dc46cb2a5ecb8756d9899024a4cbf5cabb2 +size 13941 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2084).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2084).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2af1c5e876dcb859a088901f257c2979cf9c1e7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2084).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccfaa006e2bb0b0c166a3e4d3227aded61a2285801fcadaa3cadaeed23fd567 +size 9653 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2085).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2085).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d404466457c7bee955e41d78c59dc85b32ec07e4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2085).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf1e8c6d0b95e6f8407100f0c9252d6fc3837618e3ffa3fa06e24e6bec402de +size 11405 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2091).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2091).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f17666b7e7bb06097738de3963427264daf75ff7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2091).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563adcbd21e31c86b90a1b40d5fc3f606de1a3b8eafb237238515c80d69f74a4 +size 12357 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2092).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2092).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7066bc7bdea53457760ade59b2b0789487b02b7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2092).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cb5af850b51cfb9f7822dd2e880cff9ce7fb6d35dcaa47618f9384af927901 +size 11535 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2096).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2096).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81ba83237be0b0496e355bf750717354429760fe --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2096).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fcee6fce532add1bb166254f51ffd2b81a529962aa14130aca313a43d93870 +size 9323 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2097).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2097).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8530b6f96e0375c5b68446309a6c28999af482aa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2097).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24bdbcdfc52f8cef2c7e524decc83b331f473e9d6b62a6f9dde8251072ea642 +size 14807 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2113).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebce16487913eb1e009547f6d3e63863e9b3e347 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae09a7c9101724bfdcd47a9c80a2948552fd762640de5ca292c4062ee2fcfc2 +size 14714 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2114).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59b254a6e3a74f108f7024109d3004aa92fd6558 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f058513ab951f89c71b86afdd8c8883f13bea0a1069bfead47c0c31ec8838ba5 +size 14155 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2115).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b20f9a2fc00ddafa0dbc611bb090d9ef92908a80 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a2bf5ce24d1320794da75c86dc9547754632a1fedc1c9845ee09c27603ddf6 +size 10633 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2122).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..897b71ba41a6056ff7153b02ec4ca268e486088f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dae03f17ef7180a9ef5a38b86dc000d4dca8ee609df8700efb55220a26c1562 +size 10268 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2123).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f586c2b646038c3b60ad81ae79d7f0922ac60e3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (2123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb7ee22f924b22f40c299570420abbf6f314f46fddcd533f333f8b33a8c73df +size 15170 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (222).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ec08c7de146eafea4bd8ee315febd9cd23fb824 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518e0f8514646f029890c394e7b5418d723c32a35d634dc136eb1eb255fce235 +size 12874 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (243).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e91d7c46fd5c3a6d90120553fad622a6b5d63d59 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d75e4dfe7c17cbd6d4cdf35d243f2e59f6988dd6cfaa8a3aab66a182203c999 +size 10869 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (245).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f030ac1d692e0a1b1e8823b1d4554388023a2cf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c60358eed385653a72f8801961dad1b5680460e9e6ab80da23f32864d49be3 +size 11880 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (250).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6844e52050923b62ac530babe63440ca64e1c709 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f618633aab93ea5cadfa5bde1f32d14c97274ad4e4eb307d393ae37925833c97 +size 13863 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (257).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e2f57d090e83e1e08df11ed81bb15441de50995 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4048487ff5bef8f6c42d4ce95a7c574fd7f2e95aa3929d9c6fedee36d7814d6 +size 13208 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (263).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b216cc5719894cf2431147d651ff1c08239ba257 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a9a0033aaf96f81eefd4e8e51b2e5b00ce43ea6a7dfd5c5e8ffd7a7b305f0b +size 12892 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (265).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6e47c60434b12e530f38d181093a21503d28520 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbccd163c731ecb5e3f21b27ac5ce5f68451c015dc0ab9f98e78376059db22d +size 13513 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (27).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (27).JPG new file mode 100644 index 0000000000000000000000000000000000000000..281ef753629fabd336c19049d321cbbc0b6cfa39 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (27).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb3eb845914b90f4001cc83a165a73d6a3c7052834c73c63e25d35ecd6bf0ea +size 15299 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (270).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ec107668fae7bee85178cdf3ab8f1446d4c054b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8f9ca56086be27b302d4f3954c0f972a6135983dfbe97c64800615403a614d +size 11958 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (290).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c3ea1404540948f09ccc05c797cf256d617e30f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e59d39ba991a0dc1f13620f98a6a5deeadf0bb372198ce15e8865bb05c6aa1 +size 12752 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (299).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c0ae30387d46ac9e19f0d3572269ba993356862 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e271680edd2f6e1687ba527f4b7586f286bc2a6f1d97a9689f624dd783c21d19 +size 9930 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (300).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4dae00b889a8a1cde3c109f388f6da2f59c8894 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b546d8834b125e5b686ed607ef09a9874c9dc2b74f597be02e5087303e9651fc +size 10136 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (304).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce3df1f1130459eafea39d306c6399726c161d21 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13affd84b300cc4c94111b1a5c90cdd34928b5ee480654b8c0bc0e10e1231142 +size 12200 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (313).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47746071e5d25609c91bd77d33a17db92e9955c4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9c96bfd3850c5ad22f25474121cbb2e4e10d6774ed663a7775e8c95b981c17 +size 9991 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (331).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b966d3ea0aca016b822f3a4de441ab385b0d41c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8d1a06a514ca3464f6a3bbf350d9d5465af033c54fb421c38fc39e61b4ceed +size 14210 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (340).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93a8923ccd6c74ae39346df0d59eec5c65bf8b78 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd21e7733016098f8c3f7b121989285fb02b188e73cd4f5e3722cdfbd42d1629 +size 12946 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (344).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22fadd77f29494eb49da62fde97ef92882d94e00 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55a04657039338eaafddfec625fdbc5f237364a8aea8752d20ed0eb122717ea +size 12893 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (346).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9cfb52629f95fe7f6ef11a3918e58d99e3945ca --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09800be45b449cfa73b181efcc17148e250b4477cef1316c8121915ff3605979 +size 12414 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (353).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76bd10cbc6904026f685cd96529b949588723a1b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5aa799213bfa3b001516f12aaa71af0c40fb2847f802cf794614c79044085cd +size 11551 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (362).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f37b94498554e9cc4b175e992e71c53a81e1735 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7ba210d7d8c994b1f2640089f19a025d7f2f546a3806c20e309a4cd4dc3ddf +size 13198 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (376).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b984ba2ac66516a0d5af39f983693ef883f8261a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8196ff39dec2cc38af6eceaad15fb779d0d3dbade1c13ee189fe238f88878c27 +size 13151 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (384).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..608d1b1191095b24851dd07ed211d24551ab6b3f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc96881c7292900716e02fd034105603669e47efe3ef12b4c00293b1a805803 +size 13301 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (397).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c5d51da75f50a3789e45c639e92919bc706ec2a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba6b45b9c11768f1c81f2b11bd31ffbc5b6fa13d0feeea006b4deac5173abcd +size 11521 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (4).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (4).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c769ad2b2956ac943dc883db2e495a3a48fcc18a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (4).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272d826468b07bc24a5bd0b401a99c12364e513304f9a3f304aad2d8e71b4035 +size 12487 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (41).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (41).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efc568409e7e1fe6679675628d40a61f7fefffda --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (41).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f404ea9cd6b90e15ec825c63a06beebf0f4ff68236b7be47e05c77e5169089f9 +size 9861 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (419).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2007e64ebd2ad711398ae4b7bd33d1b0b61f1aad --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5f85ddbbeb976869cb99287a19491abdc16b9cecdfe2c6c5225f55accc5a00 +size 15633 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (42).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (42).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2faea3f03943cb1c129800d07a9785a421dad72 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (42).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da510eaa6e1af683dc2edf601e0269320669ce2f20f9a914a9aa9d4ec8d11eb +size 11716 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (442).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58ae23a870ee68c825c542fef16e0737dba5425a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab944ea9f7913d1536f4e4b0465cac7c165b9965337676c0b43d4d9ccecb33e9 +size 11999 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (450).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fee6e4d903cbf305ce2fdf59980f081d9219aae2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4287c9abfb6c7aa545f7d71699222b6219539edf75737f5347a860cd718ed3fb +size 13466 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (457).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b1f2707d1c80fb0603346c8b81eaf7ed4785da2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ab210b261488c20cee1fb84a9c8359a49c408a0ff7495d5e6dc3092ba8647a +size 11725 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (466).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1d8b67314b7fafbd807ffe5bf5b85832654bfe7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2ef2c4bec33b4670bc66f8f2160c0f7011b1f9363c54ce82efb76b1c436d13 +size 9254 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (467).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa85448ad613677b92726c539b9656638a4f56f3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3e5d89aa26a942740dafb432aebcf3b98534d4c6cf15a72f546dba56b25e57 +size 13405 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (484).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87abc1e0985161b2429ad3b42d904764a11eab29 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbee1706d2183382cac900c567f8a7baea16d365669a7876a34faad150b5c827 +size 13805 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (485).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa131efed02ad8ee63246b63b981f671271d0f9b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69150cc0016a4d9ae1239fc13ec8d09a117f0dd40fabd50a1668e31d38545b81 +size 12935 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (498).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a058831787ef24786efb9760f2c6b278f203ca7e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f955d47908ce48d700ad6c6f8d886251fa00032e86c1d9eb0ef489ffead737 +size 10347 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (504).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8208b830705e32afc5d9d3a86fb6b167848d58cb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03613e89d5f13e481abad2f79a8965deb8f0d636ab0fa17b3a903b4f89125f7 +size 11022 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (522).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c535e1fd2636cdad0829be1777e9181ff2e8a552 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24d844f72cc470b206d405d8824cddcf5512207f0433bf8325799b13500ffd7 +size 13281 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (537).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb38c1853b76973600dc071593946a3fa03d6f17 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7227b27cdca09795a534884c0dbe584d1955d6af14e10e8b827185183500ac +size 14093 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (538).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9604796960c79c4ef9ab90e6728b077658763df --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8581ed5e7b5b867ad567ca7752e9541be8589710b48438500cebd465d08dbaff +size 11595 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (548).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b18ed1ee935bddefb1069158cf14fec24b112c2a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543b31421a0817883c0ed8454a5d8e9f229de6cd702da1c59c59b2b9e72b55d0 +size 13162 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (553).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a763439e47b53b8ad3bf6a76a919956cd88a57d8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6d25628ebb6a8aaad03c78787d5d9d98fcc709a041c208ab073731e3154917 +size 15919 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (557).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..914433cdc404e43c861e4a0c41fdf234abca67d0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca203e1f5b8ed28308986f2d68b599ecd6684363b0e396cf7d65c86c14c92226 +size 15334 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (561).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41c929e77e9c188b04e7940360cdb02410d1ec02 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027d466753573ada76d9f4eaefd321261b04330c5451f2b99756dec7f525507b +size 15921 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (570).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c695a26832690cb3c9c8b7bb6bb09b1aa9ee5278 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61367969f2eddb25e9ead767729747c06548e114f42d76c3534a2a31092cfaad +size 11182 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (585).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83233c64afe5ef0175dec42ee870972daffd77a3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ef8d98f6f8ea24dd329a068c7aa769dcdbff37fe490bd1e8674064b0630d40 +size 15901 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (591).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3888c9e79189e9fe58e3255d349e7ce57eac51d4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77a43419f41fd79df1952d423b2f339ae9ad9a4a1d33577500a0b9835d013ca +size 13550 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (616).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..762ef00ff24d97c72d7d7b9bc80ff9bad5356036 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51489d83fad96be11b6b2fcb98b0d72264725e1e7ebdeafa2dfd85212d0ce60 +size 13073 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (621).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5161c218beffcfa9a8791c8962482bcdef4406a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf29cc84b75247868c32a5f758eb8745f4929ef2c37e8ddea2c9abccb0f03a7 +size 13658 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (628).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f05202c84469683b302c295d72c3329fd65e323 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e61c997d7918feb2e4ac7ea2c4bec43f90550d36a7c38ede133dd1c0b9cd53 +size 9647 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (647).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d004cedb8bbbd66f7c40b532444e9944c664b7f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d2e1017397945b9326d8daf3b717cb33bb9ec72655f88ce2ba4fe6dce220a9 +size 10226 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (652).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb86f6db1cae914c21bfd6ad52986f4a7e98d5c0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8726009b6198174b25f294642b07988556141015a52e254825dec88f81c0a4a +size 11799 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (670).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14b9933030ef7ef3f26cf0cd5b1d7a54d78deaa7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a369af02e8d825475d7b202bba62037be239ed88f06e931f946071cedd4aacd4 +size 12568 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (674).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60ddfcbda2a289b68488b23b996e1f48dbcf3a92 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171cc660a6c2daccc1e6d8e1a6232c295422e6c53dcaa28bebbb714b2db1aa32 +size 12604 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (676).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccada22c868e43aad5d2fa0b041ff76a5d160f0b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14977d612cb8a1d759f0c2a82cb7d96b81fe41ec11dcb3f209d1522d0ae5abe9 +size 14460 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (679).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1829ec39b512b6b7fef7d5a6c47273dea9ebf4e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449435967e058f5ace7945a5a104167b3f84ff08eb2d16fd0481a863c3e3a988 +size 11440 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (682).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..977c7db901e0dfc48102118f97402ec006e1f130 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf48510694fac3603df11d11807584b4ddf4a76e69fbb01edfcc811c4168d07 +size 12002 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (683).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69f654cc3e283151a32b93c685e5fa21e1f496be --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63eacf0452a5a5aede5b1c2417eba6af10bcc6ab59d312469e10a470024d8fd +size 14070 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (687).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02e54154db7997ec43bb8b02d40bcbd10624283c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b5ec9c7fb3eba55a1e9673719e5e3d6cea31b4f9298081342d823c467fa326 +size 14245 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (692).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4eb891e872dfdbb40ff4b64c08f45df9afa13cdb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e3cec98922c681d770f6b1e3b98036d34d20e353e4d7bafdbb7ec77be4c69c +size 13230 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (723).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d6abee98a3ab0e2fd6d976289db0786000197ab --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b6fe48751b34543fd6dd28ebdf8b4a88a2ea64b47d40bd78fe5812407bde32 +size 13323 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (725).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..903dbefff520dc70fca9d364717f8bacb6e03f8a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142a83800de3eb1a82adad99b3bbcc6048bfa0ac5d4f47b7b71da0198d14a93e +size 14443 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (733).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5a6990a901e5048601cef7c93e0ef288382f208 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6372b6f1d2f6b407ddbb53d7715f1dd34d88570d5299cc5d12d2298c13f95f5 +size 13347 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (737).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2977668aca7f44acde41a47ce232e7f7ee318a10 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c12a08bc2b36a165aee568cdd8f0bbdb87988b23a681dce68225a53786e94e7 +size 16777 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (741).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f0bab11d55c0c02e146e63e14119d182f70100c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f04d379605cb4e5fdd9fe427cf3a62d802dcd63fb1bfa5e71da331ffa8e4633 +size 14668 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (757).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9387c7314316b939245424f3b2814e64e9ee4cc2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2825541a549857e0f5aba104caf736c4be996152f3df93e3ba9ecf36ee28ece6 +size 13979 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (758).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cc608cd54218350c0ed40fd17baf937cd09cdd2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78c4ae36028430f22aebe1d06679e0b3f3be47d22eb965a05fec9d20df93517 +size 13059 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (767).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b291f3b57184814ce151ade5b77afa78e0851d3c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124b52bd13e0e08d0507cd51cbd4f01f4c6a8b885396264e54972e381121e557 +size 13029 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (768).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f1082bb8bc5ac20d2621eebb85111f2617c450a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5cd39a040971354442c11aae225fbcef5301442cd8af243b34eda3d6b6838c +size 9323 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (775).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..873c35773ba5444b0a1989abb3bc81b6f5450c3e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357b38ce1282a63332b0463dec076b8d847eb7c923c115f4eb3e99c56bb0e6a0 +size 12615 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (778).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8077c8d1372ec2cf10b6d32a32cad42faa873f15 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6791e03ca85fc1bb02a990a977e1909712453234f8c1ba1b5ce82ca5abf1284c +size 13045 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (781).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a63645dfeddad04218d85ed315fc22501800a0fc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2199b47053e9dd65d37cf8f21ddde96b109f2fe3c4630a532322fc16f56576 +size 12183 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (786).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a0a6a336ddd5d36e345606cee57ea0f834b2fb4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a555ee65661d6ece454beef433ff9f7d280b1fd0dcf28b81d4b26a1f6fa03b13 +size 9008 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (803).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13d25d194cd8ace506af5863fdc5903efd7ea39e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4769c53338233d49cc168a6f80dd911d0b59a36e458751dab9bffc3494d1cd3 +size 14878 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (822).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93c344f72eeb6321f46e4d776514d4132976eb8a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0240f889a5b6da9769114d78e563753177183f36aca66b89f65b138034a131c +size 14011 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (824).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1ba9f58932b9f76df085a78e8946b2d6b66d3ca --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2de64c79ddaabe863f934e179e616c2af715156f1ca5b4fb14fb306348fb6cf +size 13068 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (84).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (84).JPG new file mode 100644 index 0000000000000000000000000000000000000000..105de4d6170dc3e4ba9a570c67f4ee0b567d0c78 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (84).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd5074fc88f155c70be4f24aed2300cc0c48e7e999de2eaa8681b448ccd0046 +size 12846 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (849).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd316df3007a224e340204e9b0fcf706cc79171b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b85dd24a80074418b62c383cb6ac32ac9d1b4a9eaae539b219e4259360f799f +size 13674 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (860).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (860).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b61910ad77e9b875445bdb46b416153b0ca23d17 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (860).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea00f90294f069a3e9a935028f7824392654fae4fdba9eba4500148d0aa7a1e +size 14592 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (882).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3aea1a5d513590722ec4fea656b0513e9f50b15c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741c4ec86d82eb4060c36267fd63a2100afcfebc690e326159390c2a4bd80e6a +size 12887 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (885).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8aee370bf7981eb8d7d44624ad902a1a19b68273 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a214838eec93508a1998c4d9c9c8bb38cd8ac3e79828ba90096f0815f43df2 +size 12734 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (886).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93e663e70aca628a988a80b45317831da7e904db --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a3a12ae7d66317124213d1d0276050aeab1a96d1b32b70676319c5212ad7a1 +size 11202 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (896).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40c4210a355b737d4c29b93c56e3722f5217a1fb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810c6f8cf2092d58636a1cf2a30c1f6684a0254625fbad9961c0bf9ed47df2fc +size 13794 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (9).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (9).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ce4bb46145d492d0c2d4996d6876f9858589233 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (9).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32df4bf9437222e1115901f20c262e8cae2a1587662a64fd3e25c96f4c18349c +size 13151 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (908).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..220f986e75601f2b6cfc61ae407f289bcf37e5c8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de2cd0730d7de020b3c386dc09110557d62a76fe1738e3f35e4b75e263095d8 +size 11389 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (91).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (91).JPG new file mode 100644 index 0000000000000000000000000000000000000000..132aa4c46c5ba5787ed0c13404ab4644ccd5ef89 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (91).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04d66304fe535b1e8e25b9f5756b2f6cd38dd4cb7e971b45fdb11a6c95d3de4 +size 11819 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (923).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b0e5d475e26fbaea8617912045eab30b60a166f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626ef7bc4fdf83d076e96126416d63ed85c210be7d47679c71a12658378278a3 +size 13098 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (935).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f546fd6b3ae78eda2a608d784fa2b3b6a162b0d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4bc52c6310ad0b0d54671ef427e5499e46b35101f65565f032e66ba6adceae +size 14405 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (95).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (95).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c20f8f3f78a575fafa677e8b5fd0ae4f6d1a5fc9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (95).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149658eab9863457c66938f445a7af7e6a841783b8d02fea2b00abc3ca53d023 +size 14422 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (955).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (955).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc17ca7301e688530c41935e2e5111cae4534bcc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (955).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9265e652545c9c166b79877a9ca723c42283964e5edefd42e7da5fd0ba003d0 +size 13889 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (966).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (966).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3634dc3b36cba7d8767e54233838af74faa9dc8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (966).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a36ae10c084e61548724802faab84ddf7e586ba742229e38f9a4251c548903d +size 14030 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (97).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (97).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7617357b87f7550a803fa61f278852bcdfc2c5c9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (97).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf30a83930bf431f7b3f943cf8442cd14066c7ee652f6bf834949eb3764b4cd +size 12230 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (971).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (971).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b57f36b2e20635c151eb9f3521e14688ebaf732 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (971).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d2118371b5487091da157ab027d5d2556563f13c9f561566e04dd142d3d639 +size 15389 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (987).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (987).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b465313364ebb68534678131cffb3ae5d30c156 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (987).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6125dd7a89b00ea9e39cee30c523a139bb359d825520645778db08f5557c5ea5 +size 12701 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/image (988).JPG b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (988).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af7ae1dc2acd813df40b37148f1e9f4e98d9e178 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/image (988).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246915acd5c2f78c9d4ade253b14e09bd5a2ba84d641fbaf621a3a3b1e93bf65 +size 15148 diff --git a/dataset-tomatoes/test/Tomato___Bacterial_spot/latest?cb=20100808132744.jpg b/dataset-tomatoes/test/Tomato___Bacterial_spot/latest?cb=20100808132744.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebe7e20ac0c28001079077f2942a1f59077d2fa0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Bacterial_spot/latest?cb=20100808132744.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594c664a38ad8def80b045c23495b6cc8d07178c34ade276ae3f1fe9919cdb2d +size 83807 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/Early-bligh_t.jpg b/dataset-tomatoes/test/Tomato___Early_blight/Early-bligh_t.jpg new file mode 100644 index 0000000000000000000000000000000000000000..704008bc4f0a2f46d15a4d8d0174a572ad1a1853 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/Early-bligh_t.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3445460118b42927cd77ca03b2c35f78173f48117d5aaccfa63b00324d8a2f19 +size 44552 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/Early-blight-660x440.jpg b/dataset-tomatoes/test/Tomato___Early_blight/Early-blight-660x440.jpg new file mode 100644 index 0000000000000000000000000000000000000000..800ae22dfc11b30cb559a6a7b62fb3a0a75a1b3a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/Early-blight-660x440.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae670ce5fcc26e159e08bca37c94426614d50c836b337e8bc645cd52579fde2 +size 56206 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/FS547-2-big.jpg b/dataset-tomatoes/test/Tomato___Early_blight/FS547-2-big.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ca4c1d2d0688baad36a421301fd1a6cf815f74c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/FS547-2-big.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842ea84ed99308608449bbae66957a7115a30988be1518afe4c253f2897913ac +size 117300 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/IMG_0591.jpg b/dataset-tomatoes/test/Tomato___Early_blight/IMG_0591.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a497fbc0f1d03cde2a8a0959603371539ec840c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/IMG_0591.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b3e43a7e28d4d4aa09d07b37f0be1682a77ae0e84071fb74835e3e3db3c967 +size 400825 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/Tomato-Early-Blight-Leaves-Cornell-University.jpg b/dataset-tomatoes/test/Tomato___Early_blight/Tomato-Early-Blight-Leaves-Cornell-University.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c08ac7c1ab65c3366f53b9de0c8a8a4c7db9e70 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/Tomato-Early-Blight-Leaves-Cornell-University.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35b35f65bb3dbec1983a7be92c05ca51eec0ffa5e5bd46d542cb90565a4402d +size 405270 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/Tomato-blight-large.jpg b/dataset-tomatoes/test/Tomato___Early_blight/Tomato-blight-large.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e896f16610930cd5e761236b5308705caffaea4f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/Tomato-blight-large.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7505693ef3824fdce797b20937e8861f0bf5462273d6a4b9b05c4782f2cd136d +size 102109 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/ealryblight.jpg b/dataset-tomatoes/test/Tomato___Early_blight/ealryblight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28e7b89e72bef5c7efdeccc4679f11070e3373a7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/ealryblight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1989e34c3dd3cdf8d2867d6f2e8cfd0f8f45ab096264856776b049b243489396 +size 87349 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/early-blight-or-target-spot-alternaria-solani-lesions-on-a-tomato-BH3TH0.jpg b/dataset-tomatoes/test/Tomato___Early_blight/early-blight-or-target-spot-alternaria-solani-lesions-on-a-tomato-BH3TH0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6deda84a9c77942fe7d380fdf5703fc081644dea --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/early-blight-or-target-spot-alternaria-solani-lesions-on-a-tomato-BH3TH0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc438f6eb618d7470cd622e40b6dd423e5242165c1ea0e130a04f15ed18347d3 +size 177194 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/ebleafb.jpg b/dataset-tomatoes/test/Tomato___Early_blight/ebleafb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f96b4141431b8aced452880a421de5c56dddc39 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/ebleafb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca87b4295d2a7e082c988deb76e33b2a6f88c7f5e28c7810b39ef940b4ba3c5 +size 20804 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (100).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4915bdd02a77cc79516ee6ae3bc4ca9098b39196 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d6092ef2efd1756743c1e8aca9da5ef74d1ea48c436e8325de25714cc2f361 +size 12071 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (125).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cc58d5a7b35214df070858ee5f80ad4efb4de21 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34996a85c11fba755e8d068313e9d2ce3d573e4c0e01ebf8235e167ce8585ad5 +size 16017 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (126).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e54409526c33e2b8d7df48bf6dc02b6126a5c40a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d90971f0a663b2340c2da3ff4a28c50f99de5d2cfeed514c435d9d193790d10 +size 12473 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (138).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab74eeaa1788c2f0cd1130decd5b191292ee86df --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ebfa28c809d432c88b4fc2d0baf0c8c918082356b72037a31b8ad808cc6b98a +size 12901 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (144).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f6e068cc901d76384adcf6334ed3a3203d3c60f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dccd2f78d91d149dc07da3c5dff51438db16fd0cbd84a0e39e767173a31326e +size 14570 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (162).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ae6ffa5dff2e5f303fe45da75de9c4559693b01 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb0b772319d7cdee0faca47135e272d8ef93c9ee2a5e3c0d2987c2b87c1f706 +size 16617 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (188).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe01c676d1d1b0a56f5f731fc2e2a8e70d1fe7b3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19401a74f88dc0d0ae6d9a8ca9fb3f68d529cc4a603a0ff5d8197eb107601d2f +size 15734 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (205).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08f4819c9b2dd08542815989aca5d4d6ee835c18 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afb505d6d445a6fa0192b47abd9f283e858fe4dc7492f4045b9305913f02161 +size 15460 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (211).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74a98ea72c7c0357d0183ddd93fe4c05abba3d1a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ddeb873e27d92b050eef18b1ecb5d3b725c139988e10a82d9a07bff8567cf08 +size 15461 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (214).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f007ba22bf89a328b5a0f8fa8576d7cc48019c5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39cb2cdcd95368f552af0e357a7d978fe66df4903e2bd8934f5f25460b66caee +size 14158 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (224).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a232d1c1af40c5a82c3887e4290c05f690a4ded2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2f90ba7cfd125369a145caba51d0db4dc9d9a986e366503542a1c808fe420a +size 15553 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (234).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..498e7d5d8ce00f408917fd1b492c4e94f439054f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd1a816067526b397ffbf2e6a9fa23baa5dff27d1533b7d369653d76b99d75b +size 17882 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (24).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (24).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b2ccc9d4cfa7b7806ede498cca59f69ec668c7f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (24).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eea41654440fb62a71d7b6aa87f365b73429a29b11a597d8a90b78d8cc94dc7 +size 13118 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (259).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8660c500dc416a31ea2542f4fd5aaa73acfe63b3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e097aa10ba6893070b927f594344ffc843285b3b7b0d9b84c8636dd432f2f2 +size 14051 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (265).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a71bddad51ece1feff99e0452523d40d4d791c6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572770bf481b9aff1b136a93a9f9f2bfca44bf35aab649f9abd5df08d830347e +size 13812 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (294).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf5ba9bc85ec9312f51bee4a8c18f12c930f9ce4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1e81f52511918a2f14ac0ef020a850b745230de9ef74485d505133af963525 +size 13734 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (302).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73576d80838e82344087633df0144bced144d27b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be105eeeb0d55845032506e2758ccb064f31dcbe51adaaf4018a4d507eefacd6 +size 13096 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (307).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf153b90e53a31209cc7fabfea6c81f896bbeab4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed492a79c50d7d7dfb16c27d456323a9cb3237f3ad6ac74ae2f5acced25ff98 +size 14431 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (321).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d31a44f6b5db379e8e37f65cd42a94d6f7a528c9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b6e6a906f843d3fd5a825ecd6091284cc307cb071051c13e85ff3d9ce9c30d +size 17117 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (328).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..631bf1574810301b556e3011fc97f33d6b54afc1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c601a95841379eb418d7ff8416602ba50a0b7298991ad13583bc8249be40ebaf +size 18174 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (330).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6efcb0b08c938f294c6746dd78a97933ef74da38 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522f83af6b1f7adc490deec9ded521a1620956a21a73327e376361bb9bd48ee8 +size 14855 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (34).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (34).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc0985b2681621c5d8a81edfcf483961a3993960 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (34).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0598d7b3370629a39533d184c3026fcada3128f21359a10ce372891f1b5c6015 +size 15883 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (346).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a26b0528530d74d1d8257d7ba539ceaf42748ce2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42d1010aa907cce35cd081ea97750c86a2019f793cd96feb2b9d29960745558 +size 13014 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (353).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ed04dd9ee3aff051acc069670aad36b34273e2d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db145723097cfcb606910f54563f8505feb16bf2c1d5c0c57e9a2d8d1fcb76a +size 13712 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (367).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98108d27f118e5c00d87d7900c355e58dca863c7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fef86c24c3720c4bb4cc102baa0c6ae0267bd5256046d1fcac97de1cbfa8af5 +size 18767 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (368).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05174fa39f2f170ff7214a6211a36e5717f72dc6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85fa805314f84db8fc8e7644be028bbab093b62fd8843bc944e20ab2ba7e174 +size 15667 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (376).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e781cde18be97a98bad5c4f8050a313b781cdec2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ce7f4a43eb8d033cba58a30f0b10deea3450f845c46fba020eda70f62094e0 +size 16245 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (381).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..539569ed387b48e035e89219ccdcd2fee3ddf1d5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2ac0a0b304798b130ed09acea8152b7c7667dd33baf3168f27004f24169f81 +size 10414 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (390).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f158fd79d93e9257409734397252f41ffdca62ee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ac3fa680f1f4d539cc0c869911b8f7c437f007c716de9e6ccf9dc7076f5e85 +size 15770 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (395).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcdcdefc1e4f149af706951304298911e6786846 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf6eea47e701b033da9c074d0887786fd376ad55f386b30732064a18e79c5dd +size 13799 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (40).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (40).JPG new file mode 100644 index 0000000000000000000000000000000000000000..036159db6073fce1f76ab30d0fc62f7235be1483 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (40).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92e81b2b5ae8befbf96eae47c4d4eb11667aef4656097f65f12597de8b02252 +size 12898 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (41).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (41).JPG new file mode 100644 index 0000000000000000000000000000000000000000..174c4edff2ad3f35605c7c08d5880a993bac6e87 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (41).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279f3186ea39a903ce915d3a96f709967d719e1bdde0ac34c1994372216e1c43 +size 13247 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (415).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9808755b83ebec878d8b18af668f9f776247630 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3fdf1f368fadfe67d1c516dd2317261d28b5083ae5f58328166cb3a942c386 +size 17442 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (416).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d43674a418df8321b853107ec6477fed9432fa5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c277092e3d6b83df95b6e372f6b2abf115d88c83d645a8e766bca39d2f04a1b3 +size 11562 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (418).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2e92ccf471371d6736658f093b8a6852629538c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7596b08317a9c86b6f9b7c471b3454ccf4f4506670c5765b95c258ac995c48f9 +size 14721 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (420).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb83eefc4c991def6ab8d86e29996101c2a25894 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8297cf13888a80cf8d37d2421604994490a2797e4275a371563a4e63972e72ec +size 16700 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (424).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1955491803906d588d8f94c7e660154abd7fe81 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46539005733c1661bc3df0104ebdb2a57ff3cd2c720b7ea313346923ceedbc3f +size 13804 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (429).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be4c74ffe99457c9db9f9174af7225fb6d0b96a8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172aca0ae55cbaa8736fc575f4d7ec3097f0c8c78385356da2420695085b6c5a +size 17235 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (431).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cf42b706047158f695439559f4984bed6680ed7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafe78da89fd613f5e330267d892fbb7dfd1981d7448a9d38675561de31914e0 +size 13858 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (437).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7c975c6388313efaefa5f8ec98d7cd52fc1b7d0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eba8e9df995b37a4359c477a161de136b89f001e2d3991597bdb5f682cd4292 +size 14809 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (443).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba8f8376c183f7026c7f008fbb9e7ea33125899e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0fa9c59ceb786c823210c794bf608ff7b9e97c0067480f7c093e92dfc0884f +size 17183 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (449).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d096ee45c0e6f4b6dc27ba5215e2b73d653b5913 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93a6cfa5c0a4b78b5228c9aa76c18b2c1d4763d241c7dc23f2f1ed90edd296e +size 13943 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (457).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c79db57759ffd0d53b29b67aac4dfe13163b817 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d5bbcf3100ab844a287ff33f7cdd474b0f26c177078c052e76fce7cc630130 +size 16110 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (470).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bc37df1be3d7e2e35bfd13f56d8e4c5eae9ac37 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931cc3b7ba8a95a06d92709f83d31061f8e2334aee04f0b648c8dc1c3c35de68 +size 11942 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (480).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5aeab38cdd2e6a27466217625d6070269a3c1d7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb2e0f7722376032ad15b0e9decb02370c2e348f53308fcd808cde1f266d3de +size 12110 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (504).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..832cbe0584b08c9dedec412f1696761a2e5ad502 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcfee3fbeb5e02db9d8dce529ec217e9bfa303fb96f9eb9f9ce0863e9e0d9a9 +size 16753 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (509).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..010c5ae91470ff141123a0d5504efe92202937f7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81bccbf2706d4d34be9768a3d3edfd551c2d9f2f259ad9249873ab6f34a6203 +size 16430 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (511).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..490dbe6e5bd92d3f1c5d5655bfcdcfe32baf5ec7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105c2d902ad1b2f17520ed17ed1982be1f12144c8790e9aed16e28b991b86a7f +size 16888 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (516).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52e9060e4da39c2fb7b49a383e0cab0226f22a8d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc895ae80ab02e3d355bd8c582e0e2f1b3d82c806da246d710baeb8f85ccc172 +size 18714 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (532).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b17a7114faeca9a7aa70f923d98f2219f14c36c4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e63c1bf1f9a73e6daf98f844a17fbb9ef270aa1ed2724d12c9708954af437dd +size 12076 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (537).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e084ac5f31d968bbc18f0c56e829a706f236f11d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da6915360d0aff0036de31079d100d2a3cd083ab30b248b19abcf451886b8df +size 16946 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (539).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c862ba6c5a7545c6a69b11b7959218a951fc634 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce32a5d7320dd99f5db44a05dfff50bedf979328cd7d3779a80ba44744dce396 +size 15955 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (544).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d45bf3e6e64ba5d2c67b1a0856821a2eb77e5527 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd8c5517589f8d83b4dd6476eb4c11a752e73163cecb3fa5187848e1139ae96 +size 16403 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (545).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fcd25d6d35c5ba09085f7c13640b0b198996d2a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370e603a4794134199ef288717a4eed5ea727f618f7e0ef0d1d8d5e63310f786 +size 18703 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (551).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a296ae70dcf20811f6de74a59a6a792d60ff39c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3743de6f29e0cadf4b486fa514744628c08af3a914797ae3819744827aa9f257 +size 13019 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (554).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0cf8d27f25c90484f0363eb32580b82b45de2a0e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c355f2e37ce246aef44fc94ccda9236b59ecafb3928f998bd763a12081765a05 +size 20246 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (558).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f398238982e0ad4ac8b66cb3bcb55367546a5fc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb7fa4e8119884a9ea05c6298b2621ff6d57994c610140b3abca7258ec12572 +size 16433 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (577).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91614bfbbe72d14b2206fe297ef152d021794431 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27aeac02fdc1cabe6b34895c542445e2cbe5f404a7a16d1f7e91b2a1a283e783 +size 12228 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (591).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a91ce3e21b6006106dbf786d8197be1664870adc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7d09f913353407355bb591fcd3cc0d55cd0722bbae3181d3a30286d8b4a19f +size 12164 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (621).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18a5906b09f840fef5db78537385e6fa0f4deea0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f3a3888ec1701d0e6f910543b014985b6a60c311fcb8d8e15887fb2bf67a84 +size 17490 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (643).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5629f71db10bb19574392b6e6fc369fe7bd40f6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b9988ab81b9b5fd6ebb9c422789acf7c324bab15cf68ddd2df220dd7f5ad2d +size 17537 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (660).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87033b49a4cacfb4abb1450b7cb99a915c9a837e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb7c172dd1a202665e151f01e1fd059454da0ae2b2198ce8690c28a7c5c9cb2 +size 20892 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (661).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ef6e317e78dc3a3aa3905f0e0ce6d125d747427 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26abca1a0e6ac3e4ab8b3189d3445100df62d6f3f190538e81c3592b77f4037b +size 12117 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (666).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11716714063b10dd2eb3911f153f5c21a35f285e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57224518c0224f69cb7c4d1551ab1a829590e6037ba38772ededa72a5301e000 +size 12735 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (677).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..432b82931701543a913018b5682cdec688ffc6b4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf842e17a5a7dd680dd6de0f3ed82b1ede3f33940ce3505b81d6a94dcc009df4 +size 15440 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (679).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71301bb5c99a021aa0b721413c41efc134484e3b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3e363bad10b71acfb038aeffdc7a328eb4348560f6b56b770810a4eeacf669 +size 17547 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (684).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cb9a0df0bd6903869511d46875b02252fa72b81 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334bb836f82ce92a744001d6dd375ba97ca6be084e87ad1cf6f93b24fd98bebc +size 15299 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (690).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9ef6cfc37bdc05fc39c9c482187d781b753054b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90baeb9ea4f46e8737db93bb4d9e6e2dddf1043c95c5f706183f5210f889e8f3 +size 14461 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (706).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28b4f59983b391cdc12fc19c7e945fec9e6bb3ec --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8790c9277e29c929e92b1a2c8b829b2468c4f730459668d7f64961a5071eea6 +size 14658 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (709).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04291ae62c033062c49f5005e003e7a0889df434 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae33e9120aae0324cc6f6f584907c79e06dd02b4fd128ed8efa95b79be656e8f +size 18033 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (717).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee66826d8de481d5a3f5a89b34c528cea5c64f9c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06fe885c6d4c2f597ac2b62089064a520fd6ef457d4b3471365a68caad32e98 +size 13062 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (724).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c1be21cd2a7c8e61adf085887f3a92b8b3463e0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b618b260fb805b5eebd09119286f5ce84f98afe16d11cb4b4c8f41d20f221a +size 15527 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (727).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b3a07e88a2e44ae25cddd87d8d32a3ca0bb7a72 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52953f3e1e87a60844af05ce2074f9942cb48e8a39fe5c78b633d5ab1a1e1ea +size 13064 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (734).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1a89855ed6feb491ebd24dc5d686ed6fc497419 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19a95f88dbb7ab97c3382df1b6f58ae02ce8dfc5fcf624cf26837f6e11a3e74 +size 16252 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (735).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e53dc0d49fe60edcb8035749583c48142f3fa48 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0e3fe3143b792d5405fb26f704a8a03a68fd47bd57c1c3ae149ed4c68a0883 +size 13920 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (74).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (74).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a462e1d023788c981f011c3828f9076906ad83d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (74).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a4ded1fa09fec3ef1419e194534bb2b77501dd73c70463d6bceefb71a102bf +size 12622 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (740).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53f080c1339a3b65aa002665e5bd0e3e2fba3ddb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c03036c266bd92e96798aa4f51061843f5734842a29e26c42b834a52cb503d +size 11847 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (745).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac758fa1167c52d8bbe0e698a39b9387ee96eb3a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a41cc32a1a1454d24072507c13e5660a73a2d1987ba6eba386bc80ca414a0b +size 13936 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (747).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..417a41d34c9fa0462371e053217a735f6be273b9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40eae136fad38de366eaa8b9561644a05d86b3f30235c5dd6e7cc25bb9fccb63 +size 12817 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (794).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a85be61473fe844d1b675218d136a1ce2d979c6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ee35b993f0b72380f1215b50b96aba73442618e91bd967d351494606e9f520 +size 11845 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (803).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab1db0fa7ef0ae1c21ee1161b9799805971d3103 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b43a983c0f1f91604ad4ffeb1e882926fdbac1b400a2eed785657505ddd18b +size 19262 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (81).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (81).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69a7834ccfe95d8fa627ef8369223ae9d017886a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (81).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee90af9c718c4548c7c6a17e4d66dae8850f36481d53a8d0c6d27dd7273c8a9 +size 14030 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (815).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65f22df2c45d297f5526d4385241e66b436493a8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4437a95c3a2742021c5109543cca6de268f3625c50ab5b7c79c33d1eb1505b9d +size 12682 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (821).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5621970087f8fb8073d84ae0f12738f9c75229c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955a3557c56b3f65bd1590d8420aa4a6a780e7a3dad854e10f7a7d3ae0c81d76 +size 12238 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (828).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01fa954c3e1196be8274595f62dcc55b64fd95e4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004cf022e847ab0fbdee80fbcd65dd3bf85dba9d7116bb28850311bf3acd640d +size 20519 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (849).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fe37ff900b671e841e56d36ab25721221e90c85 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e798f8381874242e742640129e46911b6ac0691d34a618c1816aa7ccf87cb0b +size 18845 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (858).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c26db147e742bf5ec7e10f75673a2b4f8779a237 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f0666ae4606e44e4befbab748935f51d59d5593dba561f3a2fc3468ce0420d +size 17383 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (859).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df2de79c3ec58e8696f172b544384b17b246f569 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1003f3e0c793c39c990d450ec164fafe4cd96313bd9c5bbafb9f56688bc1ebf +size 13833 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (871).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e591a88ab00f3b9671808ed6a954900b336ec154 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36cb89e73a4860abd904e1f8355a2207758f33fa1944e146d722d2931047dbd4 +size 15771 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (872).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b15c5f3ba284e246a8f71f4a85863bcc7a0d9531 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8773634d874fb8b7ce7c908fb7eb930d05921ae8d5b5f97a64136f9989a287 +size 18528 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (885).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5810baea258717840c7d73bed8a9a008a601840 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4999acc324d1a26fd1d3ed5639a9c5e31f81d2ee019d1878375c1ce1d5f8ff35 +size 13677 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (903).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54093afdbe57f16b2bc354d21d122b2ea2a954ab --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bf7ad7e9f83a2c66303e59e34acfbb952c0ebd01d3eb4d10e09f34987a1fc4 +size 16454 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (906).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4238a63792ca8f6f81e00fad98b952c00f61fa36 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ddae58e37b0aecf37cd46bb639af5039feeb3d1715ac50e4e2ee4851ff6064 +size 19431 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (925).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c93d122e6ab26f3757c2dccf907bdcce4ab9de74 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec4a47577e2b754dce437e0c74e1b5475070763d215483fda7ed8664ecd60c7 +size 16680 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (934).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c8fac224c373529a5437e4ea2c0c9894693b94e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9015275d1acb0ddc79ff5b00bc79d3b3024de3682275ca192555588a4eb4595 +size 17548 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (938).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d97c1d2cf30ebdc4f8c268d5af35f430d301ae9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd8fa62ae0196af09c8a5f5bb4a5035a8dfbabf05575d89a6f68eb20369980d +size 17190 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (956).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (956).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2d996951e38d591ed8ccb0abe8824b344c760b2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (956).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d4e871398d9dd57f1d887aae5dec3394473da6ef1c7b3e5a9ed2530f844d5b +size 12563 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (960).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (960).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c45e23f2f601e53de3f55c4c9536277f7b0d633 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (960).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb5e6b1371bbfc12675b0db55501f4d199ef367dd1f97c830be52ffe6cc744d +size 9370 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (963).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (963).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f002b56f0d6f0416827837bd110139daaf32fe5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (963).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad921d36342bef595a3a3f144c38c17f13820c8ae48c69aa4fbed8165319515 +size 16805 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (964).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (964).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9352e588041ac0a96d2cbf1ba2174c741c6fd173 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (964).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16637e71c6c22c3bb5fa50483509179a5a5f94628a09eef1f07b41129580a23 +size 16379 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (969).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (969).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1292df22a676a0b4051d4d702b8078646734d1ba --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (969).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db4a6f57ce11f63431a62373f5aa6cb6fbfc32c2ccad732488b45ad5cc5609a +size 13504 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (974).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (974).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c866d720b73e4a9dd76ccc2de1d4142bf2d5d7a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (974).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d467fffe2114bb31a861a806b5e0cf3526cd39b7597b2b239708ac2570fd2ca +size 12293 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (98).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (98).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50b9c41490b55e6eb885edaa294ca17f3fdc03cc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (98).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cc300febac169f9d021009015d8e87c6e9dc3e1dbd9e210a52512f1cb487da +size 12608 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/image (984).JPG b/dataset-tomatoes/test/Tomato___Early_blight/image (984).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8384740458b8fa516f07f012718ef6b946f736d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/image (984).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43bf6d73a28f7398d9ed4a354a4b98d1f2ec5b44897c57131d8d2fc1b6aa6886 +size 8894 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/p1020083cs.jpg b/dataset-tomatoes/test/Tomato___Early_blight/p1020083cs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae473aaa7a7a6086ad1e116fe11f2a7afb90fb60 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/p1020083cs.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a218e87485e3460381942c140ec90e1015e08885f990d9271606b9a33b4c8d09 +size 232120 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/tomato-early-blight-1.jpg b/dataset-tomatoes/test/Tomato___Early_blight/tomato-early-blight-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..112a33be33ddd6cc0fd25c0c880be13c6a47cded --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/tomato-early-blight-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00267e1c492f34fbac534cd9994b7b1f039e8ef03d733ca4fcd429e5d4bfe105 +size 1656017 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/tomato_blight_early.jpg b/dataset-tomatoes/test/Tomato___Early_blight/tomato_blight_early.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d05df746cb8a0173354dbeac0359c5c0fff6100 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/tomato_blight_early.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc940babd0563aa3b07315884dcfed3aeba47e32c742cd633fb6b35be14eff6 +size 107207 diff --git a/dataset-tomatoes/test/Tomato___Early_blight/tomatoblight.jpg b/dataset-tomatoes/test/Tomato___Early_blight/tomatoblight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..563941a8ee9e12b6daef5e9bda844c268070fa5c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Early_blight/tomatoblight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2d54e20fec032f1a9da367df05eb364e42cf1f18f83c0be6e86ed09f9b9abf +size 185177 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/2017-08-27%2B-%2BLate%2BBlight%2Bon%2BGypsy%2B1.jpg b/dataset-tomatoes/test/Tomato___Late_blight/2017-08-27%2B-%2BLate%2BBlight%2Bon%2BGypsy%2B1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9489d27eec011816e3f7c45912b69cc2b14de4c8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/2017-08-27%2B-%2BLate%2BBlight%2Bon%2BGypsy%2B1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18a445e03731ac98592c37b62dc25f211275f4a241b2a6236a9b3d8562646f2 +size 278140 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/Late-blight-tomato-leaf-VikramBisht-MBag.jpg b/dataset-tomatoes/test/Tomato___Late_blight/Late-blight-tomato-leaf-VikramBisht-MBag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83fe0a8fa386fc2c4a3edb3691685f362a2265c9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/Late-blight-tomato-leaf-VikramBisht-MBag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5516991ec41a37567f24067f33fa3af88485c807fde03ce09e7373cd334eb2 +size 178147 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/Tomato-late-blight-leaf-Margaret-McGrath-Cornell-Bugwood.jpg b/dataset-tomatoes/test/Tomato___Late_blight/Tomato-late-blight-leaf-Margaret-McGrath-Cornell-Bugwood.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf02047640df6c8579e94f025f540fbbf89f506a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/Tomato-late-blight-leaf-Margaret-McGrath-Cornell-Bugwood.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a077d03b215f85b61b5290f391d68339e53f2fb3935997f90517b0bb5ebcb17 +size 48014 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/Tomato_Blight_Leaves.JPG.jpg b/dataset-tomatoes/test/Tomato___Late_blight/Tomato_Blight_Leaves.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6ba3098f9f7819b2cd13dc32c14d790fc9e9774 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/Tomato_Blight_Leaves.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832994798f766962c276db708f79bb66e019e6099356a9ef278f3d5f335a993b +size 317910 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/dsc_8140cs.jpg b/dataset-tomatoes/test/Tomato___Late_blight/dsc_8140cs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46843311fe60f52e9bf79670f702ded948a0c044 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/dsc_8140cs.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a120425434f28876d0cd77087454b02d97fa7c1653070998941d995b6bb7be4 +size 857123 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1001).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1001).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b380b2376d54eeee62322e2008140632de6bf5a8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1001).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06dcbbcff7372cd03ec47823645ba6c5818bc4671c67eb803f014176feb10d1 +size 18961 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1007).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1007).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c60019bfe7948f8379397cf07f4b2368a363ce7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1007).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8083402e48a038a1cd8dde34f2090fb957ce9bca0bf9d0dcbbbeafb472759b0c +size 13972 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1026).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1026).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dcb2a871b3da372612d2c8629f15930ea3e544b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1026).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ba6750a42e4fd7d267257ae2b7312b8c6331fdd731f166530d1c4f974267aa +size 8071 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1031).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1031).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0c9a1c54a6b9f276be6f560b1fe0905102b048a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1031).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2e9c6ceaf0557924728c58b601e0baf2ce36f49d0f24e66c3d31c2d9d904bc +size 10588 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1032).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1032).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a40d5aa1e52eda3489420817bead7fbb6b109865 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1032).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36541bf9944f5485c0a365565668e92f4f450a29eb9415d0b6aaf054b32f4bd7 +size 11434 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1049).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1049).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95e545046b0e8e3a1cbdc01b121df78d3fab239e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1049).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a11d616f6fa5da1ec9fd87824a0dade12fd76e57549cd5565b9916d4f1f2081 +size 15421 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1059).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1059).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae4a8b660ee2dc4379fff0fcd099446a9f8b2f1b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1059).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decfb0e60d3fe4ec318f34d19a1d13a58c65186c908661b7dca2a529773042fe +size 14336 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1062).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (1062).jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5b638d65a4c2894d5562c0cf53dac81d304acad --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1062).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bcef4ef5c6465f2ebab0566debecb6575494b24c33e4d560eb0b8b18dee3c6 +size 13129 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1079).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1079).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8dafa29e7515408549291737e721eb77075954a5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1079).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbca53e4a554f5dea6154485048c52601d28faf6d2d91f262aee85f3b853750c +size 8939 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1088).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (1088).jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ad78e4f51fc2401dcd617ab5bd4b0632dee403c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1088).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35acf61e24a457f977162159e6c71e2b7ebabd31d4cea53176d3c8bbdae24c6f +size 4438 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1098).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1098).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0dc7b6d2746e136023ab8e753c9101cbb01c832 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1098).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7f4e5bc47368ac1a78b5f2d6c281590f0be3f5f0512ca47a5602d5f674652e +size 21024 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (110).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..870bb5e40adb3b297681078e775c69005eb7c984 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1263fb9f9ae29f297bd27b551fbaf49febceef84cad32dd8ff5ec7aa41664cc2 +size 7800 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1101).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62dc65b3b2b89380dc77b0febdd027a4cf1bf1f1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20666b54ce6b87aa9d966cda0f5f0dd1a36e935460aa1a478a00c0eff799e27 +size 17860 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1111).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49fc8fed8428bfb886fd9109251d70b945f741fa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd8a6d9a622972aa5da7286a66962e27f5c5f54d7e1f838efb56deff04e836d +size 9666 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1125).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (1125).jpg new file mode 100644 index 0000000000000000000000000000000000000000..a21b0399f6c193d467f2376d4c62f498d3988be8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1125).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a015e078b95793d9d2048168b0f77283cbca65a055ff2a73506b505706894c29 +size 4344 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1135).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..651add0509a014ef623b8ce41ec6ea57e03d9453 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c00dfe825d5e41f08c36e3da6ee00c173342b2687aa6ab78abd80b9b690468b +size 15366 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1151).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b507581aee2bc4d0002606a75a57cebe9719a7d1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbc4652756b16d6fd182687753f3e04a5fab490f1c757b2ba395ac7a385150c +size 10011 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1156).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91b3d7070379c9116e580297576478eb8ee521a3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e89d1ca50dca05b3dad041921f4a2f832a57bc0cf0aa388b6643ef6dfaf861 +size 7123 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1165).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71777af6926f8a4577b281e1d6c87cb630f42c96 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a574962e841a84c6f5d9bc0a7c582ec5ad0208921d169c6931c73d6bfadac3 +size 11325 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1173).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02defc5f3dd2b97e2e9fb038935fbd9516016b0f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245a0b23cbefd891dc826a64643390ff1a55d6788dc88d278bcf32d85d3fdacc +size 8254 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1174).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f01b56e5a3ea74bf099779acaeced067efb51269 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c170423640a5f60174da62312e00183d0e6b099a0a33fb47cbc990131a9933 +size 20863 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1184).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b122fa2bf94d5c002133c8e5f13efdfba53a9e9d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688a747df1e5cf4c8b10ce38180b61afd5fba19f10f9c35d04e34bbf000e77cf +size 11217 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1191).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72957bb85fade02002da486ad6beb7f0f01db432 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39365a982d7afa0fac1bc70b8fa5a0aca30f3c65f93b94fc135096be0c3dbbd0 +size 17463 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1200).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..590fbc1bbaaea090671b63d944afb805caedfe79 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae95c3258f1d431be93f0363bb9b77f72ec34624ff22a4fd3a9cba901b13173c +size 16087 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1204).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..671c2ec91becbad5175fe992f9ef57db0cd9d33b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50957417595bb96aa042e67e6d74086741a249426daef407a3b12fdf50de8f88 +size 15667 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1214).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..629240e8ddb75de105b67c156b738f1242878f88 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c330db121b8561525a18cb09e227217916786eb69b06bc97f547e1a0a749b069 +size 17807 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1238).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc4ee41149a76c2fcbd7efdab7f25445e0632005 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c7c89b280ae8d8887c63f7a144bcaca50d6239b7b42803de368d9827b9c424 +size 19951 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1239).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db9a3ed56f6cc7bd54e3fd81816bafbd6a80ecdb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f4005d874b100e7febf1b03eace462e0818bad9ac5e8ac8369d8b890ae50cf +size 18314 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1246).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..853e7ca5a2addfe6583b7bd9bf0bf150b8c2ef8c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663a9729da016951cd5cf59ceea9aaa6d852bd6178c88b42bc8cf5f2b07e58bc +size 11160 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1248).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84919e217d503e76df975d4779231e7b5b92d808 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc3d7e26d2ac6bdc9bf8874136988c19a1dde2c2364c15cadcc6a6ea8f29e2f +size 19785 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1264).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd9d5ce70ea68e2a2d964eab3639761f487b039f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb6d2f332270ba8c0e58619255990f21bbda044a85ca42611d13c8f7ba2973c +size 15329 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1267).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77121c678b56277726b8a1d364f0a2036dd35f60 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70161ba5da272c35d5bd61fde03167e2a03a1b703b7e9d57418beac939b21b8b +size 19569 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1285).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b52bad9e3cf19f5c2f8152c1ff4a870dd415062c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad4403bdb468fb4d98cdb178a290607c41b47fed7dce5a506a737c7ddbbefc3 +size 7332 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1291).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (1291).jpg new file mode 100644 index 0000000000000000000000000000000000000000..e865ce1356b57a261aceb8b41a6d2422c969f93e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1291).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505bab928f940d8dfa5595ecf683a5e060450af23fd2c11652959c807b40dacb +size 5774 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1328).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92a3ba9ba4021a27e579c5ea08fdda3bb4bf97b9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc66f32be45759b9a6325b300f41f8b29f0193189834fc24158f8d340c3cb40 +size 8104 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (134).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b02bb96d01161c42e2c4de6539c728eaced67dc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36306a94010f45a79ec6065cb63917292c85fa02e3a9cb8d4e128b2b599d92e1 +size 18791 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1355).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7d798800b6911a34cff1961cb2377d9af88e50d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5df9cf24d2d87540163797e6121c577d4346a8ee66a97db2f676aec241a68b +size 19265 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1358).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95ea4ba04964c0488d18b34908d033bc9cacfe7b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b45c59df4d8173104c0e7eb5d4e9126cd0567fec4e4bb90ba039f09517b2262 +size 9099 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1359).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5bd40a30186b7e607c91580682be0de630c0d3a4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61c225cdb6d8659e916f56a2b1dc725e7274305a0f78bf3d241eb113a635427 +size 17010 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1362).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49d9dea57834386bc60a0f1d19d49a013e6ce46a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c284179e9d9e02340e079c3a245df10764666267e7a3f9d1ea992e0ae99193ad +size 8821 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1404).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c29a1d7cc84630b655062c4ccd337995207ae1d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816f0bc63e3145e5369c5c6cee4baf36a5f4e3ff15c545de37f60a78e081d10c +size 14075 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1410).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0d1ed3b5cdfcf5517a14af5a4fb8cd573466037 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240d2b383b5dd9a9e43fb61ba7e16088f3b4828a302bb56f2c2d7ba380fa211a +size 16444 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1414).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0e4901e66dfbbb4eca03cb4dd443976f88481ce --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce55b9b50a64463dbb0098a2c208c4feccacb246379dabc8d262c086a8055ebf +size 13366 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1427).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31a0e3b08bdce4566ea6569a3879928c6187da3d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987d94bde0cd9000c8f1e6dd336b60d63590685855fc27bbda00a5d37f6b44a9 +size 9370 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1444).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e08da47a0c97fbd676938e5c9dd4b4c517bbbaa2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5131fd01701eedc02e542472c7e92e740fb69f1495cf1a597a83b0e34870fc82 +size 18641 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1455).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a1a47448df485e3ce9310bf67978b88b3fff6c7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29cbfbdfe641b4283e5d0dbaf50e4c9f400da4f8b1937b110af54fc6c9399ed +size 18557 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1487).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f24a74f7603009eee302d058d608d7b54e0aea3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1291a63ba488fe9d2e5d96fc6902252c4caf41c2887e023698044358d38e17 +size 19722 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1491).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17296acf1f9f736f914f4b6464157185b8dac58e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94a8ad17756a85cb2719a0385dc3c441b058e879a1421a8cd7af5994c653639 +size 20000 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1493).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (1493).jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdc9c95a2231ce2ce9aee652533349aca168fe7e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1493).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b79b5272c2ff021119ec238955e56d89a649fb01be1fdc172dbc52ca457694c +size 5327 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1496).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a703011f2354694ea68aeba60ca7e9a29d386e3b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc78516dbee660bc2c14f52e78640b4dec2de305076c661f8844819c6eeb9ac2 +size 14033 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1498).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1b9a8648bbab6ab549b719df0565f78bf8668b8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35772bf38dbdc50ecb962b969a235bb480a999346472c19766e1f7790f65cf95 +size 15266 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1499).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c5d67ad8bd364dea547d5f4318fd44087b1119f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a112db3ac26031d0b9104476566e280eea4d24ad00d40c522195a1e61f8dbe +size 14973 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (15).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (15).jpg new file mode 100644 index 0000000000000000000000000000000000000000..a426e3041f5e3483f4471a920a98a8b91fb558c7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (15).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f473a2d518021380b483ce2335f6a04187c17899fa264cefc77e28dd0ad789 +size 5328 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (151).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe3a2ee3d20b3c4474ce193348a7528f5e508018 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ddfb0e4f468f91d830d5bb4ab77f85076aeeb7085dc05ba43c32ab0cc3a1768 +size 7476 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (152).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8569ad84d585fe81ebcbba6e21eea871c62510e7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2f0448348dce07d4bc6e3763806a6f95a2e5b8d7c816839ab0ad9b687eda74 +size 10031 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1521).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af263c3d1a6bad4af2b4899da8c7c00c33796ec5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0207801ae4e33292a6c36904bb77950f74d9be2652dd2dc552b9f3a63f34094b +size 15427 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1527).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b85c4484c2023e939262eb4aed183d9a35cf441 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d09a336471878f858808884958a464e5ed2a5e4dd09643d0d99d3f857ebc3f +size 17654 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1528).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0adefac15f5481bb82cae3ab712f69a536bebcc1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82530c4a984957e76789d0a59f09a45bbcdaa6754406678a020242499ebb0e52 +size 16436 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1545).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f97e5d790c5f2c4e41ade4fdde6e2f1e52ec91d7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1824dba75f4143dca7a09e2645dc75fc27737f08302e7fb9c4f6a0c170b2e498 +size 12710 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1549).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b83b9858a65ae534d335d1c7373bbd8187be646 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bcec98cf51bf3ce8a30b6ceb4e9908cafcc81f83e5c1f20a93b478da5bbddd +size 11387 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1561).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (1561).jpg new file mode 100644 index 0000000000000000000000000000000000000000..63abdcf1864ce27ab06dc0d3d8b66a393f593db9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1561).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28938998fa302e6ed4db06611a0d0d912d186e685101b112a910a5284923fc79 +size 6172 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1563).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1f1f4a97dd71b19114be4c88258336a5c27bcf0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4bb02c9a4f886fa15ab4ff93072a84eebbc731e1b3433e91e79744cc1d5a3d +size 10654 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1564).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3265d447011fab59af7cfe8c38a94c6957fbb320 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfca431e75f908fd5aa42cf5d87f94892a6c8ab56b7f0de205cb0832b7bceb8 +size 18006 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1567).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bad05841e49c055c6510349107d341a18822b6e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0583d43c0889e8d711b6db8d7b23e9ecdd4b6861442f2d8b957d739357ebb355 +size 15178 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1576).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83a567e0caea379d22261b7c034fc92659cadc95 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45c204d44690664bc6cf44adac1f735fffe79cfdcba90a2aaecb5d978e17af4 +size 17014 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1579).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b970b7fdd244897769a5e9eb6149d801446d2997 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb8358bfb7ff9a16b5561212c48f64ce58a6ec83129ec48f9e6b592d151f1f6 +size 16697 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1593).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8940de7ffc9b522f0b4a75cddb89dfbe4248f144 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b727e2f99468453b7aec794b0f130db4a01114f862680171731a2b72013afd1 +size 13049 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1597).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6e2f3744e407f56f812205cc417e367df0a01f3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172c63c60335532754ae68ac7ea3086aef9dfd680e0b2fd500e0969860c01afc +size 8546 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1618).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a317eb8245664e1314745b9ba75f888c04319c4e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2050a7bc89cc1d82719883be0b4592f79e0ebd1080d84d7625aee4c42f488e9 +size 17952 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1620).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db508ff30112ecfc5ab7289026ae013fa226b7b6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31512938f5466912883e8f9d5fb193026919f1be2a03c5f9c815579ad458fda9 +size 17532 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1624).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (1624).jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e6947947e89d58202a9776367e17b45301aaba8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1624).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ca74ec6b123fbfd08f7fa8ec918144ee6f887c648d63284dd5e62b672811fb +size 5981 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1628).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fccb21cf2f00f6945a0fe80fbc9cea7f5ef2b18d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c33cc0da5827dc5d91d85c29f9b78e1c2a706bc74e390e11fbc94c433fb3f1 +size 19307 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1634).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e65460a89e8b0b26617adb1c616c1cf2571cb93b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3300527df29a91a86adf421c920302da40c8aa9be39415b5af313975c7672330 +size 8388 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1649).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afecbe346c9518d33ff81a8fb1963da8a690e48c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78469073b665897d879a52ead286bbd946a268b112d5fd365f1386c440701663 +size 17403 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1658).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (1658).jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce0564f7bf1b42b6680100ae17adbad657832dd2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1658).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9d7f4bd77e080ccdfa052e8b27b11c5c1c319194d33fa96c5b3dd5e3ec16c3 +size 6735 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1663).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77ad2a0049beeb86382bc263bf31bd69e6325d90 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75eb961310b420bc090fdafc8476ad3242426d4206a7de91270cba03a4e25a6 +size 11029 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1666).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8a79f9fb3749088bcc6bc7f209762b8e58630ea --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f0cc0792ef784e62493b340d084d6b47914d80ee8333274e7ccd688fcfd3fe +size 16247 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1677).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7446b6b4e0156865ec7e66a87f0c461afe71176 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a7286ca1b3683efe20d2bb74966b5a3865fda1e0091c7ee1b8391dfaae2fbe +size 18019 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1682).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..616e65cfce450360eeff8d5ba7cf49d4998f63a6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcdb39f0b35b36729a909e1bd815433cec0092370e7a2279aaad4e58358eb4f +size 8354 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1693).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf37a4d06586cc21cad62779b6fd7b1027c4d48a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddf2f793644cbaa6dca978f34011ef432cd900c1f468d8c6127783dd6456796 +size 15934 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1709).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36f1bb3065733ee11d8767ddefd1f32e18b76753 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9416a8d695ce87375a9344d3bf897867f472f29d218ededff594d8c6448e6b5c +size 8989 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1711).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46efa92ba1effd439ff4a3623b5657d30e5f15b3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed31b296cc1f4801effd6843d627cf6f6009a16e3a0d3ca81ff45cb2ed87350d +size 14870 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1712).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d280dcd81de04d8cb398a8440f656e1dd72c7f2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2dac0ead366a23da21b15bc5084a45e91615d38aba6e39e0710a88936dae5d +size 9579 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1716).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3faab781c3e88dbd58f0fed600cd1c14b69cc308 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a825d4e09da74d7ef925cfaa74a603198c38b132522b028019117c5564671ce +size 8867 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1717).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9edfefe14b2231b82f563e983a31e3b95a7edad7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbf9e1ee87af48def4e250e85a8a972ac2502a4e2f902be74885bc72b2b3839 +size 9124 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1720).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2024362de22df95630993ba48dd9d0a4cb9d2e5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744985d42f6fec9a4315bdaf2089ab72f1a5add4c5600e5f22fde4ff868ddf52 +size 14412 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1725).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1f735505b2c0906b9cf1186a62a770bf60ee1e9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedd7b09d7c7f530cf7e8e37bc87c882d0d36167d07d3242f4738b985755ed2a +size 14433 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1738).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d54dd57c3d3731a3805f647bb4468d683daa2bd6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d8c65ea274155ac040de8f7e24d503d298440ff66c46b5526d1bd0c28b1ebd +size 16745 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1744).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a687d7235be318c4f5bb30784e4c69119010806a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858b6987c1c9f9342e523a0f10a3b1ba08d2bf08098b156bd8886a6ec558139b +size 17492 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1757).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b15e8f59e67109bf25fe763f2c5c505934e4b9c5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6aa0ce46f720d84dff34901b76cb54b60c14321e4b283035cdce6f5b2b32a0 +size 18722 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1758).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c817cb68804f7753af3bdcbd7b7603bf9df637f7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf0cf78bab371dec1ff7cdf499a825aa668e7d9f0927e839242aedf12bff7ca +size 16539 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1763).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..beb138c1ae5d9cd991b5451a939504ab394ae363 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1d1ae8dd81e10088e3d0ef429754d21ce72d54e123a9efffe39b96d743ae30 +size 14805 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1766).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e7d99ce2050791ab7f4e2f4677061722957dcff --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1518382b00fab0ecaa6c98a2c3d73537c29e7712a2f616f75d94b9661f022563 +size 17638 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (179).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75c3003bd2367e113028937b5f7c173c0b4ac517 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0605ca6d19c58b6f1bd75e5e2b106b6e196532bf06ee10c6cd77fea31749019 +size 7299 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1796).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f684bccbc2fe7c5bd97f422f5e017995f4271fe --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab4db12fbd54be7c707b9d8a65f3768ab1e1997b9469753100afd7763eaf204 +size 13896 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (182).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (182).jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee639f4acd02e51208718e93a2f4e4e1c6365ff4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (182).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4913a3835e692530e507d542caccacc0d0a7b2fd708782cdec6236a1a0dbbcd6 +size 6045 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1832).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76a9d14d8cab41d852acb70754f23b790e5031a3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c2f89cf37f2a6e3ffaeb0a7168d01ad0ef0705cdbf93ee3848d33a65f7f586 +size 17017 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1844).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e459abee83e4ad0b7b6ccbbf38257daf8b025da6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437f2f80e3b0d7fbb283ea242f7f0662a6b071b104a41e371ac853ed8695de8c +size 15029 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1845).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09294ea39e33d884fff32e06e463268908d10cf3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f63fdd8062967bc4988fa10f4811a9b780d4fb399816f45fb78dee9c863ca21 +size 15879 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1857).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c655a2289d1fb946612ee3379ca2904f6ce5a01a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78aa0a5131c9effbf0bd31e7b6ee8fb25f78c5a4e586b49a30e9f7a25a4fa714 +size 17910 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1865).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..363cc0ab033929b6b8b70b1271588521494c6d27 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f07134ae5dc8fa6b1bf8fa17b7f99895f8c5c663b9265d28ded3e2428ebc333 +size 17671 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1868).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3b57cbbbd884a98bc5e03eb545bacf07d6d9c80 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8076ecac927c315f7becaa2ed574df4b2c1664cf6156f167ca1134abea9b50a3 +size 18917 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (188).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd006379aff0e6d8603a21b4c7cbd2c5e838bea8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fce86d0da3b485f5ba6c8d12ececbe594717e9fce99124fdd1f945405bad39 +size 11526 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1897).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c412fbd0866a68a80c50c96a466362fb8b83cee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446c331b915fdf160c56e25b691f158fd880e8feee30a6877ba556ed8c28b805 +size 15390 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (1905).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (1905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ae0c4619191b01c0a32bb22698ca74ce23993ce --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (1905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112f7286600ae7de368f23262129beed3411b9778f9e14ccad5dbc45944e7b7f +size 19758 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (194).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93435562200136bb10fc8eff81e0f30ddf65a08a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ec00f92778e3c291c6efeb4bd4d12716717f3d578b6227adf7172c845fd2ec +size 9818 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (201).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73a3b4cda789dbf5e1bcc6a50bc1483a17e496ee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26faf83de47aad5b685eab1d21546f404f29cb48248875bcba984c9643ca3a2 +size 18630 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (203).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..316c66f5ac4002020718fb404303bbb42ab65d5d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f88c676fbf14aea9990919abe987442f82163067e3874bbb17fb6296473c9db +size 16914 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (206).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9060fd615ab420531e505564699a34e5e25903bd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3430ea57a5a09bc73c54655398ed94aa7c471e896de354db87a5d1ee396071 +size 12122 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (211).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..026f0fa47f0a710a40797c3d2c1830673186530a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cbe0073de3e225a99270790d865ac17660d9f012773522174c202a3b4e76c9c +size 15431 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (215).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af7d18d30eb0e9a4cba3cf0201c26cb6e1df2963 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76dfa5f5c6ee4342bae2545f9a501359af14bb3b7a6ce0a374baf6d7d91be26 +size 9039 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (217).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62ba4f856f1668db0190c35dbf29ffa54e9a8c10 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b57f1a7872ed248aa11561dc3a78d74495a11a0d45592957c5cb8d1edfc3d4 +size 10192 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (220).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98ca892818ac19a13c577e7dd741077d3b5e6db2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409447fda0431fac6f76d270707eed7156dc0c95034e40a147dfc16f7e47417e +size 18348 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (223).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1de61cea3414b55ca547d98bd4c1974fbabcc930 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3c2dea5fb638040e255fb3f43a9f76e8bdb084303d86e8b9f36d68e24d8ad5 +size 11624 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (232).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04442df23168b9d76b3bd0ce8fe97e746798a061 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317476c8fb7efd00bce0758575bda48c72dbc81caf0b8519f9dd77242f79682b +size 10778 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (249).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e46585943839e7c5f588ec0861e4a11b8ed9d05 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade6853dbb7fcba6705531a355eb4a21e9eb03a952735ff22a885fe1a0294ae9 +size 17837 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (252).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..956c43999a380b43ed4975401818725f0009071d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a95afc1d400d0818d2482e0b6d199be77557ef36f6d93b6cfc9375dabfffc74 +size 9969 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (258).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a506638b3a23fd0ae9004e351dff9ee283bd9a64 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4521b59ce9119a3b234a38b4e401d7d91c5e2cbe15d2a6e5603876d0362769a4 +size 16128 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (264).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (264).jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee639f4acd02e51208718e93a2f4e4e1c6365ff4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (264).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4913a3835e692530e507d542caccacc0d0a7b2fd708782cdec6236a1a0dbbcd6 +size 6045 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (287).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c32a0ffcccdec420e896075053d3e94d5d3972a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a10211c54381ba0a3ede3695cd15be6cb5744359d67ed26f76f79cc05e0689 +size 16345 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (30).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (30).JPG new file mode 100644 index 0000000000000000000000000000000000000000..731fc2a1349ef15af2dfedb3c88aa33032fe7257 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (30).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b017477d68c95236f15e393d9a6a6048e13f9c7ef09749e40905e224db9702 +size 9151 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (325).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2973874ac9484878387b83bf220ad3f116d8b15 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f6b3eb226ea9fa29a36189a959ae578538c098d0d03e206f5c85dbe9f78c5d +size 16081 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (329).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ddecb3bd8ef89bb535b7f1468891451a96a028f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368f0084afb2c639125198dee2a5c4cc2fc4c9c553c3e385bc65c9c737efe974 +size 9850 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (330).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b4634b508a04e3e69b515f66d2c41747504c0b2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674e3ac98e57faf7458455cf42ee6e440a390634f7773e4ffb3bf3f35a5385d9 +size 16247 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (337).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf33fd108aa29962294e3dd4fec7aa768f8a0c7f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01b4df738b7bd65d80c50a1a44eb4bd1582906f424da107a44e678dfc1b10da +size 16011 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (352).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (352).jpg new file mode 100644 index 0000000000000000000000000000000000000000..c677b15bc1683412af7c1a5c2a2fdb524ae3d01b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (352).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61445a7ea1e87764c6cacb4258bcf6e4b2f518624892d826c8c516c47daea8a7 +size 7279 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (353).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e29986cb83d9edb282e327515e8811da6207d5bd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4eeb25e04df55559955a637da5fafe6239a2df52edb03bddc48bdea3a5b6322 +size 16884 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (358).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e406e20c93a49a48140d892bfb7524e2210d4b86 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5506ca93f89a10ec563a15ae3f2593dc1d978b89e908208b4ffd0fc27f1cc90b +size 17625 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (36).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (36).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc1f4adb32370b5dfd12c1aa535bafd2e589ed97 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (36).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03df6f651c2f3692ced7a873c9346679ff263506ee16f7853d5a2cefcbac8087 +size 14504 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (360).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fbbfcada969af67dc730184c3c24555fba25d0b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13de9a9c451b351789a9cd2af2ec145f02804106ca5430b40a35b48809c6ce38 +size 12233 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (37).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (37).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edd31ea63d63836cd5063de4f14edf506a6eaaa6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (37).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527c7cbe368fc2d9e7ed358f301568dfdaf135ab4ad5dcf602c4e21773e16ed1 +size 9728 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (377).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..120693974cfea9af673ffe0f8011bff5b844b2ec --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36cd9486b6895da0b78ed95592217884f0f2555383701292bae37f72ac49e41 +size 14811 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (380).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..958dbc1d176408e03bdf47e263b74b5d6d49cfc8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b1ba8718a4d1ef490adbced041915bf6a711c35751af8e059de3f5503c829b +size 17659 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (39).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (39).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd30de4bb4bd525dcec62c88f0cff5a3d7bce901 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (39).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b590f8b168b8102acbcaffe591d822e451fbccfea98128036af36dfc2dc6bd +size 9943 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (397).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7049979459160fe259c1a4a0f92616aebce106b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5d57936daf61daa7df45a13731254eab0d46b0475531214f6119731f8eab71 +size 9649 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (406).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c421984c816cecaabcab84fe04ad896bb10ac6b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d64f0b330957b4a5dacb69587e3018845f582f2b68eb8b323460eca1816be81 +size 18845 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (409).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b1ff3654e262afc3dea963a18e7a90813603d24 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f52ac0181749d615d86346354460da5d53c409d8e16523f862d278379e22262 +size 12182 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (424).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf16fc79377aa27767a6307856064c09dca1e141 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2405574638a85e926b763877c5e13ff3ee683a3273b8672e814dc702011fd112 +size 16535 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (432).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd55934ca4d6b1187e1c5048cd9b9a553ae79883 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235d7406c5608da711de2e67378b33cd34118f3d5a8b9492a243c84b2e8dea65 +size 15096 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (439).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98b28558a8701db0cc92169e428f061de0d71381 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d96208ee7a2cb32888a9d8b0f5ab7c2d30366d358f3707f9d95d1a650270aa5 +size 12501 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (456).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b3841768e393b771d2a70259ffb0aefe26c6285 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41876065405ea5813282588e546a7f9521295fb8a8f34e51d3fdc1e22b5bd133 +size 9356 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (489).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c661ee604f264f36930659222838664f0b91b9f0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770c0bb3a3e04589ffe0cd0f35f53da28da90be8740f8a8a38c6249d667a2160 +size 16924 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (490).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11d7d4223bac65db10baf1a8b1c832eeda36b49c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff9c9f7839b4f968d28295f3d731d597bfb3301cf33584cad386805cb17ed80 +size 18210 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (492).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..882e495b0df2507379607c0f432a44a8be48a19c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211ae700ef953c60b66a6ca300d235f9d9411c72fb651133742a8b3eb76289b6 +size 13070 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (496).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (496).jpg new file mode 100644 index 0000000000000000000000000000000000000000..4124d11254f9bc566d07649fc3dac10096746685 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (496).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d73b34f37692189f74c2b57d931f2d76ca9f5c868beb3514c8674744f7e1ab +size 3476 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (497).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4388a0291728bc3544e7ce2d7d6f1811b278a37e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1ffd8128392ca6dca90ab2a664cde75ecf8541506fbc194ee200f3c96d2672 +size 16323 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (512).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..763dcdf578377a193bd6aaebee4480ada7698d64 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9beec898cb9d6e1ba56bbf79124d9a48e7a973eed8129447922b1fae75e71a93 +size 16422 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (513).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80e62660c1547cc2074e4fa2e6149b3282d35a9b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519506cd707ea78ceeece72eb7106043cb45e949cd0347f3e17099a291393584 +size 17716 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (521).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..944edb0dbc3db6f76cbc5e274a9ce7ebcd2f8666 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90abf3a37a2b0ad041bac8f5ad3ad0574c08268f3106f037a34ef59a03b56450 +size 16715 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (530).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6fe91f16e78e818a773db4f3d740653be51c8f2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1cb26c719588b55084bfa88d37ef784898b5ad230aa5998ee5450895ebe557 +size 10928 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (531).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d145b93e5fbc25e31bde1c3ef0d5c6f084995c43 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d394343d0b1adf8dd338c4b919f8bb87bd8a7b4bf370f9390645d7fc381288c +size 9610 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (538).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9206c6590e7b132732004a2adc643cff41266730 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d36519acb9c0cec4bb2dfb63cb6ceafd66984a81c9c7aa8b0345ff57db17e4 +size 14933 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (539).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e18436d9c809b8d7764f1c9c199950a18fbf7a0f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5861dcc495b0fdd71637dabd79782368fcad226f8959285cce4f5f4b2ec0c365 +size 10260 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (559).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2180290b5be8e453f64aa2b002487519b8f83417 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5353afb3b8990ce42f648e70bc5a83e542407110f25d6d73ec48cc0074a805b4 +size 17426 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (562).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b07e61c659b2b34297da0b6da43a428d70e58a26 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2894bc8d7e280d52108a897b8c97db09bb00d8696a43d25ff5dbb2dbd68af63e +size 16156 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (589).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b1c68616bcb80ef72f26aef2a9fea01e96add26 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9080be30563ca4269b22148d584e1c3f9ce29f8696b2fd143be76e33a0edf70 +size 18147 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (614).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7839b6a3a0dc024622530ffd6ff3ba64f7587020 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e73e8a8db7f7755dab2851cd659255062f873d1092f2d4b07840c8500c6a335 +size 18602 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (615).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f1b49f8ac160a962c9fb93be5ffe3c54344a5da --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf82a9f9c27e8b07b9908255aeee27697abce49ee6cdb53fa7bba3736c6d2a46 +size 9066 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (617).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99c1bf376262e5f5e46452c4c110a9c4cc8d6f14 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305442e57d72e36d1d45a8f51774447df88386b59f2962ecfeef3496bafaa16e +size 16183 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (622).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5106a5d6e2a4efdbd73b324aa6712f886ebfe9f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f17f36fdb8f1356f34ba01d50f2ae449fa8dc39e718edd4652b252010490c7 +size 14954 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (629).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed516946eac15b5b8b1dc4e50ac73c9a044078f8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16554a1ea27c0800b714d9237dee823a64afa4fab29c62ad1903884d4dea4c34 +size 15835 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (644).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e41659ddcc820b3f67fd4193aab57cf84d9de4bd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8738f2d7d58a169893c1c30f5f9cc467d016f150accbf3be059105bed310f2ae +size 12053 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (645).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ed790d7e81d7c670d6ad00fee3e73b0185ee593 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae84cf4b51ccc7b7f39aec935e6f328a568c2233a6872c83934411370ff28d9 +size 19939 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (668).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e979858aa8a816b4f53e0c57d31bc7456dcb5eaf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e022d09b98e665cfc44178bd618f35f516315aa444a9de4dc053106b1ed99f86 +size 12898 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (674).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6680d7020b7c0793e0a1a66acd6edd9b29cc13c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d4fd2fccaab966af75d243cdc16455e0005ac195e3f152a85bd6c9421c75ff +size 9780 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (679).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11b21ef8954e022135d4aa10161f24d85ed57961 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c288c4575ae36c264b9101f9c5687d62208650ff9377b8dd5a435cf19e406907 +size 11735 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (69).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (69).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d8874e13139f40de2f071c36bfbf1bbc8e4cde0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (69).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbca2d857fd92fb228cfddf991d587e891e0e2d2ad50e8164c7c0244ba3d325 +size 9563 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (706).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fa3f65de71bfdc463f155b2a7d02d072e6a10fa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951572abd776560aa7b17528a0e2b9ff99ac7e5c1a1ac2be9043e5f478936426 +size 14205 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (712).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbccdb7c4067bb4678a8381e58659d74fe82db83 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7500b33f92588bff5a7d121bd122c2eb75f1af38b10e560a693b625144f17167 +size 20129 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (724).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f825f6456e75f8b2f71edd9831eb0d9f477780d4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853d0a5e40521b0d4c4cf65828c36f5fbca2105cf5761dcb59a232a508524718 +size 9101 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (725).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eff3eea990164643e492aebb513a9df4faac79e4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6de68c2d55f13889b67b720f85a5ee7fd63a1d639a8ce094b5d45fcc320cacb +size 16286 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (728).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95bdc8bd75c1f506a0638153df769f1a0788e9a1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0a5954e2c6e55a38b74944542b4b97f4d658d7bceb06eb3855d1e53f386892 +size 10839 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (743).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc794625b2b14ba5ac99e3b85cba7bb899862448 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8389292cb514d8f48d9ca840de44827e47e1e243d4109fdb8e8a7e9c3e9a5be +size 14673 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (745).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee4e5d300be861cc021faf7927c05a3c1efaeab3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966f65038adc16c9ce41308c5457ecafc82a61cad78118b9dd186906faaad190 +size 11044 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (753).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a24bd3d302f937f4ab393881586e097a4b24e14c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9213c4b78b28230e8dcfd2c82e44af631b1d2f6d8a7ea251039be2f73d84913 +size 6902 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (757).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50cfe0aae7e1780dc88ecc165df8b7440077dbd3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8cf6cd1ac2be7479a2cdd945b3fe18950b0da288fb4ee327af14c4d7f8e48e +size 12773 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (767).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fb88976c0416edfae00e908858227900ef9da0e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103b3ccfcb61ee723e520b670ca571fe73c81fabd3be0c3c5c0027fe5571ad49 +size 9006 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (769).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (769).jpg new file mode 100644 index 0000000000000000000000000000000000000000..6379672c832d155373efaaf32a69297b96d774e6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (769).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd6bebcdee741ee0057672181c4a43a48fe5380a88344c4490114d085426e73 +size 4922 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (773).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87f27c418fcab1d6242fd371bebc2be0f7813e62 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7522d61c071dd222f979f6764bb735de1177b9862d6130da942abc42f3740be +size 9562 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (812).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5803977586a07d375e023586671cbe229b7295ac --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffac261bfe74081b937cda194a5eeb54f8c1073f99a3030fe5c2b6823a115788 +size 13246 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (820).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92c96ff348e99831250edf64bf2797769a574418 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd24ab6a593c19be973bf42e1489fabc7b016c7913ad0e4e5c8074935a902c4d +size 14664 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (827).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e94ee02dd80e399165b957613bc4bb7f3712a721 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1247dd0319d8b9e83e238bdb9804f6446615f462dcb7b409c96b2f1f9ea2d5 +size 9533 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (83).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (83).JPG new file mode 100644 index 0000000000000000000000000000000000000000..898f59c3ca44932fefdc6ffd13c2f6b32e55a339 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (83).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9127e11a8700a56b5f4cb46dac537f377132ca67755db82274d0d15af2c438a +size 19414 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (837).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c05ca8d66d4cb195a434c1a62c2158504a0d948 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e293d105a17158aead64cf920b8e40d1d738a35c20082c775d6e9d95e59825 +size 14833 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (854).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af355c11bb2af358e91a77714d29b61609d877fe --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9551ef4cc4fb71b7f4ee07f9e2c494d83e114bd6539acddbfc8d0279d345d2cd +size 12639 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (873).jpg b/dataset-tomatoes/test/Tomato___Late_blight/image (873).jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b3d7f51d480cf549534f8368d5ff98b570840fe --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (873).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c773078018d350ffb12929f4ab77a10d38b608eee98bfea8b3e55b4a2993a768 +size 5668 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (879).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6770b72302318c919f5ebf6a8642c819821df2b3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedf6aac4c0fc1d89fa37a88f6302a767e2aa4bedbc63bfa437768e7868ac086 +size 14534 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (884).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cdf5909768aa8ae416b95bb8ad721880c6245f7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f961e57e6966c2aa5be9264191d13a48bfaefc9a1413cf0496296fb60cd1f8a +size 11206 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (9).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (9).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4c628792a806734a1488263450feb371f9a2b2e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (9).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ad7bcf72fed0d66ac191de9093886496b0d5a7c9389866563ff1a8c59b58a9 +size 11773 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (909).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9177a2ea0b07a764c4e31da9ae8f9af4b6b9f44f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868fb996c5dae78f2823a41749e44ad2f05e50783578e174b93be45798a9cd76 +size 10431 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (912).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5c4eb180a6cc81c2a857dd87f72e720474e9135 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb477eaff7579fdb776744c0dbc55f58a1c5cf90f381a0ae7c3ef8041a081b1 +size 8548 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (913).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e15b12904f5931b92d931c742a162699dc026029 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8eebc3b5bb38c55e75487d56ccbd2caf4af05f40ed0e419462b10ffe3129477 +size 18815 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (914).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfd37c0098b9afc29f041ea7961e42b1811415cf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd62aaa0cc79783b57c914944dfe2aea7507af6cc40e29753a54381baf9eab9 +size 9204 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (915).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51c2a04bf268266ae6773053d13711ac9c207883 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4935f2595c055f4916c9e48cfd765dc88b83b27d5161d6f69c453f37fad4e261 +size 14398 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (929).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64a835d26ec1df4261c4e6f001466d11af54006e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29df5db7921731f1f43651ec3e4a002ac12fd49243b1b6998eb7f205674f4ff5 +size 15011 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (937).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..960194781c4750f5a5ee81e4e868204d60ad482d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ffea309d91ac6ee1aa57232b4ec558d9585cb275a95a282e303d859cfccb2d +size 13802 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (98).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (98).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e9018e16ef65c600cb5a590547af2cf00671ca1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (98).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f674d4c0ef02b71dfd18dd823f1212040886cb73517eb649d93ce3198677d524 +size 16626 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/image (997).JPG b/dataset-tomatoes/test/Tomato___Late_blight/image (997).JPG new file mode 100644 index 0000000000000000000000000000000000000000..660b474a799b004e1b35310d6e0e371a949bb549 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/image (997).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45cb3374c889c0ee146cb27d716f24a9eff5b25950097c2db26aa1ec6c10a0c5 +size 19535 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/late_blight_2013_longisland1x1200.jpg b/dataset-tomatoes/test/Tomato___Late_blight/late_blight_2013_longisland1x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8701ad840121d27dadc2f076539d6dfa80c91ff9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/late_blight_2013_longisland1x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3c39f11fff5234ce39bd0c36613ce4546e1e75e205119b2d459f397b0a20db +size 324553 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/late_blight_tomato_leaf_sporex1200.jpg b/dataset-tomatoes/test/Tomato___Late_blight/late_blight_tomato_leaf_sporex1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7053693dd46d7580fc14672ba05e7ba7510c657a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/late_blight_tomato_leaf_sporex1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06427f875a549080239281621541ecadb1e8d2c47860b4e7d0f5032d1dbdaa9 +size 229569 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/photo-9.jpg b/dataset-tomatoes/test/Tomato___Late_blight/photo-9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..409a18d7941d6ef78dd839aa400d24de403dc252 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/photo-9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cea9a9ccb996089155d01fd649859ff3ab224501be089ce0ee11a29c8ab873f +size 424635 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-necrosis-sporulation-on-a-tomato-leaf-underside-X5YDDP.jpg b/dataset-tomatoes/test/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-necrosis-sporulation-on-a-tomato-leaf-underside-X5YDDP.jpg new file mode 100644 index 0000000000000000000000000000000000000000..310f4879edf5be4fe33dcbead0f9a17e8b214892 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-necrosis-sporulation-on-a-tomato-leaf-underside-X5YDDP.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7474217b5b29e55fa6f21a4fd4a3085e24e98cda9a5434d3124d5793e6c988d +size 246683 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/tomato_late-blight_01_zoom.jpg b/dataset-tomatoes/test/Tomato___Late_blight/tomato_late-blight_01_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce63ed946d2285f07553dffe780af32c6f47c60d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/tomato_late-blight_01_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f336ee6b656ac4d98edb97e713a323db08f66b086da4169751e9d685ea67906f +size 176818 diff --git a/dataset-tomatoes/test/Tomato___Late_blight/tomato_late-blight_04_zoom.jpg b/dataset-tomatoes/test/Tomato___Late_blight/tomato_late-blight_04_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7ba0ef4fc781074034d22cd2e224b8b650992bf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Late_blight/tomato_late-blight_04_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114e5d0090cd63ad9e176375c2fde3a48f01d88af3bd1dd44909b2ecefa70a49 +size 188483 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/119B_Tom_Mold.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/119B_Tom_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6aaed3f791171f680398f4e7473574ee25207534 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/119B_Tom_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dd1fea03f3c3e1b0574c39300ae45e0b58a1076f924fa466499d5854da5ec5 +size 10102 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/23633262_1572609386115825_1396180255_o.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/23633262_1572609386115825_1396180255_o.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a066f835995d7a5e93b1738ef24cdfc663dd792 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/23633262_1572609386115825_1396180255_o.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1839351811b5cc8e6bbb53cc8c4b0c750e6c2bac8bff6c0d02c301a2b18b09 +size 177297 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/ArticleImage.aspx?imgid=4987.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/ArticleImage.aspx?imgid=4987.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f339a88130d134cf3323b6ca9e6fb2addccd149e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/ArticleImage.aspx?imgid=4987.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81f4ee8a9fa52b6f1a94d8e9dd82f177be1ae447398f9d64e5c2f6f88d90684 +size 12185 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/Botrytis-Tomato-Seedlings-2-copy-50QUALITY-17wck0d.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/Botrytis-Tomato-Seedlings-2-copy-50QUALITY-17wck0d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d38b385a9421f7130b690d8cf24e215d13e37a7c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/Botrytis-Tomato-Seedlings-2-copy-50QUALITY-17wck0d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db600d5a76cc60a041622eaf5e3fcef1c382fa333d8152865c4575eaa8db18a5 +size 60849 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/GIVXB.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/GIVXB.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4e59da2c8799958eaffa2888c11aa5885876e31 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/GIVXB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152eb12191682697b63611c371ad13853cd442dd0d1f0a4362219526ca629d96 +size 84598 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/HighTunnel_TLM6.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/HighTunnel_TLM6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02c28c02976599762954d6262bacf2aff1f5406a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/HighTunnel_TLM6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1333fe553cad2faacb126e58346728a90a3925955a9a17f720aa5f080b7332b0 +size 256376 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/Leaf-mold-web.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/Leaf-mold-web.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8451212410d47b6ac4e289be0e784603bd25a8a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/Leaf-mold-web.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d560e510e815fceafb25424b100f46f53d04f0b8cab467ceb1eb6dbf41a8e5 +size 289215 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/Ormvn.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/Ormvn.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d78be27310cbc54beb1341053ee6ad109180558 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/Ormvn.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b3dfb9a37e9ec9701da69b99169e6e1c6bf7273853ad1fe8fd7067cc1c1bec +size 344512 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/Tomato+leaf+mold.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/Tomato+leaf+mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e41104c3fd29732d6a23e73e75c4a620aa00de96 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/Tomato+leaf+mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046e6b56037bf0dab9b6004db7401a42ef43e5c37982ee858c3d800bc4a04ef0 +size 250314 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (10).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (10).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2c45dfe5f91c32c2cb6e9890039b5785e178019 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (10).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3203b282cb120ed2c1ce1c9f5939b2bb46f84f8210912bae923453339c3059d +size 20537 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (100).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b26c1d69c170dc34222d5f435f31e9f736d2a30 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baccb5f5a73374794e7b671112f5246eee9db47cca07efcae8d3ab9428d1e7ad +size 17859 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (114).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3ce133c1ba1fd2ee668ab094461641b7181f493 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20bb81a2487b92fb7977537bfb9ff78b05dd7b5a4b34f7b057908f09db8117b +size 12921 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (122).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77e3f2be85853d5a7c6bfdeda8175b9279010e8a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde7a9573936decd1eeb1beafae173d25591e590acba7db3633e712b8fa6f520 +size 19459 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (123).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e25997542a601e275b83277ae6fc5999c7ce173 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb27ced35c80f8f407a57cbf017345e0249fa6ef1f60a35ddafd296cd9380643 +size 12650 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (142).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ee95fcf24cc8eeaa6c188e110c730f09424ed5b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a96682140c741a1ecaa8fb093b72216f16396b88b41ee87141afadc1a06daf +size 10898 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (144).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76c399cd4b0e380812536ebd1747d6149186771d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f93a53edb3f8a04c398b29f6d9b56c722ef3ce9a2f43a0693407f9569a41be0 +size 18747 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (149).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6dfc58b3785161096944891859467468ef47401 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde4611383fb5eaa056b38570721374936e8bdbe2565097899e682a48b95672d +size 17568 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (152).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dff7962227631d7366bee7cabc22ed78daee6bf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130da409ce1680dd6f39b8f0f4d0073e41712f0ff4b3f36b3560ffaa84517832 +size 19678 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (180).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c25dd86f3facc887a72c84bc3c7ed85e7589679 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c281b4a335acb3b11b5cb6c48360ac01a8ba5027737cef8029afe92e6569813 +size 19224 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (183).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e5948b76bda9f2ab648493b4d3a0ba33d99dede --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614e72ee9b46e363d92e703756b105812b593b5704c1e764ef9d20b4fb3082e4 +size 15351 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (185).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c453aaf028f4bcf21c8ee902e45fb75b47a9fde2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4665b1c4e9866291d9bb9c582cc0c1fd56986661b7917e94414afdfbbd988402 +size 19789 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (193).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebe617364d18421090f88fca02e007da9624cdde --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa8f494f60436e8eef0bb538a7c60fe50b67ab3e9f3a1960c2d1964c7174b17 +size 16753 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (230).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e15c3ccce3b4e2c1caf0248e2f4a9480b3739f3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de951e2378d1605b7452db321db6a801fb85b62db42add6cfbbf772dba2ba2c7 +size 11857 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (25).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (25).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f2f7f657fb5bbf2759df485a2af7fb6c3b7e27f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (25).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9ceb2b6256256f1571358e29f30267fc562502fd017d11a014cc796a7be89b +size 10750 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (252).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8949a57c0ad04c24b25b39374937567416cca3fa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f95475aa0832957de2d5f01ac9213cc54142f322f61d6f0f132053d1ffde17 +size 20058 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (28).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (28).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fc26b2a8d1ad0a4e4bbeadbb4c30f718a605a5b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (28).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544bcf510d100853f8fa0a79222e112c887b272034e51a1532a8b0fd633d5924 +size 19012 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (300).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d81df5c1aaaec9ad9a017eac13d3d8dd943eb05 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8beb0f57bc079f8a35e9f615536326adf402611a8bf94be1738b92df744a3277 +size 18364 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (307).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18dfba797b7932ba4346ec44d978be539b49316b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e779645b3752cae48c8ff13b385551f7814d09e8d7deba393b8af5c32ebaa7cd +size 10513 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (31).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (31).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f798be460c75f4433fa9fab64c027c3c98402379 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (31).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c880af68e19e7cfd0ba36ffe1eb957ea7f3345bbb4c23861e81c069c09579561 +size 17501 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (321).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b878e0593e927a9543a196bbd918a66f6d1fcd4c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc895082142bcdf077e4fc2bc99c38875f36945399be5f21e266996634e021b +size 12543 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (324).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f35c741fc2836e0c27f9b53b754d4d66b777ec34 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3abfd7bb35291768c5c6b833faf70ddbaed451a30d3328e15f94caf983a5371 +size 18448 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (325).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e880851cfd5b489077310b3158d59937f0763fd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba55e45e1e2f81dff99cc519edb6089c1084a621ad17d2c79fa9d56ed329e8f2 +size 13964 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (333).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..225d8544f7d5d00e3f1d9ab9361f2cf0dc9291fc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219a5cb4e374b6aa5f6ec7b276d6d8b83b5e2bff471c9294abac898f03262f15 +size 18151 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (336).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1f03ec4164db95751de4671b89def3499995ea2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec60e10d619749cac791e4c348c2f8a1bc18f72ed29df4a0015f012f6dafab87 +size 17278 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (337).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ec40fc9c0725aadc5152ec2aa6c2115dc66cc0e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a256deb40f802e5cc831306579b89257880054d3a7df054feb816453a5b85242 +size 18238 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (338).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15859f98cd64b166c42b05c3e76632e38c92cfa0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea6332bbe5407247017cb3a455ba7803e350e5b208e5ca31290f35e6e37c0bc +size 18840 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (353).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a701b0c536fd2127fd86271dccc37a7905a3f00 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374a4bee79672084c35171af33e6160b8143e8e644e3bfee8ec8bb93f7a805ce +size 16395 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (358).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c66abfc22b5456f32c905bf0e1c5de6446d317d1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e929982f75d3bb6b8e0789073634619e3596084a05980597005369552f78dc +size 18645 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (361).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1b43a2c6592d818bc5bdc94734a9bc901575b36 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126bf33ca1b41c4ac06a6619101d5a6ee98e86e5e46497fa072669302de939da +size 15434 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (403).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53ebe54d5793103bf1e0d15e3d7f370876d6faae --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d854bed320338ca4083c7ebf19b1fd44a1753c9cd5aba57183592499f533038 +size 16992 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (406).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca6e280dae20ec3f6eeb2d2eca46072bf57f7d99 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a7251ae8ea1af7b2354f3837a5f8b3916284e6887f0046fa01f7e674794c78 +size 10386 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (425).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a44366486103a604336b10a2ab4cbdb86f2c1fd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecba88f03594a9f50a1d66462ac30f1f0ea1550ccd40d7a1fa4377a9618fd1a +size 11194 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (438).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1c3a32c2515a708cce54d5cf513e59243751fde --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30344693d819c5a7b1163c9c4e3d498d03f2bc82d54882985e3998e133e85ac0 +size 14311 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (453).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..078432b12681d655ea00bc2a288662e2c78bcac6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0761d8208bccf285e20f89ff090f793b840bce92c570316a688ff3772ec80f3 +size 18812 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (457).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a971f0d6bbb3759a508821366816af42bd7fa316 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed15776ad2c870216f7d4b0cdf744312aaa817664488ae4545d170cc8aff0781 +size 16128 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (464).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f433bb6dd960d65acc388c6b204e404e4fa189d1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e44ba4b4653dd204d98b833a938ade2dfa70a458ce75fdc097f4ef362bb8aa +size 11986 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (472).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7b09b690ed41335a4291d3ac5243fc48179c2df --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2006c40a1a2f242f69b8e6ae233830edd97e46797583dd859e9e870499e35f0 +size 20186 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (488).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b4a9afda12dc963f3242d97c8022ee2106755c9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf62ac154c7fe4b0f852515c5aeb7d6ad8d63ddad61c37ad32a2c9c32d8e0dc +size 13982 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (491).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ef708b3f9976bc2f71e8cc0ef4b50b156157daf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27358acac326a1bfa9588310c5dfcc6e5e4a7728a5decddac9fb40d018b5c9bc +size 15488 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (492).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f63dcb8be64248e8d5f08b341110b31ba4c295f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f28101b54f9d8803a8a78c3ff2e2186ed865d574b2a464c65e99451f78fbdb8 +size 17965 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (494).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00b5683d484aad26442aa6378df303666c20c3ba --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85159513d5c31cc26e461186a87ce08f76b7ab8c2856faa6b28b238dc8082cde +size 11768 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (495).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21e9bdc033ba4745bcd0c95b2830c3112dccd15f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4aeda816147501c2b95a0e2b203181dccb7f284257600f421bd36cb0db1b2b +size 17448 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (5).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (5).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65b2ed58044d729f9efdfc79a680113ec8312481 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (5).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33063ecffbdddcb0ca01d1838b32e22eaa0fb7c207db670c58e9f16ca01b47ea +size 15611 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (502).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..495675c79ad75228bb00c5e9785dedced45ccc20 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343600ff1a16f3eacafd731d6901f478f34243efbad168c8e3f35d65f4228b8d +size 18686 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (506).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a557cf32303ddceb04d21677e506dc9aaf952fff --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b23f5a33a13d6f9383b477244ff6524424526fbf1fae4b14418ec240491f1a0 +size 12823 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (507).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..119f62471868bc08305534d7eaa66df0d6d892d3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9634795a35fa24d76e87dc9696756fa021083f1ee96a884912644ace9b42a45a +size 11986 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (510).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef76645fd24e7497fecef56222aa7b9860769e46 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea18b68697fdd836dbbb38b213bf3826860a73d1a65f5b6f5c5bb18fc6fd69f5 +size 13973 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (516).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c494a00043189706729940f809c92fbccac1a93b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0551b6ea41607b818fd2f6922e5acb8641b1b9c4359354642d29e3d64b817a +size 9864 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (535).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9cc47c155e26f94d663c730b5a0da87d8477660 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f70b5b7abeb905dee289a5cc0504270632168dbc0972f9fb8d503db0da0d795 +size 20065 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (542).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..689a38887b944fcad11b7150dd8c1caf34a46709 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf7616f495a12ef613157855c35f81c060b6b12c9985f3257d62b721527c09a +size 13132 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (549).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5cc0ab695ffa0d8371b8cb339cec9836a225ed32 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99753e2c1c280744acf3124e080b3f3f52a5140b2574845ebfe5b6c010155a1 +size 13081 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (563).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fafa8b2a1b76df7a763c1351112a578cb95123f6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61b451c149ea45f29a0cf83355651e6aae305cd014c5e4e4d1cec583b173087 +size 19459 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (566).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78d089f949fa9fd49ec0476f50fe392d44dedfbb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8854b9657118d64ffa6476bbae260ef6811320ed23704104042d21cb652ca00e +size 12095 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (59).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (59).JPG new file mode 100644 index 0000000000000000000000000000000000000000..915ea8e87d1bcdfbf854c689ef9bd044a2b96859 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (59).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5455614cf043f943efea17f8767b67842fd5f4bb36c9ed01ef250e3f4200d6 +size 17588 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (597).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9643bfe551ecc6286c8f7250d5c18086e3107ccc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8e6c5ca5bf219d5712946f81fbd90b43b907a4008759e33c7eebf121e4c838 +size 13406 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (603).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71f5aef83e3a9c76d26c7abab370ebbaaf8451a9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f2331b84231228308d19ab9ddcec8f79d4773807a93b66ae1395c09f42bb13 +size 17665 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (604).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2120bd8453fe14feb12229d762deaf1a75ae328f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5ff0c30c527989074ecea6067b916e21bdb3ae9eb63f4493f5a971194e76e2 +size 17470 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (606).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a8e40c5b127a45073679c101a1002a6bee0d251 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4702ca91377a39a39f4d00e885cf0b5be880edd595f6b4ed024d3b3870843f0 +size 19356 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (614).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c8d9dc96f9b088357eb0d0aed0916853190f5d1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea1d004d67f678ce89266d67eb4657e0b8a97682d09021edb885aabf8d6f87c +size 11011 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (615).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..381603b49698c1ce82b60c9eca9e37b100624418 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae46c7aa8dc27fdc136dc7e64ab54eef7bb01db299f735008de474d5b1bea92a +size 12299 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (618).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..709c280ddc0b2e72e6c545341388e03ad66e417e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1c0e4749f90672a70c80675d99ec73390da2f7381346e0780a01b5b1b4f19a +size 10760 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (622).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d0c0119517fcd48b78d165fd3a99879b129a6ad --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28dc652518a9526266c1b3804416d7021402e4a8706bf9035a5c30aa8956dedf +size 13532 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (637).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74548bbbf3298c989e4558abef709dc2e205c7ea --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee2c988d5b842071ce38f5498700395f7877c54f5905cccb53a59854461f527 +size 17909 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (656).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c40bd308da24fa8305d2b261f516205ab29f4fa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e88e63c5a34bf6284a8a39bfd4e6efdb081308b7a81bfd7c997f8d37a94310 +size 11281 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (657).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f48f261f7dce248bfe56d740dacda2c2e5369634 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a069275f36c8e91211e1239f001b5eab0b9dde1676ad0a73385a49f756b31a7 +size 11711 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (660).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec6cab5915bc80f43699124336d05c36dfafc7e5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4627e6dd53736456cc080c211861cc54650a9555072f6d2c5e1e766855d8928c +size 12354 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (663).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24ec1ad634bc0dc144d71888859fd52dcd733492 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3f6bf149785f80d9f4e799e32e8791d11992cdb445d36ad13401923419b34e +size 18695 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (680).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5ea4517368ad1b01c246242399fb346e0c3a03c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4af43e0e02575c785d25efebb354f7e557c35f7a6dd3223095db8b92027058 +size 17594 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (690).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63839de863a0e65fa5f9b75f3ee50a8114ceeac7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc03ca165ba6305ab2d6bc93b37ad9f9adacdc8f7a6fd0a330af9fdd80c5abf +size 12265 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (700).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58b1d1f2ba52831928cf287bfafab92ab990c491 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3ebfd9f435eb587e354098df29c67036508de6480b8ba65d243fbec3588131 +size 18051 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (708).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e310fe30c6f4b15aaf56df48fabda8031d6eac6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c7571037f99d2980d71d3b107ecb35f41f8187f1c471facded403e8ff45eca +size 12459 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (714).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d87ff685aa1c2ab6ac62c4dafbe402dc3aa7b13 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e73a91dd40ff40a633bf75d0719752074e0e4ec95fc48a562137e257c55e761 +size 12060 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (744).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f902bdcc3fa912a102b01400ec98751eb50435d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87f8afce07dddc04894c1864082ebab593065fc0fd195a3d81a11631912eced +size 18450 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (753).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2a1664f059fe508d874ed08262122d3e444f381 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ef1611eb3365ce13900def0a42eeb91cc7e5db3988c13c2004d61d77e07c7f +size 17749 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (756).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f70086786d1467af681513040f19e8a884e8247a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57cddf29425fc84375c29584e2240ef763a1e961f0c1d1b20c6b5c1b3e7a4f5c +size 12151 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (763).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3bb548f36bf0364f6878585f7fde3eb71c994ba --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df81109ddaecf7fddc586730506e430762c513c116d5f452b3847fb5d4b75bdf +size 12042 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (776).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39a1b4346311be2cef08fa2a59289e01a40dd589 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b3d432ecfc12f381f591ba1a9d2a526d43052897871b3b6874b59fda6147d8 +size 19240 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (783).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47ddc57755ac812ddb3e833be108c575de3ddcdf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffffce4b0552fd6f124780e42bafd22e2ca38a555057351459da25d3815dc9e +size 19391 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (787).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d71609dbbed643b3f78e7eb69eb212dd44c0652e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75746eae9fd3b62770a4e8f798c053f26f48ebcf1eee489cfad78a32c44afd83 +size 16466 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (791).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..553056e7fa3d45d9c972018f4c1b4fd1d42a4e8b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ecc2b885b670be7801a104b6892164fd0331c8d7efed95a17451595c03dd07 +size 17438 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (798).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7aa871a8925f516167361f0c6c51f7a53414e57 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12aadf5a88faaff4ce87cc817e8ec8929bfd1659437afe34d3fcfd96e4ac4c39 +size 12782 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (80).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (80).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a260e6d12e7643a6a5e6e32aa0c9967b1f88a30c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (80).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ed653c6e67c1ea5f6776b5833e8ac4ac4b446df738e46c80bccff59eed59df +size 12303 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (802).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23b9298a009ce8475708327a50206be53146b39a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3965bc7537d10e15d8e2413623781bf800b5611534ab04b48c4ac06d57a18d +size 14554 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (81).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (81).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6382434c61a964481d15082e79ca728850ca6245 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (81).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb3b3188c18800b93124c1d2379906df2eaee7b58f5970a7a710e1296146112 +size 14282 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (815).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd310d70e127396b01654dc65099ee5caf0852f6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f1856afe6b1c03e86cd7ea2da6ca9f67ce48ba8c3a2b2a7b142ec08020e280 +size 19618 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (817).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..369e70f2cd5737edfd4fbf4c32567ae0330957e5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7aa84065392cfe2e22e926dc7ab59c509738f0ead9a16a4c9c5fa2335f9d517 +size 17992 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (820).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf59fc195fae1ac43db21ec2813a65a42d933030 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e70c8ee0af9651f861b2fa03e98fe2c756ead2b6162fbb5937d5b7cd43d25c2 +size 17958 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (829).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d75c8698f21d34bffc7272b4b46af3809c2ec51a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11cbe52a4fa41e635f20c83a48d8d6fa8ef1f8bc79cbb4ce4a3743fc94fb592 +size 11715 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (831).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..314f88dd9b3e819c7bf0721be5f8fe9a41eb4379 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935cb5099d8946cec143b576fb94c18d8b440e856edb3b9b38701edc524b51d1 +size 11024 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (833).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4f3f49e1be9ae8ed84bde277cd52324dd5c8b43 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52085173c746223b4da2ed668b1ee7341b9530e307adbd839b3ca555f8136e7 +size 12503 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (863).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f59279feeca2453aa6c721596dcc96843672022 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24eb2908138dff9aba4cf571adb9abcc45e180f796e0aea8ccb05fe48897bf0 +size 17474 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (866).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2012f18623380013ef109204ede133062d4be0dc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61737e21e3476f55b813842127135046c8f05023d415672eb050e4b2f56b8101 +size 19967 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (869).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c0c6c6618ff0ea6005f1f4af2f285cfd529397a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38335e68601e14971ca5e586909af5f5303ff7fa320e600f20bb419cceb221f +size 13520 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (882).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..578b74ed4ab09025d6e859bf9923edac737049ee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1430cb8cc4189f713c0df302c8bedeeff4884729a0147ee28707f7f5c0b5019c +size 9303 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (886).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c379e75d65c1920f08155002366e8a8d2b1af905 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92923c94797dc66403d303ec631e4f812c41e808b8dee642872f521584f4ee86 +size 11364 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (890).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d9d20bf58ace2129a203f9824dcb3d40fee483f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922c81d90e5bdc8f479e850c8dd85f54471c3bad02204b96d9d49d1bd6106bed +size 19189 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (893).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec88c0405f3c7e3d853fe159cd46d9dd7e0f0690 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d7c68626c611fd349fe63ffcebca978d4e1ac0dfc9e2cf4081574f957a00bd +size 12893 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (895).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54f8fda473d416804551176ad6984c7dfce085ac --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8022c29691dc19f92b2f0c44c7515570a33c1492101734a88b4144821ac9ffb +size 14602 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (909).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efd02341c96d0bc130e159e53b8951bdb43f5526 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cfd15dacb81eb46b903882f3f288e18fd72a002e4e09313811106cdc6e43c0 +size 19219 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (919).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4308ac8a121b410c3a9e14956d2e3831c1fc9d0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31abd2097de891ed9da2fa64f0d77a227e20699a74e7c177a2b6a0802d1ffee +size 16747 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (925).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73156f1ef58f9474e153ff5bcff62a017fac4430 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc327875feefe1577d0b183fab218b906fe352c5b0d88697268c1e29da62a5a +size 15763 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (926).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63f16ca501fda00a1143b66aca8e6c7773091cb2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156683c0da6872545e6de7d7059601ad08865551be5f75ce1c558eed3a4f5dc8 +size 12837 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (930).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..004ffb603ae78d1104ad3f747bae06ad803bedd6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3186f00a13dd0b5356d606b8a2c6c1de0b877819dd20e88d92c3361f9e154610 +size 17781 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (940).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2991afbbaa16eda419afd2db350621fa89af2975 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8920d1f3729b68162a463e3be210698d0f50cd820cac1f2514aca3568489ecfd +size 18969 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (942).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0cbcd072f49a1cb5998cf8b3b81816dca6def9d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af88318df8608525cc197d79bb213ca9725d01705d63ab3a1b5683ab81e0b84a +size 10054 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (943).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74d83d72748a21ab1c527cc93891a82d89fa4c03 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cfc731d3348a3664519846b8d630a8fec0f6a471748be872dda91e053e5979 +size 12548 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (948).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..608c7bd9eea494f9fba140182027fb20854d76d4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb2dd6442cec8bd6722bb35ec442bdf92c8496ad0ff6c9cc2b22a5f88e45a64 +size 14700 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/image (96).JPG b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (96).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a13011d7056acb310a8c91006e1f63dfbca3294 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/image (96).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4577a0ed68fd8cc28c736064a11be7d742b6e4017ea815bd67e0044ddd978d09 +size 11678 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/leaf%2Binf%2B800%2B1.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/leaf%2Binf%2B800%2B1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0787cbd089f7a5810f78110dcf18d6f552915084 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/leaf%2Binf%2B800%2B1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c5d0cd76cbfbcbe44491e3e7212a9399079950ed1df2d729fa4135e83c2f4f +size 337895 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/leaf_mold_tomato1x1200.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/leaf_mold_tomato1x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e147d443ea301a1bc00dbd71b6a19ce5526c5ab6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/leaf_mold_tomato1x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e325cdb6f13a021e0387accafe1b2069c8b6042d40b96b549277380bb6b47158 +size 210818 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/tdisease12.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/tdisease12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..220ec5584bfc79f6aff3005fc2c968addd41a4ff --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/tdisease12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca14f68a6d144096fd42d2017fc68c40cb9732dad5df9eeaf9313b47daa77c9 +size 15631 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato-gray-leaf-spot.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato-gray-leaf-spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f18f3951131f04834d554084af2789aef2d1e412 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato-gray-leaf-spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47ce4513a2f26b7ec55004f6f3c275e7795409351678165c08050bba5a7b00b +size 4549 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato_fulvia2.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato_fulvia2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a5e597051a95c6ebcb271bc979b831e301d1be3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato_fulvia2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7d56b2c938e5bdf9f53bac50354d7df86cddfaf1748bb2693e9eed6144afb8 +size 164052 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato_leaf-mold_01_zoom.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato_leaf-mold_01_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..713aef832459abba7f410f09f35e829ca9e9d026 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato_leaf-mold_01_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ce34bc701adf2c6d09578075a137632be6ba76e800048d7a26c309947fe0a9 +size 169833 diff --git a/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato_leaf-mold_03_zoom.jpg b/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato_leaf-mold_03_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8dd36f488aa43e580114b0686b33d5d2cf4e03b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Leaf_Mold/tomato_leaf-mold_03_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62b398631f1a94c65861102977640110cf393c473975ffc25528ed81bc493b9 +size 126207 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/3-septoria-leaf-blight-n.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/3-septoria-leaf-blight-n.jpg new file mode 100644 index 0000000000000000000000000000000000000000..102433fa918acd6e91d489463ca3bba8be7a1b88 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/3-septoria-leaf-blight-n.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808ce66ab051591c7b680fd295ee9f958e230a77cfa2b28761e1005a145e6d90 +size 66201 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/66e7583ebe11cf0bd06435e4167bd4fd.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/66e7583ebe11cf0bd06435e4167bd4fd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4369ff73a246c5e5a03e6bfc8dce3236ef7b13d7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/66e7583ebe11cf0bd06435e4167bd4fd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ede3912f70032173ebb896c3e9c8b58ba6b6bbaf9d2ce56750c01113163afe +size 41091 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/Leaf%20spot.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/Leaf%20spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7cd644e88f9862edef30e72d9149898a86fb3b1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/Leaf%20spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9edb6c3261c549c1464a7e0fdd17d788df2f35ddea9cfdc53ca35e5cf4b77cb +size 36249 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/Septoria-Tomato.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/Septoria-Tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4f7d7c5ef8180fd0730c23736c1e169a53cbd05 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/Septoria-Tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b332a01ba636102d634872008b157bcdbb8b6d8b15efdfb2e730d47cd27c11b0 +size 4886860 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/SeptoriaLeaf_T3.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/SeptoriaLeaf_T3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc75c68aaa8980e1780e53146d736a538007295a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/SeptoriaLeaf_T3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ce6333bcf08abd6f0e4a868ba76bd5fdcd3630e17fbd604affbde0501456e0 +size 22734 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/eb56b488e349c2de423ab6afbcc4bd5b.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/eb56b488e349c2de423ab6afbcc4bd5b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e656001bfdb1425f2247347a826732e433a4d6f3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/eb56b488e349c2de423ab6afbcc4bd5b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7bb3ffc6866a36df769b79f7e54b47c7c45fdd955f25170664236e9abf9f6a +size 77469 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1003).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1003).JPG new file mode 100644 index 0000000000000000000000000000000000000000..471e54df432eedaecf5be49cc750a02b95f67517 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1003).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43010626563f57b4c8634966fc595e11a6d287a9d852efac943428d62dfd9822 +size 14030 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1005).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1005).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8c5b803cdef573b5839dd11722576b70f3a0d2b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1005).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24404c2bc4ffd38a8e54d9c9045fadce436484b23cca2e788363e951cd950517 +size 20828 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1008).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1008).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c525151196e632f83d80e4a7390505cb25827c8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1008).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c864cc5225be7c266b613082dcdd7bf2fb76172493a02602db5eea418867d0 +size 22652 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1010).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1010).JPG new file mode 100644 index 0000000000000000000000000000000000000000..451f451a5ef76ca7443e3b8bffb105c30da729ad --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1010).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6681e35c4ceac55aec20cd509101d78799f406e5b366ef521d711b8005e03983 +size 18359 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1016).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1016).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8688fa6b182f850d281f26ef0f3eeafe52e44a02 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1016).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e82f8dbaff4f1a1d12e4fd056b836d79a651158d68b33e74f558ada1e9df173 +size 20980 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1023).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1023).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7873bb7b97241f4914e4e07d3b6513e4c14cff9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1023).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72428079ea90edc6f0db62c0fa1fbf8d6f0f457a162bc2d79efa82285125f03c +size 10600 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1024).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1024).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7746e956d1dc15854e50a0454c38511b85f302e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1024).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40e46aa14589fad4789f6cac6ef879e72232128edf2f6d7f984d9ed9cc27af7 +size 15609 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1025).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1025).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33d8bf643edf931516aaadeb974cc964d5f86592 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1025).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b885390f229b40f3266697ce71618caa5d0a19f35f96bdce28246e5d25a886 +size 14652 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1040).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1040).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59d9f1387d589047538979e691b84cbc905181db --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1040).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3ab436e193227052edd97a18b76b9e21bf69263e26743e0c490f98432ba940 +size 20956 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1043).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1043).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a2cea0d810959c45182d7f7a3c937cf56a007a1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1043).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd819e30cec1144b99e9e9d3e84ffc049089811c51276649e42660793992c50 +size 23357 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1044).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1044).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59ae7f67a5292aa98e7f88c94846a5874dd4047b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1044).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6b283c7e05bed8d8625e255dada3cfbe189033e31d5f8d39cf2e5df65666da +size 19811 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1047).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1047).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f7bfbf7f22c64c76f69298c04c77f6f7de0acf2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1047).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a8aca0f781cc685ad6620350b5ed6a5ed07e48ed748483f314f52e731cb0ab +size 20867 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1052).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1052).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e09aae5a867944e3d8662d46596e216b86d46ee7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1052).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c77f19501401aa6c270fb5f3d5a5fd43f5f56ce9af662e2bea16c048d1729e5 +size 21486 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1068).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1068).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20ad5e062e9ccdfd17966f89bc2de1f68d3ae3fe --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1068).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59895b647b7c124260fadd78934d9d039a80a9931f10da04061caad362391800 +size 23225 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1078).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1078).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d3c7e2d952407798e3afd490de9a578e68244dc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1078).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4b8394c8c928441dcff492a25ae6991afea2e23c673e68cfbe1905e45a1289 +size 15004 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1079).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1079).JPG new file mode 100644 index 0000000000000000000000000000000000000000..239a6ded5ea180ad9fa4074592c3c22ad0966613 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1079).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b27b6d03e4604b4c74359506a971ea4aebd6d2ce338b9e631ffca6ddda1bf1 +size 19584 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1091).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1091).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24f3ea8010157310422f87d3d10576fa7b840a7c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1091).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a29b31df41d6277d1c9fe3d9477738c0d68616a34ccfe1049f8ec8efb65702 +size 18986 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1097).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1097).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6d0a0d1459fe62a8461675853488dd00fe30b5a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1097).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9d50ec50c90aaf9e71510b50e942515b930c496e65c787334e89f4f543cef4 +size 21718 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1098).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1098).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e68d3f7c01599d03f188fceaf9c8fd17d0566c72 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1098).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1ad028e4510463d717845ab30a72d1658d877c1b135811c2517a2661e9075d +size 14002 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (11).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (11).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e840fd08bc592a70bea6487ff1a689735c00ae69 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (11).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112644fa2c8ac12bde0f1ed5bd265843d7278053cc913a8ba2e6109ca23f2b40 +size 16502 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1103).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d1c579eb8c1ab5e68c2111eaab863d92a3710b7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12059130b66238bba2aafb1fbed4d32374681da18420defca24ecf90513aa55d +size 21683 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1104).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b527268fdf5c083f914ac92e8e769a4a3214cef0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848ff3a9414e84520ce8357fdd7e07db836e40f28128f68701eec87dd97b22fa +size 12949 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (112).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bbb390b55fd9c79f283f0b8db53b794ce722849 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e46ed726b66549d45d74129bf11ad89d6e0feef9675349f62a31835c5b967b +size 22478 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1120).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf1d7f8c2781cd04d8b3ef7c8196a59dfaad7acf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091e5f4225df215a69e97376e4efbe00a57639aa7ebf0d336ef9f93c8c05663b +size 17745 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1145).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e48023bd114f1310860e893eaf7bf09574db480 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6dc31cdb8c63067540c26a5fcf431a83ca07eac1a4ff3a6e936f3c39dbb5df +size 18835 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1146).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..add3cd228cd36fcdbad9237b392c6ca01e12ab25 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9feba0392c6160bfe5f8881576b085814992e231ce2f19d3ff5608b79c5e58 +size 19635 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1147).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d119ce3cfecf85dae3ef3b29e4124891f7e2845b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46d842b2afa1f2c00f44168e9a4a290c03e2c753825f6eb47246721cdd55b3b +size 23664 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1149).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9e4c2ff064b954da8628ddc7143d32485228128 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444f371db38481fbfb0ab4d01f88aa46e76d20ceab14013a3d23389b4ed8f36b +size 14581 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1166).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24395a04ad3f0f51d104cdf08a003636ae64bf17 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9497b9f905587f5f6db274eb4e665d2249d2e306a04aa3e2daf7f50dfc7331f1 +size 19445 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1179).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b8554b27bd908fb28626fbf8e606b940ddc5714 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f285e8a9537c94a0f63bf77ad3801dfa9f640c2a67da8cd9a8506e7da8b417dd +size 13426 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1188).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..348698b62be2d7a763840da286b4bbf527a4d893 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e971a4f3591e270f1bd6af629bd9d19dd5a21d11f050210c8137c1d8447940 +size 12340 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1195).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7af28adaeab0c96763aa94f85ac69aa95d499fd1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba4a9d3c6a346f8ddbc10b89d69b868489a71c864c57800c5ff764b03ad2f3f +size 18080 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1222).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b38650aa456c9817a40ac2cedf8b2a5cbf71a7c3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896872bafcc4098301f3eb5a25b0f29a30d2b4cdbbd56ed8ece786f7322b161d +size 15727 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1225).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27a6dad4dfcbfbd96c3344c7f947fa2dfd8b7b58 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978aa1e4606559fb0ed59c72c938debbe001dbeeaad6eaf55e042bcb3c687665 +size 13008 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1236).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21348711273ec6a47ba33c923c0fa6be3ae64dc2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4febf355e2bb22698360f916d6cc35a54ebc41ef1c3aa30ab9b03fed2eca8e8 +size 20090 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1238).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1087e8386619e46c9f6518f442525dfab41f884c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c183d7e839247e803879e15a860b7f8c3d0fffbb940ef8678b2cc439f98ba0 +size 18295 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1255).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cff343f6d694e38837fc9ff10bceae0eff911e05 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160bf3f726d144f66d61f4b677b55fe5c7b1558c38f14abf5c2ccc1eb008625a +size 15203 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1256).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9889d795f66e66333dbd2e5261063822ae9a8a7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cf48ae3bde3b544f239676fbdf5bd5899a1298ca94e4f297e8e6c4d4982462 +size 22399 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1265).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f81014ca6a1f2d3cb1bab84b8128bb14793e9da --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19bab0d8855174e32ef2ec97aeed4a50a4154f4345589d031f159e8eac0a5b0 +size 18062 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1275).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b513a0f0eb7992cf7b69fe4785e27529feb9fbe --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16087d1238f6e4fa90eaf206fe0b0553db4c2bdac0432a632641710d1f849614 +size 21783 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1282).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a0b3f0a3107fecac9330e42b2022d85d0d9644d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbdeb6b3909d735cf6c2ee11b85d6c36b71d0e1c417e6305978267e3b3955431 +size 13319 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1285).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6836ec3e1d2b942ef12951c1703c79fa8b3d5826 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33a5e3184d6bddb4b34e8994cadcde4f05fb001238b9413649d9d7af97e5311 +size 13178 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1292).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f067b44dcf456ff53403ce1add3b13b7aae4f09 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a7527977d6b731d473bc02b2004d065545e2247576a3b934fd0b4e60e04dfb +size 12437 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1295).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5658d12814930a4bfe3e1fee23c26351495e81bd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdfe8612f146d424b5c2114ae0587db1eca7eb000b30d8bce32383a05313236 +size 21898 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1301).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40a4c357f2e485c2d1975cdf4c9e0310fb136a0a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9ea88ed2242fb49bd0ae6c77dfb41b1e2c53f2dfeffb9969f101dd7163c1cd +size 19893 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1315).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..479ba833574bb18968946e0c181834fab096bd51 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de89c3b52604964b46526d87d657f815b287e8eb2e4cedd1ae0ab8ebf4a288e +size 22477 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1320).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d3421204a7f3aa539895a8bc364a6e9e0da28fb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08acbb5b3df0bb1d625c509a7fe0dab44d2094096c3b42164109cb5b78623cfc +size 14976 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1322).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f316204565fe11114f1fa603e48840dcfcc23d8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fdc15153f555727b51680fa48ca89d90efb9a0c612790e4f45d5ae509ecc8b +size 15723 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1336).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b142459c02c75537befc4c680d6093ccdd014444 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3848856c6cf2bab600a56d5acf92089f66668d944c461d36231e1bb2f2c6fb +size 20895 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (134).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8b0298b61f8e75438cf9b170b6ba77a7b5bc357 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d23d140fa1ee89eb19245db1b71616fc2e2824774fda3bc8b9110bed811fcc +size 21282 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1340).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac2735a65a54a66775f409da1bc36a2e339c9298 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc871007039895e799cba05e2b913f28804d21ca627491f4a43475d6c360b21 +size 20298 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1345).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8576dcc4d19ebf15ed486bbe7841617565f00245 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0baa39447cfe82bfa07186d5fd20b5ce58afe3f82a71ccd8f16d26347e455d49 +size 20740 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1350).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f20d83c315f85a3484a88df30453cd49bd973d9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edfbcfbcaa293cf0c7662a39b45388612b7b146c6009e0c127191e537ac18ca +size 19970 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1358).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eaec9b30d66d7f2dd3879511d8d6385a11644b01 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3069a58f098138bc4f6e5d45fe7387e8fedd79429ea5b04623ee626cc68f5a24 +size 14430 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1360).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..adef5fef4d40cf7c9cbc04b5fccced463a763851 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6f235918ef6f553ea224797d97456c4411ab29518bdf6fe7e66c3df497e6d0 +size 13108 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1378).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..647a99e3638c076b6eb4fb38b26ddcbee34c8a83 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8487d58ee97dae3599d8d15403006cd3ceae3158a035426e52551f222b0d005b +size 12585 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1400).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d55fa5b60036e6181aa7d0af14d44e405b5a19c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca1fff2f281eca1fbd280cb555163f687ee4c816c5fa8f4185d5cb0b7710ae5 +size 18002 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1417).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09961d9c6c5acf2755ed0d7a0c2890a2316bd2ba --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65db04285f399aa89067ea7f2a989f37f1c8de2103f28352f9ff3a47c6d2ae31 +size 13576 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1424).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3320582aaac64e1e0ca5aafa6157422e92ca7baf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d03198bcb5efef115360e8a16e25236f0bbca59137a9e870810f71b11b0852 +size 11706 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1425).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e139719950e2d8ba8e81d84e0ade0febe79b97d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19769ed4294604f53f036790347a40472d31af1bdfe7c73fb163fc396163f11e +size 11375 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1427).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac394825e73b5515838e41d5b63dd934d3b217bd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b92eaa2a74f0dfe4e602bfe18f0e2ed036e81cdb7f06bd91558306522ac0241 +size 20567 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (144).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..728cc07175f933b5ec7dff5076e1485bd2f8be3c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1041b58b75bf174bb17edaadf3b3ab27efc27d0016f76e12dca6f214ea002ae5 +size 18728 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1442).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75e05bdc8a1ab31a1501922d0e36440f2cf9e989 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ec5969dd1d8955256d310ffb34b3f17f649bca5284f6c0c2a0fa2e22c3dfe2 +size 20889 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (145).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..925f06ed4f00716a477feab3476203fc5f465867 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be49f2215ec7df5db97d6a1c0577a426c818145ab51056568193ebf8c152d66b +size 15791 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1452).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e69358bcbb922d7b0632e09ca9b103a373d8bb5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2118883cd05c41159d4b2f94d8e4ad1ddbd02aa056810e96c2817379d293c29 +size 18719 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1474).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52f4b446d409f95543acf62a009cda60e2dfd6f3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eeac5ceeec274c80a1d11279dda8e22016b2019b24505657a9ec95f9a3936a2 +size 17922 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1488).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..033ed8645fdad0ad27cccceb7e7b87561d0e1e8c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457ad1fd22926baa745cfb41bd5c4c522cc590ae2be671cd5acdd7e96b28b598 +size 20801 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1490).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfbfeef27c4c2f61b0d9e75a7aba48ab534566a5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecb7c09621e1a10eff580d5c14ac73335a4a0116b1ae6ac204fd0ea65a9c43c +size 15076 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1491).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b38ce8dd8155c367f40061e059e5558a794d87d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd465f104e0826e0091b8dd23c3e6e0dbf23284d67e53d59dfab63c2faca2bc5 +size 13625 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1530).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e45fdd4098015bfd410ba388f4a8202e415cacc2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2f516f2d878f09c8cadfa9525cf22ef24000744a4e5c61365086053d53125c +size 18004 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1555).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4db7fcee3b39b45c1d0df3cdf0bad155f0f925b1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3887cad231f132c9421a87c9c2773896f05625791d8b02d10f3beaaaed14ecf0 +size 23965 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1560).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e65223ac3a99b5b9162a6a20432db6c37b1c155 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82590d3f34e55d06468d0d28301adad1f3204248349a28f8d9609bd4166baf76 +size 19423 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1564).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bbefb4777e6f83a58563f76dcf3932c6ff025c6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6512e4f6e2099d2ff729eecf476f376afa982a8aed433fd2487debd2e8790d29 +size 19594 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1589).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c6c1bb608d70e9fb70d0ebbb6019dc9535c439a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21108224f0593225ea68a96adb6887f1348f3253f7a145d3ef329423aca1cc83 +size 22808 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (159).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f740574db0a1c451e7bde696233ada27e439075 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f48f1f904d68c11fab50234c916aaf3d09fb01f0683a32a038373c7f544984 +size 18771 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1593).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3139815a11ad25144af610439817d1237e77c108 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e53c0eee914f2788359f2172c76083480c72495754994ca356b380543c907ed +size 11359 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1598).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f8795f71f7c0f55436a1ebecf109759c9976802 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f802657f381825ead7c1d888c81e72932caa90ae73d94567690cb74f5c71ae60 +size 14453 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (163).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d50a8f1c82ae7e16c74413a3258c4015cac5c722 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024d85e1a8d650bcac56dd21dd77c6fbbd97cd2a5a26480d828965221f8f40c0 +size 11411 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1632).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a28d24925730c6b14993fcda2955404b709a87b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d7c3c3e7783673c2f4634f8d45b4016f82f815c5d44a728cad3a07546cd960 +size 20135 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1637).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..359ab057c74261036dcc8aac1e4991d71718c91e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f6e523788dc9d08965fccc10463cc0a043f451597367ecc6bdde20ed5ca630 +size 19881 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1640).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fff6ae748a1f38933f31a8192a249dec3984763 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd92f5fa68ae352bd6fb4823f6845d57e7a14501dd33db0f8522d4a493849af9 +size 14982 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1646).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da9ef58690165727a5e0235cdfdaeda3974b5881 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d91d1535e11e04d0e2e5fe033e6cf5ddeb48ee84e3489328bb6c0e35393d65 +size 16300 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (165).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..698cf6c548fd249b36d438d58c487648d200354c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f00f261f0df11a57def54254360c3d8a9fadaf3dd3a84673f5d34db1b5827de +size 18787 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1652).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f8f462509dfca1c5d1e8cb369a2889c879ed32a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94102c53313f355a963e488ac65dda1127b14475ef2cb8eff698f647ba4db4f5 +size 17818 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1653).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..344310c19c54e26bb774427d7467bbfe978584ee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75aca544997e0da745e379a3eadb880be6d8b6ae6b1940736beb243a3010732 +size 22443 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1655).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e5209b75a282f3f2ec5e09b9a843948e5285276 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42926cd88aa09daee5fd73e2d918ef8b9b235edf4b4a9080d39ccaeb252fafed +size 19637 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1664).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac5f8b9c3da2e6b52aaa86578b344a0c10e9a711 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c8f934101472c6a617f1f341c7fa4b69bb42dcc7b85cea1f41f1c56f22777b +size 20466 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1667).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9347ca37e7107740028a2e4c7b81870f94a871dc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0a94dd6840f1f98f4eff69f9769fcb61f36b8e78f970bfce01adab7fca6f92 +size 19769 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1671).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8011164026251fee760c44c76bf88701a585bb5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932213b6f8a6b206e246311dc3a60e01c8aa26a34f2fa13768dac664eae7124b +size 12408 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1685).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe755b68d0a971fc87f0f4fad0ab9b322bb02e1f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74250171fde1c2157b9f23c6524d07804a44b4d8a02556965e6e8b386808953a +size 14534 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1692).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e41cb2b5771b08fabef396af44f28ecde2338c25 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc967adf3987a52cb42de0399872438a29d86c8056b425639c9171b7dcbd471 +size 12838 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1700).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14367fb659855d8d67dd6aa6607ef68818d11ed8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59d4fbb89be7318e2860ce29cb1669ca4aa6e40125433f098380d41ee44e79b +size 20985 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1703).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7ca4a2315285905ecdff741d6365ac39461a508 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06432b193f474c439271af3976a8f56b0d5eb26d606db5fd18864a5f4d77c29c +size 18943 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1704).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..500c6009e994521428695c65423be1c1202f8015 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9fc88991c4b3afd060f603bd4b1660310c813e2f56bffa092ec83e7b2117c4 +size 14454 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1710).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..413ae716283b9b0e501be433bb84f9d6fa259a46 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf95a3896e89810e5c311fe82dc1bca681d80cc31bed8c98996adc3c5a447c43 +size 22945 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1715).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15e8a30f9a0c45c54580a4dfea303e98371f4550 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c899efb2ebae9698e78238a198ad7c957ba88a9c6ceb112f68182202afe321c4 +size 20768 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1717).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc64d309b40b3e986d95f23084bd55806718d9ed --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb50b660146b6c6e5c15965f03cc6e9252ebfb581e7f1f6d428b4c0e13782fc +size 20070 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1727).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8b080ac20cf2687488e05ddc84d3014b5c0e0ba --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d61c44f40fc9a88ea983205868e37da61a6b6c1b8ff656b86532cc10f55d27d +size 12829 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1728).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5556b51515cb059ebf716d0d758d0b68887d842 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f04d51c8cc535fa61593b7dacadb0292da5362abe7a982c899de834a95e7661 +size 11331 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (174).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c6691b4ba8895ea8b3979d5919696d30edb508d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046ee0f82c26de2b98f9392c534a5aa8485dc81d71e85a05fa12caad4e747830 +size 16171 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1750).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e629781dd1abf684ec19e592ad29c39103d437a3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92aadc25b92a78c97f4d8260906ba9ec3d987e45e6d89182fe17f52fda1d4409 +size 12258 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1755).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c692ee45bb553ed6864980b1b1e62127038510f3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015c45b8a5f75f319b570f2e9b176eba27ce9243d2662ba13041cf2875544e06 +size 12149 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1770).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2a897c2a1252a590a8da16bd0f82267a3224343 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (1770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e839899b2575b9728c290ec38d8be9f40823fe90774f77be05635469c6f0ed0 +size 11625 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (188).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ddcae2aea8ed6ecdd76c445fcca7e7bc8a51450 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7b7d09f973aafac01f572bd71064380101e4c61b2b4da726dca915f2226916 +size 20273 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (189).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12ceecb29120d55015d223607feb68c7dec9e8af --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2acefbde3beb49d92b66a2481e3e506e8c59098ec7ab900c324f0b164a8f742 +size 10825 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (194).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e3c326471ce87e80bac9b09261ad1bcfe02c2f2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194dc815801e1b1551f9f4942751878e969480501036180a4546ab02664996c4 +size 19336 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (195).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d360d8ee21b36ca96cd7bd6316fd8ea3525a8d1a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee27dc6cb5de424a79b9dbde39396a99e99730de1c16c79367d1f55a1b5950f +size 13507 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (20).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (20).JPG new file mode 100644 index 0000000000000000000000000000000000000000..322ddf977b84429133d54b415332db1c4e3f1468 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (20).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f34050ee28b374f776f9ccb52800992ad1b393b37b7a83b6c3036a18a4e28d2 +size 18763 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (208).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fadee964d4710bc8abbfabcc5a299518ff5dfba2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c221319d40493391e174aa16735928b7646ccd957a0fc89b68993488be28125 +size 19068 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (214).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c11c201fa71caba93ff7bc3d660f4a2ab4b1a11 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370e6c9bcb6e3d83f0bb093fc3e38a0cba101b5014ec850ddda94eefbe9041d7 +size 15134 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (218).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c8787b7094237a099607b845a0be3264cc756d9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7b68cbc628f5f67ff41cc89f90ae9ff6a203f40bc0b33f1ecd6b5c1fb8e1ff +size 17864 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (233).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fda488c96a833f2f69a087f575b1ca2427f40a78 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf09eba195c328504ea8b1c087b29f51e599dc000c1d1bb4f8d09811994cb878 +size 23217 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (262).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51b5306dd43c0cc7e289b4041ddf9dda569176f7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b459fc396e76456c41114d06689d2eaca4ab1c17bcdd957cd87d394b291455 +size 14464 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (281).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a70eceb162d13ef5e5a0d6e2941a60b3ebd8f8c2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39fbcd1968c3d2bc6dfd8ae31119aaa4b08e8aba72935df48e7e9a5227a6018 +size 19138 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (292).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8586417d31776b94bf4e42ab0a6d8cc3b3d4021 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f3c68c86d3e980062d8247114579c1abb6a87f49af11f8e277899d9f9f5d3d +size 19147 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (295).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bdb2a13b2ee6f3f9c023549bfb33826ca3ba322 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf19927682035306e28a0d407f3e6bef438ca0124cf0f12850ca2659b3d8a1c +size 20699 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (301).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47e59597ba88700ff4404cb7fb3aa221a622f128 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bafc17bbf0c44f1914f186518cde753cd08dc1327bf57927adc2ccc7fd7aec +size 13186 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (305).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d04b29e2f77ece5b07474ac187b56aaaf1834957 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f797dbafca64fef0625163587a30111dd3c92e232ce7a7d3de2b6f30dd63cdf0 +size 19627 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (315).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e5416ae6f96c2b5f6b176324a2cab33c6a95b16 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2c6fe1fc8f206558c33257dc055bf7793a4072998ba991ce3da17cb06c825c +size 19208 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (318).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a849f7fbec588ebd8559eb880413dca72e3c42b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f3d4053a89d4355823550383e38627eeb34122ecd4b984208ac8165fa90463 +size 20593 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (32).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (32).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4a976a0d0a6afbd8999467c8edc39d4d0bc905a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (32).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3126a32d2dfd7c3d72ca9f46eac0d2e697206fe615726b2cab576ad0b6ea27c7 +size 20968 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (332).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b13bd8bc9298c65039ec029781392cc4996d20b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09a985b0e2f6e5767cd0d0c89e4474a545d969131cc1083b9f5c0b287c14d99 +size 20974 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (344).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2c33156f41ccc221104dd96914dd9bad47a0b5f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bba129ed115f426a7d9981205683b357de136d973329133bce713f0e3c42c6 +size 18962 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (35).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (35).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a12472c5e17442b583c8b22842d3b228e9ac6832 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (35).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b52322c87d41c64757961af9639ea1431111b3eda94515b16c069c0bcc8d2c6 +size 16206 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (361).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec39b1b10faa69f8ff7e72ae9c3d467bce0127ec --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d87fb3d1611554551e270c5367a7ad6443f7657c3062a177628c669fb2dead +size 20338 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (362).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95548f3a37376a2b104b394169bbdee9884aaf20 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444f25f245b6d9974918340f25e29b5db597fc2239dee5e7e70892520d343acb +size 21380 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (363).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5cbf3100a16ac0fc8460fa140862e80a17bd169 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7294755211320a7576a42e5f1b9a70d25b8010e1acc215532723d7a8bd0e429b +size 17714 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (372).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc7c3ae4ba115c5e151fec054e211d719d7ae71a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09b9c6ab007390e3e2051b9dd08d11bf40241b3206e4e033c5cf18da14a9032 +size 20353 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (384).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd5e1b3a89c72ed49dbf53e3b663c26c11eafd10 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1184447a1970eb4275ff2ab687d0719f814675278ad398d5d0e5e8edefe47845 +size 26320 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (385).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1edfd0a9aa82657f25b23501d65bea3b5f154861 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8656547321ac98b4ab9f46269a77eff94e374d2f91b3349e49df1defc753c77 +size 9149 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (399).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae6f188cc0020ed0c4d92e1440dbe3e0d39b5e23 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0cadacbef1636cb954982999eb21a87af69c1afbe762f3f9997ae3d430ace3 +size 13825 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (40).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (40).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd60656c6bbb844128b2475081ca678c2b9fb500 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (40).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f780d6693180e354ddf1d2508f26585ec7f124d4f9467bfa65695020688094 +size 15809 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (405).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b83296765164c625432c46cb36ad3ba79422c451 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1536613d9da8b2584aa35c0da4cef16ccb2c847082cfc2d15685a92ebb96fdd4 +size 22445 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (416).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7609b05c0d90a21616f332ded6e51a41f695d6b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0967bdbeea5ca3f6b648323af33c4adefa156f50a4c7c5929e0b8f600a56559d +size 19943 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (427).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36a619163c30d1854100a091ce0ece403fd0577f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56615046f6b734d8a54aab81dcd9acceb4f139183b99302b85966cb5a94fe25 +size 18042 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (435).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9c2ae1cd36f860b4cab2d88a18175ad59b863f0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56bfba8d99bdf7062fdd01cda29e53ec2d3dc1649d45db2f7cee7e600ebe369 +size 11137 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (436).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14e5a3e3323ba6ae267c8adae4a15f99f6fcc0b1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff7bcee835398ae70ad68f06622e77fa629eac524ad9b4068f43b9aadc11692 +size 12137 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (44).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (44).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de579b85af3a8c76895da2f9468b6867c88a926d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (44).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603485e45dba72ea914285b192b2eb80e2430d1a3515ddc718dd253460f22f0f +size 9992 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (451).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..790260cf8b82c84060c4b687a340115abfd4b784 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db50ec653eb5284550492d6b110700bb5760f152600fb7ea9bd2a232760bf5d5 +size 16798 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (466).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b70554efb80ab0d0fa8da575963ed20f93a94fad --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4ea3e0dc613aaed90e60d85f9df86374ce6a6f261dabc466dbb312ab953353 +size 13108 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (473).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c33ec112458495399c4c4c22e11019783c62534 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe70d376541949a1e8a76a4372b716223aae6974a60ec51da31cd2ce3114618 +size 12068 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (500).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0540a9473228d11a01bc3076dedf80a40a404ccb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34167ad90120368c7a892ba64ac0260e346fecfd2196173d42c264dc499fb537 +size 16814 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (505).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d2875c090a9f5f3f871e8571559543991c4b473 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b1552032522f7c8532253b25d4f98dea10b5af4c6f19a3284c747ba9497e6e +size 12565 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (511).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12ea0e0e629f6a15fd5a6dea832bbaa6e673b7a3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75df901a35f8f7cc60580f3dc6b4c83c7608c804281531a3f9d0559bced44d8c +size 19245 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (518).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5992ad652c0dd313f3dac39bb4cbf208bdfb037c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b1c9d2c208c2ef4699f20f4f558256bc0146e22e30d54c2d7a5ce657ddb590 +size 18587 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (540).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2c5a996279d09198e7a736940e13338cdd3fc01 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb46a4f39e203aebb6a18bdbe4ba4dae971536f33b7810224eba92e97b2ffa68 +size 15485 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (547).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13318ab5116d5839dca8b4d6b7edb080e1373a69 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2725fd30ae60c9a0f190a91fca9711a20c8989193bf6615f3249df854cda04a +size 21014 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (553).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1543e44def3f3fbc517f852ca2d31d9180abed6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30435232246ff7dccd6314ce247df1555c90da475a6bad3042aab940141dab9 +size 12481 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (562).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66c396967fe178c55772f42c4e94f09ccc7a15c1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8eefa9890ef6ea5eade07bb64c0f0cd573c6b5120e5aee8de523e205d634a14 +size 18915 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (563).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f12ea8d240458be05bd603f02772e812dcf2554d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e13e6e771f0c47a26f3264360c9a552df3792b9ebdf860ec90c569cfd56089d +size 10595 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (566).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..333fc303e64fe0167e56b820d86313c18cf9c8ed --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b6eb22fd0ee3c32da710ce0bab29a29a4994b867e86628b18dc55eab3fbe8f +size 14564 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (57).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (57).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e489c3c165f7f8261c87c3d520a583a81e83381 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (57).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f284571aa54ae8218f39c51fce5de2592863ca5cdbdbde6a0e8de636964d677e +size 15821 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (573).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9e9de68fbb1092e50aee13694cbbed5af10fb6f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c93e6dd1679067cf6d0729ee0d9d3b36bb5acb579dde00c415e3bb830a34fe4 +size 12612 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (587).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..617e9bf32b91b077fc2b1d52fc9dba73f555ec16 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b74df1ed64800d859ce67a33adc65446579ad736e4820dd82a8a191e6a21d9 +size 20206 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (592).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8064ecc01c4b7f5ef0dc050378d10b7014d7d2fb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cffced88a67840e9401fc7408214816230faaaedbfe0befc21c4fda46286bf6 +size 17422 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (594).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6abad66a1b77f075159b3eeb624b356b971d6b87 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1caaf84dfcde89a61b014531bbdf7d80748cc5408c81348f01d361c1ff14fc +size 12419 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (596).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8cc716719c4abb07ae08944f98ee19eb84ba2b6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b7ab5d09a58568eee586cce8ffd9399c561cbc2b184b76bcc76252b817daf0 +size 21717 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (6).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (6).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6ec675b8ecf57663cac7ca9b28c4ffd4e61ed4e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (6).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716de29cedba106ecfc5253f62c47726d445291db0bd9761a6784bf37881d84e +size 13605 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (624).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c18474c2ba2fb4f90d93cf4e60a37726a6b256f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5940d5d623285b2113e882445be4f3867cb3416a49140f24aa52f45e112c5966 +size 22096 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (629).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0674ea1d46ba5ae491f8754b79c65911bc8e2799 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b726d44168dde11bd6c4ea4b6114eca58d7d5065eb4e0e42961857554df8d0 +size 20691 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (65).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (65).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d0e37358228b6e383ff233a7909cd522b6d4501 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (65).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0344c5c28e46d485442c99926dcb978226bc48d5aa72fa47f496c0505b728cf +size 21129 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (651).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b4117eea439941527ca392defb6bfa527f63529 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3171136208bf56b2944e3314c0bae4a84a3eaab8524ef544c2347d1aa7cd0d7 +size 11549 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (652).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3eb5eb432ec64da6993d51b256e42aacb8b639d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de8d59ef14bdb82ce222d294c042866a4305b43e91b08f8d26576c9c2500cd9 +size 19668 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (661).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..423083d11c6cb8c24f9db31f6fe0082d41eb6a74 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043883add38b1b18f22ef93283128d53ae09440d33484867f86b0da8424df755 +size 20392 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (68).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (68).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d81e19d5560b3417209b682f484b6bec7a283a4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (68).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3fad47c4797e22df63c699a598407bc5827ae53c3969d34bc3036aff40ab4f +size 21295 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (683).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cea5adb679ad7762112590890f83113511721c5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e6edc5174aaf7e53f5d6cef13ffbfdf9a330c80fa3520e5e4ba4bc0dc37c45 +size 17534 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (691).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63922d4171d4655e8bc55e6f15f9c8119f087a52 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5963232139f3d6637423e0340732892edd91333cae9bc761f3efea08b43abb0 +size 13016 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (694).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d9b162cffc0bbbfa9463bfadbb9bf4b089d6b46 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56d2d9eb7ab62cc6618e552f6c8ab141675525e66f9bf5a97c0935d8e2e2408 +size 21101 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (698).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d732526f0fa46e168679965f0e822555c0cc0d73 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50609247ecfedcf864ecc84138eb3f7b3232817d96f5b2d1893c3902a5d9f624 +size 18871 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (702).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6506cca2752870b5f14fec99cfe6d8b031a5ce8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288bb343a94b763a4cd3f1261bc0a04019f6d84540a604e33acaa1b6b12cf48c +size 11526 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (703).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3074d1b4fc7efe5c8fb25cab0007a0b037140351 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d6ce842242fb8aad1dd8c49edaf91dd6b66eceb7311df4621429c6accf123d +size 20544 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (704).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73e4081d7e7534521d9a9bc10e236ba4f2c64d3f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7370ec38b2b877b05a1330e75d30352cac56b5083027d167a615e7cea49818e1 +size 14513 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (719).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1907df4e901545f9103890d1d4a85e2c58193d30 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef63599c5defd502c3989122b7c418bf85431f78e6fcaa526eb8cca28968ba8 +size 16315 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (722).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cff10218ff053a078894fd00290917e5793ebcd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8fddc560a97b85f091dd0c118f100a32fba64f81ec35bffc04cad2caad4a22 +size 20543 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (733).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08c5d5ec9a69c0d008aaecdb7d07acc58b824a3b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b25675d48f80d3e6f4702e7ff5eddae57c76a81c6083cfe624ddd250526c7d +size 13000 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (735).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddbf853ab263297735fbf029be91f0deb1be52e6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be34bb6278df5c14640751c12a03d29325429c721fac850d387bd80d3288b4e6 +size 13505 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (740).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c1b37c3b0089b92aa6219c06124035d01be0eb7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13d2a64457e9a91913d5ca4f41ff8a6b70dae94822fb8e7b7ed30724a46f587 +size 18920 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (762).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b39e59d187bbd3806ac33088d487e5db7be6844 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b04415875c373a61c700ae81c455fdc49a580c634d6bc703554900c213a4945 +size 22264 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (776).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d19bf9067566f24f86e43dce8c99e31cee2d505a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d141a1209e77bae8f7c00675aa9700c7579e61f209d5e033287f7fb99791fbc5 +size 17369 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (777).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16d2b72a6600defb10b7ad8d3facc102360e8aee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3028b26229008ed0f4974ccf3ac910def9d7e7074f1a08737bfe1c3d07eed24c +size 20695 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (795).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f26f5e58ce72d92ee63e9ce8cd3d6b5ac2a66ef1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714be60d4eeeb4181c4d4665b578c7e8352a7e96fa871dd1ddd495e60b6b0961 +size 9521 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (808).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9dc6c6d1a45bb4ec4596b607c1db9540f8994612 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1bebd9286ca29676eaaf651674e987ae3cb0ddcc20c972c29efa03b9fde05e +size 21415 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (809).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9e9361cfeb34d8f6b5da2b9e6ab3857bcd0850d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1d11d8f6fe3535531a711702b5f97c3f77fe58966e8b1693c3852752adcc02 +size 12162 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (827).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29cf70d19d8280d7bc6e61550b321967f77a8668 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe46ddc87c4d45ca3bf58e2075324d30e5b974a03b4b55d753fbf00b71d0f6c +size 21213 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (835).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfb8010b3fba7cb0f606ece55fd4434755a5cf5a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b4cbdac317272bb98ab61288d8ae16429609948cabb486d42d28d72f63d259 +size 14553 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (836).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..304e4bb9dab2ec9bcb5f3f267b1c09c24f390bf5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b4fbf2faa7c7547dbaf388aab8205c820fbdc62d4ca287e1ef38deed58b761 +size 11779 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (837).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53d8486fca54b612359b1253ab0f1609185687a2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd43db7646921cf77138b219dc3e6bb7a3923771e5b244561a7e4c009205046a +size 19242 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (848).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..108ed8510dafd92a66ae04d97d097fe5cdca98be --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539f85612f529637c0f072935b03b572b8860f9d6d6cde2608d427cca4a8df7c +size 10727 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (851).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b089f3c293e8ae03193d078fe9879a2cf364a414 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859ebe5015ee4c71716407088bb4b898b20c46f7995fe70da96b0bb0941f62c3 +size 13022 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (855).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b2fff75a4b5888985ad0a6c78fc237e22e0ab31 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5f1583bac6a05a468d4d24a982b57eadddf14c3e57f0a75059755b7d9121d6 +size 23831 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (857).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efd4d6a49510a6bd5db994d9ea523eded9d442c3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237cd35c260eebc264a9581df6753d15aad445facf254ad1065e5ba024c43d7a +size 18388 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (860).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (860).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aec4c2167deed8163c21aec07942d60d5a620eff --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (860).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f6548c4a89f64e4df0de495294f4d7d0fb6df644a8db64426e432348e64850 +size 21471 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (87).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (87).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b23e57cea359487e9c2c3a1a17721ca90b9c470 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (87).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13ca2b335cb0beaff71946b2b07249bc097e386733f00e6059dde529592f062 +size 16214 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (871).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cc07d3c3d0dc0b702b965fda097241445b3be1a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c214ab421c8b7e2a498f0f3b96c93e697bedd72d10cbb073e49804259d60b70f +size 22676 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (875).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6fbbf074b2a43403a33523adee97afc8be33bff --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061538432b31831f6d6f7f1a070db1bc426f0d68380ea7ad2191e001c91f6daf +size 14344 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (878).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c507680ad022529a52ec851a6e473fce45a4ba3f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4288546b091f058885bb93445f8c39decf643e60116e95ec048e86eb12d5b8 +size 20015 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (895).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9866780aa47757451a89077fda50de74fb584abb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70accaae209ffde61a1ec1fed0195c37df5f7fd5850bf3873e674c0f77faa0a5 +size 20229 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (906).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fba2520165ef8df8da80c128ed7ad578e06f5733 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace16d72186a4e236d602f578c74c9cc1121a63509d9a59e87ac3b1b931d354c +size 13582 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (916).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b2725a90d58a5d71cc7dfa7d8040d3fba4dafd6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bfbe09b47c71f7184464cd8262ea2f8c63c1176af7973aac0f49679ce882cc +size 11708 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (92).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (92).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba9ca92185a80d7cdd19e0ed22403be1b79e0aec --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (92).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdd08fb5f878f78a7d9cb695e52741b37b76ffac209c10c6f64c3ecf3d567ec +size 22946 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (93).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (93).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c9bf11542916ef5dbb5f6640246072237c06eda --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (93).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f717cf5008ae6ecb5a5a82f777eb272a03246dfa2265e1d528d4aaf02b35543 +size 15514 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (930).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d418450b68bc65acbfd7e8c76c974043805ce4a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8cf2603a4966f11988d0768f11d16f190b87abe86de8bc6c82bb015beec3d1 +size 15961 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (938).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb7a8b0a42155d552d802075b2602c5e22bf0947 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f1c17aad3dec3b1ee827d06eeff00943d3f045140126eaacb84dfb1e980aa9 +size 22126 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (944).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b006597924ec0c6e832f67a5346a4a213f1c951a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05dda7f2cef8f3b27cf0fe80be4819301f59d09e973f96995c1f8c877499280e +size 20400 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (950).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..495b64abb3a149f50eacf4abdb3d31f8e37987aa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4da02f1d66e3bfb5932899a38268fb353a06ee7ec3350987642e3ed2c3c2de4 +size 16589 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (961).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (961).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd329a5d32bb19d81c8e9e5ce5154161009743b8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (961).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27d7af93fdd07e3e1ad54ba020161f5925b1de8e51f0c5a4366d2565327b640 +size 18615 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (97).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (97).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f73d86151962c72622009304b7aa89a0894f8bd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (97).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42281a6776dc2ddb750505e6828adce89ce189e3706d6d84794c93b99044ca5 +size 16464 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (979).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (979).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2106fcf6878c82b65e39ab55250aef35096f539 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (979).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5074fd30bcc9bb2d91a925c7ab08b277a51208e2a5829beaddb6193623a24283 +size 13766 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (994).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (994).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31739c10a878a66db793e11758e0e2405b1bae9d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (994).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005f8300e078ae3a32ac075e14431bad0aae81fda9ac3832c82546d33a024c08 +size 21341 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (996).JPG b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (996).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c541b3a76c4a770c9b6e50882b639bcdee95a5cb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/image (996).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69baa2d8b37c60514f1a6e85d981c35e016e3df6d8fdac50e44cb2a76319facd +size 19685 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/septoria5.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/septoria5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95f35a8ad90b959de6bf520c501d9016595f646f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/septoria5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7f86bc562cc7dc2bcf670c807bd0ea95027da0a8c36b26f0737fd343d09445 +size 95578 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/septoria_tom_seedlings2x1200.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/septoria_tom_seedlings2x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93548d913b39cdd81fdbfae72ca9159fe443b9a2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/septoria_tom_seedlings2x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d709e378ca9bebb0492478c3648dd4675734ffbf06ccf40b8a5c39d9cecaab9a +size 303505 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/septoria_tom_seedlings5x1200.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/septoria_tom_seedlings5x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4d1b5d990af2814b93ac675698c9e4b88476564 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/septoria_tom_seedlings5x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75c37f3f902135a83735384659e2c2ecc233f999058bafffb96a50f05c5100a +size 381244 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/tomato-disease-septoria-leaf-spot-d7e1xe.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/tomato-disease-septoria-leaf-spot-d7e1xe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45cc5d6d47916d648dab3fef88b67dc3ebf3db22 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/tomato-disease-septoria-leaf-spot-d7e1xe.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2219b3e25a8ecdca38d2e8cde9580ce658379857458fc1f1c85aa74eea99fbce +size 52816 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/tomato-early-blight-e1437503226856.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/tomato-early-blight-e1437503226856.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7459a63fd44aac22e193c9cac61b056d1937732 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/tomato-early-blight-e1437503226856.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e472048573ab64f5163fa321e78bfa7452c319d57212bb684bb4c44689e1e7d +size 133798 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/tomatofactsheet.png.png b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/tomatofactsheet.png.png new file mode 100644 index 0000000000000000000000000000000000000000..2880efb0f5e30200e8f92c36b8a212c2060d70e0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/tomatofactsheet.png.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b380dcb84fff7ab23c6f1e9787ada18367e6fdeb5cd0fb2087cff6b1cdd08fb +size 189111 diff --git a/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/xgray-leaf-spot.jpg.pagespeed.ic.ltF8KfKtQ1.jpg b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/xgray-leaf-spot.jpg.pagespeed.ic.ltF8KfKtQ1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..318aee6ee74e1f325cdf4f0f300f754e8057b3b8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Septoria_leaf_spot/xgray-leaf-spot.jpg.pagespeed.ic.ltF8KfKtQ1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f57d8bbe3c8749886cf792b5cfd0852d2fecd51ecfa85f21ee97ae5b339cfdd +size 17447 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC02006.JPG.jpg b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC02006.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56323ca04c4f26dceb110a4889cc8e755b6dd304 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC02006.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99df382ea02636b7210ee1b6b65ee5974958922ac48c5b784f16ac6464cec71a +size 99443 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC_3019_320x209.jpg b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC_3019_320x209.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5604bfeddf15821c0d99b7d4aa24aba8564fc1b0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC_3019_320x209.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ec9c9314a07b7610675ec4c8f16fc2d0c37370cee51db16e6856fd9af159fb +size 22657 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85e61cba856a41d9a71f08496113e9ce9727a59a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85112af88f7dc9b983ca6736a3aa32aa298b6dd2e08d31fa30e886e63a08f0ef +size 21243 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1000).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1000).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e8b279a45c13f425072b9ab364f38048dd21001 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1000).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1eebaee7331b18c311ae6139f0e51356557d765fdad26cbdcb62c23e0c4b12 +size 11603 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1005).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1005).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92df7cf00b54064c59f11d0077ac8bd01d89d554 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1005).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117fd827e010bdccc6d6c5cd4fcc83d45de6d9b6a849008e276c03d5fca7946c +size 13630 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1007).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1007).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29723faa37bd2856717806e9bdb2d2f2405f3284 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1007).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d8933dc586dae1497a72b03611b76ec9c3c6507a225906dace67b4e1a46589 +size 9712 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1011).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1011).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cef160915edcc394e1c840d95bd1bf0c34fc480 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1011).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e7b2701d5aa489086ef44ba5b910e87d462f6a871d15e91b6761f58380fd08 +size 13678 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1028).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1028).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78a0697e2d22cdfeb0320d4affe6c3ec16499f64 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1028).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905f4c000f2d89cd6ad9e9bfa098b5ddda29f14d234c1b4166f5c96b7ccd1452 +size 10826 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (104).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c641eb68fea8cda68a9cb5a337ab194144398c08 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c2789bb245df26e1ff5285b6cbf88c192271ad3ae7ee6e4d3da5b452b0f43b +size 11293 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1044).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1044).JPG new file mode 100644 index 0000000000000000000000000000000000000000..505f7848a97d65c14294134b74735f3acbade8b3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1044).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32286875447a3e01a5bfd0b014a7f6a46337c7f50534dc23762def2e99953b11 +size 9138 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1046).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1046).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3dba52d04c2d79a4d5c90cb549fdd0927e74d5c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1046).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36753ce5f2e8589c91f5ff853e25bc1603b42939b71cb9a6acf75fd86db07f9 +size 10359 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (105).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d662bbc8b19ac2467a8734993dbf1a20fdabcd85 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453fd45b99ab685033398691418406ec559803f8d3361af60952ff0e50cff5d6 +size 10120 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1060).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1060).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c882285d886dcf38a8b71b8be14c251593af1325 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1060).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6def36d9dc8fe659498f62b9e82a0da9ce272799788cba65208d1e2938649aa +size 9306 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (109).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a201fe9fb60c40c10b0b1d7fa5b445375c569d5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc92c694e42b57a351f2ae737616af63204b66fe9952e78505a7672a005e664b +size 11192 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1091).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1091).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bea97fbb9ca1084314421e08279c3a13264f582 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1091).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acea2fb9841acae4f8531eb8b732689205fe00e7ec25b0412b71084e0b1b8f5d +size 21570 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1097).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1097).JPG new file mode 100644 index 0000000000000000000000000000000000000000..345f29f5f8849bed51d4a1dce18830ac8827371c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1097).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bc472d64faa82452295e41e17a18e5605cc95d587dd2a5cfe1e6ba21c77807 +size 20171 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1113).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b750f60b673fc1b2359069a5f9cefd604f08349 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d4bb6e36473132225bc976265d1a2424c59eeb977910d1dbae2c4bedee225d +size 8087 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1121).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ed7d2a0a9fe68158f36ae6c85515a987833b7a6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c39f7a0c449312f221682ee5e8bd89d3b3add818e787ab633db4554723e934 +size 8891 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1140).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e63e5b0392832866f92b39cc0d8094c801f51b1d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdbf138dccc23e93a132d0f4355d2a5a47e41b58333bded2f89eca25602142c +size 10506 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1141).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..980eca4933f2296037308525e0696685844d6c41 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c38dcef5b6e032ff44c53fbd4b09e7bb1d12e2f318f3e1fd94ee4a457dbdf4 +size 15919 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1142).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69be45f0976dce35ddd5c71344cfc8b98db07b0f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe773de1f01b0bee4f159bd3bd2c5be6c395ec9616cd04a1fd08dc55c8f5f55 +size 14938 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1162).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4fde472fed6631336aceb95312eb172282aa5c8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d721d64bf0233a52e8814dea15d4b347048abf32b6f70be1479fa4f8e5d07c24 +size 19734 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1198).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..398b8cc9c62d2e0160e24906cec25f5e06678ce5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280b053ab6dcd0d90ce7dd6411cde02e41e8a476765b7d713ea71de9d49523b2 +size 13699 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1208).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d1be1017a7ee4e54dea29041789c310d57ac4bd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11db159bdde3ad93b2f01e1e9a4c057bd5a4f1e7c288fe866ef3af020aefd580 +size 12216 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1209).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52bb63399cad054fd8a4e6bebde2d73d8f96d7cd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e4b75c583eab1c71ca3fc90199acce2f16cf4314c318fe7ba69b7c59939668 +size 8748 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (121).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..841975b047e1c3666201439a841c84fc8cba5a0a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c78b5f868eadaa98e19ebe94c019afb525743f34fc16c463acaa01f66f6f64 +size 19964 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1212).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8608b3a51bed0999eae9059338c57c5014f7a2bd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b846a9c8ac6a45ca7d69aa5e85d886e3b7a913f13383a57e182b1fe3adbb3fa4 +size 10207 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1216).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d87e762678dec4a53c5caea5bba3148759e89bc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c86fc94c4891587842e5fb90bf2ead1cbb47e0c916035095f32f3ea4a11322e +size 9554 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1218).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f346c60135144312eef5d2e272b9f8a9859178c8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56871d519e234ecd2a7503f7c3a5f211d5f26cb92d367b201d02f66a54e890aa +size 8767 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1222).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4810c00c942a1a81a58815e8549fa8353fd6920c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a91fc846fa5bcb40107218941915c86269bbff824afeec469e6c9726df632ae +size 7258 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1225).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59e052752addc2b7581102934b824cab3c1ba176 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a038d962d89b9307cfb8781806711595b0f68ce5b1772196ef4e077b53e7a07 +size 6933 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (125).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea6d6b09b4c4a8e422f4c9d2132272bb443137c3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138d07e5eac79fa1ce8f176089c509cfe19a6c35c812ae02ab8492a39d9c811a +size 9601 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1261).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bda1c1597e646cdc1e88491186b9b9494863a11c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5668dd2922496290144dba178e3e4c4b6fe3faf7782934dd43dd6a00de7bf8 +size 20143 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1263).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7730481706e39a65148385dcca97b0755fcba941 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f0bb7304ea47125518491069631bc3640a9dc8a4828d83bd8d94b06f4a0a60 +size 16431 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1264).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb930b32c577ff63adab09e1697cda64c4d6cce1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad64d9b9ef42a8bb525c5de5607d9e7d02f1695565061e0ca66d73cc56571e2f +size 15669 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1269).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50b8b8ad5ae76a981de73d5b58bbecaf63cf7ea4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa686972f17d675f9728c4b620b472e0eaa9067fb74a8f108dcb77c3e75f6c79 +size 8263 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (127).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfbf80e2c7d6929f433373424cc7cfe6645f94eb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64597eabf6d636158eae28a0f607625c410b9b31aa9a167771b02edaa090ee85 +size 10729 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1280).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be01b35fde9d55075c637d563a9e89292e6ecfb0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2863acd611dc3fa801d9e74b3ee9519f4a681eca5b5ff8a3a43ab12c4c2a9a +size 14045 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1285).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e35d13021ae56f70737b2b334fc68eee130277c1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239286e3fa46d165eb302410eb25063cb8de75af755781d4d5e80dee764fd7fc +size 17320 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1286).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb1c7f5df2a5b29e71db7a8e26b9e8aa86225d8f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2417c938f64b20d92d4d461b6713d92d3b291f6e77d7035186badfc0dd80223c +size 11776 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1291).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed867723f29bc8ff3590e864b1fcae987dd2cff5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323e67339c5746446792ddac27c6f3096a8149e582ea9514ed000fa016d00bb2 +size 11210 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1294).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0867723f8daa4d4d838284f19a20e9fb20f6f1bb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2374f1b4ff9e3f92847fbad46e159e963f42aebcea7c5d59d20f21f2b9f5fee +size 8917 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1301).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28f4ebc3940f77ad435086500f98c687ab777694 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace8284832fb85edcbdc20d533a13156be2e48f7906b70b7c95fb94007d9ab52 +size 7994 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1308).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17fc95c3b838775741d4a90bd40987fd0e938690 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b33a04ba083e9672887b497668ba1014df12c141de7e69a1f48f6a5d50635c +size 9399 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1309).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b1276b0ab6ba0e6ae8d029841514e4dfbf4b0a9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2d9512695df303e0e02929b21ad0ddea4d5569bb860165086433c6ebe5899e +size 13983 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1333).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d7025ae60c441b9cf476aa5ecefa4aabbb1e0ee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd530e31dc6ef533382e5071d140dd440bbbd5380a167bf43410b84f6e3d025 +size 10099 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1342).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa2575fa03f4aaba6b5bfb1067244875e655e0cf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08828f503a89acf22c1dcdb69ff257f290cdce706dbace2ea9671d682f2e0ca2 +size 9480 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1349).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..774161d9ad1a005cf81b8e0228c240956743c8ad --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c7c44aeece00346e8a6906ca93f2098e78a38f1e52c6ed240205b1f9728bdc +size 17949 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1366).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26038cb2a0709868b2b0fd779aa17ebec108dc0d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f743976379d000add6108b22943616f3b6983661f8d0d2a220f55d6173a8788f +size 13279 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (139).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f186fe0b6f7fd8de0ec048890d838dcbc515c15c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d541b56cbd9d249ec4ee04b82a7bdf6aa9a37afa8f7308453873ffbd284c43 +size 11356 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1399).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdc30e1e531f4ea65d1a12722fd5bc99a9787189 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5768f9b7bd0a3dcfb4d6e452e2ce511173ab13b4046cf5f34c106a0352372f +size 21313 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1402).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0a5fee5eaf9b55349551b095a039ef8c32fb5b1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78867993a882c3b9413638db0f872c9827d5c14822d17c3e92ed0278fdc1c5ed +size 19152 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1408).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10ef7ff8f98a03a485f7aad5b72fbf8ca02d074b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0221528821ad57de17715207bb23286fda1e5566e0040cdfa1de1ac61bba9e +size 8762 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (141).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09699a617e4de0e162fd1f0a3a0fb36893b228e7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84dafff7a6479350543faf450909939ab31310e0698617b922fc029e7ee9d94a +size 9115 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1414).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e568c4771748c4bb0c97b89788db4ae0fee21258 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e409217e73b86db0eace826a94c6697ce28657f1904b8f7f8855360ba220f4c +size 13940 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1437).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cf4ac7e834f942bb01137912fd705091268bf5a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cdc6b0e5feb42078845334e2c9c64aace7b3bdd47043bc5fa4a6bc071e361a +size 12715 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1438).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cac5791bf3e492eef0c1ac1bb41fb0a17201cf79 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37f3ac1ead7d0cf677103e775d051951837458fdcbb3917c46ea8df12c291fd +size 8647 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1457).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..966a8f06ec8966b51e1dea0e3d566deb21c6ba4d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ce834ac30c0731266f6d6df7ec2196bfe518c3ef8c90ac82e1fc23416de84c +size 8347 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1462).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2383c7e6eba965d9a4b342bbaf3c38ce53d9110b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68e117a2ec44557f111bd2c2b055e5b9722367fe5dc470c1db128da01a9ba63 +size 9214 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1463).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98ddd563832e4a42e0a384c3cfea06466cf24a67 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cf11dc68e5c4417c00a055a6ce03f0cc583c2c0243a6b3781ba2e63a30304a +size 20156 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1466).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f35a7cb7ee760a95e3a1ab80650036c7005604c7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d81c853a0549323a9738a756dfdba3c2e51a05288823fa6469d5412d0ec5693 +size 14971 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1467).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..445e8ccf2680983a71f2cf85499fbe044752d886 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3740844874f5396b437c95910d5f329a3b6354f233085376f4ceb1744455b96 +size 18907 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1471).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..506d3753bcecb968c2fe3b514bdc892ae00933ca --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8dedd58e6951eb589af9fce538c9d9bdbc4e6b1ccd5e9e976227575b6f2019 +size 10859 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1481).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a6ca9d1ec4e98bffbb03d66b947060797b39b2d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69aeed15d7af97f8cf6c43425dae896f97f84b60bcfea45095c6158619da60d7 +size 9685 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1482).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb8d11ee738a8a6d6c9aaefc271322d719987632 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d130dc0092375cb24076561bd21bcc26a4c61679d53d65836a82f62179adb12 +size 10049 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1486).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fed23117db488491e4dbf4516bbc36b10f6da63 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435725d5f83e61112b3b845fc548a1f157e30c402a607a1659ed8e8a9bc01f4f +size 9918 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1487).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a0aced51e2c4ff0211d5c8e957221e4ce9af3ed --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f6c524ebcdf39a123a7d5b6e1b4cd7a0eab05d366b8f67ba4db21f3192b03d +size 9435 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1488).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98526f90935ec543faa132caf21a4019f7d80e4e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c5e56eb204869249d9bee37158d247813aa664da6699dcbfb526f28ea252b7 +size 10101 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (150).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fde2a46d5ebb0543986a571ca508db44d9df0538 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b70362d69b817575c728e84c8e76de3a6bd47e8898178fcbc229de055c1352e +size 12608 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1502).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94aa8a3ef306bc44f4b3b4b5aab180c69904deb4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d398b2b03c8531a299c72adf0f41ac5fb550900961917d884272ec106d588aa +size 16398 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1509).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4f17fc4d8d0fa546862930d1bec868fe442051b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f1cc6b4a058595a97a9a29204386975a644f072c61b66c042b2d5331b086de +size 9679 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1511).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3607c90a8e7ece56189bec0661a038fcccc9a0f4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e235e18b1a1a0d04c34a7f2927e57573d9991a4c9fe8308f6b356b6f701ab5 +size 11642 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1512).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e52d0c54ee8047fa93924057f6467b46ede11921 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a771cc585588b32cf5b242694b76a5df2d526ab93dab88e8984eae70210e6399 +size 9088 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1514).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b83c728bf782cd183e6ee02fe23ec5158838b9a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c83e225f7122ec8bacd43f704ba877bd37d2116b11a01d29a5e65b9d62a406 +size 16472 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1530).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14a43316c969dbfa068d82714829c8180fadaa8f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bba05a350bc35d3afd182a95c98315695598e738813005875e07dc02ebf0dce +size 7296 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1533).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf747a088cc69787f4c0f3d541868a9e02ecada7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758071a63becf462afda0df988df17d53439d59823449e1ff5850583486b1799 +size 13177 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1534).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5137a745cad7901e2ef0e55f3691671492dd0830 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ceba93b7b0f7b8079fe8840a945571700ccf389c46fa27158bbeeae8f2f4131 +size 9150 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1535).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7aa31ff158a83f4ce7807d275e5e7879ca6d201 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9536408ab7895fede025e3020577a43e75bb29e6ccd33025c1476ae2822bcb7 +size 18972 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1538).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7996767526b06ef876f8076473327593904d099 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfcbfd3de72117de26ca8b2f3228930c198bf5580db853397f4c4fdfcac81cf +size 19759 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (154).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab5eadcc5b4b7c0452ced849c8dd2137bf9addb6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c76f6d7a722a87c4d1f2e1a94083fe042367838aa2fde518337d71e5c03295a +size 9675 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1572).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2b79d62fb1e81b52319b1050b5696142168a536 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f914885c11afe22bd3f21c6f345a89c42212fb10a8f617711efda1e5f379fa9e +size 10954 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1576).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d87e9e7f9e5a9d082499c66b7f6463382b70c3c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507253d5c3d380f5c87169b52c262c86903c3171f84c8891b6c0107456ec4f87 +size 9308 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1583).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e80644e1c41fd0ae9e5c7428d71f8d6e4bacfebd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23fc47d491be13b0952eb22e7c89223a1cefca7cf73bba0f587d626bcb94fc3 +size 9118 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1602).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7705ddc9519965bc170a48cd1267f31b1952faa9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663d338d645d628afe82c78d097d24d926ee7bdba1b2c3961b2d0107cf1f960c +size 7863 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1614).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e857d14036b3fceb81efc4c2df5e9fd51ac2b12 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfd79ff766ec51d53f12ecc866552f343a715b2d1977d8c03a0a6e8c00901af +size 12370 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (162).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd8d762a451ab6344324766097edf167619c037e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a0883c9722b09a778fb28c1f64dceb795975a5c9435598f98856c1d152e046 +size 10384 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1627).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af2c63abfec531d8e77f37c0340f8363189e7ec1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04af2835164a69aa7f2ea5acce42e1ab2c6b511f2f88cbb10e05f3f4e6e19177 +size 17279 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1629).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8e280ccc36a0c2bdaef1dd1735b8aa9d6d4917a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cb3398b206932ccf34f38014f8dd1bd9bba6bad096d043bbfb4642f3fe3df9 +size 9861 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1631).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5d7fd9f2db79bb7de2ee0787f63bf114c4efb21 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d785a03663663c202bd927e96643848360b74c7b6a4ed48cf476df7953166c6 +size 15329 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1636).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00791197cf8fe8e84c3ee78a8da85329a61d51c4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0366ad8c975b3527f968d411f4b35eba50a9fcccf325ee341105f7daabc6e366 +size 6625 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1638).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25fcc6a2bd6aac8c76d77caea9df9311fd030aeb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072483ffcb6026549e0866a736db752665c2bb1db09591b8b5ba841f29c9a233 +size 17989 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1646).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c359c0d5b57d4f07503bc88ea0ea889f520e3402 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220ee9b93385ef0adc4c1b1ff0a7a5ef32c1f478481612a986aaae854798cfc3 +size 10712 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (165).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..202eaa6fa09d4797ab85779f6dab28840992c9ed --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcdad06161bd89680b0cbbd50404d8f5be881603fc599c4ba2b1baff92aef01 +size 16980 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1655).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b0c6f75e6c6268b81f0092f6bf4e0b2f31e4566 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e471c82291c53afc1df2f2946b246930baf1f854b5fc1abe67c7e101889daecd +size 14970 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1663).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..726c19997ad4b8dca5afc028458863ad833ddf33 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed7ea59d3315226c586f126e88bca9ac3da35d081787f54a2cd74714498cf48 +size 15508 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1670).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a9ac76cde10034a9ca50eb9c879a97d2c8c84e0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cd68921170d944908b7e0aff9ae3b72a139a664db40c17d1b8428c9ba876d5 +size 14901 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1672).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..493e1051c4eda394acc1d4a2e10efcd620826709 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440e48b99ee1a2972c13381b764d80d9676fd48d1863068b9f5da9425e22f75e +size 17248 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1677).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d83909fa2db60f5f4853d29e654bf66856398f64 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec673de6efccba6035733c7fb943e52376ddb134f74e303b145687af933b4df +size 8327 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1682).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6ae618516f3deb00e4fb4c2902658cefa8dd9ae --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44476bcd90a5c810333ba06feedd9381c6a2246d3611cd91188f1523d50fb862 +size 8519 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1713).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cb1eea2c755f876a0b501b85f3e6c05c35886ca --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e18fd903fbf8de1b5e6285cbf1f7901212a257b6699f639c659ea68943b5be +size 9730 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1716).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4fbcc8441ade38c7a6966e10dbf075554e8d243 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1608758ac1cc4b337db9faa85e3533fd2ea37f045991d08be1a9d5f06a544273 +size 7480 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1724).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46250735a733cd1c10235580a0d6c54d6b942e1e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c688bff425ae0c86a42d19a23693b232dc3d1a66a61226380dc31d484d2c07 +size 17759 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1739).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78964629f4611bbad458f2110dcf761e290b3e31 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecaf47054b22bb17cde4f19baea1fc110b47093f9f390b49f84cf6a1fe623b67 +size 9887 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1744).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..781b7b2648708d8c4eeea99340b5c1c88d21b3d1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c130f187f4c0af205a02a3018852779fe947f4720ceb1b7222ad2e0da2d9dc90 +size 15815 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1750).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efebc3c6150737e7b123db49c9ab49eb2a544266 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8197866ca808b0df4e17b295df979e96803049c31adfc6cd58225c8a3f7ce4 +size 9350 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1757).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40c98a525b23bd2be4b6951ea8f594da643a7f1b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c772decdcc64ecf7618f385fff7ff1602a22f0b5b84418b4b941e4cdbd3028bd +size 15366 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1791).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e7104223f71593b641dbdb81d2289055f8f8916 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0016a891c18af51e92bfb30e408af2a7803e12840ed25066f4caf4b2c85b6283 +size 8076 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1809).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59ef57580acea4085f55f6053e5ff81a41f52439 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde6a60f26f133eea15f1ab144d01b9cc33bbc5cee5c710bb13067d33e03d8c0 +size 10512 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (181).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bca185fca7cccd1e65390b133ec4a1ea8ab81308 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a62a6dde05580cd8d358721e0d750fd99d3a14f48ef86b1b47d0c80d2d9a912 +size 11144 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1818).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eac98ff9df81f91627127183eeb90b599e626b30 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77db61ceb69abdc6998b10a0a42873ea02d34807fa09a24dd3d50783a13bfba +size 9511 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1822).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fe36472ee7d8f3f9cfb63492ff0d74cfae322f5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4195b2f1203f9dd66b4cd41399a0528d772f0b9ad7d52f181af3e469e9a4c5a4 +size 14204 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1839).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aacc53f3aeda329e2025c594c4262969df6e84ac --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a2c5d5db89ab91ab55246d7320b5f18ef0f14d6e305344e916f995fe87350c +size 9938 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1843).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ab93732153ad3afaa91315fa16060372e77f728 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133878969c631a85ec46572eec8d8a237426fe7260dfb0a70a4a73c4e4669353 +size 11859 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1844).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2af1615e5bb269bfa1d55aea677f15b83069a22e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469da104b31d6064803413e60b3b0fcd9a6715adf90f143c1583c8c13ced282a +size 13106 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (185).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed7adad86a88e50ec567db9a5af3bae55809f859 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3bea5713582bbe6be3acc0907fd8ac3ac9abdf29522c9753bf9934a710b3eb +size 10446 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1862).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8e2047b8868a8e2b0ded3493507c39acfab583c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70f05004ffbc2b3de91aa77b5ebdd0d677ec195d05002e034799eca7bea50fd +size 19989 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1864).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13247d5e563d80a09ee21cc52f92d694032aaa38 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ed103e3dbcb8ea1a4fef37f11c2721abf4e8343f538e7852d136ac8ecc798e +size 16226 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1875).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f876cfc2cb3b2eee97add3083e7808bf0b246184 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cc5ff49daeb749c3490647ffe02a077fa3268aef6ea2ef62f30b2c3ba6794e +size 11248 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1885).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..323080c8acb5121c3ebb437fe8dd38c0af407783 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37cb1d74986161920fdaec1f8030e5c132e095dac685f92acecf5c4ece2e7ee +size 7657 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1890).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b028f6061ecf5816e051f906af951dd69f112840 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cd409575a263b15e2a8b519408193f5ac0195b878c59167d0529de7ca54efb +size 9159 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1897).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d661f3180bd758317d07c4dbfbe0ecc36a4fc461 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2334996dcdbd842d045eb73d7dd171ba121c0f10aff04fa77a015eb2c9a446 +size 8542 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1906).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a683b13a0f83a6cabd76c19a9dfce2dda0c2ee55 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983ed2bafe13c80266a6aa9225ae56b06ae853fdb09a5bc814f6c6458e5b61ba +size 14039 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1907).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7939386097be0a816187883a60a11250be75f52f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4616823203df2993c2f5afa18137f3bd8f825bf8c320d382d0a1a1833f3a10 +size 10715 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1922).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4b8aa68566ce0efa01fd7dac1984ae9dc018817 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2947689d826100b0a7e161632f49c12741ef4a66a57415d51af2d13dc882e240 +size 16612 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1926).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c2fbcbadfe32eabd2aed1943fec936a23215cc9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1070add36f76d4f48130f8bba32690ed8c471863b211d26cc5063821ef74a1d2 +size 11164 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1931).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..072369c7309cf0306f3fb83a370f43f4f6145b14 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71500275682c04113236baacafd5254edac30961bb35ff8add01273496a46a43 +size 8257 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1933).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e91a44aef20169d354f1826f8b2e4a341cec72f6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e524093eccd2b6976a0d90d3b51d195a240edb7878675da6263b5da16ebf186 +size 18189 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1940).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c6c76c0ea92b9b6e7d6edb117110e4a9c349348 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62560fc5b1ec368fa9f1e61efddb9a45bdf7862b99e9b1fa0da31f0169d41791 +size 8701 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1941).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24164efc703286564fec966fa01382e5bdcfb707 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2de7b2a4849d346d1963bf71bfdbe5c10b587b3a92b847b6d94e52878204f99 +size 18821 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1945).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..279ee2696edf07ee0c2e427372d0ed45709bd097 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392796d8bd1ed0c1999ccc542755792e93dcf242d67f86011fd65efbfc367a59 +size 19185 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1946).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a6f6e00c05a9c312b1c8cf5dbb1783d708907fe --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dd693e37b3cc10a38000d7ae4069462057513572274552434fbedfcf4e36b7 +size 11480 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1947).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c843b3e259cc7af5392ca6aaf2bc200869deba35 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f460adcfbb3f86e3254a691cff07222432e0e9e4bf664d63b3e95ad9dfaaec57 +size 8764 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1949).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcd0540c4853e69067f025995c194e32dd05cd3c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f883fbc1abd0e6e550436e2808158c720fcfb22b634bd3a0f050b8d854af51 +size 11936 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (196).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d54f9e5b5e2721f3e8e0003ec647c0d0bba4fe34 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86a618f809cb352745382fae08c6f890b2db2558153515ab05e3d13b4a979e4 +size 7191 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1968).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1968).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2c2d1b2c97d292806854c1b46425987584bed7e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1968).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c59cc6c677ae3a73c6d5b94ce2a4842accde9491355736dac69af553899a828 +size 20133 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1969).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1969).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee08f613deae9cbb5e31fef5abfb89021c4b823a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1969).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02018086233f185d2cc6fa66e34a53e13cd5cfc3427fb2d92a69c4946162f12b +size 8000 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1971).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1971).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f410244ae1e4a2b060f08b0caf2e360164e0c1b5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1971).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b768166c31f16521c205b6180cdc0423e52f70b8fdcf9df742e7263d0b9726 +size 14373 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1972).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1972).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdc93542a51b7d1ef19a21073c13794f0e998783 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1972).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef10d7b5fef1f9782843fd6e85d261dfdb28527f796b5c9739e91423cff4926 +size 16475 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1973).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1973).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52b5970ab133c5cb2a2ba1183f08daf2e2baeecc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1973).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808e59cac90f737095c8396050eee1a79cabf090151bb09f0bd67ec5b06e9e03 +size 9903 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1979).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1979).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dd234279feda67a8620fe436d79bb1699ad8499 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1979).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b216a0513975a7b21e4a4533b35e1f05ec75dee49ac54ed5bfb10734fcdd2d4f +size 9719 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1984).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1984).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b29c396c5c627e9b1a08b6efc519a3cf13799006 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1984).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acefc2403900f3e6e0b43bbeefb3dc78d613f8afefc7309a6cc1df763e52853 +size 21532 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1989).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1989).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da4eb91bacc9a7a0580a93729a21c260a32bd6d1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1989).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfa058cfe657b7df65496f263a10d4d9bc4a7e081f97f9a5ce59566e377aa9c +size 18074 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1993).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1993).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbfb04a64b9b7a8a5fa17a7e098acd5a748cbc59 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1993).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06c84a529bdaa93f19f3be0152ac051b9ba058655b2034f4560bb9603acbfda +size 19782 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2000).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2000).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a169e2fce7f9c381f68791669146eac51cad097 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2000).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83aacd25545aebc02d84f905269361bbee860a6ff664aacfc0ec9a290b7f74d +size 11122 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2007).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2007).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b87f17ee3c9ff4c6f73de98a2ab467ee75370396 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2007).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8615ee5eb75acfc0882e333f623fd40209c57b7ca88c49861ddaa6b2a816b4fe +size 11726 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2008).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2008).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e1d29a2896288e57008ef21c299b7e27522eb33 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2008).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7969934b4277650e7ba5b0c4acae4ceb8bcb87508ba4f9f9d93ea8ddce7f6980 +size 8553 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2015).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2015).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6981ad8318c5f3b4661fbe09b7b7b2840b4de90 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2015).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad103c179bd13b13d80b8d4f3aaa6f6d6233e918657dc6bbfd40aafbbe41ba1 +size 8143 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2019).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2019).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e926eee1db6568b10bade5bbf1ef3fe43652ccd5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2019).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0589f7e53b053ffb1b890e07120de729782ca9a535570ff9c4337d9e757dd0f6 +size 14946 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2029).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2029).JPG new file mode 100644 index 0000000000000000000000000000000000000000..873225d06340d7c1a98bdc998340386908b166ca --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2029).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5a81f0e63d17d06b04f58e35e3a2e7b5e497cf9d728547ea1fef986a7fd1bc +size 18115 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2031).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2031).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94948a5d0dc205111123864e5c55607719af6a2d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2031).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8def6ab60303f6856c63bc2e8fbd0741467037b439b910c0a358d3a897fc9c8c +size 22463 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2035).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2035).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e8c3a3080b7e9ce861812b5c15e5122a93aadb9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2035).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f319b9c7d8d6268280413ca2a195f095b3111d0431fb2356c202fbd881e0543e +size 16398 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2039).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2039).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c35267574c9f5a6695dadd7aa296e0c6897f7769 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2039).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdc1b5d4d020ae912ce73d3b6e2ec3669d46a1754e0f532f92be6da243c3394 +size 8689 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2048).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2048).JPG new file mode 100644 index 0000000000000000000000000000000000000000..886f3f9980a46b573a36c24955507e73b757949a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2048).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0337b371fc4032bacce654d3875a8613d5a8ccab981e20a063b46a4b0bef803c +size 9624 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2059).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2059).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fe7937d8775dba09b58be44882b09828dd70710 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2059).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d732d491bbcf21f3c418253fe4cedf46208d5eb267722de6b438134793d02f31 +size 11958 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (206).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04c12f57a65dec45baba5691c8fc71e7b28e3488 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3faf13091542d9de0da58a59e0e5a78aa7ac6ae8d6d5c4a6f6fb63fc38d5da +size 14490 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2066).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2066).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e07d1520215f9087b2ef109f37770481fec9a744 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2066).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee27694565f5960323e5d376b35d854f125f8906f1154244ffeca02450fb278a +size 9552 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (207).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40cb8c682293591718152318373f3d70ed2125ca --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd52b8ac45ad2461aaef91a17d67e03999cd1aeb8f33b16ca7e35726539d808 +size 15665 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2079).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2079).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5da55adc65059880d5affbb5f39e65026dcec5d2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2079).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a534f7ae4797317daa6eca732b94f2e4d7591b9b89401f0be22f9ab61814bf0 +size 10324 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (208).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..709e0969720312309dc65a1a4cd54d2a39bbc125 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a744fe35adbc890e7b4e8d110159bd8a83621cc3e4b62240a2a805d8d219f61 +size 19178 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2084).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2084).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5319689d7d0e442fa7ca33b0543604ab2a8b4d30 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2084).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44faae0c183212d6ce632b3766b5b88da2794c5df4db3ae3cf39eef0f0da33ea +size 20434 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (209).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..669fc66ee2238ec6cc3c26e9c6b629a0d7f3b451 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa4be5ecc12ec4c7f28e0070de83a81f3d7e29d644b9bc911ff0a319a45af5f +size 20772 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (210).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..641a65fb8c4d87e9cb5693ad004d4d45046e727d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c6d16118957662cc15d6ca0a68b9c0bee694134e54e40b391d287d55ce638d +size 22190 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2118).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..829b621af98efeb5b85deaa7b5a41c4a7f7e01fd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc946a9cfb9e4f8a000d33bfac7eb4c7c16d6cbe82067a41af137799b15512ce +size 9531 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2123).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba8b0df5661ab7f422a5848b8e8bf52fa7f21fcd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d32ac246f12c16597719aacdb633bdb6d7b2edacfc66dbf9e02fc9813b5d1f +size 9658 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (213).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..131e570ec9c87b00046b4f199751444e7e755e45 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176aa23443eac5c7bb57596fa10da7870babdbc5f2b3dd00c3fdb009d0a899eb +size 13986 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2132).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01d067da40e39355090f40771200cb7317b44a73 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d83cb75e4e62544676ac3030403f61115c897b709bf4f259373530d2bd97d17 +size 10666 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2133).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e91a4164a5780684d4d5560c8c2b623ef31c133 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b855018d96be5975d45b53b5542f525807bdba72b74ba270be133501e761f77 +size 8723 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2139).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e7127280e80f7b2d8204a4357cfcf8edcf6a5e3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7798968ebcd199cf8365fb522a39ea4378fcbd59b4862cffe0b5efac1c5618d9 +size 8572 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2140).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..301260b26baa811ebf3c03c3668f882f4da1ffa7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65dca1775636708282d355c1af9a240e4d60f67b131579685a93052e026a6355 +size 8348 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2143).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..312a0f0365a3fd4057a3187b1f5eba7cd6ff03d2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f88af96102c6085fa4324d31ed842807b46d2fe5ee075188e0ab2e31799438 +size 11898 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2145).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49dc2a2e31a816b6e69cf1bf92df2ffbf2487a3a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951ed902fe3c6a2f2ff0f49f1208215150dbc5be16fc4c623b73d2b333ebb001 +size 6703 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2154).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71262521437acec1337e112812bd8c40bc8bde94 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440957529cb6319381d27e82860f57b9031c2d1dc1b5a0ae17b806270eefb595 +size 14884 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2165).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07602e2dd2f00c8077cf303c0696315978efdbfb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382ef46d81c9379d74e518e536ac3189187f51947787c55c620294d2c24d73fe +size 20155 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2175).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16ada4d2bae1b8d10871187ce532c2cbf810fd2a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9834894db26c9e93277dfb12b4330c40ab4ba367b4c465a15e4871185a6387 +size 12880 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2179).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d759e0fa88a1f10bb19673b1eb7703ab83b87696 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f603d8a58a1e4ee984daf4ad4795ec1dea8b94df8acbf87da5ae44058d3118 +size 10271 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2194).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55b7cd0cc2ca339963461e2c613ab914284c8be0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232d90b74bff485a5ad9442c705826752d8257133f63719b2d3431e702df183e +size 8353 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2195).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c60d585abce9eea5feabc1d89c383c41216ec5b0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aaeb0c54fda9bcd65813eb132d37a717364dcae0f02e5f3f43556e639b188de +size 14443 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2199).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9989fdc4323919cb6f266038bcbadabdfe90702f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e14cafc9c084b4c627414666b6fe67db5af80709c96da83330546ca86b31d4 +size 8936 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2201).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26be855dc7c67e2c9dd63be464ea965f4f2675d2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02af197f1b6b90fa733a4583cae58082f74064d72d27f99012e2d6f1f4ebbb3e +size 12824 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2207).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..956114c9cf0d7b90859114b37bfa91797aa18824 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ed48ea02ab651ac057f0a1016cf2c4192f6295a4964d90cd7295aff7e07220 +size 18372 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2211).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..547d814df85c5008e3eb542b1f4006b37b18ea17 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4636445a8db26bb59fbb117689f6693cb4c8ab6f55a2385c67436aa8fc72e244 +size 8681 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2214).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37f4145defa2c3fe58b8c8042c4c083a6637787a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7241dfa8cc596fa7d01d8c60fd4b84676b16b005646e3a814e834939ab2f3d31 +size 13101 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2219).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab8ae89afe87ad076db457c1fe7a2ac3df40ed7b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fbe52e1269fecd8fd0075c6427ca06882881d78fc37783ca7a7afe4447d3b8 +size 10267 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2239).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d8ba2cd6d94df302a78f8cb1b664d7519c8145a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f6b7ead36c31b59c3623f139ece8e7623509f45414abad1bd2b82d12372563 +size 12580 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2242).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1eecc025f6805e71f8961d2c13aa6a821b6fe98 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c3d758e7b3be0b21e556223d6d5290cf9030485ad1ad14382051bd8b8ab7ce +size 19690 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2252).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a4e9b2dadacb8c82fd19d17b5ddcf759abb32fa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2782a30c9d317dd5a8997ffb8caf3f73b07b743ed429168cdc881f808956be +size 9387 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2259).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da45db7b209979bba8aedbbc34b1a58498c41d06 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4af8dab05bc1a1160fc336c1d30b8915f111dd988106d5b8a3b8f9c3020eeed +size 8518 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2276).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f58dc85761ba0c323a6e15b32c0898d13b18e3d8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18393931c7857c08d8f65fbae1e1eab9d9e6c226553817e1b7ffd0251a6687a9 +size 12221 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (228).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4ec40c56ba09d8eb1a0d4e82216bcebae25b48b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dd7331f89232ede239358119b0431851f084b487e92dcf785033178e6f0a86 +size 14294 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2348).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..323943d26e552e1efd0b2bc975363fb1718a985e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82da30fd0eab1c7d4a3352e4442a0156bb496db5a2693f5a35efaa58ff45d9d +size 9350 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (235).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7e9e582b5005a0339b68a98c76026e60ec096c4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493d63a6f8f4ed60500117eed4fc4eb952a2ca3083b4c88e73bf3d812cef68a1 +size 8845 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2353).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca45ab35f9d07fa43c3e59f2111ec8a1206eb1b8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae8cd96563b6bd16c9fd3bae98ebdef023e020dc52d0ba51e610760506528f2 +size 9809 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2354).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d64446587e51f235b129cde365a2a76b3f2b8f8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ba4ddd3f84f4f2e6c26d415e400a187bc777d693be953d3e08568b8cc5c21e +size 10464 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2371).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3d244efd7641601becfbcd8cb080e4b93eefb1f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becae5fa69b7d5565585a8c0dc61afa0db3fac4a8f429dff3d2240b72ba7979c +size 11756 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2372).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3397fb664c16b67a11c50a7c06fdd1a9fc5277a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae13c1d41612a550b5edc68fb48f96daae2b5c6b8f48753c837d5bf37d2d219 +size 14731 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2375).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2716957fc37c07c280d9b35f9b9b081033ca8e16 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2d92547c255f45e5830b1e592688581846bafd34cf46a9d39ed0b17be2e7c6 +size 20912 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2378).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e68e63adce3bcba3ca9ed7ceaca228a5404eba5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d22033e3e69f23a0cb95af533a3cd2ffbacd7fed7d6348810bdb683ab841e1 +size 7490 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2385).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3724084b89d12ca22c530d5ecaad6f0a629f7d60 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11ca3129100214e1007c0a964d3a22ed3270e4eadc6cc9b2a1067090f0617c2 +size 9362 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2389).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c92c8aab2a2b901299b6a99e33bec9cf1377abc6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f8d2e16b76b4c8c2bbbc24330856fd388e0799b6f6131b4fdcf61fe5931447 +size 18348 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2395).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf7bc48899ee9411e2cbdb38a1982aa14dd74401 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcafd73ed6258ba86a9dcfaa18371d93851243cff3c8312ee1795fc696b0ed59 +size 8706 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2405).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a87232860b07e18f1e5bc4a126f58fdb0c2d6c0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cbd613829df69613069a77cfdc493ea345717acde018ba93788bb45abb8cf7 +size 12044 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2408).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ecaa7256c456189f97d8c7405eb5f0a47e7c8d9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512e23934725de3520eb98653393f6fa64c3b1065758283f7355c7e7a0627dcc +size 15827 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2409).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9f049c1be95d4904019f6bb34c44da00de690f5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5d748aa6847d8b0eef0f9a83955667551f7eb38fe850120d109c5b89f2c978 +size 13362 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2410).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c76d5a1682f18fdf82d59d14e8d43a8272f36664 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d9cfea58f2b882f4a88f42ba543cec9ce26f90fb4bd5bba7274b5de60c0d49 +size 8551 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2434).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e94cc9a5fcf8ea8ac28fb2d2f8ff05296bd9e794 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45444f2e5904d6ab4e2781eafa8bcdb9b309f22520799f3ba164c7d7f3aee9b9 +size 8824 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2475).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23afbbbdeb421dc8ccf8e56535cb82ef8045fbef --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be74746348e46bc9dc2cec1d12e53d1c14caafadc6bbd6de7bd52bc7dbb96585 +size 9112 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2489).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bd00d2c2a8f9c1a20489d224dfb3f44856dfd0b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcb6db193b7e1e598ca385ff94dffcfe1fa739cbfc863f8b09f18befb4e2d21 +size 8329 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2498).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab736b473a18087a97ef45e409e83ba89de2ebd1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75720024abc12e6198ead9b8f934a662320b3fddec9e544d18cc249ade88c29e +size 19510 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2499).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db89233cdb55dbd1271c70fbf073cbd4b64381b2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b5065cde69ed34efbd6a30edd4c8bdbf05c82cf48e3c2b5ff42ebe5face431 +size 9067 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2505).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04a21294c749d2096cddb59684ebd6aea899ea11 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6627cccc625ee56df70bdf80a8e65296da2294c9ff9c3fc4dc3947d2388a9a +size 9500 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2511).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62141cf4940c4179e4201de3e1f9ea065c5f96c5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b397e228aad400b6dc358fd4c92fadc83ef4c32d1a204e078ef4016b340250 +size 18252 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (252).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87064d0a4c2d064d10a21217427100b316f25e80 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d15e96989e5d754bf931263072d8c0fc5755925fde9ce2fdc3c55f74709e04 +size 19042 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2522).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63c79726d7cd576afed51a251891705fc12c0caa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a216dbf7afc06200b21b849bc060a634fda94560ddf5565824208e63b9358de2 +size 20237 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2545).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..325c35fa405beb2dc06f888ac5555186fcb9d64f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca8c433faa1c0241c56c1c177c76083d4e995a6841db530985b42885518750a +size 17501 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2554).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c0ece5f7065976d4793a2520d18404cfb9ba424 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa203e198b9d1bbb1bd1a7bfd10220efc60886b7711fd96567eee00594f6860 +size 8632 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2563).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d060f5b7d42befe26d12db70b0cd286eb11a7145 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904fb2a751d4cc518eaa7c9750cfc8e4fb1ae5a2152eb06513c276670959075b +size 19028 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2569).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c26f591aabefcd4188a7c0604f5a4e367d5ca7a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45656e8970f4536607d0fdb5a7eb58abb4c9881d8e1a8cac0ff0cc7440d0ec6f +size 20990 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2570).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ae0a7830fa3ac3b2374933db75c47300f99635d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99733280b69de905815b69c26163458b0c51be9c0c5d36469440b198f8acb0d +size 10138 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2573).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c48c0567ac6091650e025de04637d90827bf9b3c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85574b5e3ac80808eeb9e1e7c4c29630edb9e131806c4370d8a6ea69a76e9d20 +size 18292 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2585).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4ac07c9536e4775a7d6f647e83528a92bec756f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c435ad41c19fc3fb8d105f1a6717d55c783587a7d4a2f788350c4d63e8edf1a +size 11095 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2588).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfba3d503198505b9c511f68f3b264e1868fd7be --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78a12f925249ee4da45e2fc86305500b22d7316ca567c6eead1849fc456dbc5 +size 10283 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2592).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7830317f03040eca24e3b9a80179ac57b8a65d7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab32ce84869fbd97d15e0d587110cff8b4548f908ffb0a6f7b1794945f7265bd +size 19818 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2606).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50aae7a31958a557334f6a1a52b3b1e2ca0f2fbd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7e176ed94b2c67266064ae8ccd688532f8ee893ae989f40f6e37b11fe8d4ad +size 21073 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2608).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10eaa7fa8bbefc806206a34d67754a1ae72b421d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1abcea6eb00fedbd122d3e7d39cc6414fa9f9aab7402c8baba951eab217c31e +size 10254 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2611).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da3a7e362f07654a0ff223bacab031ec1dd0d339 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e60d28f76f151682edfe1fa1ca2474cc04813a103211c75b62dbbad25db6b9 +size 12438 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2615).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86486b77c2ad7488d9a23d797593794b010b0e2e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91cdc68e0622208a3a3323046d70255d2cab21c7f79c8080550c74b802a6f43 +size 20296 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2641).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3915bbc737ce24804cd1a180f1803419122cdc9b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee36581fafab9f016d602dfff00d90293519741508c49fddcd1992aa887e7a8b +size 12752 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2650).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a175f2951f6be019201a061b08d1235f7ed21fb9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48ee9b1e8ac4ac62e79ee87cbbda0c21954d104b6c60f056da812076a0dd1d9 +size 8134 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2651).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..066036d078fb07a9fedd64c5a9b375503ce99146 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b9bfc350f0bf1c88a6f207ce7622ea98090bae434a1383eb8112fb36d038d4 +size 20334 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2654).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb58f10c19af1425a874c37237e0341744f29c4b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455f30c43946d8893afb051a88fcacad06167412d85250a2cfde3407353caa17 +size 8867 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2663).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e930ed2352bb14b756f74cf158606dc0c09bd4bc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7be0596b753078186264a23c87b6f23998faa319832a56c027c4c5117db5e28 +size 18595 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2676).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4daefe69afbd65c40264a69a179f994c00148e9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ebce797d2e6c132edbadaeb4c5ec885fae43a9ff08f1278dcf1b39587219e3 +size 19341 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2687).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e597e38429f1a6a4530167fc10d7fe4cc9c907c3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c89f2eefbf4aed302a97fee5508e6015ffc498f6c68164a6d591f361f42ca3a +size 8916 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2693).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7db3a74c6d50afca768b78ad8bae9ca0c2f606c0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea959baf61d7b469ff4c023e4c11a8b13163f80f813197a12b0e4c45a33e0584 +size 7376 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (27).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (27).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8c3601fc2545ae993ecdecd41f2ade407a46c1f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (27).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a81497cf2eb3bad01680b2eb6e07df9e179fbcda0dec1b88b283ecd87c7308 +size 22005 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2704).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16f9a7b57895444ab964d79ece37eae0143c5271 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ff7a94774adcad77b9c7b746287df20eff5d3ccec784d9e009fdea3983573d +size 8236 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2706).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99ebf068323b27fea0e668dd37ea3bdab923f053 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0aeff85963e2d186f49c450b15f1d796f3812445be3167b488735af64f8c94 +size 9686 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (271).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71ed95ddadd905d30232c71e34a8df6b2ecebcad --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e2ce7c1789867a0c5b6de558effcb7addc57cb63f5910905e7882961713cc5 +size 9694 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2725).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c93943932bdff84d4f40fff237b830ad60287808 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe2e38ff21fd8d8ae2d8be849aa9e8dee24414de8ae13732a01e8be42217537 +size 8490 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2771).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce8399af7e078d45d6152c1b677c347f070cc8dd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25784e5dc3d6a971a58d7e462059f9b337e071c0078f813624a5c8e1811a593c +size 17268 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2777).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32b6dbc569572717663c43ab59f13a01fbb9a75b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d93a60c8201ea819491d7da0d7e6b5743843f1337e7964375145fddd2a8bc7 +size 9335 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2785).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9dc9571da6360401894ed071d5f3787e91ec86c5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9f614c5940f8c44ded229dfe6ca49247cb2ea40f6089002152d9267954e22a +size 10886 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2789).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8e69f9e270772551642b53ffdc7993f3c906799 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c68dd89865b2b9821d05401806796d002f4ac6c3188030eaab5700da82bad0 +size 9501 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2794).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..582919a80b325db85187009755cc4c55407732c6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eee28d21747a7350f50cf61fa86882b1e4b7f6be941223b3abcda00d1fcbadf +size 21563 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (280).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa24cebacf2a7f1e77c201f55e62ff5b92d25dd5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f21bea7a19232d9f267690342a0b6a23d277010eb5e73e99316ed87c000a0ce +size 7969 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2804).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70130f2a2c375f6ea6785d2872832013d89bdad3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3db36f32926506c402894c5074d7f3edc4f8d6a87b37d587acca36f0a43a770 +size 17407 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2824).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a78cb99d0e66ac11073cd27fabbe17eedbbd418 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9408b7c446645099dee7e40959deb4812e8dfd5b608a691741bda54bca81fa +size 10161 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2847).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b3f42eb297084fc0b5f7d0875f450b555abbd4c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdef36ed0b8e9056c28488a0c07d5a8588ed3bba78d1a419857e8a4320040180 +size 8138 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2848).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5532b39d127ed1baa1090006fb655958dd26ded7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d05efe42a699b9b5caf7053255c57e5b332df4df2383e001d2072683f707e4 +size 10426 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2850).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba2a9f281265e7d3f0575c6a4ef2f8721f2706ae --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21f49e5f551f970931ddc741950c8cf766234358223709ccbd3957b4c7f1c88 +size 9528 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2865).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8a7382774e29eba8028ce55dd1d7bddd44f8a4b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273a2f8d5ad0034766a544a54832b4075d3ff1fe73ac76627572e5366ad6f078 +size 8375 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (287).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63f2ca1a47a1cc4a0ace8a880a4fde0ac1a2815f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33808df80035bc9c002eb6f92a21e468f6c79e0a20431b8f443b65fb7c1914e +size 16574 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2877).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3cfb883bde03420b1455e80c9d54d8940911dba --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb8482e10e0002ee1ec513e9073cd99b43878e444643e993cd2ea3ba7e1f74b +size 18153 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2883).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c6e0b033c8908a07910a8398641431b531a2137 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01aa1000bbab34bbc2d83ce394a498548fb9aafebd498758f8b28961e6ad916e +size 7162 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2885).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75edd16e587e5aab61f1a5dac42ee004ef3582d3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f131d2e12db99f5684e59d21ab4149d424122ddd675e227d9adddd8befcafa5c +size 16164 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (290).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0a36a007e9488c6d7cb96818060074d6b516666 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f25dbdf3f54ebb5a075da584c931d127286fff9b2ab05e7789fa08922e00359 +size 9629 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2908).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8103c72d4db9b295ed4a7de3061d48a18bdde47e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ae16090edc5b17a96d10e84b950a11acaa92d326e7800a1dfa9aeff56c11c0 +size 18810 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2921).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20ea272f566a0bbc8875c18b2cb30bfa102b8307 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9c1943f9f165529e46479b3949354d887de9eb5818ed921a0d9370179f2339 +size 16331 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2925).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e92c723fa359fe0a96f55252c65789e6ab0abda4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c9d1f989dc9b570ffe87ba209c47616469d3d7e4cb51290c8fd7099cca791e +size 7895 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2933).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f02dcf8c4e63b9e2a9688c672de9f7d861ccfadf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b63bf5d9973da345136dd56c0ee44c1f8022addefae33fc24cb2d86f0b81e1 +size 7098 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (294).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3b6a62d53e2e83cd87b375442da3e72b25b9eeb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c128cff1fb76aa80ef595627464a6ece56a5f56fa8b751156bc9ddd87424b257 +size 17584 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2941).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0acf9d8c369f914d3c80b83b18e31a274159c793 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f4ad433047e0b86b18e5a119d306e140ff9c4860da84d3216044121f1198ec +size 8126 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2954).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2954).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcf38ce67824e43602d8eaa49e110d79bcb6f7d3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2954).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e5db45edf45fb3e39874e37166afe4c2856b0e35ebdbab72c16653270206ce +size 11716 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2960).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2960).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b72d3ead239f7f1b42a014335d921a2c952f742d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2960).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62301a04d3a710e08d59fae8e557c5c77a3a856b94a9158f062bfb3d773976cd +size 7561 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2962).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2962).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf88ea707da18122009e5d6f8c27eb9d81ecf207 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2962).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e5a8bc38465e943a8bc88115dd29a3e478f50e7652a56d25b79cf338701306 +size 8152 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2963).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2963).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37ae802d12ca752b3f9f220d8d12647d441f3d8a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2963).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a2cf123049088c6c98b522aa86fd7abd6c5f755cf5474842a0b950f39435f2 +size 9237 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2966).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2966).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1770fb1d5cad23ce3d936c8f77a84f1f17cf0b50 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2966).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071fecf90955f2c555d4457f05b576436ce9da37f9c68c7dfe63f0c008aa84db +size 8528 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2977).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2977).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e13ab16a87e23d1bb0b6f3baa7f69c989f9473d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2977).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840a612e417ce637080452bee3227a326cd26fd1185fe93687c990efd72920d4 +size 11623 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2978).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2978).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9092e403e06594a84d5e1a0f997fd166e69c473 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2978).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd48b051d2c53b1178b5f240f5f18d09184ad46a143270a3c72ad6e7764a98e9 +size 16837 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2985).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2985).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d075c1fc167728f6e7f8104e56406e462f4405dd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2985).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff17741380b5d701dc462234e8ee5c246474c5f51b341fe185aaf9059bdc899e +size 15590 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2994).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2994).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f595dc415ef331c00859728436f27bd03e5dd05e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2994).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3744ba01d172141d2691776fe7eb7e7ca4e5fc1e3b1c5ee7693c6d48a49a8ca +size 8797 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2997).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2997).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cc83e7f7cfe6db5938264b97d23259fe0927505 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2997).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15be65ab32e06fc3a25f814819b8c0f434c66a434d103b67657dd0f0974ca944 +size 11250 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3002).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3002).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ba64d57a4b4c5a41853d18a7b3e392b9e5daded --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3002).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb00354240c0a4c818cb84631ee1d2c4f0fb6a35c8da1f91cf4a3134b72c9c1 +size 19005 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3007).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3007).JPG new file mode 100644 index 0000000000000000000000000000000000000000..370d413aab3d1f539e6144a79f9f284117ef185d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3007).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7191399de06db290371030ed1da2cb29810ded8ff944461d1c6a44857e9ac0 +size 8601 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3011).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3011).JPG new file mode 100644 index 0000000000000000000000000000000000000000..168d626e1058fc6391dfdb5e8e5a8987de0581d9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3011).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5c67420ad118b04bc7c04f001dfdd597cbbf2b35d5dffab3bcf1deffce22a0 +size 15547 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3019).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3019).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23831c0a6fa86ac518366e4beaf2f505564f6687 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3019).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70097517f6e4bcd85b2f8ae39d6d35c666a6df3c2e7b3e1e6a4d50880a6459c1 +size 8569 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3045).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3045).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7bb3d036582067c73bb581fe6658ba111ff0ae9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3045).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef7bd6c8c2b5b2e78b917e8a98b10ba63be08922ca7f5ebf89d3b37f82b426d +size 8357 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3051).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3051).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c87dcc4132efda3661ef0ab61fc829f030273a04 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3051).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de935b56b196e567501e2710531bd5c221f20c27219bc1c7975864c413aeffcb +size 6005 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3058).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3058).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3644690c95136fcfa40c06505fb1f5457f251d2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3058).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc51f26e38452e8dde5545658ab52f888c3e5b99ddbafad82bf51db73bc9ba5a +size 15565 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3062).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3062).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5aeb17c6a56bd45147e16627ef68d6c5c599390 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3062).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91e7f4e5c727ab7f68bea79852000c5e906be8b3fd7b090c4bbcbcb487ac7e4 +size 8280 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3064).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3064).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac7cba916494848c1bed00c4db0d83b8214e6151 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3064).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c56f5e6e57cf64df316e347f60bf351189f95bb38f46a5fd410e766d5d77fe +size 17992 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3068).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3068).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aafb55588af50a17674ea8c824ca1f8b12e5fe26 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3068).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085e75599d248f1cb84cb03701d36f74dd68b06404a57cd59358e802b5f1f6b3 +size 11130 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3087).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3087).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5217d7f22e6714690e33eaa38d4aca3fc6493939 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3087).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfb8e12468c21d9c3db9609b0e18de0b4cfbb6cc6fd8dd94c9262b3a1f31fd9 +size 14926 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3088).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3088).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6e1d5e4a3a58aa8a19245979f0a7175c46a6e13 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3088).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fcce82d165545136c10917e40da1143c08ce6f6aa33ca404ba844b510097e7 +size 10778 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (309).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3d8c131524caa9c03128c776d99850ff72be367 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f3c9c6c5ffe1d7df1994e7578fdfceb4753040e7c588a5c9092a53860c12cc +size 11023 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3090).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3090).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c682863a97bca247331e49155dd1a1653357d26b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3090).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ad1268b03267dfc21903412d3c576bc82752a0ea906c65d7c9ed8120ac16f8 +size 8604 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3113).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2281a783747f7e78f5983340e6234170bc262112 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d195988e76ca110a3852603edd938b013b05bbdcf89d650aa8766ac6d5d0129b +size 10794 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3121).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c398f359a93aecfa0bc5cc8494df9f8ce6ed8475 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be16338f426c7853b75bc1cda19408c08b448614d945fd034e954f395adc55d6 +size 12239 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3125).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22e52752aba6604a89fd58d9e9fedbc2ee7b7356 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a214a007e42e4200d9e721aece5bb5da9601724e73fc81b1bcce6a97498c7d1d +size 10429 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3129).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4aab5921dbab87fcf6a8eb48cb149137ad49d1eb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff45f953074c7e540a15b10a1e93ef50da2426c55e86877ef1a6c0e80990c51f +size 8427 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (314).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d06bf7ab9bfb70062746d3d3e64701e2474697f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c045b9b13883223e43dc696f90f3d056e431b2c283eff1893c04f92bdeb8bf5b +size 9983 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3141).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e78bb06ea74ee97c95d9060f5062ac038ad7476 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c735fbcd9ecb8d569c89349be1e6d714e093a8e772637f42b7eacc67e18627 +size 21984 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3144).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98e0814b9e6332b5c98fd91b1686f5a9396999e0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb4c7de946a0a1c0479d5083fc01712e5b6e65a18b99db405bd8c6b52413615 +size 9396 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3150).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9d0aaa37b7f926a9551046bc2530be653e2eb49 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ef19f1ddafc39fc9daaf0d72bbeabc8ba704761d56b4aa2a4f9b993c10264a +size 20001 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3151).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ab2e406da33d6d3613b48dedac9558f5966a604 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd80da3571acd1fc2e9dff8e28027040f15d708ed0ceed2e7d0e8a739f990003 +size 12335 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3170).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25d2524179cfc6576a04e567356a15daf9c6b21c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9b9cde274d0f4a82b14e75cfee74023f1fc59d132c0c6622f65df619b24ce6 +size 9849 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3180).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80b0f8686c9d3cdf82ed83b3a93c1b7f296a51fb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fdf4a70a60f9eb3bf5c7c311e0069d527f4c80aee9a749b16199da856dfcb0f +size 20068 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3184).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f4f85accfbf3811a99050a581635e7b550859ae --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a3ecf258dc301e46ba36e799f2786f7ed359ea6baf51c4e6e6e5c33901a7c3 +size 15919 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3206).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebc0e04631ad9298ec0fba8aaa264cedb02a99a7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bdeffe17d1df14b4b4c366665a815267c30f38f1e251c3b339140afeffd406 +size 17750 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3209).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..608380d2e3ae4129b786ae33374924ab0d2007d3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb521aa9b504c7c25798d6cb388b38a2bf55160cbbef650dee50dda2f8d8c411 +size 15777 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3217).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e6b5793b25e31ae69fa68135d92e6ebea626248 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735cf6a3276454c1d3a7440f60060e4a3b6e277c14b4cc97c0ee011d615af870 +size 9600 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3222).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de7ff384642e7a62135d5dae7e7266abf1d228c0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfddd286f187298278dc160d080d94a42c4b345115bd6a89056496b26eee95a9 +size 8967 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3231).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..385fea594255882872481c49c8f6513c56105861 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82811610ae9859d0a352cfea6aa2f5a7421bc5f0f398ed6cfc5f1c084c3b12e +size 12377 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3242).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f458ef048d2f269cac3630223fcbaea60626849d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68531a2c9f9d0991c1fdc7f31c832e9f94177fdf766d1861ad71c3d840ca23da +size 9388 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3245).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c5481727c173b857ad0c202cba687044fb079b8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67627f223d12c918c2668112763c12e83b4d8ba1aa653c305231d349aa3be6e +size 8808 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (325).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6e5ff4700603f69f4250349f6c8bf535b69c88b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efca01dd82a9668df47027bcf33018f86cfa641218979d350652efc4c282a0bb +size 18898 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3252).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97e41c01b8a5dff0bcf41bd0ca27bd8d1efad25a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83312bdc77509428dacd97e39b24996112b743359af902de4977f854b8e6f024 +size 8827 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3266).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75eec8599344ce78bf708a8498aa0f854327724b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6f515bf1498714fdeaa66a6a9b020997d2bc347634b78271dddb1b715e02f6 +size 19218 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3270).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..497a9be2a466e3943e2f6f1e32f541517f5fdc2a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e457e73a705df2fa3e205f9823ac89a685adaad131af04ccb22a0ebe7e1cd0 +size 18606 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3271).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e75edf2f93c49c7f6f3eb842b3ff66495c613324 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd6b1d590c40b3a1b2c093a8047314dcbbac5ab8340a1872fd287a0b3d2733c +size 10670 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3275).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4eee124dfdabc3fe7d5e8805e4fa3e1ba74fd11 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e44c81426c65f69adf2098ef9f494b8b7ee6c12f9d118079d48e27b1bd60c53 +size 18014 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3294).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4eec887376e2995b74d89468a7ef3c2797b68183 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef479ef833600e7a06df461045a1304b4e3063654195fd4c0050edbf62d91b4b +size 13568 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3295).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87382dd0e9d436a376cedcf42d3b7d407b0d1386 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13115eea05a7a99ca5e89cec8b20ae011dcc9a1632a05b97ef2962df1e5447e5 +size 8475 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3296).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23754df2ee7d9c228e0c6e6431b124be313cb116 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248f0e95cecc529c5155367d4b69424af78054c4cd65e9d42b1c7bc5885aec6c +size 16537 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3297).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62de9f0d938f91b0fa77e57a4c43ed1980f8e9dd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672786c916849f8711c4d43c06faf4b3392124dc7d64df90c480ffa9af024167 +size 9277 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3305).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01363aa1b40ba9c4fed23534571d17e4e35b9f47 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519043decbd2bab7180b849ba52c1d6e5b762ede03bf5fb6fcc9f8dcff4f5e0d +size 8642 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3310).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..478a0b0653c0efca09823225233c1f0907f8b79a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591fe1fc1742db63d5733bb6d06321931cff7c51b0b720229b422921f7277911 +size 16505 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3318).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c1854b8ac2caf92e6fa3ca56889538d14fe29ea --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca33942172d9b281c2539896e327a9cbe411cde66d7d533cf0bb29e8ea41982 +size 9587 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3322).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5f82055f976b82ed4eb03d70c9fe6872388c250 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a77c966bca2fc827f3c1fd6a5129d070027f393ce465462076e5ef414e77eda +size 9080 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3324).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd54d812e4881640c1906588b4c003e4f636410d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b499e4d8793937ad2bca0a1180cf67aeebf9a75615b462b7a7bffdd84de2d63 +size 9332 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3330).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc6b7023ae85510d5e6f21fcae74129b2ef821c6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a30403bf017543f22a1aff09e2b5eba5fd1cb4d069ac83d8d9c6a10d6c92e52 +size 12656 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (334).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3bdef040635356a674f074d9f5254a8fa9cc575 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce3375f3d33c3edd99c6e16d26fb88383f3938d176cb38df0d86d9db36145ac +size 16468 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3347).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4124fad7ff99033bab9273df472a301b135afe75 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41688a777886c65ac86870a0272a32bd2cf8d3a488df19ca84bc710ce274c732 +size 8452 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3354).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bcf82541d7f177a5973bdf46d7cc26beb39a737 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8cbdce8b7ec7ab0a83eee3378655bf9240e19cc03bea62f11de458400a8dca +size 7473 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3355).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76abe56e1d593c3ae1d108e185dbecf9cb670662 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffe1abd60fe71335838da3d3fd4f72d42ddfb29599df4f7b568fbb9d0713780 +size 14676 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3360).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..424cd66223c894d5bb86c695cc032e1d0778a1b3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6ac861938d005ba561d8aa5ce83686e831b4d2282911fbb7dc75e8a5e546cd +size 17019 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3370).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52676e0f78e931c32748ca512aed5f6a613fb348 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0355aefb19c05d2466c8fb8ffad07aeb928324678ffe66aefd0b7b73edcf2949 +size 10399 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3380).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e013d29ae00837b616120c40a45c1a00a64e988 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73c5a782c85fa73fc24c6faab2a936c42be8fc3c51c16561da990076c5166a7 +size 16942 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3388).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1389f711e0258c65e830be2291c3abdb1b3f2bed --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5939888cfa8c04884f19f21b046e4a48b09a37125ad6e9069b4c57256fae7fd7 +size 9198 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3407).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6358bb9eaf4895ed082deab74085e4be823f7ee2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eca2bbbb00acefd88d28361692ef2b04074148c45f5aa2ed93132517cc50d77 +size 12433 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (341).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a2226145d4225ff69612fd6e7a2dfb1e9c014b7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6369db9403ae6f5107dad8e494284f02e365258fb18c301e279b01c614776b8f +size 10393 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3415).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1873f142d97663b75b6e8d9e813eb4ea5de72ca4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b4f2c656458b342d2db20a6652db6a1386a32852d19816807fa220f21a0d41 +size 15120 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3418).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bce84151ca7eae19b9a1ada33248e8b0c39b1e9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c55654c47a25c40f34981909ed4cfab0257cbe609098b82f5c8ff2b9fd0450e +size 21275 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3426).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..835a91974e92ea77a4b3ea609cb46564ecb3efcc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45daf95507fd9bb58936df49862d2b78608d85d54bfcaa95fece63861f9a274e +size 13516 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3431).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6d5749a007f1965ffef28078c156f553ad01972 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f73b5cdeadc11064be6220a7d9a7d30924127677ae6881ee83b88fc11357130 +size 8517 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3433).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a80047b0cf246f200d4b04adf715dad2d4f0fb9d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44df787a0af81e799e1a75f3c887773dd55a7eda12b86573c7a03665dc7b57ef +size 4448 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3437).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b588b94ead4dc486999806ddd8c10f4704d80146 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b5d1a30b822a38a639d1e1a764d73798989a3c769d18f462ca6ff30c027af6 +size 21015 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3452).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..498db4eb984fa7487d10f2b4a8d69230bf66a022 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff8f3895d89ba687592e11637a353de1cce1c699884912d57520d7bade4b5b0 +size 20828 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3457).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5a50394fa50354308fac2e041c0cc938c3636b3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf271817676dd0bf617fa0d8d5ba7445e20091b9f7c95a7ed70c807a938dd07 +size 18388 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3465).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67a4fdb073a287bd231309bf663b20238bf95c11 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b89c9f1aaea80171290e5ee2fae016742f4589217a11ee2ae7a40fd8f92627d +size 8514 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3470).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d2f51ab2545d790ff6cc6a41072897f7aafaed4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a826617a41c6539f02a4c388191301dcbe4fd57879d748c1ea8828ea15b567 +size 8057 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3505).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2def5028d9a046cb2bc8ca95a4006f397d398b69 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d0c45b3d606a4dd8cc90e79b0b2852cc555acf401162a3b531d2b88b5d4162 +size 9271 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3509).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d7715cb1837203ec380733d38a671cb2eb2accb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c392dc3015b23ad6fad1f642bcf365a5ebd274021ac57c6cef459764357d0ef +size 6634 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3510).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1287ae70a8bd7a3426539b68a81b16159726f526 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71ed3c1335dae45389b9ddf09dbe3676233e35c114ff8ff1f72cded26fa3051 +size 14633 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3511).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85dee3983cdbaef6199abf7f9fb3566156245089 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fba540cc269c4e7cdc033b154f3c20df8cabee4b94d8dd2a7ac9e44f02010ba +size 13242 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3520).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5a5caf7bdb1b31ced94073169f5e93acbb81265 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f836ec01d9b295bbe6f094d3a648094ece100f024a1f54a2cb08fa5ce994262 +size 8266 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3521).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c94a5745caaf27914aa4ee46fc3dd0e108c6d93a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4755d4b7879df03cfb3744ecaa7b6a35766494d4906ca51d6f7a3b8c6106215e +size 7567 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (354).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b52753a1f199a99105be005d69acbd5fe0be937c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5285ad9e6e03624cac46f6b3d8f3667a47857826e6c61a30c7ddd211042c4f5c +size 20511 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3570).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..055c4ba4682d1f7d499432bd9b388a9f1b2e09fb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bfc25a8a026e0dcf7a008475ffdf0b07a4bdbb2b316a743477b50000166778 +size 8876 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3573).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa9660fef3977a0e3d5565751421aa0067018a09 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e83819e27812b19ee495b75a05b96f302fbcfe01df9bec21c2b961eeda9ff6f +size 15483 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3584).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d196d62d4f829b32c67803a162622d55af2c2a26 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639ed6de6de99c9070813faa183fa93e1528170f2b78174ee5544664604598e6 +size 17740 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3585).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19b3ead8ef4905df676dbcbf30ac8a85c088419f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857556fb75a5413969e160e23ad62ea899284277272c15faa0f78cd6e4568c71 +size 11002 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3627).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81bb60cd37e5c7f0add093a0f044a2fdf1e030d9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536737ca1e2a1a2a5629854c0b5bb20de105fee8ecf64113262eea992f51c940 +size 6807 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3629).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6dc1c800cee85466c939bb5432616152831b8bb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caeb33085ef214dcea429985404220b5d80ff2a327e2f5ff388ddc9d8f69814b +size 9765 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3645).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a795554f861c0aed37d2306558754c26b6893c97 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcd37e5b1e1db39a4904a8530457ff7a30e6f3671d007a961461171e4cb0587 +size 7214 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3651).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f09dbfbf1cbca192c07d4daf1d4c2e5e967dc5e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba14b05e2abf91f9a7c06d13cbaef7e618d195c139536c02871e2081f1dd7f0 +size 8395 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3656).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10af4869c25954d3f35b944623a32c940716ceac --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a488dc02aa454008a31f752cebfdb37dbc33bccdab5de10c8ee4c324230d1adc +size 8796 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3657).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6e815a352258c7d22f1ca1c28d37d6f0dc67e05 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f5b775a60c64d7c7d987e1dc383b7ab7fa07b5b3eeb34e63ecea5497de256b +size 11935 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3673).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6537201d080ac14d749cc856f6899688e896a9a8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0701471d3e9bb690b1f7acffa1ac493c877fe174221e1e64c1fbd3aafd5a8cd5 +size 19128 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3674).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2d7adf8e33b0d4e394bb61eee24f9c7e5115ddc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3cb6770d8410838f69948a86d897b817f7bc9064312ce3baf0c23d041a2949 +size 8857 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3679).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33ae4f4f3d300084771d540a152b1c39b6f1b5e6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d50cbe46d1255320d65004f52666ac7662137dc8a29da3feaadced49b0da148 +size 8842 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3680).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a28713ce4f76cf5bfb11319ff04d8f15a38cf09d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3976f3ac9008add85ef3baf56b0801d820f9e7a454416803ae08c5ce9333d1b7 +size 20019 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3697).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..809b7e15577bc8ef49a8d30cf9c6b34b10a793c3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4092c65e98c83859e2045f79fa09a69fd077b2807c38e57d694ad2bf4c6c0389 +size 14663 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3708).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61c31b4ce79749e59442d9e659e12848fa54b3fb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf3bd979337419f6ea31f5978b1828493184ebf12b613b96fa574e3c940c77e +size 12072 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3714).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39696e7a0a15f67ef0f6107544408d745febc98d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2f8283742ffe40b55392fd3a2035e649423e3909e4e450a73c3384e4dfadcb +size 13529 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3724).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b9696a83ddf80249b2599f976e3595ebe27f5fd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fa1fdf1f363346b72a1bc4753a8bd852ac59999486e3ed3aad592b444a7417 +size 9150 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3726).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11e36d131496e8bf3ffc2eb58c983c2c2be1cb6a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f184a12cf1531808c2a864ba95632275063026cdef52b737a360c57a74c62514 +size 14434 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3728).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24c82e891ca1c45852c763fe359d7af372b18114 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb87c6c3d2a933f91bb5bd8400cfa23f5b6bcf2ead50fa5a4a559575986b767 +size 10020 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3733).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70b5a5b15b38ef262cec880365e3cf649174644c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2166c9c5ed5cceb8c1abaac3715f924d2fe7cddf23a217c9c4654ea4d4377caa +size 9253 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3755).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7473c4cef623ed7488d00f92f67e2a4ce097e204 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7968d3eb0198f50ee0c6fcb1f7ab69a02d0e82873b5e44b179a7f57b3e022e46 +size 11033 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3789).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98c965ed45e6bc5c698d155b6b92b0e4dd506632 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb843741a1144d0cc4a6a643121fee4b7065f72502f5d34f512a15375e472889 +size 18106 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3801).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5dffe79f66d6b9415b1f9c0aadc41ee4b621cd1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c30108e28778e4b7721cdfcc283dc0f59bbaead5420b16b54aa335874a9fad8 +size 9397 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (381).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8807a9e7f097a5c93341efe391cf5b5c176440a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e7f44e46d764759f2bd5e1824de389c18e7485694ee46f4239b3de8f714e21 +size 19607 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3810).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21a0a52a1d276a9e43287bea6b20d6f054a36290 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f994091e55910079a837e71e31520a70ce3ec0f07ab39cbd2518da124fde262 +size 8561 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3823).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6ed196da2ab82d5a98b09d4e5021c6fae2faded --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879534fcf0159cd942d856832a4b8bbe5df64a15a35f707606b6d0f880e5a43f +size 8340 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3830).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2caab2506fc5aed85bfa19f6c8b29b3288470c6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0651cfaa4013b9c609371a0f5a69dea7cbc26390214a900483eedf889e86e10d +size 19233 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3835).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a8c31cb34275138ae935c3de7bfdc201624b9ea --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d24da9b7d1a75a847975400892d7828f9f92fec8633f60593a3f2308ccf73d0 +size 8441 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3837).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..946f221ef32896c884f63ad1b6443794dd00ab8b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b229090f393625f50e9e8f41a88ce1d4321f2eeb5899a288011210c5b2d2fda7 +size 6664 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3838).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef594699f383260352900363c5bf9de2a5cd884d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103e5f1be9c15834da7716bfff4feff520ac7e1783e015ef63d051d80c2f0eef +size 20548 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3839).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..919e49a33385dd3bfa46cd5d0b07521a43a96eac --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3bec4ba4b9ad3fc21779911b9f4009ec793e952bbb6c06b657cf5d9b638493 +size 9333 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3844).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1eeb8551519bf6cffe781a5b835d8d6a40325a30 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27086d2df152a25e289e9ea6446c5773c6941610318a33b6bcf585180a67e6b +size 18957 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3851).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dcdcf5d39c6f8fda4e82109ee3ecbeff3b56ec9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a797f604175b8a826ea0e499e0cac622a2bd668db4d3518c8922b56d9fc993 +size 8076 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3897).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0076122d52ce990303feb6d05c054f03e146b1f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d7a9b358e12fb46c7c4173eaaf31a52590194fac840427d9cd042d3c0c8918 +size 12936 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3906).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a6a127651e7d226500cc6acad0a66aaba4789e5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4865f60b1434ac48f6a3a5a577487a3aa83a31fdf4dab9edddcda6ba872335 +size 9319 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3911).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c081f96a2daf0d98e87fb0008ac9889908b17b78 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1be9a67c333aa5744aea1277af023d854fb1934d5801aff97c75fa888772612 +size 11817 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3924).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73702784664a4e4c4e26f1ccf0508e8e5ef41c72 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87baf9d314f5a8a5f4e7edcb1ea200d969d8ff95e93e972668b340beb3f42e31 +size 7697 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3934).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f6a18e1f4046b16af25929cdb86262045a63d8b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c742ee63156f71dda8593529e67c1f8ce8960f60872700364c8977137835c9be +size 10226 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3935).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59a48e97f0b832dbc91bb1ca5085245d2efc40d7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a1c303b1bb74357b20ef4966eb64534da6cbbfac2c27a5a0463b2e62642007 +size 20348 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3954).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3954).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4740beabb33b2c14639aab7a9590680914761e87 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3954).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56da8045e2a680a486afa0a0c42c3a25dc81e099b03d4be1e20cf958818af18 +size 8778 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3959).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3959).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5530ec2a0be317a0178c6dc22f961637ca325717 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3959).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7b873fcd95fc52757bdc78b9b8d2b3d768916487164e6ff13ac5bfee1101c2 +size 9988 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3969).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3969).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af9a431b96dfaa54fb01ebe7d0cfe4104cb1a7b0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3969).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d030419e61c8880a6606abe2761d222e91e5c75b955eec6d9081c2a9f5efed3 +size 16702 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (397).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56582c1ee71fe07bf0a5a6c78e292ff5303a7faa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5170b857fc4763bc63190c79ecbc365588feeed70b07733e3de05870cc8a2d1c +size 14391 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3977).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3977).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27a104886caa3f7964c13eb5fcf47963635b18db --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3977).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c535ca51c818854cb27ced8f5d5ece9fa79164eb32f34be69e0e1bf5fdf556 +size 19456 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3981).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3981).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0109d0f2e3e95777cc6e837566d62a1399621e64 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3981).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b54393761a431bef68b03262152ac83742ea9c78e7918f8284a8ea014c9c3ef +size 5324 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3983).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3983).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f07d0996a1665a58d65288b8f775d2d93ac1a3e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3983).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b51e3fbc03d49c7822671e21b85b168a6286cee1e7095e726c7ae9d6b3ce48 +size 10097 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3984).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3984).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6bfbd0ee00e47a2080df3e17f02f9b360aaf31d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3984).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9928060317edbb5640fdd41c16b40d0d6464f479400335a350f423a9ddba66a2 +size 11210 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3987).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3987).JPG new file mode 100644 index 0000000000000000000000000000000000000000..497208658a56610b70f018f495731157e761926c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3987).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3478009371952d1419e8c4cc4537dadad8a5ee8e679a2b0b0492840a6268aaa0 +size 7748 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3995).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3995).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1f96c678661bec9e7974c3628b57eb1c7708e38 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3995).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ada6b6caa5fb26926bec00762fdd828376c6cb5dde54b45869d35f6d53510ec +size 17621 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4006).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4006).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98155b0e8b1b4757ac20793cdc0c653efca4c98d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4006).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc00f49994cfa7e0559ba570b1ce5cc0ccaa97fcd798925d05e3e1f23e2b0154 +size 9595 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4023).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4023).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b35228821396da574740a9af39ba417a8170745 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4023).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ed62077c98617eab35d71b89671031cf42261d7a8aeffff99888076d0a7847 +size 22094 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4024).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4024).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd42461d72b7f32bc192025ea86929f815ca2967 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4024).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1682c614aca0d015713d6ed1793bb6800d2fb0d8db66a3e5a3ca9e85b5619a56 +size 10587 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4029).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4029).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af89ae0c8c38bdcb33b6dc79347b29bad0003f72 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4029).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cf7aa7e2e4da11e339a48b1824a1db09978d19bdf018a1dc0823c9a2532ff0 +size 13963 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4040).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4040).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68e79d57b1de19887337bf28dc4f2e055a96b2be --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4040).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad531a2bd0e25d0fcee6ebe29257aa5c45a20ca14d718a0854079452a353248 +size 9966 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4066).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4066).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6459800e807e135e3e242238718080c637edfdef --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4066).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03c8e194616a75503e0c86e29d9dbf3215ae51dfc61b8843163ae84db2fb5d9 +size 9607 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4071).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4071).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8ee760e6a9593fdf6b74cc6d48b4db98395217f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4071).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca767137f88e38d825faaa3d674e7f7152a2d36b24f21a6a857cfa7c23c5dfc +size 8535 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4082).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4082).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22541c572df1fb4a874703ddaeae62621b08f40a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4082).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcac7499b135faa5d2e7b67305d9c85107891d8ffa6cdd5975b6c7f2074f171 +size 14807 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4086).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4086).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73f6f88c4c44a11a5cd956ac27b6f99142d54c49 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4086).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ed93bed4de29ac403e3f894c2e023a786e3cc220d786b6b33a24f33cc9b537 +size 11375 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4089).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4089).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8909cccb327a9dc85b680eadf29bcec8a87208f8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4089).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fb8ce05020239b35b74280d15455b4602c4ca84827ec4dae45f152b94190f2 +size 14406 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (410).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4586f292b81196c37d8c3cc3956e42ef63cf0ad1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a6a057b194a94ab501229b166182fb99d240ec141ea47a8ac4a607dce6570d +size 19856 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4107).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ad3f9becf8e4544c8fef9d55e362f5dde30a02f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3e8434e5f02d1868e20050131d390d75f090b27ce516bb03ab1b80945ed6ae +size 10285 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4114).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85703b5b831a32c1c8b980d27293bbc0b157af8f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ec28675092a39eccaf138ee73c3c773ec0c1706676ed43a487e4506694075c +size 9173 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4117).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5382d71b75eb004a27a72e5b1e76fdf1c6cc8b5e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f35fda73c3fae8ded0f6997f1280b08dc1916ba03be628279410dd3e9a72cd +size 16031 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4143).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9468e107137b7a2c83cee6cc99520ab2c3a8ec3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b67dc5a23128d272759f86e5e3240755a5dce9360e1aa774b82f0b6fc5543e +size 18390 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4150).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3ab5b13f4101fa6818c9c6a2be0885a081f443a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35edd0579fb2d8141cedab9ac0d16f695f280c46fe8737c249e14917ca340378 +size 23144 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4154).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8950282f623b579b22cef2abed999dcda86fe6f3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae19ec0f11cd5e0ce7cc62b50f433944c47c769c18fee541a1efeb06f96b3183 +size 14049 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4159).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e323fe10f4aa80df3a60c58846fc82b3292a82a9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65ff62562b5a782dab872f62dcbe9cf32c7034f627b1ec39a50fd2aa21c9830 +size 15810 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4176).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b588ee0f66185ab875a25d2467f120058f17c6e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72836545c076b393b12e6b18e8d8c89e44f4c98833f513c36b68358c5116992 +size 12709 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4180).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..299b960e6fd0b762c41b38e1466b372bfde4dc7e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48763dff858ee5cc5da2bd365bc46c65909a226fe3a8baece79e42f36baa0870 +size 7679 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4184).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d89eef407d06dbebb2ef15a4e89ef1e33bcad83c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a538438c1594bf4a016f95dcaaf01810191877269711ecfcc8548e6cf08f1925 +size 18783 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (420).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d4e1ef00dd67571a5858e513959bb9f160eb24a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0eb625d337b3637c1a262a58d9289dbacbe82a2b1b1910025b28efccb10217c +size 8002 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4200).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a0e8dfe9caffaa3c6075fa58d4ba6244d3a85b8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0dedeea86d1022d9ac262dd0688b94a70b18b595824922ff90fc7c409d0c6c +size 12878 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4211).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15ef4bc657272bc7a58aac225f4ce5315dceb8ae --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97376850e9e9b39dfdea23f3705b74a45f7582121670145a50c4ed3ba4fe42fe +size 8180 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4242).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ced39fbdc2348e9b359adc3e28674f7f20c5cce1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fa549ee2c9b6a6e2d7e81f0d319409d4e0307324f0e69405b8958e1616e89b +size 8631 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4257).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..990be895c0735e7f6d4bbe54612d9928a8b00c00 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7f620cdf3f52688aba117669c93415ed2929e73e49455513f873f59f66fde4 +size 21888 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4270).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40e7da34879545d723662a8fe202bde1f7e493ea --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44e46e595fabcd7c869408c8e8ba23b84d84f23f74c5193858c2786faed5a27 +size 8937 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4298).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f9a7a23bc4994b927747d68bced69f7779c2d13 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1cd3440b6c67ee63093005a56f98ddc9744672c08e6acc0ffd5ae78e34c077 +size 19268 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4321).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f9b94a67f5aa87581bf1301ba72db3d58b65719 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90d77d5491b1799ce32df79be3b2cd2b0bcaba67d669309b1d3a25ac6d08d43 +size 13233 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4324).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a06cdcb35cc6de1ce9d9ee7a6a008f8d8653277 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03981a909a6a4b95f6a7297627967381dded5e51ea69c7cce796695132d1bd0d +size 13790 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4333).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a240535ed3b788003a9c8069240f4493dc17ae4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de98474f206a47a605dd8713cb9501ffe738a78f84c5371c06e779cbcbcb46b +size 16006 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4334).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..668bd89d2797e73faf3de8394e756ae36047a572 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ad888ff5a2dbac0c37b7b21fbb017e06a69d2bae375e2d07031e2b8aa4bb73 +size 7633 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4336).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36bbee1208a7fc61acd6d7c1104f0a995b571f68 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1868b032b06968e2847fcda44a70c4b3cd7bfb71f35186fbe42b084b8df28a +size 12574 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4339).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da1a95d16ed4f406a2c88ae67f87349a523c1943 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caceea9b6871578920f34b171bd0526b100824703b3167a76fd10b32b259be70 +size 7057 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4341).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a753262c7655952bf79d39b1207f2ec06db77c9d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d9882ffb7d009df8ad29508133a43e6693ab0b8446491afbc6ed87322adcf5 +size 6627 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4345).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cde83b41eb57f341cb98ce9a8faa28e07d3d697 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070f25d7526bd0c2589dfd5144e1dbb0a9b39283999ca404d5f9d7d24a0c3da1 +size 11668 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4372).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87d924d275874951f6dcc788e5d41f6f5ea8311c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bee285e0f2f0f76c11de0f50f4be8f262a60097df34c9932cee12d849996e3 +size 8507 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4384).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e2e6ccdf3389dd61e9b0f3f5a4e37c2d34e0695 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d38cd0e58c76e106528a531471ffe72ef7346457825a2d2c07d91dfa4d0e32 +size 20296 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4385).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f02614542ae9637c87deca21a94102c4ec565b57 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44994c8fe980c3721cfd250e922772d28b5aba7a075e502ab2120b04e4aab976 +size 16494 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (439).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b73d07322f0fc0bdbc3c2087b5092c50f91a318d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6fabc5dcd98646e41c591d7ff9314a8e23ce253ac6eac63cb0954f252448e1 +size 10034 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4394).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5d7a0ed09a0e7cb4e37e10c816518338c680618 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ca40bda53a8757cea2ed9922f2d26998803e233ecd7db07b69604120aebf4d +size 10498 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4399).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1906a903d1a8094dc0b553b4a786dae0fb0ec6a6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8cd1156c8e9fd736ea81602a43841cdefa3253d17a40eb6847a65c3b38ad675 +size 13880 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4401).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40ee5f45c7163753b6088ca92126d7fb6483c72b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1d379c601f24d2f9a1ac821184d8317f5f077dc6930ca81d6810ad4425d9f4 +size 15304 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4402).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbb2d1eadfa3eaa8331debf04eee5dcdb37f1269 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6408bca79fa9bae36948cd10614a52523881d3092063851f26351a3bdf30cfad +size 19915 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4419).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4516d72532711aa306656deadb59db2d5490933 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f48a4d24b5398ae812f603da576db0fcb38ac336505998664ab0f3d6bbade45 +size 20489 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4446).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f2c2c5323c4c6bfe098b15806f5b18edaea37f8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f30b031f124a8c8a5a5edd72db11bf101aff6145a82ceb3e15ef2549c334eba +size 9471 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (446).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f8a7b32eee85e2ae3b4a6325700b4eabfbe6e7a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b60d89cd2663682859619bc83bcc0c66a91ec72eddc1cf245510e55befff8c +size 12819 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4468).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f0dfb90f78984e42baffc227854eb41aaa900fa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cbed3fa62e0f27a9e063edcc05f814f7033565479a8c45b0296e464df977ee +size 21582 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4474).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e588c27ac67f569bfa58470309dec3c70118f545 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1658fcef68b00a766791958afcee9266c869db62327c84eb203ae3284e7e207e +size 14752 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (448).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fe1b732fd2b482272c2ca7acb1aac4dacc7f137 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e87d3a20e8553f078bbf2ced939d7b8284e8cad9be603c01ba9a49f9e6dec5 +size 8538 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4482).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..590294b8455b822954c13b20aefe29845624d5d1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a9cc96205de0143015e4129b9ac3014ad2d581131dc4df28fb219523e24012 +size 21379 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (449).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5ad0a694927da9108201bcc9822332de1f1c8a8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcc24b4249b992c5ccb6fe8d4ef7ef10e9d3eb4493e4b03350787cdd98d6ec7 +size 19330 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (451).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5825dba3c7fe496edc77f2822215f76da71ec995 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f119370a47f380e49cb40e584e38224f6d60018882687104f6c848df304a1934 +size 7617 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4511).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..824e6b2f84d81ea0a3a23afbb75451d6a15e691d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e1a95e5040b6e051b682cb1525391764e2a65c24e259c2c6b9f0d644555cca +size 11534 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4516).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ce780cbe9ce1794f4939cd4362f5a6c1d533b55 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4857a102d26cdb138ebeb6c9039130d10ed779abfb5d41d49f5c53a48ecbb4 +size 20903 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4520).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc13781ae481c978597de1d3c739e273e3817cd9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292b05b13a2892338e0809d050bbb2ecbef9b0676d27f470c6b3d1a4abf0fbc5 +size 13929 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4525).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68fc5a863e988aa6761987d3a396e635cdbb6d91 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa0259cae6af9c2f6e473b563930db4de9b640906a9523f10bf0f7c72a17949 +size 19976 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4530).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40032881648dbf644c861b71c036215d04d516db --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df39a039dc2782c4cd8938b4abbc622774e88ac1c5f3cc2eed6428d87d9bab6 +size 7769 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4532).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..665cb78ab01a7defae1fc8de453a159b0f019255 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31afe8108269cd86f6d91d9cec0f26983287fa60de9a8ebae55f7f388a3bf170 +size 10604 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4552).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..208ee9782c35a36635f8c69b178880b672a3819f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6326d06e3fdab08ae67146ce154c8243678416d53ba92d666b8ff547d79b93 +size 9254 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4571).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d43141086ce82a7669da4bb0b5190dedbd219a6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fcac3b64dae665758a420833072608c6dc26340307a500ee0dddc8326c3982 +size 11496 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4578).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..153451241b4ede8fa2e4a373b7d13850e64babde --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef7288f1bac62a9a52a788120532029046b77fdefe3710bca5bbc23fe29a311 +size 9260 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4594).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d74cbed5eb47e2fe011af0c75b10056f52cb805 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a24c4cf7fe1e3f9f62684e657afe87bd55065672b6fb06770e1fd59051a28a +size 14404 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (46).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (46).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57397a32323a6a79da6001521f39583788754001 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (46).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a94506de780356e0609558b110c2d838529b974c3971a5dc0e6e748b9d0ef6 +size 17317 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4601).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b2bb7e02d7df0674bc262dc204af4f92305d35a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0229b799a9b522a0c09cbf4240ae6b98dc286377e8f506b33935b6a61ecf6531 +size 16906 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4603).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1dd88f0022649957563ce2c9a23909335ffe8b6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7a3e1167e58b90bd853da14b99fb1d677eb6ebe508cbd5bf912d0d0c8e6913 +size 13791 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4609).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4515c053f2db50cf2dccc230c49e458da2434c0a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80606310ed646e33b39ffb8b35ebc14f8fa86b2c1dc9956ccf4f695854394f18 +size 15663 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4643).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee690175d57851957ec6ac1420d756dd078cb4bb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20f8d8ef6ab08f97efd5f20969af02311ae662ea025c70434b45a3ed15fcd1b +size 7805 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4647).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9ecc1db5be11c777d88b7de26e1353bdaf31547 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b0eb47d03542820a2ebd725984922a3febfbe83bbb0af44c3c98b854fa3735 +size 10552 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4655).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ca10e16232515203a2b13425f5f6a12690bfbce --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cd30bef2a24bb5460162db0a4f83a46bd8ad1be0174a6c6d44a1425327f45e +size 14351 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4657).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39f2c511feece6371bc638cf031c5238f0cb2cdf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1569d9afd833399064a3b6b7023efb6f536f05ccbc989179801a225e0b68ce +size 6936 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4672).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8d2717793516fbff8b6eaeac2d278c57d61a064 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0409ae2e2550c0f52a44b4308d00616bfbe5ed8fe1bf9b6dfe430b570f523b4b +size 12397 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4674).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba8e5e0bd96c4c7d4e91c8f3e5b6a34813662c36 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11336f62a87d2c77e46cac27835f192eb1683997fb7f655463e6981644bf4f1b +size 9079 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4679).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f555f36b8f8cd32cca1a2949366346aea563c2e4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f7a6a3da7385d31094a9ac6e5f4833ba6a8fbe80af8216ddad9fa7d703022e +size 13194 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4684).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55aed66d62e21af1e832d80aa164f3bfb6d07677 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a0655834326107d3c9c07793e0cf5826bba079101afff61412b9d9f1375406 +size 20073 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4687).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2dc7d2a1ea3a71adbc9f3b76bfb1a36a1da9871 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb8af064c0ebd0151f0a4604d8bba155ef8529bb76c46055c135ccdfd6411a0 +size 10324 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4695).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da33c3f2fc2484ba442bbbea1c9319fa12fdb03f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0362150375291f767b33df55d5a6fdb942bbab08b15b6c2a896abb840377c50 +size 9468 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4710).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0275aa181572a7287c3c4d06eb1c60ec8943524d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb19955b47ed4c8fcfa83114264049878bca46f0464f8e3a621f43f7466c728 +size 9554 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4713).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b88e9dcbcfd076727a15ae1821cbc5a8b67e0a8c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d77586e7217332f6a7f55602fdc950c4be9ba2bbebf18183028459dee7002a +size 8320 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4720).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00793ca492c814217efcb41f4df38689252d4469 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8954ee8c031226b1d3eac978155971b31808be362f8b0b5524a7fe37de20044d +size 8156 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (473).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1db23bfd7f356b771274121b5aa6ea7ab6a0e135 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7874f7ed158a6490f643cfefe9cb5d8b59682972959122f83ba44636355ac78b +size 8240 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4732).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bebad1f343e3b62e89993cf0e7a4c2764a0d40b1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6ac43c3b41d597936fe6483a91a39aabef82c3ee3ffd61c58284ab05179677 +size 12858 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (474).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..615c93571edf2eb0b8e7ca5435f1d838f80fd0a4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901d492b4a42de9d937d48e2ad116a6456f24d73ce3be674a38850fc0ebc0213 +size 13971 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4741).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfaf7b4b2e756f77914be5d55fa417bc3ec9f68d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b876edea1e382f6e7a71c9409ab8b02091a9207f9a88e7a28a217309a6f3328a +size 11562 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4742).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b08f5c6c7e51e7ab66ff713801c27070fe2b649 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b55230d82525e92b24b8f7133cb9e0fc90b2d1d977453d20d3e5018dc5af4e +size 20347 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4750).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92f687d1e92e61620450e12563a5d86e08b83c1d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5efe8b83bb966148484abd0f06de88c3fd717649b935c0080330296116add51 +size 9535 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4756).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49d8ee6bd4db4ab81ef181a9ef9502e2ec02bfe8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de00457f723b263df7864abb2444d10fbac27c71e560f837dcc230384becf1b5 +size 8832 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4760).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc26cd07340fe5bf7501f4dc2fdc6c9740054af1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c562693efb7cb63a9455ccab0b78f07cb06769154b3313f8b1ffbb201b409fad +size 15105 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (478).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b8f09ce37064b75c8779a7a0905aeb637d41b07 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8229fc585d34425ba605b823196173677b49e5354559f0fc3805c4ac2a6d75 +size 18370 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4791).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63b9536de9ae1820ce90c17d8f42f9c08d3a21b0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f4fd3345aa3a1e92da743da7f29a68bb7fe3baf906e2217fb522c730638544 +size 10090 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4798).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e4bc81ff10c89c9c9ecd0ad7fcf6ec7951fca5b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235702e7a50bc7bf74715bc94e60bb0f0669f0ad37a1c6cdb2f470e28150aa3e +size 10940 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (48).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (48).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc0893023c5f940ad57938529e08cf4e00a386e5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (48).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c0669af67a454196b8496d6c941aaa8b0545696dad03961427f7e3648b5ae8 +size 7613 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4802).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf97018f4a9eba365fa3961908e58d346ea1f573 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9088f937edd7419836146d1bc5ec68c34dfc015fd6caad8b9b43a9ab68dec6d +size 10330 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4808).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae7f599c074addd49b942ec68f590a9b9a8350b2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8075fa42f041ee4073f94fa5cc3ded824dcdf729ead9182d25b8b84ea09f5cff +size 16021 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4819).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..faf60ce6dd5af567efdf911e6d56d5a1854b566d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c108cc3185be0c2ca701f08fc0250e3370973fc9cfa6281e03ad4a49d0953a +size 15519 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4824).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fafae54a721b0d8b459680480d345a08bc849d0c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee16a0d86be08807234fbfdad51b99aff20221accc74e1b97eec318916fa7c08 +size 7892 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4830).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b79025f7bcca89777aa311eab8bd419b8128630 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a73d0df15768937055ec6b39cb5c46ab50ca31724ea5eb2687dfcb7e36d7d26 +size 20096 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4836).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1a18184ca97f984add18ccd4f503459a8809693 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9076f61a9f82a3fe536c1807f519c986bf1ca69fc41dade95900328166323a +size 20989 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4845).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5661554619a0dfe1681d9a1127e4a4c3e91e970 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d289b53bba087f31a3b439c907ffc626aa94bbfa73826970a8b9adda7741c4 +size 20057 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4849).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2aaf777acf58d107ebac9a59ef4db644e7ccd84e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94a5861f8450e65c75cc1f6f91a2d2d4b2b675747c2c538acb0bbd57197a109 +size 13898 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4853).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db93def83efbc1955fe646ed7b0b8254971bba69 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a759f528a344d54c9ab4a51467869bf07a80615d5a84ff6d87acedb9c96e14dd +size 9776 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4855).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d5d2a6605eea4da13e222d9dbb65c2f8fd7e15a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94aa1eef5d4ce5a11e038fd25f6fb9aaae8c9c62b72621a7472849a745de6594 +size 9421 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (486).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13ae123caa00ebb3879abc943766afa3a395f5c5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85048de7b561de04aa173026b6aed5fd7908aae3e8d0dfdd7eb7bb4fc3b64369 +size 19650 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4875).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b14ec55a5e71f53c9040a65ecaf8f7c530f215cc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401eedf8ceef40500a2233482727ffdf2421c67755f8bef2041d7ce14a530ea1 +size 17196 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (488).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8aafdce18e22d2c66fb59525103f43ffe4abf5f0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21517b62d914bc71c6fa6f0bc7fae8a157d122a0277d6b5f282040c85e689f5f +size 9889 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4896).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c495ce4b326a9cd7e3630166c091d49e1f4f09d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4eaa481d1f8d2a852f3e5c4a93393f8f3015b2c0f9b6b9769a28ac95265e669 +size 9231 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4907).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7eba0ec658e5c91d549be17cc7a21d0742855f4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa80c9ba25e898dbf7a69994d44e42e75e16dfd3de7e6ddea8094da616054d64 +size 9351 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4924).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84bcab854586c68daa0d16655acf79557230f244 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c479da6b92d175ef54ab07e3278cdc485445f4231feae95d6e10768efda33e7 +size 20092 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4930).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28ef66ce9ffd5d96c55b4c16ab46ad483cf8ed73 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84942a589fbf84aaabd3af89ef7b2444bcdd0737d0a3cb4f175f4f588193f55 +size 9666 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4931).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..838cadde26f87ebf1ded583609cad26d97e9a07a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbb4d9d19a7d46eb3c8677194e0519781813e1613c3f8a450fadb9293f330b1 +size 20005 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4936).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1eca09bd8637cfc0cc2b4e7f5074723d9d956058 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f309ecf3e6f80a85b5b255b0ae0c947e8a6c53712ae4642753b85e26c7f676b +size 20634 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4946).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..504f628989fbb5de178fdd74381399d37a60bb4d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65307d5dcf84474febaed7782d25b4a0e6e640392f55f263857697f887839fd4 +size 10299 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4968).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4968).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a6f0ccf452802c672bd6a72b96595fc46c00630 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4968).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02de37cf04c8fcdc9ee99182ea63ed4bea297de56af41b84379494f0bca173ca +size 7497 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4999).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4999).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88dbbfe7e7935c50b59afdec8eb8fd1dd4c70df2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4999).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd6d6e684aca6940a0e756bb79310bed527f014e565cd4a069cfe2b520780ac +size 18856 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (50).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (50).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb19af1c13ac73c8e6527e38c39dbd2deab90fb6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (50).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc66a29cfb356d24e642254f0d838260f68bafff09e15c76167f93d1ad9e4778 +size 7530 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5005).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5005).JPG new file mode 100644 index 0000000000000000000000000000000000000000..beed98eba9875ca5aecf1aa108f47a8f72c03432 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5005).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb501d88f931fe99030e857c0f7aad07c241c82ad45e3ccc044de9a1b0d377d +size 20575 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5022).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5022).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14514128c9e39e0ec60cd7f1be4abdfe81aa7754 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5022).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0666836f1d2b0f29aa8754e2d2897a081a36b92f39cda3dfab28564d47237d42 +size 18299 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5030).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5030).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11216a700a547be2a10bc9abd89a7d84859851fa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5030).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53eaa5ad57b67d2b05aa6fad88ee8e28003576ff325956274c817fe6009ec919 +size 16696 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5038).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5038).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bb2c3f9e6b241fe33b38ccb1671a2c07590459f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5038).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0cce80e81a70e80112085ee8156bc66f91f4e7ae603dfe620aeadc4b827abe +size 12201 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5050).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5050).JPG new file mode 100644 index 0000000000000000000000000000000000000000..416e27cd44d26457448e928914e2fa7b4c1270f3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5050).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9d1a29309a5611dc216a21434b13237978ef353552a11816f4f4df7b4932fc +size 9525 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5054).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5054).JPG new file mode 100644 index 0000000000000000000000000000000000000000..599c87ef79b0b67064b847bd36fdd5a7cee8c034 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5054).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f639309f5a8327946e86b1a87e05854f8aa36bfab00c0ed5a2bce82495e4c85 +size 19588 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5055).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5055).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e9465947d3c13180dd01ffadd7a1702b8341975 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5055).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9684a0936fd0f8eca48823671317c2d1baf9259c1f20b7e1880d2a6dae7d093c +size 10632 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5085).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5085).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a25351cc00dea7239ad7b398b83cc239bee3b55 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5085).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a21d0fd0f8b7e9dbe71fb9c3d1cc1e19d7589591d7f7c58f7f4be22f5ddf0b +size 18839 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5097).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5097).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fbf991b12eb094ac236bcd8000ef496f69c148b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5097).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a2df1a7531efa8cd39003698b0780080a7f13d6020a02f53744a1cc477783a +size 10349 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5102).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e692c65ea1ddab9c060b80a58839cf015f42ff29 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b4ace150031d5245a39ce0dd087c8357909aff39f52cba4343f53419980747 +size 15809 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5110).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e640e3ac7a4bae4f570a99a1f70aaf2f01259834 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c70e6d2c98950d7477e22d06f37506f8c982993bbe896bf18325b885d88698 +size 8241 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5114).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c64f1eda8e761beb8a6e6ee164eb89b23fae4bf1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7abad942e8a33ae4efde88be5c50a40db480e11088265793deda7d2ffc330f +size 18053 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5117).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10e7a1d5650437067971f7986a57012fd384fe2a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291b63500da06df88242260ff6de2616a7d1b96e4481d94244d697a5201bd1ea +size 10531 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5124).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..393b2d7988672eb1b7b508771ae94542b67fefa3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5285bc81019e91e17c72f43eaded4604095ee6299ff0f77a7beb0d64e1558a +size 13281 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5127).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41b82a58403bf4076a479ebcb53afb355721643a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbf44c75843a507383709062036144a00e14f1c67984d9809a82740a4c46e31 +size 17310 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5129).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a2ebcc28e9b0cee30c02e4155587d4b5a7b8e56 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3866f8f5f08563e81d36d720cae312ea1d96629c5bbbf0c467d015577c70c280 +size 8081 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5132).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1fc1eb6ba45bc8ed8eff2f1be5b54ed677489b98 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45a8739a7217125b2033aa861707e003237271b37f83eca6bc100a7ee111190 +size 13418 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5153).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12e61e26f892bd536ad85cab450e7b8e32ae6426 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1910506a9b97b04a5df838e73a3dfd8065c5f55550524bdf9432376ccd6e3cbf +size 10343 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5156).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43fcb3324da41e4a3cf5b83778f3ba9b12eeafb2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3578953d45b9b15f4458b7173dcbeb86d1aee82b5db61e4527bc9b1bcfe2f84 +size 7671 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5163).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcb8c3c6e82bf4c292b215c8650b0dc52b20b89d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08270898ff78fdd8f221cbc25138705a76ef544a69f543c8f566789e9bd435f5 +size 12796 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5180).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2bc2ba1b5382388e21dd9fd5422539118337869 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2578de716a98105b0df98d1a320f0feb727c6abd110f60ed0348fcc2c494e376 +size 10095 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (519).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57a1defb46186909065f0b425bec48ccfe09f190 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96182cea79ad7575ce3ef3eceb828271c8ec90a378614dd594ba971bfd249f22 +size 21267 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5196).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba61aef220e7f7347132994bbcc641e6d805b890 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed12522e44e27006b231b859842f2229df554350d35b0b769dba0848f2081b9 +size 18170 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5204).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d350b5513642d77c5c35d7703ffb16b036c2dec2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466e84cdda9941947729348372143fc6d81cad8403322523db58699546013acc +size 13760 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5206).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da6f61fd2460f177b3a3e2196e22c28d1c1c1c9b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f05a655339da2e179f38af900d4a21e6e7645b08c8c04db956b8c3d88c0a7e +size 9650 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5210).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bb8b64ca3f948b139a4e37ffbfb785d376ac20a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f717ad5e57957e4b23f4168f3314a2e955803108da62c8617862350822f7e06 +size 7842 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5211).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6b824770559095562a7eb6508331e9f903060c8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245df40521487a1861493526338bc6fcd89e1e93b0e1064839decd9cff455918 +size 7392 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5215).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d55d84861b52fba71601b853d907ab3fdd508d3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415b03725c2a24005ca5759c2f98ed8641519724e1705c4ebf1125023b73bc9c +size 9959 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5224).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7949bcdb8564924906b8f3a88a59682f5569cd26 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38046ec4857ea4110cffa592fc55efa7af0c289181ca989c493cd5557d3d481 +size 17926 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5227).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97b73cd6aa9b5de1ed7b094e47447e886a5bb64a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e203b48fd28f3e9f7da404b19f0807be7a2121541899207e9eb004a5759992 +size 9813 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5238).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14426810af9a48c34e131b671171822bd07dbfd0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15833360010ed6ca5139a519699a3580baa26da1226d3170748ec6f820f11781 +size 10720 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (524).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db8cd45c8c4b8ff5449d45e116585724ae2cb75a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c28802bd0d4687834001f3854e86a693e9b4e01f7421520f12338608e96c980 +size 17680 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5243).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24536f850e1cb03f8abb55fd467c05544354c021 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9811e76127d9ba42ac97b6e392810a11d54925d4b245762956576dc55ce98623 +size 22234 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5257).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d9e54a7aeb13f9b1510697882b54dd94bd31f9f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930b2a3af151048cef24ccc9aaabe14c53eecd20dca8b10e0a9da0f2cc105619 +size 22067 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5264).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..071b6340b523bdbf529795ae556270914e3b3737 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5feddd3180f953045e43bf5d0c8e7b5094a70a7a61e69d1ce2e6636d07cf481 +size 8057 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5291).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e31811f907f819af24ed02c7c58869d4f6bdfc42 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364098b56359e161050886bdfdb2c4d0fea8c0c6172ad5063ebc0e3cbcecdeeb +size 14246 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5301).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48a722b9ab4fd665d3a29ba4816e7d263e84a589 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9342285b1d196a39cd79681150b80ba09a461e8b6c96f9630a5b8b29f92668 +size 10084 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5315).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4f881432094704dcfa4457cf326d9fe5480b5ad --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12db3d98b14aeb3eff4e3a3ff056aa75d9bcde2b8383323b017cc0cb11e35f0 +size 7405 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5321).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3da779c098a652f580ce4f66e31151709b6e7ef4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6856f788b2d05f160335a332fc15bb41cbbb36b70453771eb851b103c62ff9be +size 8517 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5341).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f69cd1164b941dce0faae38e8bc7062ba79a6d4e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d48b57cd071a4d3affdc89319eb45c77c5875e5ae3cb75b8ba479fba2ebadb +size 10701 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5352).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddf0c577ec18b75d1698b7d28dd3ff3c16bd7ddf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ef1d74b4a67523d32c5a485619c61e2d8914b31159a228d2fd0c7f1d988d44 +size 8194 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5354).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9baaeb7133619d4f53d5fde5caee042af17aff15 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f54e36577b7f30d4c2edb46337fc6634e8406821e3957a816ff732e7bc57f59 +size 15279 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5356).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4b53f4e7bb7ae73f51cf34a7df0f7eb423e4350 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c25c496ad1d8d959c1116155cf059efa569d519ccf7c6895b1f0695cd8c4a0 +size 9642 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5357).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10552cb6b4d92223dd5f24f4c7a735ab8a75866b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82af1951a425c8baee128448214af27432be38271d424408904c636fb5506773 +size 15396 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (537).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7802ef02ce9cd1427d24fbed23873a72cd6c8a94 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1f01107212126ac688c6c148b84b47825d0127b3b4a7b10489277ba58370cb +size 10462 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (547).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b27ff3fac94844030a584796056ea60bc4c14bb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c957eaf8fe83d035dbf023b32ba35e6e2530a04c1d95f1f77f8341847860434 +size 14935 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (555).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e9b7c5b2acab6075605dea1fb5a6d0c6e628288 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80420df9d7ce870aab06853c0b4d31579a380558e91f5a08e960941df291b90d +size 10142 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (567).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1720f493bbc4494ae4e749cef46e35fcfdc0df15 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c28a7e974e943e343879355e0b843d3410236bea448aac172eedb811302e899 +size 9042 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (583).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8dfc9f62bcd698d16648638999e81ded64605e82 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fe536519105d26c8bbfe8a661334708d68df57284850b01746c243f35fa9b1 +size 13441 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (596).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1707fa0fc22129b79bfad32a7b94952dae2c5cf8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72d2bb6846d218685bd1a948732bf025e91493a7222e460b87176f93f6878ba +size 18231 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (607).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfb7550c879a2628f857a47b4d50369db5d1c379 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12510fd7bac8b7ce562586de36421530f7acc29a06340121c1635b09f979c23a +size 9231 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (61).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (61).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c23587423472457b258e4207b442efc94b67eddf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (61).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e51a36893a6d081da78342d1ad0903bda73ba6306af523b5998dad8ebb7145d +size 21748 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (615).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d8a4e2916fcf661c91f7314b4e0b6eefbebc09e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b590470e327899e99ef93dc7058e7734002dd907e09a5b5d8e2ac88cf9872f +size 10898 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (623).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7d1f3ee9cad011a3770d53b2633e70e726eec24 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4f2dfcafb5b7ff3f8f679307bfa89bdb675ae0e6e4508384cd63433a89337c +size 9134 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (624).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..319d4a598212c08594b15564eaf4d5ea5b69e114 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc451ba5283b2e74ea0af9b95e3553fd3d3841fd173626b50a22569e21e1508 +size 14078 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (625).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7602550faac4ef22b7127a33e0a233155aad3a80 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681dd71ab8f780059060108273c0c296c15e7aa96b88e16d5bae0b0471cc2814 +size 8854 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (627).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29cc18334775a5e5ba8e6a195fc10e724ca04a0e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032e8c949e4511a7e6452447f553d8bbb8e9be29d45aa62c79ac526b5ae11417 +size 17227 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (63).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (63).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33d9cd89f5d8bd7d1067f720eb4b0a7e5b7c0ba8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (63).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0fb6e2b0881153eb8f9bf15c0eb4d3050fb937ef7b05b2af3c4044e050b90d5 +size 10235 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (631).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f17584e9e5f39504a16149ab8a4a2076f1c01962 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475aaf97af20aa191a189efd85b332bcb15a103803efccb579bcc661390b1526 +size 7497 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (639).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be8a67de9849e182140bbc91bb8c619ff572800f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68447d87476dcddde3c4bce99b1e133e9ec4e7d772e0c8127dd0632366f1a6b2 +size 19404 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (65).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (65).JPG new file mode 100644 index 0000000000000000000000000000000000000000..632bb1232bea2983482d607cab18011af0855657 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (65).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812af2a3d75595c085bbc8528ef5a8b3708a506a0ec7bd491eee1c93fdb9baed +size 11134 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (653).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10c3530a34e3e8505f49c3ce06bca497ef86e929 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c64952af7ffab98096025ed2116b913759b143c8a5b8d167b147821c8dca4fa +size 6101 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (658).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3842c5cfc2bf8f783861ce8f2f61742ada00ab41 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ee3a6359a5c131fb33373b459627eed64caef61f49b6d80e550d922c65a29d +size 12023 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (661).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e53c3cfb3d0965e29e77e686f9a05b5f95aedee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8845c230e60c4cf7efa359401fb4dc51b3ea9ffb003625d8c8c13c9c61546b76 +size 15189 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (666).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe7a4fa5b42767da0213d3760af0707219200253 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a13f42def25df5a2de73b5a0b7ea997df72fda27a84ea0f8dfe56447528683 +size 19488 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (674).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2f4b9223b719f3afa941e96a0f92650c047ef60 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c662b923a920418f2c84ac6016c9d2c9fe2807f12e725dae81e027787b5836d +size 9501 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (697).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97d774c0ea13a20b3d6b6fdcf4349664438c7f68 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790d636e43586c3b8a7f74b32f75c6ae5fa2c55be8cac2090dc7b0ade72e4f7f +size 14244 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (715).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cd28452e370d77c75954d108f21f054220cd6e3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67dbfe59f712f86d1f822440ae16d348f864cb75268239fcf3019cf60069f32 +size 8853 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (718).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7dd97199329380efbf2841ed655e30c1f2b87ee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475606785a5b50d51e7bc757ac886bc1efaaa5fb7d6e260f282b4886a0afdb1d +size 12835 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (72).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (72).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a3d776641319e980a92e5bb5367f50f2b6a1e76 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (72).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bd03aed924e52f921444ff4eb4141f41ee27efe6c25c145b10c98889698570 +size 11042 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (74).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (74).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7aa9d9b03543f04be006c4ae573b6dbdb6f8e207 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (74).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2028a47e1e98357c895fc301aabcf2e395a7bdf21acb1a51d8112e092874c9f5 +size 12941 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (760).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b09394cd657659db9e6cd697aff8c47fb78993cd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d885bbe10d251a4eeac6f0f845d30035231f4d11f65222f5f8cb3ee09c762ef +size 8140 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (771).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e860ad776f85cf9545eb5d4275b900143928c0ab --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b753706960e7812b873efe2f485f09e6ce1b6848ed04070b5592717783476f +size 14766 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (773).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23642b63699cec5747f2f5d24719047a3c1c3e51 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b597885d86e06fbc411909eb2ea38d2aef7931932c1868b1ff55b98af9edc87e +size 8075 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (776).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8518408c3602a1d1bc88a0940dbdd9d2a71e2a7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f248ab3009c496328f8db42c04ae61cc91c395c1899938f4d6b924a3329c398 +size 11311 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (785).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3382945b2459dc3059227ad454323a1464695ef6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05307aff06fe24c6f81f113c1786076bb01a19451b3bade100030a73e82dbb1e +size 9444 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (791).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3eef43a67a653e6f4252a910da6dcdcea46caefa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ff47875d7230f3687980505cd91fd3e2d359760f2e512195d7b053d3b68a72 +size 16948 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (796).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57b992d5f341ea895b50d9d5c31ae3e7faaa715a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05438b712b8e59de101d5c1140a22a5ae0cce36dded8bcfce16ff0c4b0a1a9b +size 12779 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (800).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c95bafa986fd35191bd62edbd6239d349bc528c2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2388387d66e136b71118b7da2f234c16b98c798607f77ef0e245b4deb4427b0d +size 19879 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (801).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b05c730c426bddbce22f4a15fbfa4fcc043d1a03 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e470cb7839c3c4cd8467fad7953536b397707d11b82e26bca2382e341baa142c +size 8728 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (82).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (82).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da2cd4aae6dc56968b6c1e8eb5d593c934c48989 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (82).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7577e85691e95eba8f55fbd09b9dee1223afe68f69dbd6cc0091249a0bc3d93 +size 8572 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (840).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9092c72dc6cb7dee3ca6109f8be0b06ed986c6e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5d5b785906203ac933612c73cbcd2d0f41fabefa22a5caef50f6e32b279883 +size 16734 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (842).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9188cd06c5753b0d84607215ba14809d78579fdf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6269834dfbee23498a3c26d61a7f7bdbf154939885c6544c219c4da753c82c95 +size 9939 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (857).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdc77ea2f14ff424023717b3b800e253d1019c2f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5444d553f5c1b6ee1b2bebae9f9e603879681ee0dfabd0a9e4657c15cfb5aa +size 8593 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (874).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bfccdd48dc65b6816557ef6eaef39521a43f1b4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4140b2278ff4d58266efef2e79e2e399e1321587fe4a74f84cf09972c28e9104 +size 9535 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (883).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31fdf51d1a1c805eef1d816e55a367a1a50b781f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668449cacb5fd52dfe29b2ea743e7f5c4b45d33f19b8b602199eb931c2a49cb9 +size 12989 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (887).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1d2d3d986e794260f6d59ae7a90407bbb623e7b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967355028c5005b6b16a9ff710a6a1a6b366ac8528fcc4ede50af9252d5ac55d +size 10988 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (897).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be350c5a7db499aa068f2af35b64160a5cb7eabe --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f78f8733a66ae5f2cda07bea37d4f642532299a910431bf3f5bcb65db16443 +size 10390 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (906).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8709d977074887d8fda741426ff4c146a5d3fdc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9319d10294c7b90d697bd3aed4475d7a566ce942bcf8694eddf2f7b190aa04 +size 7877 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (917).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5bd615c73d3d079c495887e2d0cf3bb48196bde --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40dabff6e2245775403e58455a023d627e8e24e9d94563b31a9982b4c1aac79d +size 8105 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (921).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c6d69a04f3c10dd347f634c25e6234244a41b21 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c08afad0749daa83c623cd9117df1cb92f0f911dae9e15fa2b99f3f75b5c510 +size 9874 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (924).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9df26c191d0900f0dfb093bff8b81526596a04c7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbebee967fb695fa1504f5e479e576da6215cf993e88ffa50baead0917e3eca +size 8284 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (926).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..489d49b38b95181929e7709799e06e5f531b01c2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f8c2439e2e60dba3b273a0d130c6b71524cc7fef49d755ae56f20b86f93d50 +size 10057 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (930).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df4ff72e3104b63991132bc824fef3dbd65014a5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707554d8751f43c94255dcfbf095d7b019d9cf2d15fc189be58dea0368e6406b +size 17470 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (938).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5f0f5e658f7a52a34654f1960385c0325a79d69 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f0427f5cf37085c76fb5ecdcf1894aba92614c553256cb0379df0720d1863d +size 18117 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (94).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (94).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4518e59b9b725ce6061cb4a48463e5b1496e7d75 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (94).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21569450f75d4023fb09ba3a7c3b804814e30ebd3f584081523903c1eb354a72 +size 18927 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (940).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b1cbf2f6a81f39a7244770e4c24bc4ac03d7dec --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0365fbcb164b1e1768b414f0f1cb76fd87e9da8670b13daf898f8172bff068f8 +size 8597 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (943).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e464da1ce51c260ed457aeb0870bbc7ec86edaf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb759c781668121fe87fdf952302da77b4ea2c321794e11968d4e57468f6a58 +size 10998 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (947).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e9d7ab9c21c6b76e226fd0a55a2d284f0c09f32 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae80289779ac8a79af61da147b1555dc7282c9339367366ee7a0a5ac8128914b +size 8792 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (95).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (95).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca577f867946abc1cb18c3017f28df0adca51d99 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (95).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250eeec8123862065a2aebea0421e77371ef72b3183cf7fa5d4afe76effbdcef +size 7315 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (951).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5076507557230db6d3e6216b01fcb82bac717ba2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357f0c225d2516325d0cfa9490b21f9f2d504c86a1e10ac120a0ebb0789c68bd +size 9324 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (952).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (952).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e8678a7f7aee24e2a0e43582655680d92a41c91 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (952).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b83a755e3bff8a82b4cfea1e7c7a38885ecbcc353a0205c12f48dc5d71b75ec +size 13431 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (954).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (954).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3b1042fe2678bec31ebb489387bf889f9fa63ac --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (954).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c888c7d034b05e7344c7a260ec01f6e2252a42bfd1d7b8fb0a8119b8fcd20f3 +size 9203 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (958).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (958).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b9c05244a9eaadac9922776b014cdec403e76df --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (958).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd84136af8001774da44c5819c17df1a07db38c54b72df3765e3b758e36fed80 +size 14316 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (96).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (96).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58ec8a1b456776510ad8c4c3d9661f1da5f462c3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (96).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8dce58c68817988f0dafdb7c096b9e9eafd4500870751a395eca210416d0eb7 +size 18867 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (963).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (963).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90058f6f0d24d6614cf9d73001e31e8d891202eb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (963).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47569205e98563108d9feede619f02f1b6338a04492356a93d3242b5759701a +size 19203 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (975).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (975).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e6e9fc6c8063b3ba1b961f41d8833065810353a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (975).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb198fdc31a932359dbc17a2630cfee3978d61e7e91aa7eb5e445a5b05d35adf +size 14691 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (99).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (99).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4357875e16e2df15d651694a813993667a4488f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (99).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f133e37511750b15a3dc0b6528089f5656824297875a0ba5533ede9919d95cf2 +size 10796 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (995).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (995).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f29c8b804bcffb7e827382c37edb8cd762ef1901 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (995).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e59dc6ffa65798269dba959a57a06cd97ecb5d9eaa6a253e99a2964ceec569 +size 7856 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (998).JPG b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (998).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f858f792ad93248bb23e528dbf5dce94dcb91a4b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (998).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309554d90fa1af8f10dd885f29766cf57c83056bf163f270146a2de75cb878f4 +size 16822 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/latest?cb=20100719124603.jpg b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/latest?cb=20100719124603.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b79b6651c612216307818a753e6732e3d8094ee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/latest?cb=20100719124603.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2992b5bd1a6b448a617f3450ffb27320dc5e2c3f4e0c40b820aed9f98d82e6aa +size 292081 diff --git a/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-pdf-78kb.jpg b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-pdf-78kb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..caa8cdfa3808fa355f1edc7187840ab0675fcf33 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-pdf-78kb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77693a1305915f3c982ec7e9b17b2e38d51bd05ff3a4d8b1e07a5e93f1b654fa +size 22305 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/Tomato%2Bmosaic%2Bvirus.jpg b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/Tomato%2Bmosaic%2Bvirus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..221da79e3f39a0db0c092afea6c4d341e75d358e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/Tomato%2Bmosaic%2Bvirus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37ec98ff05367c2a163ddd34b7d9d19bf6150f4b309810a50cfc09ca25c3970 +size 141591 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/ab40cce958c60d8b6e0ec2e4fdb8f526.jpg b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/ab40cce958c60d8b6e0ec2e4fdb8f526.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22651dceae34ebe1ade54f7d998fa39945dc9f02 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/ab40cce958c60d8b6e0ec2e4fdb8f526.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1cf0be9bdeae64a59ba65d0a08890633030342a9dff6603166a8de9445ae88 +size 29169 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/dahliaviralsymptoms2lowresjpg.jpg b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/dahliaviralsymptoms2lowresjpg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b30ad12976692f0b50b3c20926efcdae9758c57 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/dahliaviralsymptoms2lowresjpg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daef774b7c3f8632b47b5740e00051fb9a28066bb934307c82d930e047d1e358 +size 48253 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (107).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b79e675b0d4f49c84ec56ae29e9185f86615723 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84de9ffd0d8706ea86276077e59369305f234fc8ee403ce6c9e84505aaa9bef6 +size 20691 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (115).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4890b24c9c15b0cb278d47ab6b258920c321845 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af5a3bfe3836cfedb1313d5e6d6f25511a09abdabce1c312a1a264456783538 +size 14695 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (120).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b011257442626e84298c78c04a8df086ac214c4d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77df4d7f63b2f08b52e86d1490787b1512a2f3e8cbe8783efa1f27d45020b513 +size 22013 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (131).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f886603f9aa7c4997549abe9a327a3a2fd59def6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12261362ba371eaac57aa96df07f66e289f43d35a3bd0d41e06673b92a2839d4 +size 19671 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (132).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a38aa27efce38db6e6fd90f5e55859c0c0bd8057 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe2da7277672b52ae7eced2bf369a0346270ef5bd5f5133f7d154e0c39896a4 +size 24429 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (144).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b3b77372d01b12351fdb8c3b95be8d17b4f3544 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fb2209d4590dbf8f37208b7e91f5aa51baf5e39ab5c9f81fc89849659c7038 +size 18517 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (145).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6ea39ae72a6f3dfc05f1adcac720e1a71710fbc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4654ab841bbe68a4577e7b40850558e0d9d8da85d0bbecb73868b100fcceee31 +size 18488 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (163).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..425e2bd1302a89d60b15c64da93d667d390b573c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95c5a5b159d625fd7c60b629a13c2a9cc76b482d75c220a2ba59d970b6645fa +size 17697 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (164).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47e06acc75bb4757ed8aec622c56347ce60ed39b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5d7e4d8ac79d1423b67c41f1cb5268f656a041f218701a3de47b003c4cb6b2 +size 16271 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (170).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db0dd9610273b1aefadf62abec6d3e796af694f9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b689a419d9eba6bc13ffd8b7bbbf2f4216a86be2360fcc9cec35747b056961 +size 19014 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (176).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00b269d8a7cb67419213c45ead0e3153d3a29b12 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fb88a777c9b37a9b8a7841f6a5c9aae5cdcac4f232fc3c4d0b80ef202a4eef +size 20109 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (183).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8252ca31bb9bab13bd94c3526b6bf85e4a9681f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5eeca0de0efa929735275d56e39f78293ff35275006586ee618c643f7b65dc +size 15699 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (191).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aebb00cc6af1c4e0e2b91bb064a995adc8060dba --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c623f87c9200c9da8389b882f14f047e3e443214727b0409b278ae69adb7fdd1 +size 19222 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (192).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d31aa292fdbf21f28829df53f9ab51f04187367 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89e41bd9af1f88df8dccf9065bf71aa554683b8cae0b7db798cb741493da4c6 +size 22006 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (193).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4cc43f009b6b1012a8e808863625e9dce5de4f1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817ca00b7c86bc2ed839aa5825522b73b216224209e34a883df32a62ac46d135 +size 20071 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (194).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04fc18e3cec149cfa50f150b7848bacfbabdb991 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd9cb38d5fb6c5439da86cdba6d7c1e8b4522ace569616537ab2459d8190f12 +size 14061 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (197).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c82be54c5b2cef640d55622a37dd643614484050 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8c27cbd2ccf61bf4e6fd30af3cc11ff73b45cb4dce3752a1fb66eeb8453f38 +size 21060 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (200).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d0d70d641b4d0c7a54396478e14e90b517d551f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71e9e6247628a2b25f2c0345e73543d0818c32adfb92b648a64d6f0c53c5cb2 +size 23703 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (201).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a2dfdf474dcfb1c527487c76441cbb0dae63094 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7ac58908bdd8dc3a15d40849b4ee541bc35089a6a9071e1fdad73ac02ffe2e +size 17562 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (208).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cd4e437a7f320e499cf3c071f67ca61ca8b4f9a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7cfd9bf259d1ef10f892fbaf762a04cd0852461b7b50dbbd08c859cb6c39e27 +size 17361 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (220).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12b0328f1cc44816bf5a1037205419925ac7202b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e441a9f100f0ac5ce93908ba392909ff29b929ed1b0e0e2a7d920c9eac03ff81 +size 20121 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (225).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e38c747a19e1d8bc64ac7e30a1a5764637616bd4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efe4b0f550a14b2fa386d76d26d2a5ca20792b9c96ca52764af5666139aa530 +size 24594 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (230).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bf5a04fa3ed13100ec5656422f064ff959ffdaf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72904fbd60fd8a3bfb59d8e7128232e12cd054a266773e5e5ec64664ab83d22a +size 20979 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (232).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f947b06a0e922c3b4125dc4720e07e8493474502 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8abd55589502e7f3edea6f33f7d710f1dcfdfc29c6188e238ed7a32fe44c7c0 +size 20408 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (234).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07c3fe446ffe0919f18983294a805bfa2e48b142 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8094f80ad2c7b1a202762c5364f5aa75c468ce1c76babdad5541a370f3c4f189 +size 18761 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (247).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3391f5a84139ae7752b3aedc9b5bdbf1595b72ac --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859ad0212961f0d95577ec176790feb18d7e02420c3f83202d4d94841dbe4a50 +size 17922 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (258).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e278a60dee7a062810dc20dd2025a182f1df267d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db833996363858b4af8b4f1e1a2e0848627efcef4f19f2fb7aad6ca8ff36590 +size 20216 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (27).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (27).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8a80a9bcd6108c2c9ba2350120643db9b50e258 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (27).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b8263672e4b7537e24294e337ee3a65a83eb3faa550b156a5ec6719f5e19e0 +size 14957 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (275).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a354e5dfdb43f363e76db86d4cfceeb20915f444 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6766f6a7b08dca989363ec68836b4d614d074bc90dde988b7910599e598cf79c +size 18930 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (276).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41f5645f2233a98ea72388ab10e816758269c3be --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e6c6e41902fb4934e0dfcccd6a26b542838f6e0f64e668f435b8036b839eb9 +size 19821 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (279).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bfef45649000b0863b81f2f395dc44ee3668c96 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fb9cbccb84250b196be0e049116517ef4f021733333df5fba54599d38b14ae +size 20752 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (28).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (28).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68d14c6a25a56f786a24cbc3a49e25a328605191 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (28).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d064fdd058134bc9b360e3d8951712b7d4da7b053e703456c7ef43986f292d9 +size 18195 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (285).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fcc463bcebebefe0e9bf3b75a11cefbf042ac84 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd23839f69074729eb8e624f2d2b500633f9aa626ab2e09c09276bb1de6e8482 +size 20635 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (288).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37ebd5144100c57266b8f2c1ef1117ab42e329aa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c003dce5c2bf563e4bbcb20f4392081895886a5f3abf15e2f5ed6b7104918a2 +size 13186 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (290).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d10c3b7b336ab4079d7831821f8608f661433cc5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48752433a991870eb77c7e2c20875f71c68958350690e3b07b5c0a57936b7bfa +size 18923 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (292).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25e55f0a18105b07a1149e61efc2d63fd277e2ab --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3cfab2ac92c5c158d816f8b572a198c84c11ad97636fe256d35bdd6c807dee +size 22665 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (293).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f068e71d17f11da4c12910481aa9aa71a30e62ff --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85841a5cd060f74c2bfe5a8fa1580a2d1a07396e8ba7e4e2d9b3187ba3d82e6 +size 21548 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (303).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fbd630a0528b45e7f92667d799d12f0d58d68bb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e125b7180d0712740e2d9f3a30b229f2883b32e0bf33af35ac6ce0f1ee83057 +size 17758 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (305).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9956893be13ca08abd63f87fd87d168027c61e5a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48fd8bd48810917768d7f655c8503598089e80ed29a6124141ea118d33b5cc5 +size 15628 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (311).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64ab74be09b740a8d3696554471dc5a9b0375198 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c85b569a53e0a2f56ac4cf622a20b6408f81fb1290c4ace3706019f1af4f44a +size 18376 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (315).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5791425850d9223974222dc2a3de44e4ddc7d12 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e7368681ac7c8bd5652fa408f9ff7110a2e9632e1068c9ce5e2ea8a44b9f38 +size 19211 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (318).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa77eb092a98c29d298cddcfc0ab8231aa0ea595 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2e40a732bd19565107668378ba08f025d8e3fd59f674fa13f0efe43da91661 +size 17073 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (327).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e9ee4ad89e04ff19d5fb22ae0ea0276f034e8c7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d164d8b5bdb116aedf2876b743d4e71f91e3a9c24856a4222f190e29bc33688d +size 19788 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (34).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (34).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f49e26ee7be4fee3be651888b32f7a755682bb90 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (34).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceaf4bd87ec7c6e7a88d43e751f45499311ebe1236235fe9f3e27ee1695b7ee4 +size 19997 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (343).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..166140f6ad4149bc76ebbb09eb9fe5d7fcdc589d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4511116b81837ef39f1e16a2f32955d1265b9f6736ab24ade48c1db475edf7b8 +size 21530 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (349).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb46cb6371ac32dd79cdda42882a6efad3554461 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d723ed86648d20a163ecb868ea44386b85125884701185281753f6992cd0bb +size 20626 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (353).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..783f36662780b199a1f6142f927107fdbc7af132 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a125bd14b77690ce45a4bf6fc727866ee24c19464ed6051d14df9ee0944ad1da +size 19412 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (363).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1a0639c8f2ec3c44dc3bb464b770a4aaaf8d883 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6b1fea52297511f6185f7fa3890719be50698b275d78b276cf463598687f50 +size 15778 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (41).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (41).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d246b071d3fad0cd27ad65bcfaea54d77365f88 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (41).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b27313c3d71b30110bd7ea337df100d670970921bce788f6ff2ddac16fd3af5 +size 15379 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (44).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (44).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5f02a5c70d988b35f98c6fd21aa5b9b945c18ef --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (44).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c73b8f4bd2532e57d89cab2a8645abe062fbf2dabd642d311626ec708856de +size 14459 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (6).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (6).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8cfd61dd0af917c37ef339fa807d73fb2292b7d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (6).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e0cdf08cd8c69c97a11ce1a8dcf5e0f3d399931b9939d0ea41de1a36b3005b +size 21235 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (84).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (84).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0014a3a58309fa991edc19aa1beae3d8eba5341e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (84).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526205f1f9b9be15e8ecdbbd5ab48cb9f6cde0c79af911f6145d64cf52c44490 +size 20293 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (98).JPG b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (98).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc95651ca2ef6eb6e26b161b930c377632fc8e6b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/image (98).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5104a121b63b9e3e70ac08bc06178fc1d1492a01f69899cc3284935163308ef0 +size 22175 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/mosaic_virus_tomato.jpg b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/mosaic_virus_tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b865c526230bc5dcb169615b86bafc26b563013 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/mosaic_virus_tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523c300d0340891e11ff4df32404c9e4cd0fdc915ba4fdcaba544afd36165648 +size 117059 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus.jpg b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6ce9ff4a23289974b4932eef91f1bd87e0ba8b9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2916e4342627b04c40f4d4bb45516b9e31a698b7c9f31985865a99b56d2bf65 +size 4474 diff --git a/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/tomato_virus_06_zoom.jpg b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/tomato_virus_06_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..859538a81bb87c671095a0706109526b3ad99605 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___Tomato_mosaic_virus/tomato_virus_06_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91dba347002d8cc2f70f1453543ddd43f8c38abd8580e1b8a3141c57e501f50d +size 133711 diff --git a/dataset-tomatoes/test/Tomato___healthy/15481477375.jpg b/dataset-tomatoes/test/Tomato___healthy/15481477375.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f96c4e6551a6c9a6eab0fc203e079d6b9e15ba61 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/15481477375.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0edbf21a0c7ab349f0b801f886d1e4e090476e06b3926f18d23bd17ed1ddd49 +size 173046 diff --git a/dataset-tomatoes/test/Tomato___healthy/1686.jpg b/dataset-tomatoes/test/Tomato___healthy/1686.jpg new file mode 100644 index 0000000000000000000000000000000000000000..deb57c8fda99cb8669edb8b8f18730fc30e589c8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/1686.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edba79d624245191fc0036f231358ea60b2cc8e35645b2c54cc891892073027 +size 293399 diff --git a/dataset-tomatoes/test/Tomato___healthy/17371378-tomato-leaf.jpg b/dataset-tomatoes/test/Tomato___healthy/17371378-tomato-leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..445c7c4e708ced4e8fbf4d35aace906086d4ebd6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/17371378-tomato-leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da315866780e76ac36b5cee1dab4d5d3c2432f8d4f9cd3c93410dfd6ef46044f +size 71699 diff --git a/dataset-tomatoes/test/Tomato___healthy/curling-issues.jpg b/dataset-tomatoes/test/Tomato___healthy/curling-issues.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c8956c7b89d9c03fe23771c17facba7b18849ac --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/curling-issues.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3497d19ccb856dd22150a590b6ea43bb3eba0207243e1893bd1e704ffc27aeb0 +size 2468465 diff --git a/dataset-tomatoes/test/Tomato___healthy/depositphotos_7182856-stock-photo-tomato-leaf.jpg b/dataset-tomatoes/test/Tomato___healthy/depositphotos_7182856-stock-photo-tomato-leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d1df18fff5d268d2e9a47555561e0574adb014d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/depositphotos_7182856-stock-photo-tomato-leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1cab1969de06a57c663fffe5464aeb75ed3b38d7ee737783e98aab07a6dbc6 +size 76313 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1d81b930e6732fd27c151b17baa4950b4fd17ca --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d4ca4c979a0ca63ebb20a66bbd1cd46a43138d849b53bce1921694ab91938b +size 18557 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (10).JPG b/dataset-tomatoes/test/Tomato___healthy/image (10).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1298206524b3d2c42382e01df7a357273c9a5d2e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (10).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835eccdbcbd7bc06d8070c4a42d36145958e5523d2e5625e9f1fbd0d4d35040e +size 24473 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1008).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1008).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70464278d9549e545f94f0456a66f38b71cff9fd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1008).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7247be135b00104f60a0e349911136b2478b0d7985f45a4e0298f211cb9e66f4 +size 13357 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1024).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1024).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3399abb59cfbe189cfd0b2a141930efbf0030ccf --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1024).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f962fefca52d8073b1ce3643819f8bf4432765d6fc8db57b6a2462c6f526491 +size 19554 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1027).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1027).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6d9d584db14725098e50c1285a6f27d1d03502a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1027).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12852b3616bcf0ba39b03b5677e74f50f5f6abf4d38957fe17949e23e2a4b244 +size 14716 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1031).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1031).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5db61da49427f4f140fecf96ec0d15ea5f2954a8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1031).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6a1e8227a78dd907d2a52463f2d32dc64c4509b4d4ef4ddf77f93fd10747c0 +size 14228 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1032).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1032).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7468e0952ec729867813362e5780232721002074 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1032).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba20abcdddf1bbadc46c697346c56c4c5c5e2232199644a5b9e5f46ebc6c640 +size 24908 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1051).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1051).JPG new file mode 100644 index 0000000000000000000000000000000000000000..149612be8f4b826e8cae40d21ba1eec6638a5f39 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1051).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a72c8cccd4182eb9ac1a047bfa489b6fdff6f649ca79c598551c468c3816af +size 24202 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1052).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1052).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f227b9147b17aac706663cebf728b53faa0d0aa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1052).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095862151b93fb8e1c63d6939dc75537e047aa684ddb3baad0598b233fd345c9 +size 26665 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1054).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1054).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84b8a17833460ee1426618708d6b8b8431c94d6d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1054).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1741cc8dd59633c906105d17f8a971c7915a87284f09e469cdf26e3a3c8443 +size 25985 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1069).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1069).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fcd4f04f78f48af8323c02c398ba1e5b94cb3c0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1069).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba31b2faef7ade5853b6bf9a1cf04e5a81426e8e480b801f2491fb36f26e6de +size 26413 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1072).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1072).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8dde32e7c02b27927001dcb4fa4e326a69a702ef --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1072).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8e91e763790d4b0cbd324aa43ad0ac514e29935d8e04ef2e1016c9621be966 +size 24703 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1083).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1083).JPG new file mode 100644 index 0000000000000000000000000000000000000000..827d4731001408431213703da50712ea1fc6cc66 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1083).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35520f3574e3e7e404347a606f28e69fe67a67c3396a67b1c8eaa1429453d20 +size 25575 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1087).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1087).JPG new file mode 100644 index 0000000000000000000000000000000000000000..145e25d09d3149bf204c62751e32c56ae0dca5e2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1087).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1ae6ae2237b507c8be6fbe7bf71fdbc52b2cacf76453435e302417f8b1b63a +size 24899 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1091).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1091).JPG new file mode 100644 index 0000000000000000000000000000000000000000..154f98d05cc44e946677b2f61ddd00b5e747afb8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1091).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c8e8fd737fe056a7b7ce9b345b855b852d2c358c051d720e11eb1c6d009121 +size 13376 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1092).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1092).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74d45462a4b1d6f717fcfa45ce1f40bc6fb8ba00 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1092).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb7f4cfa544fb0840001295df0007dab675d30df86cf5e340c3e27db03ed453 +size 25676 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1097).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1097).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab1c93e2b9571a6b0cca9f3c62ebc647ee250f79 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1097).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6927bd7829b10d07e71988bfb6416f4b2ad676f7b73b89903cdbb73b483c1777 +size 26400 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1107).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba4dc53fbfed075bf023bf4dc30dbcdf1ba4f622 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371616191dcea7b2972c12439be70523fa9e7688467704843f25ecd6f62d97d4 +size 24856 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1115).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef70eb7895551f2cc52f14c40e34d45e8c449418 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ce85eb66508fc735f993e0d915000e9cba2c3d4d132ea9b46bd58268e69d70 +size 17098 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1120).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..871c14753d82db4bb5ad8c8cc5798378f123465c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a557466be9415eec3a3f6d99c8fa3224d83511846f760cc04723b9f9043e0bd +size 19363 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (113).JPG b/dataset-tomatoes/test/Tomato___healthy/image (113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4f9e191265a7110bab418d915c7b2eca86e4cd9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c524830aaf2484800d8602badc13def46e8f47c532dc72b530344cbab20277d1 +size 25788 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1131).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b250085c3f2ffa771497844c69180e43da4de3cc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2927659ff5afe57d72c53215bc620e377fe3dd474359ba9d71eb0f36f7ef4cea +size 24796 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1148).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..524c2a6cfa9b24354228357a2e42a0d2c52a42af --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b12925650c3f354da0a3bb7ed2e1a5ea173ad9d5ab229e5ebc7b07fe78c3ac9 +size 24214 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1149).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2538899b8a8607539494e4b974f804cc0e5d3546 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66815f475a90b42fdbc14b031ef9aed7a5212e844a7cfe563a3dcced7fb0f70 +size 26533 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1156).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63f82260f52865039c8ed00a33451cc531950235 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd5359c104ec71e0e80897b3c1dc692b359fa29516fba9a7d3dea0fffcd6fd9 +size 24078 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1164).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75c6c2aba18794735492a67149537ddf7b17285d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc11e930275cad305feaaaa83a0dd21a84fa83edfe6f29ca52828ddf7cc9852 +size 22160 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1169).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f2198b5099018b494d804a82edbea94ecbe316d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eae0d2befb023c90d45b993db1dc4d9c5112d83e74b21f3aea52933c5d2d76f +size 25239 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1176).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e381894f8741a86eaae84b6eab743a1e89a41e7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43e2bb1412ee9dc149eb4401c586864d7e2e3306d1d7b07db753b3c3ac3c657 +size 24940 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1191).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb88c16f60a85ece724f563de5dded96771c0cf9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aee811bc7e91e0f40c79570dddb7d09b7436595feead6a9ca07bf221f6c3807 +size 14696 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1209).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e441b815ca40f373f4a00c5dc08756acec3617b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74efed98f6b22d2bb29cf46b606aa79fd734d862e7a96f2f8fde8487f056d60 +size 16678 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1221).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f21702763a686bb34ae5fbacf47a126ffa81d1fa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62259f18bbad4be229b4adf332e68eebbc2134746cdf1c0e7705420b3c2849a9 +size 26452 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1226).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afa9a4d38588997a5ba21193c47ba9ed5e65b63b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0b2673e657f806a91bc0e2a90e6eed69b8ac50aea34a8daa4aa021ccc826f3 +size 17724 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1236).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db69a622265efce495d22c091ae289bde35ee732 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee909d9e70ce4c23159313a804f5bc573036e9774b7882fcf0cdb2652522ba5 +size 20515 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1240).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0dc8a0be5fc0c8bf3e7f49515b0cb91244e73a1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477d79c10538544e3aaee661741855eae06f7c0dbaa0a00ab41e28017325ecf9 +size 25367 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1261).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81a8a96b74e91e3bee6fc5513a816edbd1582488 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414c14df0473baf007128e752f4afb44cb21fc2bb17d005058a97764fa43dfb5 +size 24641 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1271).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1fad90aa71c3cd9290362d5023ec50a12ed02bc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd777eca464eb6ec8c0e9d0e19822b9ce065abfc935c4f644259d77fb4980c9f +size 26261 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1275).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8c6fa7a331603e0ef68bcd465e6721b9365035f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87639f521840afefe4ae3164387f34c3a9b02f70b80371a4d5edf6f59c4c0a8 +size 26098 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1315).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a303653e14555a293e91e5871c90cd5ce8c8500 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c3ef6b03226222a5610337d0f15790d2ff990535f6285d858d96dcae0c7958 +size 23535 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1326).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e7afdf06a3d68f4b9fbd714b06a116c6074034b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb3b52d509b3099dc41b5c549ee18c153df8a0226ab1dc83372dcd6664b622f +size 24730 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1345).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08d0fbe1d6830f7e39bc67d6e926b5a719729e83 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572067bca94783dc8675131c5dc58f3d4e7be46867adff12b8e11ca43d8a1744 +size 13879 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1351).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdb352b412bc1e7c6927f9bacf5b506dfa373b03 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5094515662bd641553a5317a6ab5a16b7faa6fc5937d35fe9b5fd2427754a19 +size 15669 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1366).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..031e58bce03cfefb1a2cb9b90c2ecec12df2366e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ed4ec559495b5ec130fac52620a63ba3b1ce35d31b6fd46c73479e0691cbb2 +size 16359 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1367).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..214524417e901651d1a5bed647451bdc611cc178 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef88fa579f4e54a39a5d948ec23cef5845e5ec9603ef3b3661f44e3a4a2a6acf +size 20689 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (137).JPG b/dataset-tomatoes/test/Tomato___healthy/image (137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2dd0bb5ca12cf640da1f16f212c8963fc23bcd9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc37e7bfd9fc6ada56c9130c5e6e2699d4fa0c0beabdaf9f8b77564d9a95c51 +size 14724 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1377).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6d52b9b5637b937a43555032efb138fa7008de0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a592cb7db5b2e784d94756a187ee4a66e8d9178638a00f13f7507e0b005c78 +size 27126 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1382).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d119c085cd7776a7943ed735d7b4d7264f209f8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6054abc1152a47a9f83f7d822ab0a7d73471c49448a61708f32e004be8772cc3 +size 26752 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1386).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53f9daae5feb92e26f70fb6e18c7f298979c6c31 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd0b8c0993a19fe0eaa6ba67cc37e400e39e32a428674f63fc4f88416869994 +size 13646 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1390).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1e6ce0aed7140559f43e9092f9075f597989c0b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd77a5db912a10deac155604c2d674fc721c1fdc62c1c5a3fc0acc624360a94 +size 14186 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1393).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b71977ed3f31f3fb32cce9d2bb9464354c891c3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93208a69a620700d2493652f37a107d276d47f6eeecb2aa608dc99559c1fe736 +size 24518 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1394).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8c569383ef5e7dd6b9658e994e61482175ff836 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a0e4c7e43b843a71e9a6d285e72ff28a1f36bbdb4f3125a022e8f1ce26d40d +size 16439 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1397).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc2daaa86b7ee0cdea7db684450476561e165654 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e792ddf9e4bd33adf2d9ce1be1514e953afe5f87a587c867618c74dd6b75ae74 +size 19141 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1403).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae59424c95a3ecbfd8f84bbd55c19d726adb86dd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f968f51654fd7a5616d7a8f2752cdac1d6daebe730f882883c94d8fd7224b80 +size 25048 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1415).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cb5111ea3b1044cb4d611dc35541c5b27d7338e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07baab4ac6e560e14e6b8765ad343a6f87676428fb67c9b1ef4786e41d10e856 +size 25916 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (142).JPG b/dataset-tomatoes/test/Tomato___healthy/image (142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a410a0b74177579b64ec87e3ea70f04774f079a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21ba0979c180c8ecb8ff9b29720dceea55987a2865eee1f584d712909692566 +size 25584 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1438).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c9763ba8dbf765bd39834d9f7a7c5f9edd8374e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986eae6cde7ebf9f0b896fb218a7bd7e9a9f80b4377091a4a981c4c94d27b3b4 +size 25869 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1442).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3fef2cd4cef49ae62853b8159107d140c638c28 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf461cf20fa38e388b1395b34f561a028e0e497c3a7de4aa036940f32f01d8b +size 26237 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1445).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c39ae8fba3fa519b7d34485a2f4dcda30732ea1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93f76d5308a8678397c67716a08e0c27e7ec98b62bb61f9f39ff4181b1bd114 +size 17698 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1446).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ceb8aa79f61d36d6ce710d28c36d1f3fa1aaeea --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990f8ddeaa4e85920f915574335525e91b1d0195ba1d756fed704ac258cb64f6 +size 19174 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1448).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d223455f8f19b827a920060e9b692ec5dbbd0ed6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5966cacdd8516e3d49ec5f53184b0af7633dfc0dbfb5b44bbfc674120ccff44 +size 25917 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1465).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69bc4f223913cbfc959c4386351756c5fd88902b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abe39348219bd39a0ba839f0682e81d35584ba1eacf92ab8f220b81f09f8d70 +size 16904 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1467).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06469af8e0dcc90940fd587c2740288d31ee763c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07d466a79213ff5f78fefcf24142f1f63853ca3a1f004a894be769a0b98d91a +size 22678 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1481).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77422895119fee9fc8c5ebb8f6999025f5ede0fa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2501604f65a8935ea580c58356b07fe85c91a5f3482a9e4cbda4eba5a52665d +size 15405 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1491).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac4a9916409fa819cf13059c7421567a3dc58d6c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a667059cd17a0ebf09f884856b5b0bb3a7a1fc653032277c66eb4ad30a31ef51 +size 26630 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1499).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37951530d5749c031943f490ddf8371ee5516e9c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc17ef74c0c5631daf5637c4de9fd1128e1b6290977b0a6e091fae3e2a6cbb7 +size 26076 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1504).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b2f77b0180bdd70343a8683877ec138630dd80c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9765e38be482d8aa938ca1c765088eb2a742520185b449c3cc0cb10eed569c11 +size 16050 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1509).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25c2863d057963c7ea139e508e51ab9cf75fa71a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e643a7a1b18030ea8cf387cba865d3b686f2061fab485c30e5b46c463585ce +size 23851 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1513).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34e5d4c55ce16630e04c669bacae0ea06cde4e06 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81df69fe25e27c2771f6fe1baefcc2ee5d9295e59ebe317eb2b79895479733f +size 26222 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1518).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69b694bbb4afeb5e69d86942030c67bffc7e49f0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5b65547d6fd8531890ec0fd3fab4215af6f3b22d672efe452fc302e1debd26 +size 25342 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1519).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b669610590b8b7a83d3602dcc382c0fb7e08cb84 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7eda443c7c12cf71077281159bfcb8550d9acf326c829fc35ed3056c8e3e4f1 +size 18493 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1536).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0dc82fc4b393b16e8635fe49b264a99eb1c6f14b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0925ece6226330c2995901b4d044f094faf1d7211c2f445c6eda9b8d2f8700 +size 15721 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1558).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1fe0c1470e18418967b7e263efa8d2f0618ae561 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7767827a61515f9ba42d110ca57b86085c7c4cae61ff11ef035324f05080b6e +size 26483 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (156).JPG b/dataset-tomatoes/test/Tomato___healthy/image (156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47e66898a5e56abc700335780316de657628711f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193586a02efcd35719537380cf669ac4952dd7569f5ceca5170c9860092f9717 +size 25329 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1560).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f130f7a9faa8d9721a7b64f5a5e9e96e1e9e1a27 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d02e752eb0798e87aa8b74ab705dc8b9a5ffe78a4f1507b876b72fcd8215291 +size 16596 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1561).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa003fe1d0009281e898e65d7c58b14296d466a9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8096949576ecfda3551df084e3dad8f7e449013ba2ca8101787a35a16a60ace7 +size 22195 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1565).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78c55b83f776807a7992f6b1f83ca11514c58193 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a620ff6981800940b29d63db67f3124be4af076555a5c043090d22fbb04e982 +size 28770 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1572).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9157a37350e96289fe45fa2ea64801192f1bdd71 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2695359c2a05c9faf7097ebda45f042c35608f0a75a44ffcb40deca83f9f6d83 +size 24203 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1573).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ca1f500c007579f4b8b7dc22516b46fee666e0a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f41c51d760f1592c5b53ade3ca5b9db3cecb7fbe7b87d242000b9a10a3f6ce5 +size 15240 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (1589).JPG b/dataset-tomatoes/test/Tomato___healthy/image (1589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99a47dad7f9bc8bafeb22ce1b24a6b21f4c48924 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (1589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fdacdd053e9e02623b81b3c89d371f5aa642549e598272461d0264af0bb417b +size 26368 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (167).JPG b/dataset-tomatoes/test/Tomato___healthy/image (167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..525d3db3e57128274b8870052db1d09404833cd7 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4e8155c2123b5499fdf4d810c952200fc61dc7ccedfbd64c9af599bd7a304c +size 25296 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (168).JPG b/dataset-tomatoes/test/Tomato___healthy/image (168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f514bdefbcb569ad4c83fe9ff53a73804fe8e4e5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba990a5094a54967caf48ff8df08322454f114fb9bc9b73d55b22f3a153a1e7f +size 26867 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (171).JPG b/dataset-tomatoes/test/Tomato___healthy/image (171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02a1d4ebcc42360d7bac3bfa7f36082c5ac380ce --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8787ada2b846cdbb45e6e95212e5c92bac2b54cddae8f016732cab706a37402 +size 20703 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (175).JPG b/dataset-tomatoes/test/Tomato___healthy/image (175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72b53821c8e3e12731e3894eaf63b1cec5585dfd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5264cb19ed59c4714fb12155cc13a678754e7bc95b15e900ae2be643b66879 +size 13722 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (184).JPG b/dataset-tomatoes/test/Tomato___healthy/image (184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af9abf9919ce918a53cc7da8d9cf72b4056d035c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7d9e7ac192101d9a7100946eeba9bc7a1bbd929c831b4ae2a89caa6480ed29 +size 18529 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (20).JPG b/dataset-tomatoes/test/Tomato___healthy/image (20).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49f7fb611109c3844bba026096c04114350ff2ba --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (20).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938d655f359d86f0c780df0123826280ef1a43864905e6ea1a1de3fd73e01744 +size 25236 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (205).JPG b/dataset-tomatoes/test/Tomato___healthy/image (205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82e99756d67197bb164d2652dcc3013e617a5477 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed8d1d2185ec49aededaf0b36cc26aff0fdaf068964a8b776320d7a2c27f1c7 +size 27138 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (214).JPG b/dataset-tomatoes/test/Tomato___healthy/image (214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d289122c14e85394daf24c853ab01a32ee7d3e18 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e84703d083b6a985ce0945e636436680680067323df19b3f29435aa9c7a8922 +size 25476 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (239).JPG b/dataset-tomatoes/test/Tomato___healthy/image (239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c807e4d7e1cfc87acaf3a647c8fa2ef18419d3b4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a813593f7d0e634ef92f3e59f53dddfd27b350e09c57404008f11abdd866f8dd +size 24938 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (241).JPG b/dataset-tomatoes/test/Tomato___healthy/image (241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd70363af3bcb86c16dd7ba0fd203846bc1e73aa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46186ae6f58e00abc9a72e508a9afef75693f20a1c16b48314549dc3fcaebe19 +size 23552 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (256).JPG b/dataset-tomatoes/test/Tomato___healthy/image (256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b7655126e8e7ea90f883f6fc38fa0a8b01e8269 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3850d0e1299b27912b6a2474270d7565c24c5c267e030fe19b8e960793edc01f +size 26138 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (257).JPG b/dataset-tomatoes/test/Tomato___healthy/image (257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c61e8906a3b40a9178457221a8f8dfb1392f2eaa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103a441d339ecdd1ede32cf75898547ec1ed7e977ee37925add2c1f55aecbf5e +size 15064 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (265).JPG b/dataset-tomatoes/test/Tomato___healthy/image (265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd172df43a89f2ce561363ae5dc0376798ea7fee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f8b9db48bbfc30ea283920592f7e708771bb71d30355bd33c24a49564d1ba6 +size 25348 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (280).JPG b/dataset-tomatoes/test/Tomato___healthy/image (280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01e8486bec01c88607fd1757a4e5baacdfac3024 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa449e3820e028485aaa7252956742180af3df21ce176937d67effd50b1c4d9e +size 17327 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (289).JPG b/dataset-tomatoes/test/Tomato___healthy/image (289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..351a4cb8ff0952edecb4ee966326ecda6cd44586 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd90282d17c64cc59fdbe8c330641080e8b32045360ebe108369209e4b0363f7 +size 26105 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (295).JPG b/dataset-tomatoes/test/Tomato___healthy/image (295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef39421b401630c865be5c17952486cb0db3e0a0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff6371e74d076b4fbaf0ea661a0888f9f0b07f0aa01fce7134c670401873c29 +size 25747 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (300).JPG b/dataset-tomatoes/test/Tomato___healthy/image (300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53323c3671ede1d285a6785725266aea0fd38fee --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c763d9b0128653bb6e7c4101de446a3e9b3cca2a3d0bccd2d7b7b6d3591203 +size 24617 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (305).JPG b/dataset-tomatoes/test/Tomato___healthy/image (305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..736077eed4211eb17275c314df42ea69bbf86ad8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6936e98d2179cea53d178cde2fd01cd73e00e195fc41a32fc27d960f3fd0c9 +size 23759 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (306).JPG b/dataset-tomatoes/test/Tomato___healthy/image (306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07286d5789e3362e4c301aa7414cf533641a51b9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc2efa5365a13d44164604f56a5e502f8de650b5a03d96eb77e3d286885d7d0 +size 16303 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (315).JPG b/dataset-tomatoes/test/Tomato___healthy/image (315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..226e0c5e86b2b5af0f50a0a2df2a76e00d5cb1a1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0175150e95fbb514b34f045023a3ae2a3499918d2c3d65443cd8cddba9e55b67 +size 13026 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (334).JPG b/dataset-tomatoes/test/Tomato___healthy/image (334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28d1cd935bde9e8d652da827697cb74838470d19 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a01b3ffec24637fe05b47ceb4e1c883c3a5a2f6c259c0d20593b1ab302ec6d8 +size 13330 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (342).JPG b/dataset-tomatoes/test/Tomato___healthy/image (342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a83d5d31dd1e8b64b6fa4120d9839bac7ec4a9bc --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c25392e0726fefc174e5de7623b76983684a63d0f7659af447ab4df7957d50 +size 24403 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (345).JPG b/dataset-tomatoes/test/Tomato___healthy/image (345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21b8cf38b59b6c45d7b06934e569b22b476f57d1 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0d8292e6b101f1abcbeaafc0e288fc82c007bf7fcb4711abfec58b9efb3efc +size 20535 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (348).JPG b/dataset-tomatoes/test/Tomato___healthy/image (348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d6b24db84481cfe3e5fdb2a21476003ce5568b9 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edfb2c83313a335a06fa5400a94b89b8ffec93bec1bd253d6e91ce1b6d184e1 +size 17225 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (349).JPG b/dataset-tomatoes/test/Tomato___healthy/image (349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45bc10c388163e0261d88608ab14ecb00246b3c0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a63d0d685701891ee789a327fdd25b2e9b1d7bf71e6ed8fd21812ccecdaef8 +size 25553 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (352).JPG b/dataset-tomatoes/test/Tomato___healthy/image (352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73d177b9fe946e4aa2949cc6e35c9b3ce77dc199 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1e4a2c241be0d6fd338075e229fd3b1318d60ac9bc30256e98176cb88f048f +size 13470 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (354).JPG b/dataset-tomatoes/test/Tomato___healthy/image (354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a15e4e0fdd437530f4069bf0b17cb89172f4aa4f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfedc47aa974ec6323427dc3ee89c2095d6f30a5acd6026de3579f8f426e6b7d +size 25133 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (36).JPG b/dataset-tomatoes/test/Tomato___healthy/image (36).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d12a9695ae76aa1189bda205d9e8ee4b402b7926 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (36).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d51e759a57769a461c9b9d368d2da2051c672f9fdd937c087e4217fb011103 +size 14235 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (38).JPG b/dataset-tomatoes/test/Tomato___healthy/image (38).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0552ea315a2f93f2c7103f1be878ef92ba6de1a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (38).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e330e32cf3f711507b2abe36a126e58dd5028af060000824d97af778bcb3964a +size 28092 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (397).JPG b/dataset-tomatoes/test/Tomato___healthy/image (397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2261dc8cc8050aef82c7925bae086a35ac084006 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4240a1e0c53c271655998395bb8c30ae5c4c59c664fbd75f32034977892622 +size 24973 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (399).JPG b/dataset-tomatoes/test/Tomato___healthy/image (399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d754f6f71ef557dc46202f5e958f0b601c10d2b4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6040dd9a569dcc4192025d95cb996d48920af0d81467060b4c1fd76c4f1cb83 +size 25627 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (404).JPG b/dataset-tomatoes/test/Tomato___healthy/image (404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5e242721807ff78c8b8f816d7b5505598fcdfd6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bda88db3f1189bd0cd7c18fb01e27c1a42ab0461b795730fcca3cad1234fa5 +size 18813 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (411).JPG b/dataset-tomatoes/test/Tomato___healthy/image (411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca1f4b442b8f3b5e8f5b7695f57f59c0a6fe2e7a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ebae903af3dd112fce82e45557651bd4289734951fb653387cd135842ed727 +size 26723 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (413).JPG b/dataset-tomatoes/test/Tomato___healthy/image (413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99de8ea037051ce9a19148a010afcf75fe59514c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3953e5d6962eddcfc10985b2f90b9cb6abe125fc77aa65104834058a19f30a44 +size 24575 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (423).JPG b/dataset-tomatoes/test/Tomato___healthy/image (423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..256b9ec2a077779e923245257132dad1a4328e7b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edb8bd74b82b30e86782b8f77b665a3f197a7baa7b8b44de7cfd4bc11cd3933 +size 26356 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (432).JPG b/dataset-tomatoes/test/Tomato___healthy/image (432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f730ee764a90584af26f4458f636dcfef494842b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb88480e2f709f0549106eb0dabeaa92a42d6bee35bbb79b310329e09a289526 +size 13795 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (452).JPG b/dataset-tomatoes/test/Tomato___healthy/image (452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..063e1d53ab08033c0b9a38b1f2c0dac3c2fe0c20 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e305e20d0b3a8c1527ff8a377efadf32bf73534749a0bbe8c65456a7ca918b53 +size 24305 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (461).JPG b/dataset-tomatoes/test/Tomato___healthy/image (461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24234359f802e891aa8ad1efdc1fb546d864a58a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f8a5fecd71048c28fb9ba43665c9514591616ae04da49e9317fb06bf08a2a2 +size 14118 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (491).JPG b/dataset-tomatoes/test/Tomato___healthy/image (491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb28235ce97314a1cea3f700e0d5828abdbba3ba --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd76a8bd97ceb993918876ae1c689ddda0fe350b951a2d18b3aca6ed7a6e3e7 +size 12779 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (492).JPG b/dataset-tomatoes/test/Tomato___healthy/image (492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1afe873c0c13e572eb90f50866a15513d5460ba5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d950f874653bbe1f1977ed2c4252f0f1d8e627b5c26d5b015381fdc03e6550 +size 25223 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (504).JPG b/dataset-tomatoes/test/Tomato___healthy/image (504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb992236a1b9104bb724afaa028b36e6c7ab13b8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a1d8c7e4f786eb0013b2d5df527010d42eaf902a273142d8d9f093ccaab7cc +size 16394 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (505).JPG b/dataset-tomatoes/test/Tomato___healthy/image (505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d13ad87bed8aad4f3d36e1cfcadd3dcb1a982961 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97fe499f4bfa17fac30bb893c7ae4ba23b398c4e881d39cc76113923b385966 +size 16554 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (51).JPG b/dataset-tomatoes/test/Tomato___healthy/image (51).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef2b68b2167aa69dc4d31ad412592e99d83caab5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (51).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366855b196f91196b1dd0d24335db58503304c0154a15592851bc3e4fe744bd7 +size 19819 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (511).JPG b/dataset-tomatoes/test/Tomato___healthy/image (511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50bf216a5f2d608c5f8acab612b97c2f88277e19 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722e5c879bb8d4604e664867e47726839e113e483b74e584fb5502e3dc7d1949 +size 17775 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (514).JPG b/dataset-tomatoes/test/Tomato___healthy/image (514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..771e13a95f07bb4bbce100462c1d23074652875f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c23b11566495faac125178658eae2558f195599d778fa8ec1f5350b889ab178 +size 16572 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (524).JPG b/dataset-tomatoes/test/Tomato___healthy/image (524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36f333d55f1fee3aa0ad208446728374f86b6ce5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f0487c236cf97f7ba0712cd209dffcef833fc139171156eab13064eff1f5c3 +size 21588 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (531).JPG b/dataset-tomatoes/test/Tomato___healthy/image (531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e882655aeef4a2c75788985ca0aee671b425b865 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f022f941a7ae812f4ac40551e114ac5050c13691fa233c2ae5376fcf6e0a729a +size 26588 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (536).JPG b/dataset-tomatoes/test/Tomato___healthy/image (536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a96e518f6bbdf4edcdd6968bf7361cf524f31a5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9368b3138abea536baab575d65583bad0fea92742de7b7e3e3325ba0763a1f96 +size 23236 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (539).JPG b/dataset-tomatoes/test/Tomato___healthy/image (539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a12d3f1c2335f3bc82c39af177d33745e9097e39 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c479c87ee96e52e1e1a0fd8356e26fc93d97cf3d66cc25297af557f0ad7a35 +size 18361 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (544).JPG b/dataset-tomatoes/test/Tomato___healthy/image (544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a00be5e2fd19b1114149367a19e7b038136837f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b472c29f2ea5ba8cec4c653f28573b04d990c5989e27c61538859fa1196b15 +size 26466 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (577).JPG b/dataset-tomatoes/test/Tomato___healthy/image (577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b46003e9a90ed7d9b182a1659fe1ecb6194d8bd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f0ca451903f599bb9d289364e1a20172f5bb149cf7c71150fc6f166488bd10 +size 25077 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (587).JPG b/dataset-tomatoes/test/Tomato___healthy/image (587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9aeeb4365c605775342313784797c26989b4e6f0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bf8fba58b92b9aa8c45010e3a1fd382521e82c6262f7a2bfc6a6eaadd4ecaf +size 23344 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (591).JPG b/dataset-tomatoes/test/Tomato___healthy/image (591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb9be36aeda1e12a75ca04cc3bdeed15806cafb8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90f30a0ebe94399a5dbc9ae80831c8b8ed99c11bf28a28895059dddad35b978 +size 25587 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (592).JPG b/dataset-tomatoes/test/Tomato___healthy/image (592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebf70486f09b64755ddb1fd1c3e27ab3d6c6d2c2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef0fad22f3c506b6ac0b42546a3079c28d0b826d320635ad554e0b87982ece8 +size 17425 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (61).JPG b/dataset-tomatoes/test/Tomato___healthy/image (61).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2244d5143e7ab36d3750f4bc5a03edb6e39e2ecb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (61).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620b2146087a0a0495043d4d721c86af944e6ce9e064a4db4f7f5b416fb6a531 +size 26887 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (62).JPG b/dataset-tomatoes/test/Tomato___healthy/image (62).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b4a236ea821824733797e16c8a80a855b108f74 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (62).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1caab80c8df6d946137934ca5c6481110fe1d95ef8cf558b72b299da3b813cac +size 24785 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (635).JPG b/dataset-tomatoes/test/Tomato___healthy/image (635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45b0ebd089a36d54ee30a07ea7f7c06c946e568a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215d96c9c7a60dba5267fef0b7719df3485b3ce7047b8a5723d58c6dcb3cce30 +size 26021 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (64).JPG b/dataset-tomatoes/test/Tomato___healthy/image (64).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b714acf153a7790164829f4182868d3f2b72e17b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (64).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0a421015b47faffefaf363c58176f2eb6519695f89f43f0c4e5e55c6a5d4e1 +size 25808 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (647).JPG b/dataset-tomatoes/test/Tomato___healthy/image (647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..598f0027ac684bce9e350026ff383d644963d60b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4174252547064aef2c44294ef0b27f8a3f35d950f6e3d3f5041e642ce7efb8f9 +size 19202 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (649).JPG b/dataset-tomatoes/test/Tomato___healthy/image (649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e09b712cfd968e5a8707e163d55e337cff32643e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f33d5c7fb0c06052d2a611d3b23fdf18b5b40597c4e333131ef60b950644bb9 +size 18445 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (655).JPG b/dataset-tomatoes/test/Tomato___healthy/image (655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee403d1432ec5765815662963b38ea03cca58d38 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac91dc1991b306f07b3d32870b874a1e4776a3d54b3cbc8ae8cd7bac34da82a6 +size 22749 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (656).JPG b/dataset-tomatoes/test/Tomato___healthy/image (656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f272b15eaa7480423c29e49b4212a945bb32b994 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d571048f2dad72f0bc272515c18c8a180002301b89587e1a2c3d0dbb0e511a +size 16041 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (666).JPG b/dataset-tomatoes/test/Tomato___healthy/image (666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0042ecc706652f69d5d2c41c638dd064fb14ee44 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e3bf4893c02ffe8e2c2208b54382d550ba69f91cf80be666ed98266e203fe1 +size 25695 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (674).JPG b/dataset-tomatoes/test/Tomato___healthy/image (674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e186d3f4613a81d07693efca27192a85f49fbdaa --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa85ec3d106884919ea5c96cd9977ae86afcca7dac174e5e77165cbf40d32fd +size 13446 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (676).JPG b/dataset-tomatoes/test/Tomato___healthy/image (676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e996de5d07b0474f587008137747ada10946e285 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d0a594b5f1e85e166b18e39f02523f77b3ace8d21b1df3bea7f003da94c9ea +size 25302 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (680).JPG b/dataset-tomatoes/test/Tomato___healthy/image (680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46da82de6b4b8b1b9688fe4e456aa170f4f92311 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d3b06edd828ffbfb915a9fa871ffa6296b7dfabed836617fa3febbe824f915 +size 26502 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (686).JPG b/dataset-tomatoes/test/Tomato___healthy/image (686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0df9de89f075325ac6bc8295073b9b91469e71c --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e3825ee5b0862a6a58b76a7698cb69670eb32fa9475077c335b4e3cfc85ea3 +size 26826 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (70).JPG b/dataset-tomatoes/test/Tomato___healthy/image (70).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5daa07de954b7b609b2236893462b55f758f384 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (70).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccda85afd6526bd6c40ec4c8b41f8f6d1cf8b751a133dc3d5f377a907325af4c +size 27186 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (702).JPG b/dataset-tomatoes/test/Tomato___healthy/image (702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62b2533fd328699202eec2fbcc2fd112a8d23e6d --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e33072812d76ccea88ccb9ad57bf5ea4854ab4ccb193a5f8ffb469b1c8675e +size 14247 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (706).JPG b/dataset-tomatoes/test/Tomato___healthy/image (706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..955d684d5fb3abdd4d8ac07900c36931de426534 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1626f0e055a3d46359cdfda53ce88fb53367a23a55744cccedf54a0c2705b446 +size 24915 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (707).JPG b/dataset-tomatoes/test/Tomato___healthy/image (707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53c301f878f5db28f4ef9521d6f6ad144abb7fb8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b2daef5a574748e5a67cc16300b0d6cec2f2e3a4120dc2764b54e88670548d +size 25667 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (709).JPG b/dataset-tomatoes/test/Tomato___healthy/image (709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f97cb2abd95c1407b8234bed7e19de53dae57c4 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bbe3f56078c08203b41142d17495aac2651ddf0660fbce64c7c98e6a2ccd48 +size 24539 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (712).JPG b/dataset-tomatoes/test/Tomato___healthy/image (712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8f821988166f0c8f528bcfe6b54c6b62513fb24 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9ca0f9edb191daa411d0f34b7ece1375f73acd18337603bb95710f07534e39 +size 15470 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (716).JPG b/dataset-tomatoes/test/Tomato___healthy/image (716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00c797047541a03417f8b09d99bd06a497da98c5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e529eb217b58f52a03c62dfb5e092f0e2348e8f74c596ce53794510890abf3cf +size 25762 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (720).JPG b/dataset-tomatoes/test/Tomato___healthy/image (720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb562520fd2185daf420107a6b48e5693eb5da8e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e12701eeab4595f76631c3be8fe673e97eab1de1dc6d181f6d1f8547e328d8d +size 19280 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (724).JPG b/dataset-tomatoes/test/Tomato___healthy/image (724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07abb17a3510a856b2fabb9c74d43861b77c3bc8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6812fc1d03b3d35018e6be9e67dbb676c17f51e153de0d70a6a10983ff9ec76a +size 16540 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (737).JPG b/dataset-tomatoes/test/Tomato___healthy/image (737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7397052f2d8df72d2a250d0258aca5d5c236e80 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333ab8491d1a3e6afc2379ff8dd9cfcb298996d567becb779bb4f4c3b7d461aa +size 26355 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (740).JPG b/dataset-tomatoes/test/Tomato___healthy/image (740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72ebf44814bbda080489d05889c2a1fe408f69a2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565da6872074320aee3ec5c13495aeaa1f381a3471954b72b5ffefa8de9b3c95 +size 14243 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (744).JPG b/dataset-tomatoes/test/Tomato___healthy/image (744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f246eeb545f98b71cd86ae60907cca88549b822 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f09536cc2ce7cd7de8ef40eaee3f40eb7bdd09857504d004a9d4c84ce1084a +size 25942 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (746).JPG b/dataset-tomatoes/test/Tomato___healthy/image (746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb17933e7b38da1d448eb3739b47c04eddc89e78 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5124714a9299540678273547a69fb3164a663821fb1018faf93183ee132c7bc +size 16783 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (773).JPG b/dataset-tomatoes/test/Tomato___healthy/image (773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7abfed51312e79e8b5d37632a463066cd0a5213e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59601a4579342df884425e36b41c6fcbf20fa6f446986c1ed66ebfc80c90b6e4 +size 25654 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (775).JPG b/dataset-tomatoes/test/Tomato___healthy/image (775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79890e722bc0467d2f2455206a9f3b0abfd3ebc2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d5e3891eab7a5ce26b651745f4ce9528f2790cb9fe9b475427e2ee766d4c40 +size 18319 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (778).JPG b/dataset-tomatoes/test/Tomato___healthy/image (778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8ef1753d13d55cf8efed8b7d558d6942da7d4e2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab044fd71b64de5b4ba8f15c035b89dee2cf3e2506d38be73b9725c3747c6718 +size 15007 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (779).JPG b/dataset-tomatoes/test/Tomato___healthy/image (779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c5b1ae98e39f65a4c87920ca616789bd5f7fb80 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5045aa05d8f16122e8c3916d8c19ce2b51baf147afb6d1866565d1a88c9d53 +size 26988 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (783).JPG b/dataset-tomatoes/test/Tomato___healthy/image (783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9763b5e9bcfcadc827321de1d119470fe6ff808b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2a5fbea6159a6db35332cf63c36246d13191951b5d587ae380c05686449adf +size 16657 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (785).JPG b/dataset-tomatoes/test/Tomato___healthy/image (785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a63271b3b3dce5078d9bd62d0b1da64cbe32e24 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a06f4b488357b374a51fdb5dc51760eed6124d2ad06c647f89509287fc2e68d +size 17215 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (80).JPG b/dataset-tomatoes/test/Tomato___healthy/image (80).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5bf69d9460f686afd2b61cd7c17ddcfbb4c5969 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (80).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c46ddb2ffa9d54139b7cc73e11dc011bde642b80314553886c5e4f14a0ef5b +size 15180 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (801).JPG b/dataset-tomatoes/test/Tomato___healthy/image (801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2311449531dd25796dc43d140485e6d804a8be13 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03e0792618468d6c1d96ebc8ddf3062f869cb88860c06462160d642e5e03006 +size 16330 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (804).JPG b/dataset-tomatoes/test/Tomato___healthy/image (804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53bc4168ef67eb429ca35767ca6cc5bbfe5f30e0 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd00a3fc3f1c4073bb5b0c2c53e96517aaaf544756359557b10c9d5dd259dd9e +size 16307 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (827).JPG b/dataset-tomatoes/test/Tomato___healthy/image (827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..557de8f44a36583662c57a83af44d17365de1787 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7f462adf54c0a9f5934dd6ad61407b4ecf8055434702b504556ac2c65b1afe +size 25965 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (831).JPG b/dataset-tomatoes/test/Tomato___healthy/image (831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de7f62b5a076cebd27a4abb418b2cab6edcf4dd6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddacdc71f34f7504ca04556cbde09c27fb7b170c7fc4b0fc06c0bd6852e0b0a0 +size 23349 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (839).JPG b/dataset-tomatoes/test/Tomato___healthy/image (839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78c8e8a01b6378c547006c3225517259fa59c399 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5f05ef1e3da69bb09d85ae22893a16ca97085855a46d3e10571acb2dff82d1 +size 20531 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (844).JPG b/dataset-tomatoes/test/Tomato___healthy/image (844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a31684a1596f81da5623dc7e8a84811f56984329 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7207a40e40ad4b9c9702352c88a445f61d203f648b3d51fc3f643c2814ce278e +size 12918 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (860).JPG b/dataset-tomatoes/test/Tomato___healthy/image (860).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d302ff0badb3c5768e92ef02afe2de79014c8eb --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (860).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c21d9ad3cc53847537d5239e4cf464a76b3cffc85ebf18e510fa97f242bf50 +size 26915 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (871).JPG b/dataset-tomatoes/test/Tomato___healthy/image (871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f88e7991764e39a02d11e515b44b20f96759564a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ae5524f32d62e92ccfed4561e952f886075a2c2dfee2fa4f6d45b0c573b6b2 +size 18840 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (875).JPG b/dataset-tomatoes/test/Tomato___healthy/image (875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d039b240213cb3234861fa3604fa31f56286b128 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e4df3d1bcbe92843dddde4e2c8093eaa4279294e8d78f8770d97278dd20e2d +size 16762 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (885).JPG b/dataset-tomatoes/test/Tomato___healthy/image (885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eaf0b06b52c9d1161f6a72323ca989d832da5790 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2654e7f7100edd2041dfa97b9d2dfc42c60fb40a3a81d35be5c0dcfd034c7c4 +size 23440 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (91).JPG b/dataset-tomatoes/test/Tomato___healthy/image (91).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a36d04a6f2df0ca072e026d4dec502db8e1a3407 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (91).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90359de938d5de3fabebb2cf73e066bfda187ca25cc134ed53d84f8feed6010b +size 18765 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (911).JPG b/dataset-tomatoes/test/Tomato___healthy/image (911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6596d73d70eff62bc33f76eb2d7ec47a8ccb38a6 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c420dd05700a00f8234392812bc89ff22515f4af0562ab18793ba52bdaa96e8b +size 25179 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (915).JPG b/dataset-tomatoes/test/Tomato___healthy/image (915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0c143ce7cc79556ba95b7b5bcb6c64c2935dbd2 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124680b44607a8f957c01c6d713ed24b90484b7db9db491ac4fc2df14774692c +size 17299 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (920).JPG b/dataset-tomatoes/test/Tomato___healthy/image (920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d03ff1c9b284c219254d6e9175a9be028762a978 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd2331a77108d3bcdbe3d51307a12f7f9daeaf917a1e0c87792d0586220fe40 +size 25516 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (924).JPG b/dataset-tomatoes/test/Tomato___healthy/image (924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bea0cd21876c33758d3c682ce82036d07ade17bd --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eefedb8a4fb78674325f7d7275547c829400c14e5310eb6739a53bf90e6b93f +size 11772 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (926).JPG b/dataset-tomatoes/test/Tomato___healthy/image (926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77f4eae094a9d02ac58b3e1800026b82f6a0a59a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f19ad058f7bd8830e7234b2dc0c5d8473e34da76f779bc97bdda3da1306a05 +size 26689 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (936).JPG b/dataset-tomatoes/test/Tomato___healthy/image (936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c9f31afb6add01fd061b451d949ac16519f46f5 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7873719fa045837394e77ce88a4a20af39f8061c06bf3073e71a991722f58f +size 24572 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (942).JPG b/dataset-tomatoes/test/Tomato___healthy/image (942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..793dc438e47e47bf5807a679017688e480acb273 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ba7552aef11408acc2314ebf1050018862a305a9a5055e5ce7cfbe0cc2c766 +size 20807 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (952).JPG b/dataset-tomatoes/test/Tomato___healthy/image (952).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27783528f2be15cb44e2e058e77e496bfb00927e --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (952).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcfbc54b8876f7a9a0c9f6e7e51b46ad1fc0ae3d6ad159446a04eb16dea7b21c +size 24346 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (967).JPG b/dataset-tomatoes/test/Tomato___healthy/image (967).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c393f02f984ae6482906a08ebe432e7cbbbd4dc8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (967).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98812dc178700845e04346f81a5ba15d489eeca9a59baa4bce606424559abd81 +size 26193 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (981).JPG b/dataset-tomatoes/test/Tomato___healthy/image (981).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccb9307b973ee1d70b683145ea802418d806ea6f --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (981).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9583f14971327eafe3db39c3eecc3bcd9b4ae39dd845cda5fcc73eb3f8bbad +size 27680 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (986).JPG b/dataset-tomatoes/test/Tomato___healthy/image (986).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da66f8be8caa8aaba9a8d7d91cf73932ba30a77b --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (986).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e7af8aa026a8fbb4755e8ec15d1b17cd68b4cb0605edcd992eb15509ebc303 +size 16689 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (989).JPG b/dataset-tomatoes/test/Tomato___healthy/image (989).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31b509c3d18140997fb9df48ff27af35d095e6e3 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (989).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b38bd577d339080a8be18b40b2e1af438169e10dcfeddddbd7f8811b19e7456 +size 25576 diff --git a/dataset-tomatoes/test/Tomato___healthy/image (996).JPG b/dataset-tomatoes/test/Tomato___healthy/image (996).JPG new file mode 100644 index 0000000000000000000000000000000000000000..642e98254f2050f296b6d9156c749071db017f6a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/image (996).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5dbb0d8fc2a13c0dc36d3752480e61b15d7a6a33c4bb6de23d44721c5b1e321 +size 23572 diff --git a/dataset-tomatoes/test/Tomato___healthy/late_blight_tomato_leaf4x1200.jpg b/dataset-tomatoes/test/Tomato___healthy/late_blight_tomato_leaf4x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..403aa30455959742996c1cf888e942aa5d789a2a --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/late_blight_tomato_leaf4x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed2e67e726be123b973849cea4620092f35573c5156c779c1c5fef87d9ccaec +size 372237 diff --git a/dataset-tomatoes/test/Tomato___healthy/stock-vector-set-of-vector-elements-for-your-design-red-ripe-tomatoes-with-water-drops-tomato-leaves-and-tomato-203297116.jpg b/dataset-tomatoes/test/Tomato___healthy/stock-vector-set-of-vector-elements-for-your-design-red-ripe-tomatoes-with-water-drops-tomato-leaves-and-tomato-203297116.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a78269a9a1a400252f4e8491cc53b40d36c167b8 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/stock-vector-set-of-vector-elements-for-your-design-red-ripe-tomatoes-with-water-drops-tomato-leaves-and-tomato-203297116.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f230d72907366fb6f4955def968a131228ddbfd974a3f91d1dd06698a3975a +size 53307 diff --git a/dataset-tomatoes/test/Tomato___healthy/tomato-leaf-6291945.jpg b/dataset-tomatoes/test/Tomato___healthy/tomato-leaf-6291945.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f527fcf5d5a85619ecee73dedc1998fd531ef38 --- /dev/null +++ b/dataset-tomatoes/test/Tomato___healthy/tomato-leaf-6291945.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a4c21f943ad7cd4748ddc3e5a095e7920188033c65b7312e1d38904ff45284 +size 97213 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/05-069f1.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/05-069f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea4eef74923e419ae98f4b5509bd88b6af97c227 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/05-069f1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af89fc57e6dc5f105682bf3366e601e41406817bbea5afe180f3562b4aab5114 +size 20376 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/05-069f12.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/05-069f12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c08847172ac56ec0cf228480485f3725d7e286de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/05-069f12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a9c6ab4bf076ba3f77c11e0a5b65b5cbda0924990158ddf04e995e9ad9b6f5 +size 18221 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/05-069f9.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/05-069f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7cb5dbd4a49f073bbacf5fbc95f77e49fef120f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/05-069f9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8fbeff2c3c0638d7b16a232fcb5983851b3df4ec9a44010912089fd7211316 +size 17521 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/10-3-bacterial-speck-on-tomato-RON.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/10-3-bacterial-speck-on-tomato-RON.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac94c187100082d399d87250a3622f44a4191f10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/10-3-bacterial-speck-on-tomato-RON.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509fcba9727f69d69bc217dbfa7e8203e67b4739b8ae836d0b1978f008d7960d +size 17531 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/13582051_f520.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/13582051_f520.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8dbe420e056c6d9c895ec1052b59ecbc5c647149 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/13582051_f520.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bac0a41b4adeb1264055b30f0c3910c7e915880fac3e52b29b38ca612f8456 +size 77146 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/30290.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/30290.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f49343d32cca7be8b79ae0701e0ea618d99f202 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/30290.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8227ac67f714be5fe44607769df4b670dd60c3df698737b45560243c40be457 +size 104300 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/3182.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/3182.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad6948ae4177fd18da67f68598bbfc5ebd88bb69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/3182.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b0a3c33a0bf595acbac5748fd97854690b27a80ac95e1bbdc95c5c8955112f +size 62061 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/39765006175_e2f0da764d_b.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/39765006175_e2f0da764d_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c92015bc9cbca0c1b83d131b7586473d7e645e54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/39765006175_e2f0da764d_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0da82469b58b768b1a49d0bb00f710b8b90aacdafc860f3b79afa3263217e6 +size 175738 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/3bacterial-canker1.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/3bacterial-canker1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0dea5776a2e71a78ce17a0cfcbb2e98516193cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/3bacterial-canker1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6800aeb5aa057948a5e35a81c86797c864cb8d640efd6c53b2e80c09bd7cd755 +size 29540 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/4-6%20Keep%20bacterial%20diseasesMARY%20-%20D.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/4-6%20Keep%20bacterial%20diseasesMARY%20-%20D.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8139cf3a45b842306a09e9b86cb7fbe316d4bcb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/4-6%20Keep%20bacterial%20diseasesMARY%20-%20D.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8e75f2dd9733a21bfcd21d947261f8cc3b775e6840c21098c8951b4f2b0f1e +size 66826 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/5114949114265600-600x272.jpeg.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/5114949114265600-600x272.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db0c54783ca45165d021a1cf12b641ee5accbf23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/5114949114265600-600x272.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5bb4242bc6a9717124e5604408b3d8bdbd76a8d4d9bcc463421a9116d447c6 +size 52975 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/59380.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/59380.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0aca7c078ae5866810e08fac22da8b25cec2841d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/59380.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f304b8ca118c553846dcb91e5b63e472fdc91531d907199f788973e703527f +size 19867 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/71c944d61b08f6373a9a38d3c250cb2e.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/71c944d61b08f6373a9a38d3c250cb2e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a4889b21fd5891079ef98d9cc07d83e47f6e37e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/71c944d61b08f6373a9a38d3c250cb2e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e85c5a4ff44b49c58499db420b64865edb02dd2a9b0ed42658f836268c08a98 +size 18647 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/BCH%20medium%20thumbnail%20for%20upload%20%2814%29.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/BCH%20medium%20thumbnail%20for%20upload%20%2814%29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cea7363321f2209f6bebc6c080b5cacc54e849bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/BCH%20medium%20thumbnail%20for%20upload%20%2814%29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89dfb16890bdf8ea7730d3d1e928782389d4fb0da4a1c4da0d04126b73971aaf +size 49086 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/BCH%20small%20thumbnail%20for%20upload%20%2814%29.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/BCH%20small%20thumbnail%20for%20upload%20%2814%29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a483056820695ff4f2c241af71fa2ce408264420 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/BCH%20small%20thumbnail%20for%20upload%20%2814%29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612630455bbc59fd566931f32feea6b0fc4dd6e7ae86f52155d3e46c55fc840b +size 21379 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial+Speck+-+Tomatoes.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial+Speck+-+Tomatoes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b4dd661936457109941690b5518194485425f8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial+Speck+-+Tomatoes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3e1b52d29f9be2c3bc12faa448c74321693e51a20933a1f1fe552a97907140 +size 18480 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial+Spot+-+Tomatoes.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial+Spot+-+Tomatoes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3d2c91c4c14f04b65cdf6a055e26c33bfefa85c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial+Spot+-+Tomatoes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f452e56a7e9f2c56264af79f08e03b712ea538db7e0db0a7a4a4933ade79df00 +size 13662 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-Spot-of-Tomato-Img-2.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-Spot-of-Tomato-Img-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3961c35c08c8e91df5b76266c16e0a3c17b6bc3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-Spot-of-Tomato-Img-2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234c89af82c798886e195ede818e0c906993f4f0095fb0e4fd6c1e5665320a68 +size 131645 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-speck-tomato-leaves.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-speck-tomato-leaves.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0002826bef739e8116936eb542b58361ae3d59fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-speck-tomato-leaves.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c250e5e6b84952903fd3516519b7cefc9364fb009fdb2c38905da4fe47205c +size 79682 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-spot-on-tomato-leaves.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-spot-on-tomato-leaves.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b19f8bb6a4d5ef661720003b38741113fe5d3eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-spot-on-tomato-leaves.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a50e78f47ddbb2c69cf00b2f9637df19d90a56fa7d5790f25d0b6db20d1886 +size 67415 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-spot-tomato.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-spot-tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6899e1bf2f274a448a4c3324e60310acc4f13c42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial-spot-tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23fd68c480e78766dbb690c82a7f10faeca9072018caef571b32ec4df5eabc0 +size 6923 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/BacterialSpot06.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/BacterialSpot06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..703fa6f3c90949472740d0ada844cea335586cff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/BacterialSpot06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a745f74c62f6fd2bdd8f97c6c161626321099a50f4787f69c3e708f071642c +size 68483 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/BacterialSpot07.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/BacterialSpot07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f566c44d4d50627cf63a94146d1a9321c7207ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/BacterialSpot07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bf08288e7cc6de71242214eb5f6a85c121164e249885073bedc8727e3236f8 +size 65720 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots1300.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots1300.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43e175be98569ad9eacc709528287eda885e5e25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots1300.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143e79b428ac80688234e1a6fe330037f9a5f654a12d0ffcbd6d92af936147a3 +size 63728 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots2276.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots2276.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96411af54839041be5c76c53264ad0419d3d89ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots2276.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057c2d6ff63615ac373c811c518a8d6e795bb57cccc49b36341d26292216bdd1 +size 44805 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots562.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots562.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22e8d7dc1335bbb516e0e09175f7ce23cd97fda0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots562.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5851a1c908a1cf5186cef0d943e9f4118b42ee5e0087458351b6eb1e70e969a +size 56934 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots586.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots586.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfd1267b3e10dc7179b9fc5462cead88d07d2e2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Bacterial_spots586.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3c286eb37d49560352b7f42e6eceda5ebae668732475cddf85d92e74b77248 +size 77888 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Canker-GHTom-CAG-leaf-collapse-copy-50-QUALITY-1ur7cyk.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Canker-GHTom-CAG-leaf-collapse-copy-50-QUALITY-1ur7cyk.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f6db11a19e456e6941569b88143a8c2541c1a80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Canker-GHTom-CAG-leaf-collapse-copy-50-QUALITY-1ur7cyk.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf4c5d5333da69596a651ee5166d454da37d0dbcdfb63d8f5118c77bdfb070e +size 33867 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/CankerFoliar-copy-50-QUALITY-122b09b.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/CankerFoliar-copy-50-QUALITY-122b09b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c162bd2835095a5f9177f42bcd75ae43f505413 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/CankerFoliar-copy-50-QUALITY-122b09b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c02738a87903226353dbf2b4100561260719293df92d76fcbbe2f6f43efc4c +size 56444 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/FS547-4-big.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/FS547-4-big.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63baf27f903321f98da21770b75365920a7669d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/FS547-4-big.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b74849a64e5d7ce2af4d2bdb8a8850030cd225dcd6ed4ceeba1e0353e87a6a +size 145062 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Figure-1-6.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Figure-1-6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfd58fff599dd5935ea30b3e8a88b4d965246f46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Figure-1-6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ec09e9936efea03fabe3d5662869171cfe33b024b3e9efa2879dc6ceabc74e +size 992701 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Figure-3-7.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Figure-3-7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17f6e16a93ae200aee3632a83a3778b0de4b61b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Figure-3-7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe90dbada6168b83e0e57b2f3b16af9ea97c3ccef2598f14642fab68cbef708 +size 113615 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf%2Bspot%2B1000.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf%2Bspot%2B1000.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86aa6f579cd041329d5c84aa8f51533f81924c29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf%2Bspot%2B1000.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9b07244b08ca32eb095d398288ea12a7c7f8b0e25e3fb3fc2cee6c8ff993d8 +size 209450 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf%2Bsymptoms%2BMDA.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf%2Bsymptoms%2BMDA.jpg new file mode 100644 index 0000000000000000000000000000000000000000..331db8edc0a98e0a8e00687c13a1c83ae8686b1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf%2Bsymptoms%2BMDA.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167b0a6a5032756b7445dd3595817fe78495e1bb7b4afec20d96997955fe1560 +size 405866 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf-Spot-300x253.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf-Spot-300x253.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8f027b4fe375343bc810ddf9b84a85623971f20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf-Spot-300x253.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690e2cf32cd990122c1263ef8e3d2ea2d23e874e25d5024981bac350a8215ee3 +size 22741 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf-spots-on-tomato-leaves-Credits-Hank-Dankers_Q320.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf-spots-on-tomato-leaves-Credits-Hank-Dankers_Q320.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b753e49b67ea380b9fd8d6d91085cbb2ac50126 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Leaf-spots-on-tomato-leaves-Credits-Hank-Dankers_Q320.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55393b17cff9514c773890dbc6d9f4ffb1352c2387b29dfeebcaa6397e78369 +size 23567 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Leafspotx450xBugwood.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Leafspotx450xBugwood.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50a682743339fdeffc70eba3de74cbc3a013489c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Leafspotx450xBugwood.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3c1bb2ed7979b619f77bd599e89205d6f307f1cecb394b938856272378b579 +size 32849 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/LyraEDISServlet.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/LyraEDISServlet.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d37edb08adf1c18ef92bf0dff065b7552c7057ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/LyraEDISServlet.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2437e7f358c2c9311dd9f7f3a79a8ba597b4e38b28f996d5eb04c499f09a0422 +size 33326 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Paret-Fig-1-tomato-bacterial-leaf-spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Paret-Fig-1-tomato-bacterial-leaf-spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d137acd70561a9092d61263b85276afde0e68f1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Paret-Fig-1-tomato-bacterial-leaf-spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c546d8005cbe9654518adcb3509ff260a52a0711c3d503fc1fd23292b153039e +size 127901 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Pest2371.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Pest2371.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0767dcdbe98d3e092bb1b8324b2969bdbdf651c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Pest2371.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba63a06fd4ef58279505f077614bc0e5afe4a8dcc9077f849a85cbcb73d5281 +size 32717 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/RyBx7MH.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/RyBx7MH.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ebc2b882edc79afe244bd6eb57ff4a1839c5756 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/RyBx7MH.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb84453832854781de2b24f9c4ee552d95e6dfd9cb6fa5f52d4b307b7d6a4b81 +size 7514 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/TC6-300x194.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/TC6-300x194.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abcad61efc1bc011f33f5052963b4e86edf43752 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/TC6-300x194.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca702692f724d1edd237c76c3a5e4c5501cd11050c25b9fff6889d5e1d7105c +size 25951 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Tomato%20greenhouse%20phythotoxicity03F.JPG.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Tomato%20greenhouse%20phythotoxicity03F.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e39d9bdfeb714234c6f4baa7ebdaf812d280baf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Tomato%20greenhouse%20phythotoxicity03F.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab09247c404a1b58018980ceb0cfd8b9431a4ab5d9b90ca95d6a6dc69167eab4 +size 215749 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Tomato-Canker-Marginal-Necrosis-Leaf-GH-Guat-50-QUALITY-10e6dzu.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Tomato-Canker-Marginal-Necrosis-Leaf-GH-Guat-50-QUALITY-10e6dzu.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a56366383e8bfa602160b45f7b4970b64bac61b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Tomato-Canker-Marginal-Necrosis-Leaf-GH-Guat-50-QUALITY-10e6dzu.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512944288e08159638d526c7a85b279c323e6c5ec637e812d5ea7017b63645d5 +size 34757 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/Tomato2_original.JPG?1472597932.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/Tomato2_original.JPG?1472597932.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e139c819119005c8b06ead318100c4909c943ee5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/Tomato2_original.JPG?1472597932.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ce8eb4ef573f2b1f2fbec16267623d84081cea140f08baf1cf5ec6800e55ae +size 2471193 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/a3fb24f84fe70e5d37352d13106531d6.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/a3fb24f84fe70e5d37352d13106531d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf8efc5497b459de76c7f33fb9574b08dead0551 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/a3fb24f84fe70e5d37352d13106531d6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c345a04c24286122157d15f955bf6d80fc20632d8dab71ef8b67ff9f2ae0ed +size 60322 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/alter_cank2-150x150.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/alter_cank2-150x150.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e30fa82696d9d45ac707739cf380ab53fed876a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/alter_cank2-150x150.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78065f098aabf74969a0f42fe5a5c0657857235f7f894cd1e6b33672e1e8809d +size 12584 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bac-canker.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bac-canker.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d041e2e9497d426504e3e1a7d265161dc92b77f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bac-canker.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb83e8d547c0ba6eeb62842e55a0d6fb661c8dbf0c7f1e85e56a9fd46d7d0ec +size 103379 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bac-spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bac-spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02397cf0429ee860b43bdabffbb606b7dd0900e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bac-spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fe3cf118567d855966bb36c0f02bf3d2b7e51ff2e6e01a4bc95276ac280a8c +size 61033 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bac.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a89bc7a0aa4f4f056d949a8a1c178ebee3211aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793c8877b549c9ae1580a34f604a2d915b4f3ee7dde74d5020fca7042a35abf4 +size 33656 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bac_spot1-300x298.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bac_spot1-300x298.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8143ba74ed52cdf49a07d4c0332bf4dcf3cb614 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bac_spot1-300x298.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306dd530d66ee2c88dfd1e4dc7474d4a9fff4807e79a60107f158a11e9576b30 +size 20917 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bac_spot_tomato_leaf_l.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bac_spot_tomato_leaf_l.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f36860675991b053acdc5417bb65ff594bf1b6cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bac_spot_tomato_leaf_l.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3367bee19c4c90507c3f63ad8db2ac357feaf0bb502f557d3813fa029de9294 +size 32527 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial%20leaf%20spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial%20leaf%20spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..224f6a851f8064e3a2f4f10f3552791711db9b4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial%20leaf%20spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397531c283832ddfa73d5cccfa25e8ab9b788863c6298ea9db2344953d1be0e7 +size 376506 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-canker3x2400-2ia1kgd.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-canker3x2400-2ia1kgd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0e006bb8f04ebc1ccca15b44887d91d1a5970ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-canker3x2400-2ia1kgd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9840822e5069579f3b7a7608b69a77fdd8b477a9be85eb70524eff1ca7b191aa +size 2292775 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-canker4x640-1nz1vm7.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-canker4x640-1nz1vm7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8ec3121bcb74286d1d6b261d68bf5b386315216 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-canker4x640-1nz1vm7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f466fd99811ef1e64049f95a78fb3709aeae4fe064cfc5913ab11f7666f3cc +size 283246 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-leaf-spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-leaf-spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a0e8d1467efb0505c8452c755bd589d70bc3210 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-leaf-spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425d70338728b52a54a02ac16ec7747d70e0cad0323be780b7332e076e322447 +size 121595 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-speck-tomato-2.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-speck-tomato-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3f17fb3d928efa5cd52735164ae1903430bdc3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-speck-tomato-2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabcc346884a68ee6fd9b0d356e3fd83e3aba2911497292807887f44714d68f8 +size 2054102 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-speck-tomato-3.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-speck-tomato-3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9aa7d8057cf18f284392a75b497b384937ccd520 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-speck-tomato-3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aac501e5b78f1a4320d95c6b23454968493302bd8a96d6013092359c497918d +size 2191129 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-speck-tomato1x2400-275mmny.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-speck-tomato1x2400-275mmny.jpg new file mode 100644 index 0000000000000000000000000000000000000000..552c39e443049fcada37837b522694c67e985181 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-speck-tomato1x2400-275mmny.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2ac4e037fa3a21ab41ca613fd1d2825eb5b0d8f1d4392be928c048a94252b6 +size 2331870 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-spot-of-tomato-7-638.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-spot-of-tomato-7-638.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc6286cd668d9c5faf85af561a8262ccb94b1384 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterial-spot-of-tomato-7-638.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d3f91af6de22d0651f9b554794e279275cf0a59590e1ad8ad571b83fe9eec2 +size 56123 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterialLeafSpot04-xqxm03.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterialLeafSpot04-xqxm03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6953b6a77eaf205b5162b84f1ed0cf524f249245 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterialLeafSpot04-xqxm03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9464d8cb003c8e7d40288a343011041f6ea08292c64ed6f5cf7eb3eaaf8c21a +size 107846 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterialspottomato2.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterialspottomato2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f44eb699f06e7580fd5cebeb6ac1e3dae7e12966 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bacterialspottomato2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65cd0980d34d543899aac66f53b97f7955a3910e6b36472928abe8c502d8816 +size 41657 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/bc34aec4ea7f60a64e380fda44c2f380.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/bc34aec4ea7f60a64e380fda44c2f380.jpg new file mode 100644 index 0000000000000000000000000000000000000000..324bad3fae647998ec61e8bd797b433f13b79f96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/bc34aec4ea7f60a64e380fda44c2f380.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd349febf333b5364d94ebc60846f4969f8a2e8cdccfa2c139dd6873b5621a0 +size 56638 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/beg.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/beg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ad66f25d0fd290e7e366d193bcae2cc3244499b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/beg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f14600296519c9c5e70f06c403453015ee84eec813a78fbaa32833ce71d7ea +size 68749 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/clothes014.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/clothes014.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44f53dc9a8e675f04de610d055167b4736115bc9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/clothes014.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46460cb6dfcf5d740222a6de0bffe22634579ae6e948f546a5a43500023f8942 +size 64085 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea90509c149a7459ac55350978a77224022899d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be78a42b29e35f0521cb85ca1c5729b58a51795f1fbf1dfd44d594c99e2d3ee +size 13873 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (10).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (10).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4ff01a21889e59b39d3fd00695f37d3735e6e86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (10).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce566aba451721f33c828affc9858cf46e24764b61768fbf59e7871c37decdea +size 12415 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (100).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aae938f66e2b9cd9ba0070137c00ffb36ad943cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2a7ba54ce93ce7f3ad747656d43a8ca1d2c018931e1119f05c5c7b3b430d3b +size 15925 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1001).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1001).JPG new file mode 100644 index 0000000000000000000000000000000000000000..501b5192edae5688610950b91b88374948e5fa7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1001).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e325e6f68a3154ddb1cfa892ec30c7294a762503d7eed8fdb3de7d5043b0fb +size 12345 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1003).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1003).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3867ee5b64aae2150a6a9dc3052d10bc17d25d65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1003).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3a57c35fac6462ba5834393fc5477a2da31b9424c031054854ff45d7bfdea4 +size 12574 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1004).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1004).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c878614c6bcdbf34e0c7a18d85872fecc5732849 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1004).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67772a58da9e6f7ea73e99db0746dc2ef3296485d40539231f96636edec56f2b +size 11176 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1005).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1005).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19d621cb45980ad8d235be4665805efd60002fd7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1005).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1daf34cb18ee9592ce5b795dc248cc471b5e8f97f099f57e3180cc07bb0cfb9c +size 11894 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1007).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1007).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2626e475408e00161292b66b159473cf55b43dd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1007).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deda70092f47a4606879b386849ff9ecc1d001b784d971af570ccc02449360a8 +size 8211 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1008).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1008).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c0329dbe2bf3a84b4e5888ac921923ca2b13fce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1008).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f716216f16ccc8b1dc12ad66ad63d0df8c5bd3886010c712701e5764bb8b6d +size 15964 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (101).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a710c2518fbec0cb31778fd6a6ab28916d83bdef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab161eed132964898237df77e0e3f054cb597fd9a3c11402ed6b659a7e215476 +size 12896 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1010).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1010).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62e5b39cb7e46867bec3878dddb740eafe66953d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1010).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b477098a5d4f97d0db8188f15294f32e4a90bd78a6d9a7c0fcacfa78fe24af +size 14226 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1011).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1011).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a1469c6e6b1c3c3e31932d932e179ec16873353 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1011).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9623ed81ee9078dbd416bc52a7560674728cf420b220022ab1423afd7b995d5a +size 10160 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1012).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1012).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72512e5bf6187cd707115599311af3538b4e7e3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1012).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f58d66befdb8fe94164e5d4bf46a5dba772f12d3960047a3c517dc5a5324de +size 14274 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1013).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1013).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a8739a652cd4204fd8405a4a3c3605931cbe6c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1013).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aaecb6a990de68e7b2d6fe7e37612b695932ba09009eaa5d16ae5d12822721c +size 13640 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1014).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1014).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a1276abab3e7baa8f7d183f4ba2640f1c7a8e3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1014).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f977a7508464fefba7e87255bef74ec5c67b4eaae8478eebfa92f501bafdc97d +size 11157 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1017).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1017).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50077fbc1a483a5e283fb6cf2abedd5eb4ed737c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1017).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f3cd6b8fd24d1b0bf138158a2176f08b5f96335bbb14e10e65e7a5b0dfebae +size 11757 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1018).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1018).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ea5ae3c89154781fc33c7cca3c21958c9875628 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1018).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debaa3b232dd9877d72694f0193d5461075e289ab7ad76ad2dcf80cc0725324e +size 12319 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1019).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1019).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe79038d00ab2a7822938b14b64c5b72020e5c20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1019).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94febc117abe14141a36995d507e1c5b5a9943ed3a5d380a8dd37abd8dba5cc7 +size 9604 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (102).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..223fd33d376c4085cb8dead5aa0b787c5376fbd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5b94ae42518f632378935e22ef586ff7835cec30a710c8f3337330a8166dba +size 15359 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1020).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1020).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7756dcc9e8bfddf70f9382208cdd081e9b070667 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1020).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89f392f580ba5c2e332c8ba2868bfcee133fcb97094bf6abfea8aefd8e49e72 +size 13886 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1021).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1021).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b8d3ff5a9e056e46790d5bc4401862f270f027e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1021).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b49dfe9d58d4aa68ba920bf75358e1ea5aaeb2cc8452dccac2cb958a05a044 +size 12312 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1023).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1023).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3568a5ea6529eb67dbac376dee979cce837b1a99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1023).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e488e352005aceafa30104943de9be16d8c148d5bffb369c808470ca2f73530 +size 12519 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1028).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1028).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86e0092f8e804b8b014ba77633efc8c0905f46ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1028).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739e04d04bd66f11d19e48770a3df7a2fa59dd54a35fafccfc776d95cf9129ff +size 12709 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1029).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1029).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fb54a680402f792b5aa0381b9d1fac562affe5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1029).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab272dd7bdd1ce68fe7ef7856819ccbc7fb464ed7a378cf1ee57316f8f3e8fa +size 17037 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (103).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db531884d96e6ab0b41659e34c4d143b2c2a74a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab8fcf72dff7936b1dea5150147067652eea7195ee79b088f05a713da8bc229 +size 14269 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1030).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1030).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e3e6cd216eb7bda91947c9932bf7939761ea651 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1030).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178345b3fb576c31f60caf8f2e07d396251d028e0d86334bbc9db0dbf527880e +size 11181 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1031).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1031).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29c8cc10cdfec6665193a5b8433bf15a751292ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1031).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb64fe6458624ff4b78a4ff83558631ce1ac24b45557d4edc305415a6eca44f +size 11980 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1032).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1032).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0034f5c251d1c74af071545762f6d396d2bd7452 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1032).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55737b174bf73b2884f5633911c43dcd64ba350b244f1717d2598f43847a7eed +size 14322 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1033).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1033).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ae22dc834cad8ae6da3aaf127dce81493f2e4b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1033).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0a4d7e28a157f0cfa403649d9b1337998ca4a90fc3b8f7a521441648b883b2 +size 13085 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1034).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1034).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14083c2978f51850c125f5a17fe07abff28c0ba8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1034).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534e1256f84cf5fdf8eaa5d852575d92eb076e8906300806d84f73a35fd3b236 +size 14537 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1035).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1035).JPG new file mode 100644 index 0000000000000000000000000000000000000000..801284cf1a2acbb0cf9c83ed2e4e9c8dc523d00b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1035).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41162b5d12431d937e5b754beec460a9471b2a1b8b7b4fa6d27b36113fdc685f +size 11595 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1036).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1036).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6083ffe81194fb9507a32902912e17971a2886d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1036).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58963a5fb8ad5fe2fd5057b404a2bf0e79457f3b84e545a1fa6dee53fa28ddd7 +size 14075 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1038).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1038).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a62c422fc9bf5580acc8b8c6adeeabdca96d497 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1038).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5468e6330f151a210fc2db2418154ee463b25481f68389f19099b058181dc7e0 +size 14701 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1039).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1039).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16ad25183766362eeb5b0fe8a572a7388f0768f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1039).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269d15c3c7a59a9e0c61419f63af73d32cc5db4626d50d8d520c9aabf3180d63 +size 9764 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (104).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8ae17ee140c7974ffff69202b684932b9b039ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d59a796801756f50f9bcdfec49b1f4dc27212d278ee5b062bc60afae4c96b0a +size 12479 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1041).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1041).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a46dab9a7f51d7e2c2fb3868652640f382c52c47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1041).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4ce9fc152109b78c35e514b6d361ebc61e11e3c5a7cb5bc570a67647a3872a +size 12275 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1042).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1042).JPG new file mode 100644 index 0000000000000000000000000000000000000000..410cbde9ba62be7bf47bc5836493de4e0bdb382a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1042).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c347a5a204cdbe3129790938341005b738ab48dffbb44a3e43d0a3fdea4fcfde +size 9161 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1043).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1043).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2a5316c80bea119307e68c005f3393e587cc863 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1043).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7f39fd33c4b4ecf7326e43b2ac664ac1d551ee9b8416de0634f30bd0c9a293 +size 14243 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1044).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1044).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78781bd4981eac7170cb685f14cc0f4bfbde88a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1044).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea2888e9ddefa9d00553eadb8b526a14b0d98d3e68142b4ddab3bcf16f83836 +size 10887 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1047).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1047).JPG new file mode 100644 index 0000000000000000000000000000000000000000..445ba50794bd6cb47ef1e93738553a78101c1860 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1047).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376388a257bb674cd0dbf40b924f9caaecc31cc7c365bc9a2ca7ba087a5af3a1 +size 12395 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1048).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1048).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f47572d83aba8b000e15c0a5333a89337c95e816 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1048).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4d11cf6a517dccb6c9cbf526860b61551af4e9950584927c3698bbd67c3ac1 +size 14452 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1049).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1049).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4843904365234f4adebd9c8840ed4c90785f51ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1049).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d287ed060a0af255a98c216e391d7454462f9929f5d26642988dded8fd7716 +size 14637 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (105).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..874a59c70c40879a06a7ee349683bf2fa99165f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b9c6d4b8a49cc3c8a14a52dc211cc33fadd6f9d96d61c0bd89fa3fc543f4ca +size 14964 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1050).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1050).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f5387052bfbea39c8c05608db644340a69c8b41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1050).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f8c53eb7ec48e64ffeb748c107493b27a19dd80b16912d5851ead832cc7a0e +size 13910 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1051).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1051).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a90698c5ec4e4a4eb6959f2c240e2eb42065169 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1051).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bcb821e8c35f2915748b0e1a26230d3bbc541ff619c46fad61ca627ca6f077 +size 12015 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1052).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1052).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6dc5701b229d20c1c0f2945d45e67c2669d59807 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1052).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591b55d07ddedee48f5a569bf5410fb911fe52eafc3e0f4038555eea21d004b4 +size 13231 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1053).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1053).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72a05d9e6955f7f1fc8bd8661434d602b061c381 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1053).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd7bb6fd0d9d7bd9fc96e5be80927c97a6bf0bdeba2f170876704dec72df340 +size 12006 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1054).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1054).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d08ea6744cdaee2015787c70a09e5a95f4362d8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1054).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec3ecd7a7352e6aa080db4e2d00fd38b53fbca80577b3fe925c13f3696296ae +size 14724 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1055).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1055).JPG new file mode 100644 index 0000000000000000000000000000000000000000..914c7a2d9134ab4cdafd331212fd3270fd801f47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1055).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb99a77234dabe319be7ac5665f86883e246de6eaa08a0a540ec8cd8b24d212 +size 14981 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1056).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1056).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc1517ed683a848c0311a6a4f78a2a4a9fb8bf38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1056).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ba3b3e401d839e2a08797d713990ee6d5a4e3c5f38e870786f03815213d770 +size 11296 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1057).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1057).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe752a247549a07ae5a1772e11918a127f399f6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1057).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e15eb299bf380e088922ab4b587bc202d2b79c3df0208583aec29ad65791b5d +size 12054 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1058).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1058).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3ca0bd9c48905699134500e380db4b73b647072 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1058).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbccb773bb4e12359094d122af8d4f4ca90a98aa7beaa492c3492b52cb1daaae +size 12714 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1059).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1059).JPG new file mode 100644 index 0000000000000000000000000000000000000000..792c4bc2ad6c2c3072e3c166c2ee861984ce8342 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1059).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c89aaf67db53bf16dd0a0f00f14c66a6b5477ab844f590234a331b00132e1e +size 11804 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1060).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1060).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ddec1fc507420ff415ffa7431e13803c63d58f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1060).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dec7bfb37642eb82690cf39d4653f99873767358bd6a6c506aee5e8278f90d +size 12361 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1061).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1061).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f362ebd22c4d2c0f389bbf49c251c6242d83a368 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1061).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0f8bbbc460af43e088c72f86e800662a413be49b02fa5309085bb5fa552ec2 +size 11477 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1063).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1063).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcb5a3bcf817ef65b6d7c4174b19bb31f4223f07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1063).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693bf84303fc7ff28b277e5bc7a734544c4174c2a3330bae66654f3d64e4f9c4 +size 15397 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1064).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1064).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1cc791954efefc7207865380c400b9cf2275156 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1064).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ce0c56daf449c0ea9ed173d084479952aad2eddcf20059953daa03d491e52c +size 14456 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1066).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1066).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80856e3a5e4202a9a8cb1616eeafe0792eea923d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1066).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ae0a986f37d5bde9ba01f2be426eec166fc6c43f63005c67d3252e53fd795b +size 15473 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1068).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1068).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3064323ff4b1746aedb7269b7296bde84f85148 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1068).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ac4cd9a6f83466b3994e159a4a9aef98215fa79cfda2f9a742a3f574ea3929 +size 13696 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1069).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1069).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9cae9202cf5b4364fb26b7b76aa866b50141c78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1069).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c08c8fa19b8a8643026a876d56883461c88728ee924aec7dde4030c3b96bec +size 12664 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (107).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b17e6e6c8a99f9b721fb3294a1710e56b8d27d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b1580a6e3fbffc33931e262fc3a39b7a30e9e3e25d7288acb64a05bd4820b1 +size 14959 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1070).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1070).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d6e3a20d79263b9a76f552676ac6314da4cdb76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1070).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6415f52347547156db0c56ce35aa77aa0473951c00ee4ed747c942991d1ec2ef +size 13657 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1072).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1072).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9a99cfbd1d6e5183106dc0f5aaf56725664f50d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1072).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bda80f04dfbab53e176e4fa07cae0d0f8c4b7d3ded0c9e85749fb2917570a55 +size 9357 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1073).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1073).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a652ba302e71cde0803513c5698209e2ad2fc55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1073).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da9a26c5b3c4d9370cc330d25e8d18225a798dce4a5711156914638559127ec +size 10976 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1074).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1074).JPG new file mode 100644 index 0000000000000000000000000000000000000000..648cfa44da71436354ae621963f223d1782e4a21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1074).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e287e37accd69d42e092bedaf0964004c121f94d3770619e41c513d2399461c +size 10106 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1076).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1076).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad1775a11bea1707ac52027e7c8772382543cee9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1076).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10703fc4e4f152c9155b7c6f43db7418cdbff05a1661728db70ad3831f7671ed +size 10392 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1077).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1077).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b0188d5fdedb65c38320d588662e5199abf0264 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1077).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97859cf0a346e82a224a3ed239899ef91f792dbbdcc882636690bbd3fe825399 +size 14518 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (108).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cb42b8a1c2b232fda1af83a3654f88cdda4039f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206be7afa34c8d47f8d4805a149e0a5c7e0c40492025114010663e2b36a7f630 +size 13761 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1080).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1080).JPG new file mode 100644 index 0000000000000000000000000000000000000000..312fe4e4881e937e6f77dc90821c3cd63ae45b40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1080).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ac774e2332c0cc0f5fbe0eaf56ae788f5419119a7d43c4f76e79c5430089c2 +size 13769 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1081).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1081).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff42095c0a0124b45f41be5934e660d0424ab65d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1081).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefa633d501a5360c1e326a98f1368a6bdc728560990668bea683548ff01a7b9 +size 15201 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1083).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1083).JPG new file mode 100644 index 0000000000000000000000000000000000000000..590d9ec1bf9f125fbf68de0d872a141ddcc9d17e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1083).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9dc447cdfc7e1587f7d99646446c90e2345e467bb5c43304ec5d4c5b033dda +size 11550 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1087).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1087).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cfb1982ad21dde6b9d84ea3088ca30671fa6686 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1087).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2fb251bb96b61a9fb3bba39f727f57657d09d70b8c73890b070298086baf1b +size 12481 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1088).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1088).JPG new file mode 100644 index 0000000000000000000000000000000000000000..baaf4f78890dc7f03e543b79ac367dfa0366cecc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1088).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d3d144b34614b01fb472076d2936105e603ecdc8e5a869b01bc6f22c170496 +size 14475 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1089).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1089).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02b48d82cb71f51166a2afea234c2582fb8c9c82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1089).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d842ad24ad2740ad0903ba901d3aecad4c367c87b9d45675340d1fbebc210eef +size 11582 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (109).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa66d55b2865adc8bb16ae1d977c4d52ec138c45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc454542c58ac96b950265544f0d227f55d5f04552016e0db7d577f46f5dd867 +size 12284 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1090).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1090).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed8510cddbe5601fbc94927b05191633dd938f83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1090).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d54dfb6b539c3e6fdcadc00b4ecf99f8beaddd447acbe76c0caf82e4a4ae11 +size 13474 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1091).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1091).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20dd6462a8958ea7f132568458bc02d4f4f4b917 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1091).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f72abaddc8d411749cc56db259ed98c42708929c9038b9e3f93b46dbccea52 +size 12160 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1094).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1094).JPG new file mode 100644 index 0000000000000000000000000000000000000000..122a9b529253d957b9067c6799c2aa0a3a4cfc91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1094).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d83d0849a5c031f086ee20e799f1984f0a7e3008d4a17924192eb99d606c336 +size 12259 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1095).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1095).JPG new file mode 100644 index 0000000000000000000000000000000000000000..313ea6c3ab7e1f9849068dcee824471d94e89acd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1095).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebf4db098cf1c87fa184e142670e929f8ea5e3e1c808592c0d07317a2a0c2bd +size 11949 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1096).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1096).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08abf536112027570aa08d8bd1d24839e202558e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1096).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ebd89752af77f53db69a183a31a375accb86b5acbe6d106a6a6b8bbab36376 +size 12901 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1097).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1097).JPG new file mode 100644 index 0000000000000000000000000000000000000000..845ad77d7fdddb92aad94b7da6b4e61cbebfb905 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1097).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36a81645517c158ca4f69a3ff5934654c5e39944b91fa307d0a400143a4eceb +size 12432 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1098).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1098).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67637be94f256f7322705b865cab5ebfba2810cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1098).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93332eaece7f725d57b330161660d3d1fd51be02b19095560e0fad3efd4d0a9b +size 15404 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1099).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1099).JPG new file mode 100644 index 0000000000000000000000000000000000000000..386e975bcab5758d4e8dc1b5ed003359ed3eab3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1099).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cdd30514de6e32be91306fb4431f1cf4221292335c8ef74864f21ad9ce8f01 +size 12367 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (11).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (11).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15f5c5a8a1f15a37755a06247b198811a7534b69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (11).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847986b04db52704897297565b62cac9653ea1ef0425f644a1070e7d1bd9baf1 +size 12736 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (110).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e9dc536f47ec52a3f630fbcafec37c9db3294ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249268b297bc11a80c522e69b9259333cafe94cd3e469f712453f677ffd0e0fd +size 12522 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1100).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31d1bd4b43cb81c4ce4df4671e5a11dfce48f1aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a01b454295b23fa77010fb8af30f433edbd940a8cea5be0813ecae5a89cbeb5 +size 14281 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1101).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5804084d0a17d67b37b55e550baec427f09d985b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23590d05ec112e3b4c1a82bf0aed667b0cb736dcfd3654718ada9f6e157009a1 +size 12434 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1102).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f0e1f6cd167f5209fb3314ee592497d84ee9007 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1703d563b1464a59e1553c28a007fd82a85c7860cdabee3c4dbd54bc5f28fc81 +size 15529 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1103).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c29576ba83f4fce457c166ff862fd057824258e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e403e86a93095538728467d55a9ff5330deb64cfc53c6b4c1b48381f61184a27 +size 12919 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1104).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19b10a8053745ce9a24705581456cbfaaed19abe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2536f86cc28e6f3a1c8aea33e7356ad7e1f012aae8d7ad479d413f3b49d88b5 +size 12369 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1105).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff679dadd7c385518cbc6fa1bea742352462fd3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556530fa865cc27c97f4c157f99dd090c6a7de76bb39d6f9dd14d4fdd8a361ee +size 15292 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1107).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3cd1749e8ab1d2a7d65af29e1bbd809f701561d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53717ba74c3baaf54bab62ae4cd494aa86da3af7c613da4da85bba3d81bb9d5 +size 15318 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1108).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91ce4a1427c9d4100bcb603c51eaa29c6c69544b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a546b2775810b4609b77089850847011068f877bed44b77b5d785522c768c59d +size 11230 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (111).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c342774591804bd4c9e2151f17dcabbfd580d70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85005bc8bea450a565210249a80f1f0bc5c96b3e48116366e01aa46b3eb1fe11 +size 12890 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1110).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5496b6f632849908c18f34973742f03011214b2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ba9b6b2e8ed8f6cd7f0e1e5d5a28d67dd0f19f4aa4a174d9163854a991953b +size 12649 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1111).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1859fcd0e33dca7a944a5644638e10e8741ce7d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a047c5ec439d7efbc2989860e03a29cd4caeb3626b8a14c6dc3d0f6f767d79 +size 13403 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1112).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76fca40a11869914b39ff145c1a14388c27d7533 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74bc3715cd6eb40e47ab28b32007b73f118619e67dba6c4128a31998b86ea93 +size 13312 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1113).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b0f47ae7464f0a04274e1da7e4c0507f754d4ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df271eadd361412b69fadd609a1a874cd90224f858dd2439b4e3ffb59b06b67 +size 13435 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1114).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9258c2cc11149c22a47485dbef2ff3386be5ee74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ccaa3b6083d603132c705840a0557b21d3760af9c69debdc405ab3d5b8e557 +size 14116 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1115).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fb7ea83761c9cb52d0794224cb4e70506cb3054 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ef1debc82f2c728cf8f726cbef6d895f14475ab552e53138a43b555c73acff +size 12367 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1118).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0dedc9570d6a7e2b7370b97978db4e39f5da96c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73afc163a0da60d8612295759e44e4ade96a6cc9a7b983d33d0ee2f290778828 +size 10545 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1119).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2ce3f05c0ecb7d73b557127e9ee1c76f265e55d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7332500ab592db561fd4a1eefc19516c437e29465b444dae1985601fbf37035 +size 11969 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (112).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..873b12590f71d9a4b258eb0b51811093c2370165 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9fc4620f25f4a8db914ce736f99e815fa694b898e5a02f5aa53262cbbe9c94 +size 14521 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1120).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cccb2e696af569a5cafd99753c8f44f3bb5f6f24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8048fc8fe71cc99841c315b927a05e37491532277f0c142cbbffc5d3ce3f5f2c +size 12288 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1121).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..995814d6bb47c4dfb89fc561296a32a59c2df496 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cddaf1a83f88d0babe673377fab9a47c9c2f1799c519f763c249e7fe39449c99 +size 12829 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1123).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41e54e2900fdee0c41361339ed3fedbb550311a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0a08382856e9098c46e5c51c2478ed5ea711ec48ed556d4a877a0751a4bc6d +size 12460 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1125).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e21b53dbe23adb57b6f924abbed05ee1082a12ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dfebdeefd015441761844483ad6a20723e767cd1861cd5aa523edbc2d27b24 +size 11547 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1126).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f45263c03f9615b159f58d07c04889333e5cb564 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca332d71f7173f6a93218c3d7d4aa626bba4e3e3bacc9fa75a437d57a489a09 +size 12686 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1128).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5544254323884497668b78fa514d15f732841f0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdc58450d15b59dc2277f3d6311bc2ec263011b01b2cc199f96c980776be0f1 +size 12528 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (113).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eabf0deda8a746fa382128d0ac9e17b58bb57287 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdd38cc0cbc11325df6a90620901d886f6d8bc34d686494b7f292e67d6dcf1a +size 13895 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1130).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d41a901309e8869da597511b05bfd4f374070f9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d43b3cc76829eca69c8e464fbaa667432365c104247a9a0158d65990d45664 +size 13889 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1131).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b91676e4e0bc3d8c0d2b7de2fd32cfa8f5a4fd0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a08693846203235b7509551f7b91f97ef7a944a2ec2f041f1138adb961bf5f +size 12838 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1135).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..465895268a944e6b6e1e6ef515e82a7c5380f3d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b97fe0fb3eb59e911bcedbf10cd280820b93a132563f3aa43039db4ad071cd +size 13886 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1137).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..507a24b4d87eb0d64efdda1afbe75b74a1858546 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840f1c27a0defdd5b6741cdc894e246a455d12c8d1fa5aedd019e01ccb7521bb +size 12391 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1138).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6171d096d0eccc01b9c5b2b86299f3081768aa4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b270498e423d923ebb43465f49edd988d65929695b3b91dc07be749a1b7d411 +size 11859 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (114).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f943cab185223f8c7fc5bd1a352b87613ffa8f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dfde8a8134ee661c23d7603225591a8235c6fdb749fd71e5bcaa018da98f0d +size 12964 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1140).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b186a8b7a057178b2aa87d09e9e0eebf72b68415 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287c85fe9a7098742b1703f27757d7177322e37e00d395e6aabb9040adba9f82 +size 9693 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1141).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1745e999fdc3d0d4138a0af6a7bb511e4ba82c60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78388919e5fda884e1dfc87d53570a6cd0318c963536064929ae059a5a15b27c +size 10554 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1142).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc0091dcbca005c0e9b4f516306cfaede8a18163 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6310839bf9b0dd5b070c33e9b62c3b33d8064fcfca4a66355d8f9b44881c5c5 +size 11329 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1143).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99904ec46ad44f88323dba2f53b96262a81e5390 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af82f70771f30a01d6f5d7c838adb74260bae7d08380a72bd41ccd0b57075765 +size 13435 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1144).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be2c49ee2c227702d63688e7cae0e731f0077eaf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641ce64ef09004d2be0eab297f312473d6a0bd3bf6f4202773c127da9896e857 +size 11931 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1145).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2e6e47450e99b00e5d72c8956e500e3a223f589 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d6c83f6221561733e35f6170ead9ef7ad80da013435587694a2c18dcc54224 +size 14297 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1146).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cc12c7971362f8d1ad7758262ee14b954113dcb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fff5c6354ea88fb8c7668d837154bd18e8b8bfbe597ea9594af85ff28d9e4c +size 16113 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1147).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38e590540cbecbbd895ea990496785b2a35dd80c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8956b3c3286ce5af0f0ea9bec06a73f82959ffb59c025287bfcae1b62e337525 +size 13209 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1149).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bad48b3187983aaebb40ba5c8b6ef27aaf048cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac45c70efb4a9a15d25bc3dace2d40144d5ebaacfe0167b714fc0eb71605dd1 +size 14572 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (115).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bda784d27237c7bd0f2e47a67aa8035f1b5633c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ba8350f5b397b794c5f1acac59d1cbb86cda353184b69eafe985fb6bc9c51b +size 13663 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1150).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..153ee125aaff6565850918890321a9808c1271e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badecb4c1f1ba78376993f8f5c1d598bb656e844e19cac68ad08ba9a08af6c6d +size 13481 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1151).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..593cc340d00e5a098d49671a2f6ef68112363217 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae9d807e2a25b565773dd7cbd2516ff4f3c85e1108ba81de909f8d1bab60e51 +size 9324 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1152).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbbb0c638670ab3872c73ed0165e2404408e6ad8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7f0e4e5095eae7266842bdb3854cbf787f44e6537446afafd2518e93523c38 +size 9553 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1155).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc8285d6004ccfa8f04a8a757c9d0b2872ef3a31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e60dff60290160f30a58819095a38300685ab8a5a250f33fcdd814725a26207 +size 12417 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1156).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b1fbc1e194bf33de6145e0db50e1b2b98e6bfff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb238bf9031baa61c31faf3b64bf38a646885672f30aaba4ed48370f2722ff8 +size 11545 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1158).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a580df27165e291a5bd45b6c354024268e7b97b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a3c4b96feb11a008701f1fc5bd509f6156847149ebfc6e1d2363e8a42cd5da +size 10393 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1159).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbfb3a2434f525d2d794c53af5100affcb1cf4f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce046d9897f24850af5c6eef35e77aa20fa2d6d834d23ae2de9afba4f8d8fc5 +size 13451 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (116).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7daddf5081f5d7c95831cd697cd746b82261013 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d22e6ebad84563d66a974424af60669ea02a2c5a73f2a961f62711de70bfb1 +size 12242 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1162).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcf547838e415eb000d26dcd8e625d39c021b1ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6af169620976077049ba370f7ea829b22e89b3ae9c5614e3495b9f38f367f50 +size 13334 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1163).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..286b105e995ff3d09adb6b2f75a60e84c5f248f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c32533a1d9955818f6dabfaf0240e9c895f5d59d62a99d6d93abb7682af9fc1 +size 14193 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1164).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f5eb0cbc410ecab670b50035d8445e79afe41ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25437a6d1ec366b5038eb48c22baca56082dfe8601aac6a4709a22eae43d7118 +size 15925 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1165).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d58c113e63f054e2c2df0a0444dedf271db6108 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4923843ce40518af8400eb2f1857da828573feefb0f331e178a6c457d812d19 +size 13408 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1166).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1067ee90b04827913de305c8a58a55caa4be7b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b48b9721097e9ead949ea3f64f85b5da4b27630a7f97ba88c5087c76eec134 +size 8941 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1167).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6dfe33aa99f8a45209b946069a5d019f581d8b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad579bee246b424623244e48593a4063766b7dc5b27bc11102fa50a7ef72eca9 +size 12842 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1168).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7cf35a4cacb772486ca66d4d0160361bfc2de8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba6e2d71b2187b32acb54ea97a2f08e4fcdb83301f73aaf94cebf521fac880b +size 9490 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1169).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..802fc621106f5f2d7961fee199bebd7d3a5b96ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c55cb06ebfab578f565b1f9bdd1cd15d16b369df379b5f425812479a3d7c2a +size 15726 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1170).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d344d8c03502efd2eb7c6d49908e8bc43e38989 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7abcfec3cba9bd0807ae939abda99671f8837667f89b299a4e8fe9e25d014e4 +size 14031 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1171).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb37f31a3a66109266a73f14f6cfa62e1cde068f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f531577741af3c8cc8e7d858dae7c956a2f1413014e1174bffd1148f22ac45 +size 14199 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1172).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23f5facb54de014823ea8e56a53be10098d2f038 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b732986350b4570259d6a52e23d898bc654fab89565fb46264cb832b93abae +size 14049 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1173).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..801d281d6b38c3a74c512c520b8c757d01beabc0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac5ecff7c5bc7996bb6f0601863e968a6960a056cc5d0c4b596257bb1ab0b6b +size 13087 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1174).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24b03f45074d28312a53bec11ba7583a33cd1c51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb37a15f8477e4959133dfe0c41e2a35b0a57e344cd5d3d120a623a9961089ec +size 11861 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1176).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c25b020668a1c22315d02ba772e96b3abbce12b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84ef2791c0d994d13f2ec8bbc89c520027a54c4bb9b12b7785b7215dfcd4474 +size 10358 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1177).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14a8cdc5dd90e46959a8004987d09164304abca9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801a395c8666a7c756f5f55c6d7b45bc1a9d527e5a0906ee081386a9816ad480 +size 13555 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1180).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..921f9d618a716ac42718e0f665668975628ff995 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d694ff965292bae03d63af220443c4ef0f7c482b4e0beb02ee6db936b84297dc +size 13010 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1182).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfc05103423ed9f10f1e9ac1d7d4da0db8ee0184 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7330973fba5c4d5b8f58e525ca59daf56f4a957e488f0785d62073dec2029cb7 +size 9156 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1183).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e936a0d185089561dc77873deaf6ae593990439a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c57c69410464147bd7283961fd49427162fdbe862d663618de6785762173f3 +size 12038 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1184).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c86c498e1cccf0982260e7a94011d9260645e654 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde62d324ad0d3a4e721ac39509b7b9e38e70d02631287b3fe90fcea6b84851e +size 10710 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1185).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..030fa6eb0db5e6fbffea550bcb2e1e7736253c41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6253c434e34270b1b54ce0aedcd76d271feaa433fd22fc0ae836de1e684d3c3d +size 12738 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1187).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1997b3923b949b1dbafb95bc2ba009e998e40b56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcdc0d0473abee70a562df9eae21f33a3e0a39f9c311918f8f47614a67b87785 +size 12076 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1188).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66b6d7931fb6d21ea8d8b0bbf4957f4c078bdaf7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1052807cc3ce951f15f12982109fd97ae201b2402976a4d68c119e90c9c3eff2 +size 10188 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1189).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17b1fffee7b7ad0dc0b657325d8043700bd3f7bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0de18933fdd4ff238c8bc9972fb76406a5e6c788a2c7d1359af812b63cc4a5 +size 15066 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (119).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd518fb59ff199e65a10621496cc0f874d8c6a51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f374979bb6767e6c627fc8893319411907ddbd77425cdd872f9c2930ef218f +size 12952 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1190).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e050e94cd35aaaebb126c82c3ac3a2b30fd5eb3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ca252e362e2920e708df0df51dfa8900d938bfb3069a0437e51ad567f60c3b +size 14916 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1191).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c19c9c90a66ef6ac7e6c2efc1317202dfc219ab4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c67471d2ee7254e629fe8e645c6add3fb43271b368f14a0270cc52d6e3963d +size 12689 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1193).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf27e59f00ddf7529414f0a21cd0522d3f84f09e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583e5ab891c21ebc0f0ff2d54b8ece953938567d34cba72dfb25b6aef4e46a59 +size 12116 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1194).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..324ef853236005665b57f9631776da5d76f57a7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505a1aa562c8966b3da0bad368266995187ccf15052571b6a44208c1e3f3cb9d +size 13141 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1196).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a02c71e50361e3d883bb84bd9ace6ca314b93ce8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c4561e6a03db18c77524eb3ae9d778b7f0521541aa08601660bc010974197e +size 10391 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1197).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf9e604c62867709427b96fff5cbb05c0505fdc7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a02a4f072b39c36f1343f79cc9fae5df16d43a8920d17d31b725ff8807cf19 +size 12274 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1198).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fee1088c34f438a8976d2d3a81c498c989138f99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f9d28a6fe6ef1073cd989a12ea94aee195b0b9a0e275e8c92f212a4951eb4d +size 10688 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (12).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (12).JPG new file mode 100644 index 0000000000000000000000000000000000000000..746f272d485b1acc7d3c265dd68f69c24e06d62c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (12).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55766356993887d2957fea860bbc661b7ff2bf5f3cc76a6a1d0edf6f250fea31 +size 12952 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1200).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66ee4e7569209fd3055481a7f0d999712264b116 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbace0624c6b83621bd17db1bf0b9ea5dc8ff82639bec9550acc3c310cae4e3 +size 11924 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1201).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4b0fdbef97e85a6d0e61523860d415de1102526 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effa70447bde4b73263dea610d283c200fdf05a2dbaab65c5a241be15532727e +size 12901 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1202).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f29f12abefd89e431e4d12f17d5996f03d592233 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3320c46706d434c028aa93fde868140c48604a328844f2b1c553d020bdc9db06 +size 11797 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1203).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db6eea4aec2c7103a7a2342b3f82110e64f43afe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47fac74df209748e0503446e27c7e15951326e6859bff8e8dbae20852395805 +size 14973 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1204).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e60231b070efbde796b0dd03650801a57882e993 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054fe6743bd60d443c74adf792b271f3100fa02fe2671138f06bd7c7823e95ca +size 9583 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1206).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77cd7446e805924733c95687805c9b1c942e32ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c71a5b4dac97930a0971a31c778e17728926ba05237c34b821da6111822c40e +size 12268 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1208).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a91d6180aea0055526186cbc58dc3217c0e48e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b2363710ac659e1ae784b98b277336089754358f75af30319809dc2b6573bf +size 12146 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1209).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..177d12d6b959118948d77f8c4fa1000275ada606 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebd6f5acb2324215f94604de10fbe840607d017ef1e04a29c06281ff084c793 +size 13304 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (121).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6705f821d70690af7a4f26070a4296dd75199324 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d00bfc8b9dcd9af6e6b5f6498ddaf11dfba0c96ef7c5a5458fc4898d804505 +size 10102 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1210).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fba8299e3804c01f4b0bd739693023b644ac749e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c91359043e9bd0bf088de8e09ae93fa34e98f45e036e901be249a292df5bef2 +size 12713 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1212).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c51e6d64fc7327fdf42e7e655f1a19fa720f805d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c25ed20f038013bc223b4e1e8e159b9484b1dffd4c23b02969a3d3df9a83d0 +size 12996 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1213).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c61cdcebb3084dd6a375727ce00d768ce03cc070 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ef4dc50d451c5815209299ed2aa7f994fb6be9e73f10d931a424c32752e6eb +size 14136 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1214).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bf8a693a267f2288625d4a49054d05b803d62b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8a8aa51d44f79acd2053656cab0c963679aa33d7f77c182959c646bf9ebf86 +size 12427 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1216).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edbf376e2d61210a7ae806fc91ca3f82fe222966 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0741c79f84f92bb713c8dcefab7d13fe7c617d0720e70967f0f04bb086c78ce0 +size 12548 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1217).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4a3910eee7a910d22ef51f1669b23d522878a35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690246d0da3e4d06eb9983a24f051dd0b426bc8f0aeeb0ba0f13b750f1a3a63c +size 13169 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1218).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e12ee43a172640848688f07af2ccfbbbb069e09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e63337ad94845efb4398d2dc33e190947294859522188d0d302f23c9bb0f5d +size 11885 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (122).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6056beaf7bd5df8698f629cbeb2cb4cbfe31d093 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba10dbb9dbdcfe6509800e4ce700a77da33da15f3de0c6604d9f2ad3058f305 +size 10220 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1221).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..311d0e9ffabdb90eebe465aec46c9b6c42f7d13c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f3d5a559fff34a26336a1949915b0c2a6eb69fffe9a546f5703fc5a5ffdb4f +size 15497 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1222).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7489908ad8392f8761b1402484b4216dd5604aa4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b10547235667f5bb4cfb04f64341193b35033f7ce0c465d5e8aa2cf9b11c4cc +size 13795 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1223).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a469b4f559d58e1a38c25533fa754fd60768c668 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf539790f812b60f27820b0baa44dc51c383420ba811d5623619adf7b6b8fe3f +size 8134 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1224).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e44058aac55c3b6d53aa229e0bd67271ec069ffa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552cb432b0ca35dc4169e75a966e2ae296992abf014c3c33792eca0f71f18049 +size 13034 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1225).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23fda68dfd8907ac82930abbb1c087b5fd89c362 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ba3807226b665eebb70b920ca854e0e6c5503b9b8cd188fd757febda172430 +size 10349 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1226).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc21d6ddb29dbe52117cf48f2ba1c5ed59f050b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd1ebf80c80fed11ae8054a8ec357d33313856737ca42b98ab3d6e3eb0d9378 +size 12876 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1227).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74a37b8ca4935586d20da76e343194706c70b52d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ac92e09b26d8d85293c1d38a4973b5c2b9cfaeb48a9ed1f39b2158e6ffb48d +size 10720 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1228).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c5f0146fef2b35cd3b83679ff481a13eab323ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ea6bb1cfa20475c4f3173538847125a095f35ea2790898f4da785ebc276f4e +size 10318 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1229).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3605cbab44527519cbd1e12162c6bf31c0c9d23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f74f0335e0ae8e5699b7e9995ffb36cd09b3c219fbb8d6869f7e68d659f14ae +size 13018 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (123).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a15720dd34e677d4b49cd0cff24eb047c5428468 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9b63539d7ba3b077e12b4382a7cde9f8296ae95e59cb5abace0491bfb137ba +size 13322 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1230).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c2d8c83d521200565614162b77a0c29b5fe823e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7e12d216ef0fa06857600e97d0e7182d8e33622a8801410f8fd4d206a09a3f +size 13838 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1231).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee29e2e106818b103370bf9e4195dc8b633e6902 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b7c6ee78fc508006645f1be8d869c4245998a3cff3c9edf002fce1030c8114 +size 11592 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1232).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8471cf326a9803f0a7cb317182591e74203498ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3558a3ac8bf226e02f99f82803922725bcb6d30d085ea6383422fd4cf2d730a5 +size 12500 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1233).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..482b970b12ae41cc65cf90a9facc0ebb6d66f9f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef311b5410ef9b44dfdce11176e0f6d8685f3fd07b5fe880ec39e8f31961b351 +size 12832 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1234).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7fa2c1e96f0d838154d0b57574f18600808d49e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a03a937b6b6f42fa9053ccb88f6d61a638beb89df42f824eb108b07370f922 +size 9551 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1235).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78cc199230430e18188afcc31b9a9f521db59923 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98bc54e040a16529540580421f9e52ef17ce6e42fd32be081284f5b03568e53c +size 11820 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1236).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94d0108064a5a77e7aef95a8e031d5b8e1b170e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30d5fa58768fe658b46f46252389adfa677315ea3823cb399f4ac61f1753cfd +size 9834 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1237).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6da7a88be29941f92a07a78f67bc7bb3e36a102 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b1a06a5d0dfbfc66833e4b93d6cb243259c676625de24b341a6674a84547d8 +size 12396 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1238).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9554a2940586462a61d699a82737fb48cba30aeb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c730302639fed2a6c5b3c2a9564228f24bd71c922152470fcd108f5eeda3440 +size 9650 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1239).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e966e9f604ba8e6658bcbc4c3fe906a9c603dec0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac37308899443e5c9aff6d200264689bf6eca41b58e061dafed8071f4e36c4e +size 9569 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (124).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..154a48b277f57890840c8b42a6a0295fb57c7588 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac07914a9e4fc217cdd40d567b4f1c8aa6ad62114bc270e453d7e8ab5c48849 +size 13837 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1240).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb004b1e5b416ab3a54678ed8c72b76213637bf6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f529fa4b3b3f533d8f6134872ba05c015fde7267355559f416453cc42c5b61c +size 16186 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1241).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21786d03b9042ed416df41ff665b151422992f74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d71d57b3234edfb6384b8c212a8febfa15f202c075f7f15fddba717b0a5d31 +size 9260 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1242).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a06a9fd147ba5dfe93b4eb1583523ec0188ff3c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef2bd2104f471dfb543b11341b20c38d3e39422e893f65fa097506e2448eb73 +size 12515 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1243).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f562948466f74d3ccec2e3e9205d4703dfbf97d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675cd23b20f5ad6422169e14bc3271f38500708275052e28922d46dce8f12fbf +size 10884 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1244).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e58e6859b7f768999d40274644b5c606635150c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecb6d2b991603536585b364ef890a0ada4394d638839dc7dae33b6ef45067ec +size 15867 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1245).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..323822ba82ab6efd1989d51f53771b9861feaf30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2150b6462ad43aae13181a99f8be2536de16fffcaa838dba1755fef267ea4b +size 14079 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1246).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55dc42c10506718ffefd86f4e699d85f6636740f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838c4205296a828bbd96e0eac2ec92184052b9cf8e6dd4566b59a8a9a24fd13d +size 14598 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1247).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23b96e855f91fd84d6707d01447b66ef1d5921ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1599e54351faeaea74c4c1d3c56ab30812bbeb67c10e91936e942aa9e9b9f6d1 +size 14424 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1248).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7adf1182e3906a281e2e82e259f76e70995e09be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9b4d0676f91b4ca8e8e234bccdc46cfb44d4820dad4197371a5c5fcf944051 +size 12722 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1249).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59873628d92cbe27268697a7dda4b2aa4f46988d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f822bb85710641561172b11556f9e4648fb5da3b8d95635ad78f160727059cd7 +size 11906 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (125).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d4e7464356f42b7c9632e8f8868e3ae1d04a56f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3eeb0ff2e7dc50e0345d6fc2129dc0690abb91356a6e6901af30c3d6ed0aec6 +size 13408 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1250).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f381bd4a45d6ea3b871b383921f1a492ba1ddde0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336b72222ded4b57f809ba81f9c7bfa35c8ed50921f549b32c2e5b882ff68c2d +size 13347 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1251).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4136b014b3306207c23355594241c2b947a8f264 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bab5c71e17542d023d4fb1aaa67206a91a7cb44cd7f00698eac5b550c079817 +size 10932 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1252).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e67693fdf8bafe011b550dbd2401a612ab9d80b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f371c8c480220d701ec0b46455b0cfc04ddcfc84931fbfcdb31c29a694edaa52 +size 8981 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1253).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b88646b47ad68490530029b593578f5c8967fd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8008718c449e61bd11d4a071b5a470513b6817f39ed33f0b9f624ee4d5db4c0b +size 12288 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1254).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dba35ef384f546873d580c868cdf6486c6cc7975 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da531916b02902d241e9fd55fc2185b2e5844f4938364ebc408bbef478f29d17 +size 12738 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1255).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19a9106f459e7e0c5686baf9dd93cc8430f77660 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572416c9256e37c938942cdcd01098626bd23254ce2281001dd0fb5baa115f57 +size 12254 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1257).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45ca5f617cd2ad19070ffb3d10f33b4f34f199a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55b01010e85853188954f631a7086b0ea4750ae4daee103d04d8f4ac799fcee +size 14968 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1259).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c543177515f0fbe1843888590ed70130e4edd106 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bec1f902d3b0f0bd911b7720eaeaaf0c4b4235c92f00cf85750cb82cdec0475 +size 12823 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1260).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19506b1cf01006badf225f8ea794e2491c1a3d45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81803d9ce38f6f1a54691bf64cea3ffe8d3e6095011d787a02d74119dd47eaf1 +size 16632 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1261).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51420cf025b3748e2c20e58ec4625ae92ba33439 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3bfb73638d7561fbb7f79895ea624c0b89e459deaec77ff43260f5110a18c7 +size 14700 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1262).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34eaa7fbb968b3e957538b5ef50610cc010f6f3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86bdbc7f4af5c01efd069ccb7a779020bbebe29cb0ae119a6c0049a1e514d33d +size 13245 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1263).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04f6040f0cd3eb368ab4114a37ab9277ceb35ebb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734f901b72688e858b05aa17e16b5c34eb8a4c4f2f53ef79482c2f38ef2f2e0a +size 13559 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1264).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94bf91c2e237caf7a33fc09080586993e3b4ce5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dd7e356f5b9dd2135d2bbc99a19390c276deafd585da7f02e7c36d8cc81620 +size 10885 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1265).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b56bc5b93f4a682566d62f3cb800f359ea652fb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd86651be4fbc084c97343dc54dacc2c10352dee3aeb9012228c1635b62caafc +size 10242 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1267).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa72e80bda8f2799abaaababe8ed7d87053d12bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8a7e5facf1655e0a5807083dcd9883153fc566694c001645a6f7cfb5fec12d +size 13623 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1269).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca34f3a87336a5bf1eec045a0f7c188892f43f69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d648e1713d5f67e975a5e3067a59eaf2d6855c51fbc7ad07e0058d5772429c7e +size 12356 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (127).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2562f745a64ce144d433721eef9b7d87df1985d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf46353832c8314b737f7f18bb9d2c2862ce85d3179a9b1495afb445d2e5def +size 10621 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1270).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc97c1d378e4ed06ce0171856adba477aef7ae7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48abff89ab1f480e45be9371abbab83e1981381776ed6c975bbd53014121fe56 +size 14921 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1272).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05bc0232eca2d5e5f3293a8b22fde51461eca052 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ea7c56d5ef354ca08784cd0ceba91ec6ad682a11d38865f7a51177f7280cb9 +size 14911 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1273).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ad7963749f1da311fd1d246421d47ee6d0624ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e159978af83d039a234ff9a95b9c89ee1ba281252ebce7732e24577f6217ec +size 15467 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1274).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d914df4ec9586b7dc5993a300ae2967277c2f785 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95606bf9e24774bb0a9fbf75f3f513a9f70f47c9c5ca5dc8f22a6a1b463aea95 +size 13813 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1276).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..545c77ab01ed5d9e168517edb210a401dc837f96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79ac4f11b9e11ca5713c5881a24a9fb93d6349e3317f12ee14c45ab2c94d737 +size 15220 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1277).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6a1fa03c58af57fda9439dd5237f737d33c2502 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490ea860ffcf7cfa6ad583ec1bf575a24dce1ddc7982dc0e3a70ddc0b1015ed3 +size 12098 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1278).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de1414688ab6113a76352c2202666c1f1eb107b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f7f83e7f241ab98bc20e7ef5357e3942e4066c5feb8a32af693b49c654df79 +size 10336 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1279).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..732db3867835308a3a5c93d65bc417354b7abcc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05617a6e23a4ead274dd8bf7e5dca4472018ff17aba7fb0119097a6191d6c5c1 +size 11732 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (128).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d5f5ad009d1e7d5a7305850dc1a733f4ff2bf2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1822bdc4a2acdd2361a76d2756bed9efffe18fa1408d968425450b45433128ea +size 9668 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1280).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96d6b26fca813df55c60f5e634c341e2ed88ef78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56cabeb09804c34c524a9a925ab77554e6a15ff9d91f8324632af6f1195ece3 +size 13414 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1282).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c2b3d530798d164a690cb4585ac02ba701cc3e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532a2c1bade579fafbcc9b82bf7de3464402a4c71a64a670b912f48db70ddb8b +size 12218 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1283).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5926f991866863d8c7d11ffe7aa1c3dfa4e805ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f419036ab16deb7c179acb62de715a36b6026b60b0c3b6d381ec34556fb8c32e +size 13801 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1284).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91ee742d7ffe042930d6910c5479f2ad214959f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1067b20514250ac15d1ddcb5f5fc73817361da7f2b985318f3fc78782db25a4c +size 11340 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1285).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46af898ed8ca572211d3261dae294f937c92829a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c72f8971649fe1563c599438c43f2567c91a7f41c36423e562bc952880d0a42 +size 14466 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1287).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e51da78346fbb31f43fd838192a50de9969e47a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8dac12fd9790b7e9f75d4080cad9f48642fcbf3b1e5b32d0a65b47ff83f327f +size 12187 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1288).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b09b254425c50116cd407dfee23262e10f80e87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4d7fdb26304ed3701df8716805c674b0b9976a59e2bcc6e7534593c9b76f4b +size 12383 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1289).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb77c5fb7f3342d9e0a55bcd0be43f682cc9b213 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c4a2b3d5018235f60669553c0595c9f7853a907f21b856f6187a6f3b105d5f +size 9777 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (129).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bea866a163474846d7a9c89ea92379627c6fce93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ec57ffd2e8efb2167333ad053e499727342f03e89470c9471837e4bb69f5f1 +size 14827 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1290).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c93b07c943a6231bc8c91641ebea7ddcee5a105 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407e35825e657a2e30671c37e5b0619d085516ef27e3a942369482c11b31c71b +size 12563 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1292).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d869cedcaa78a70e41077f9cb81760b0ca4812d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e1fab833a1d019c42894f7c49846982fd1083f7bd527c35d63e01303bb31fa +size 11635 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1293).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..673d29bb5544001d82c22343dd8c8c88b62d7ab2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ddae02bfba42f9deacf59d7a89657374565b68aa038099d681d218e023643e7 +size 13400 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1294).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00087cac871e19120d9a6889a56a17852a02cc62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecaf63a103460a6dc52f8f49f954fd25662448a72bc0893197cacd66a53a997 +size 13491 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1295).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0681a83bbdc028faf8219e26ac9bf6a21e8b73e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42384ae4e64dd7c09d24916f0051c4d5d4b8dd817bdaf526df1f55bc09d5d3f +size 9768 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1296).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f1b14ad5a2e4d8c77ec73ba274bdd703985800c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969e50cf5a7ad643221bea5708cde5c95d092fb6041abf163093acb98638a4a2 +size 13533 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1298).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c875a06a8632f2cd21f775d32cacad14cb800833 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0819b01e68061b391aecb5bddb38eab940209afa25eaf32a28eccd31fbea912d +size 11207 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1299).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..942cdb2c75a60d83d5d3ffc12f3e7731c7704844 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10047ff613344a5ab8395a087ad41603dd1ae886d4df9d5fa3263c3142fb69f2 +size 13567 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (13).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (13).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8a336670338f3ad9dd84aa5a2055ec8d38c946f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (13).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5184a847e3981209b3419a1c5f5dfcd17272dd02ed13fcc19d20733e562d898a +size 11759 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (130).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0954cc77c9bdf4b06e01036bf609e465e03b7bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee63dfb140fb9e8b7cac3ab75802a8b96872b34d6f850213e8ac496a4cc93a80 +size 11719 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1300).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a16f9c41ded8b21868594a1e9f0943282c978883 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d900cf64589547a0da90aaf39899a4ab6251563ebfd1487c01d31218b71404ea +size 14711 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1301).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7450772140127656c2e7afbf7296eb2b68451c90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c2b13fe465e7f9ea9ae88829251f5f59852109e114138627083d66828b9c88 +size 10544 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1302).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70dbab9054d9002d1b3155b5f7c28ac97effe022 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677378331fb85f31edc787e474d63858ee6b778a84f9e7e11fedb71d0c7b38b2 +size 12420 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1303).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d3b6cf7955f0feff68c87675d774b7c47e52ad6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40377a89b2b49735eef41e69f647652ec846d29cb903cdda7956d5f994d7fa5d +size 14911 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1304).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0445a9e3207b5409d85ba1ac73c68620bffdb07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307ad855075068efe48fa962fc342772c08fb1ba932cf1058f39fb3c8ba63726 +size 11308 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1305).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb6112ec3063487832d78380e61779b658e42e99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c64b337a59547dead3376ae8032d407f70636215662e36d371aef41c5abdaf6 +size 13406 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1306).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a5e3b1ccd27aca2e165002cae1a61f8424e39c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97709b659500ca2d053bcff2f0d1c026e7b7a0fe7a1f5fb78c3e11096994bbf7 +size 10604 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1307).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4f4c56cf1256d32033fe91093984d581c95d749 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9875010548431a9c2f2150024729adf0cad2d60d92a041cad61b5f2f0a4647 +size 12144 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1308).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09863fd37deda7e5b7cf239c56619a5bae1680eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5205d2631994794745172a2fe7456a9c34bd3f3fe78ad40180f7b06ad98ed8c +size 12992 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (131).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad487595a9e35385da78d13af240352f492f53a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8d4917bb4cff1b0f1a6ebe466972368a28f449d6716eb572dec6cc8014eeb1 +size 12634 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1312).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f284d13ad9b817dc8ee386268c87c3e7ca4e0ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca78d97393a67d91d58b13b35794213dc6d99b12d50ed5e1b942554abe5bf7f +size 11792 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1313).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..497f729ed8b05aeecb27977515a1b3d809864a07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c04b4c1e64ef06764bba31e3a6cca0f2e9ce55cba9ae865a14cab963781de60 +size 12816 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1314).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cce3327381051b024fcb6df761920b0e59636e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9358ae64c2af7a48e484df550ebceb9f6f50ab962cadd1384b67782c51e1428a +size 9656 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1315).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4f335b23a3004776d6c6dc1d4f524791a699e55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d08303a9b41619338692bfb3da4b4d1c02366a237c1315f67f12f32f27492db +size 13765 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1316).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f750de209c36e6f648bcdacaf83ef87232675e0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50988c69352fcb23b824ee34aea54cee9c86b0510b23069894a1d3698b6e282 +size 13002 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1317).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7a63fa94b670793ae35b049d9f1b13cd82028c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7887d7eb4fc7b3c300bd42f84ba1b760ccf6057b04029f610ebca4aaefb55d3 +size 12220 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1318).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46568e9df703eb131596e79964fb6d9caeafa422 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4dda2195b0f67e44e7b524b7c639bc2c01f82d2d23c7e8f2507a3a5bab52ef +size 15275 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1319).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee8ece72a49ffe833b13a4deb63dcce162c1b30d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89da56868dc98e1bf8a4ac199e3dc481106ed260c3954490f17b25eda52a54b8 +size 10134 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1320).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7cd809fba27828d310d5976176e4b2304e3b38c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad8c0156321cec686cf48bbbab23d6ccb8405a87cdd70d0f3bd9e28386f8469 +size 11728 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1321).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e03a8957d514067e9bfd2c383ef69c5ce4fa089c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e34368f630a50155cb3528438c633e72cab483e7ab87cfd84184b4b3638f2f +size 14113 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1322).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69e738c7814e05bef03de5217c2dc2c250d9d98a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9ce545c751b4dd2044c18f8d4b387337c333953ff9cfd42ff4447681c2e2f7 +size 12747 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1324).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db364decd6b2fcba022f9ae3849a0f83378ffb2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b9988381d513938e97beea5b4bb957595639ccafffa912384d2063e4f19a25 +size 12953 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1325).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c304036f6f563a682117ac8ad36ee1f420a5fe52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f6e87ace48562f6204457bca86fb86b955a85ba172b66515517cdfae15158e +size 13110 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1326).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3dc9b4175c9999042dc87178966eb5b29ddad61d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45e48f8272fe2094a43dde56bd7c52cfa960fc4b42dfb393fad707f0934bcc8 +size 13401 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1328).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..368d8af3bb10bdaa099cdd09299e5ca931251dbc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad471f93f1355f7d2060867463bf2b46e31d4394726fe6e4d96ffa23d56370ff +size 10906 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1329).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..630b3f426912d2145c554493c1a257f9d4eb086b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3386b3800404a083c17b558b98f0a14f23190e85e475726ac644faf2f5cf8842 +size 9130 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (133).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83ff6f676d47784ba420b6439322acd39b974bbc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9618bdb3a712ae61984c8abf58a6f027c23d87ee0c0823433afe85b4e53267 +size 15730 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1330).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e91b62f412c33d1186e9c23e8b3c9f96acc6d152 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c502b291ca4c6be1522242626d58c7a713dbc1da20b75eca29da12e35c38a37 +size 13171 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1331).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d38a40cb90f1716d9adc70f416ad2122142aa139 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ab9a2bfc1df89fe45a2f26fa100f087a817ba43c014aa8e50ec1127b983090 +size 8008 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1332).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..873a6462c769c79b7edad392f277dcf4b4b47ffd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cd76bd9f82ad8db182e2a8f15bb5dab04763abc524ca604d369c65a10bb75c +size 13144 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1333).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a65970e5d43499b1c7e028425cd0cc73a7fc3e3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df888e8e8303aec0e6acb29730c8610ec1e9dcbde7d7a4f4fe9ab239c4fd1fd +size 16735 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1335).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f39b359de22a8252b201dc73fc0d4b72eb47c7ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92890e752fba2562c6978b1fbdc24a4535759be73ce6173591c04a20e6981857 +size 14519 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1336).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fe5509b4d1872615e007e37728019904eeb31f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0496175739c873384e9b2496aa5e6f1c108f4c1db3a28181d926a685b81d58b +size 14062 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1338).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b34f96c80c6540eb258db337cb8178f8c9e39b57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72ee7d42cf8772f9ecb02b9d235acd14eaf3786aeb2540374a1905035273197 +size 12891 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1339).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0eb01d4003c24be508d84f66b0fecd9fd0de9e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd47f8141ad73e03872d003fd1ce24e740d68702df60435c199ed016cdc08e9 +size 13136 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1340).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82f45e65361cd4389e4b4b688b2e933d6ce784e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7ebafa6c156e6a776e3e514e473e1af5c7349fc7936d7c22ce460f984e605a +size 17389 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1341).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d250fd5022747df4a38e604afad3d285a10b9cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0903c582efa7265be6063fbffe6b47a053bf38737253414e30e7e3b09477f527 +size 14779 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1342).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4119d87faccfb987290e48709c3a306aeceb261 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861621fd17266731b1c9c3167179b5b905966d023e441d69af2e23fa67516593 +size 15775 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1344).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e78288a127ee4924c0e5d28fb554cd66954df397 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b436c5ad42928d9715770e3a34e049a6e5115157b3085a17e8e388af9912cc70 +size 14632 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1345).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d99fdade784c1536316ab084763e7fa782a89643 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86eab55112b63405f4f49bdbaf5148abcdc012fcac12672c24079cf72b3d157b +size 9040 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1346).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ace4b3beba528b5c04423f6881bf8ac73c2e3d54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6420793e2bdf91a7782bfaf4e06b478babfb88ea01d84d80923ca46935a4ceb7 +size 12588 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1347).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..041c4dde02167e485efdba47c0941d9cd220f1ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17add97425429ed366f4b1aa59dcb677922434bc22f6c36749e5213f441f32ef +size 12879 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1348).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2c0c2569a67af7f30a51b3726e680224ae2ef6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014fd9a65067f373e6eb65ce4bfd0922e9ee35eb9c3f2f47fe34e417730cab46 +size 13589 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1349).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da39895657815cc1ab23b82a788207f513ff44d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bfe15307e425f19bc9bebd9f1b68203ce0c0fb3f782e73e90142cca7e10ead +size 13968 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (135).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..285b8dfa0b3d0a6db1eb7a498c8e452a552510b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650e2fbed0ab1692ba49ad6f7cc4e22b0561bc8cf6d0a6fb00a850e2e16c86fb +size 10319 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1350).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75fc492c8a68c0498dc740cdf7aac536a23b26d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650ffd9a6ad864c01c12fa483b098d1214c04a1018efc365926b6c3ee1d59e52 +size 9942 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1352).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9e49daab449fb0a13ddcdabed2e0915afc87e98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82259238ffceff7343ee41157b72700534a212cbbf37158891979df43c0831d +size 12159 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1353).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7aabba9bd5ca1d584e539c89c245b3062acfa822 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385a6bdd1c039e51f5c6658575776a4f19e7db901e3fb81fb96611f3f01d6545 +size 13781 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1354).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10e22041db7bab098a246ffe3abbc91a48506b44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76aaeb0d2bc97797a5772749fef5de61bf6928384201c93de357db77e0d3b6e +size 12856 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1358).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5159782b0d5bdc8d237c11e5cb213b7caefebf6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dc37110d0f2bb08f68335095679fadea7bd26772ae06661c7e941b4752fa87 +size 10504 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1359).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a2538a512ee83f59992c615ea4d0a8ca93a94f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f92f18fa8c0f1b53d4727ad4be788ffa5a96d008b769a67c0358bb0492c9109 +size 15396 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (136).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7972661106b1c4092542c59b065853092bdf218 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fc56ddcfcf9fb61ca5ea2f6e78ad8af4c7f72e038e4a3ed3cd49f26eeb00ff +size 15532 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1361).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e673f25f21cee9bdc2ecbedf9e3e5064dedc7981 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffaa4324f57882ffa2b5cc0d22c314fddee192c811a6937b206e9c55373218a +size 15609 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1362).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9616054f18e256c4d818ba19ea94665211728ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160e82457689e877b443df5a6c68d44ee64d9d2199aee94487b1fe2b0e948f2d +size 10298 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1365).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe981b3922ce16eeea4a73affac46ece7a408d6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856b17e9831ce9c4973e77fd8cbd759c01116bdd581d4c962fad1506e319b85e +size 10643 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1366).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..261775c7aa4735004f47586d0da13199756064f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ef46010a3f4dde0ae8328a26d14fb9417cb15ddc6e028d3f2a5c299b3abd89 +size 12713 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1367).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3ef380d6d220131293d140d55a09896ea6f150c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0fcee54829598d3d4a1fdc4cf999efe416bbf1612d124f8cfcb309bc5402a3b +size 12727 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1368).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f61c4d77ea3761e7d519ed59cbacaa266f230a04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdb7c9e3e830cfa25aad6881d0d6e2d38a68076461db82e4c48ec0a606348a3 +size 8839 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1369).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77121265818fe6aa0f3caad744f1beed4f8431d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b78ebce2a16fd9d77336bb72e7465fce738a9106e90d8a8beb9ac7a8f023b7a +size 11733 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (137).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8f21d66ab098c743bc5330fdcb982864590ebd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59dd93f24c5e76f38fbba241b4c54237601aed0d2c616bb4113ecab47d07040 +size 11498 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1370).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6c9eec551563ca5378316e30765868092bb5be3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ac72b8d9925463b5e2a9269c78d1f0d8d1eb67c9ff38d6750dd8658dee4042 +size 14677 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1371).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b81fa629602670f783843eb896e27d44d2e9a606 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c236a51e5ea51e7de2941bbb1ac6d4bec0d37f6f25fd03b8079ba058762161 +size 13238 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1372).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71f558e11089a05245b7f26dba495f099289c045 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976b300317715de69b109e91c06d503397d70c0c939a4506b00e84b32ca79ecd +size 12985 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1373).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3437c421a980f9223091e1a0f467dbb51fa77429 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc9424b59aa32fee44f68089a70ab36e3824fdac7be847c2f760e8d4dc25f3e +size 14301 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1374).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f70c5f2d975541fc1ab926a518effd66011f31ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1520483072dc27944d10634cd094c3aa575ced6a6a375d64a7cfdc0cb6ae4516 +size 11269 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1375).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d0374c57b8c294e20e04270f7113f51a312a84b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6add3d5fc13f269567b062434addf2e92b9c55a12d0dcad57abdf0f9a17e6b +size 11052 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1376).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dc7d11a4cce4196809a1cef46cfcbd75d84988a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2610377a858f20ab423102f75a55d3cec21524863ba2fb22cd1f878281668be +size 13974 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1377).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cecd85a820ad80d4ecac418d32f4a841593bbb82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92a6d4f319a9005d40a8bb4a46ad90fc8b40371e8d00e7ef6d2322f8847a6e0 +size 15716 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1378).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccfc2b6df25c2efe29baeca5243cde37eaf653bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9474eca2684f27e304e827dfd76bc0974af5b8fa4f714b8170820e94e2741cdc +size 12989 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1379).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..446c5ed974912d66bd9f0f2f28b08759fabfc10f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d0d6250e84dc4c62ca34fd1b8efebe01ba0a46e97114943caa8ce91dc54b13 +size 11051 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (138).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1345b4e1f8afecdea0a56251240e21ba4c0d4744 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f117e718724118aab2945c27f5441ad71f73c61fddd7b59480a91bb8977a4057 +size 8481 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1380).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b31519f6a80260829fad0705c97d230437c3f682 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d288686ae9716015ba08299e8c59c22a7aac0d324b70615d8bd881f6d53d023b +size 11977 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1381).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..905fdfd9bb27810b07bea32b2b0282f036429ba4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512576253b2481d6079ef1086cecfa14c7020b22ca374bd339b8cf39cef0abca +size 16880 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1382).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dbe3ac00322aac7989c54c96665f82acf93ef77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ae9113d8dba50a586b29a67d9c27010af3472f8bca4fe1e3a8d4e857fd9d27 +size 9128 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1383).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d6744abce3e698d1dfe26d0f1b9f6939da0f338 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aef7d09b5c08706f1e9b9ef773fb2d81ac1640cce31ba1d4733ef2d8d6785ad +size 11173 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1384).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c825b5a2ab32c1952f3958449566909ddbc4eef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bc56e2dc39121b5f998a58371a0e192aa73f68cd3a70f6a36bf8b7fd7b2251 +size 13610 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1385).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fba451438795cb7078448147c49ff0ccd8854d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3516b196c850fb9638e91801176c14d70e978a294d19d2590ecb0992e9e624c9 +size 11978 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1386).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64635c00eab2aef076657c35c9ce18e7b66ea70a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef178e1053f66457aac83f1ea818f8d6bd059010717f44e69ec41608b9857b6 +size 13139 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1387).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e87c7738680f7a716f08df13136e4967961c766 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc89c403ff2c15b231d20826832fc890855656b675d8f761135b25d301afbad +size 13529 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1388).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9052f5f7ef997afb97bde815fe99b300ee6576a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3686b77bda8734518ea7cbc9b0dd31dd16e2b4f441afa1659de59579da0830 +size 13445 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1389).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..beb418658a56f81e81266c40eb66d43fc5db207b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d5739175c2cfa40dda7795e5bfedbe97b517b962c8fa31bfe25c8b0d0cbb6e +size 13097 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1390).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55d050077ed62c9d0e1cb41e60c2bf0b47606d98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cc50c9fed28716e2addf98e1216486bd6c267b99d790cd44bdc5f80132b52e +size 11198 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1391).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a714f5c6ed303cf1c53bbf3160cf5939de6c00fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9180cb83f92f3fa06c4e54dbcd9985684376109f5bf56eebe5facca2ea276e87 +size 16236 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1392).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdcc90255719cc6844f95fcf8fa022c9216b4931 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b6fbe7e4096e026d11e9fd5393977ee221517077c2b67c7e079b8f5fbd0217 +size 12966 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1393).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b56b8d8ef09b204432760de30bf6fe51fb30c377 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f9d1179b5c7439d3d66f69b4de96fee2a77416a3d706995b4a1e9911516e11 +size 11470 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1394).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..660b4ba4569ac3467a1ef43f61b37087847c1217 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9bce309ee57903e800ab8bd10e286f44f080483958eca67162ee1700fee7c7 +size 10462 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1395).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f092fc54027b396cc47df87f303ad47187c5078f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0874901d4ee3074fe50cab077c0ac9eaea0c8267a1f2446fb922ca2603521b +size 13571 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1396).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46990363e13eb1926aafc1738fc935e613affe8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8efb98e41b8bac8988e032179eb575a09ef92252507c55e395d9043a7d2779 +size 12221 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1398).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fb73c5e5122904a9a2d9f37cd5d2170d65e2b89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980f9b39a097683731f68f2a5e69f2f8d3252b2c3aed15f21091585c272573a5 +size 13824 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1399).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c415c83fd834bb657a3d89ffd479664867200a94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd475d831fddb3fe2b8f8a893b8686401e09ceaff05438931c6920928751e90 +size 15004 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (14).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (14).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7d366994051089187c3a243fd901721615c69a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (14).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e8457aa265b25c496ce2d433bdae7b81717e40fb424cbc164e3bd67f6cc2aa +size 14438 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (140).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0befc5e4c029fbfe854c5e2649424712cd90d003 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dd4f2af7c979b2e8e51f99fb6c3b0e31c8f802d461720942a0c901a12c9421 +size 11081 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1400).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..757d523b607989c9edc8e78b2c17d39cbed7ef67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb54f375e064dcdcaed0312bb368501cc6acb7468fd9f393d800eed130ac62de +size 12878 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1404).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f681ea3a448ffa5e9221b443beb40d1ef4846f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c4ce121733036a104ee127a6642e162da1bc80adcecdb7fc0dee81ac49b153 +size 14250 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1405).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80500ae9fb27e381a23d5b9be21cd76c087a95f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5804d3c8e72a8e9c1b6c8600a942f4dbeeac916116bfe0da67d2c86494d0a744 +size 15928 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1406).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56ffb86d3051e5d5b509d9a56755358649fe5d3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19280a6a87417e8aa64611f0e65967a9dff8cbb5c3518d67da722591fb758715 +size 12627 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1409).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40d220d875db8f9d903dcbbd1094f0ac9db85205 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a171bef83704705b7da54b68dd4f03e8430407d2cb9d3ba7c5a5157e02f5092 +size 14391 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1410).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1034f4a2b108c4f75d500e500cba922667a235a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1927916f6834bd7923b5db4cb28f779ca1bc5dc0d7af32a5cb956d96358491b1 +size 11207 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1411).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2433f9fc7bfa47a1617f2b7258f018a8032de046 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e6956788bac7fbb5592ff28a19b3ed0d1bfb4e7761c6b8985e99a4dd21487b +size 13008 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1412).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81edbe829c81e0c5b2707e70f985f93c7174a535 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2e5288e896f604a69764355a310a9f37e3b3251758f878e3fabb4bffd02e06 +size 13049 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1413).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9494a6c9426a692c6031bd7df1c2296d423fa81b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951e720051f66ba69c1d8b63a83f8ecdc00ba59d8096eb16cd52621f9d4bf777 +size 10283 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1415).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c52c79f3bbeb472c3adce1e2b5b6bc08df0d8d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad28075b92c43d6af92f052c7644567846e811c4c93ddfbdbf8f77c3067c4072 +size 14600 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1417).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..186fe6d74fa9788d23556579a5370430ea5bf330 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3253cd3b02e43572d0b6da291898c213941542dab1871bb22c0db13fd95616 +size 12915 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1418).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a984b68151de4f3791bbe49a5f0829c47bf9ccdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5798734d55853a3b2af983c7f811127b064c2faaca279dc433fa6bd5023cb5 +size 9248 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1419).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bacfbb39c2dfff695fc6b07cef7c6229e1154a47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c59f6f1affd888990ccec11d37a44862170c4bfaa6b5e5eb21a7e1d0363e45 +size 15057 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (142).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..376a99fc15834be3d371a6567e9a6a5e88b5b0a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39800c871f57ca0438b0b1cc747fcfaf42f9580a01b1ea4cf0add3d479720212 +size 8555 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1420).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb78cec76e49dcac2924eb18fdb208f93cff6639 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a40f4fef859c7eea7ac0d613cb29cb59b32d624d1e38b922749be3537d9d9d +size 13495 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1421).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8a31f1e1352d134817324cd2cc0de6eb3c546b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086bc2b0fee7b28a89b46b0feedad9e651318aeed3572495129a1faf76ac0e3f +size 10407 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1422).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32f5730b2326f329def39d5828646174dc68df7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcbdec0ed2d5daeb9b16bae92cde753d05b928bf14701716159eef8dfcce35cd +size 13789 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1423).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2985a032781971c9a4546c89140c3a30c55aa4de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702156826a824a7e4ff605f805196e1e4fa17b0afbb37ad9375e3cab912c5b26 +size 13082 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1425).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7905f110ffb6f9eb50d71a685f1898e248d8a5b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb62518f5d70c79b5cb49606315cc3b4441eaf8e60ea4f94abd7cc623a85be1 +size 13221 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1426).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..069bc7bda6fcf755280733d180e6d3281ca5e738 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd5b8cd384bcba31830dd7699b1f883f8cb8a0c6d971f8ea9335511de9d3df4 +size 13586 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1427).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbfbf8e7a130bd09fa0a41b55477b1df33fa4b63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7759e0090e9bf1bc9f323199322baed858c421b5c9b41c6f7ec443f360950742 +size 13279 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1429).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e9d742b2c00866ee53554f17cb172486832a2d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aac88d4c1bb29ce68f742721466419fdf149820445d9b6be9ba0a2f4e744e6a +size 13918 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (143).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9289934105113f856b5a64db5d6dee84df793990 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54dfaba567bf01d9f4893bbb00bd1faa0f09f24911ea62561b070da126c5fe3 +size 14477 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1431).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebbf4fc8a06e8e2b117d57179e703da4c918a90f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b242f7e79bd2e8697b0d9b476fe258f8d320f3a1c29cf14ce6e6cb43a13190a +size 14151 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1432).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3edc3158a4a809239f8bdabd384301bfe26740e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b209d5fbd70bc6005f3b7b5a1163a88a9fa176a88e704a7559fb4456243ce807 +size 9316 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1433).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..070771b27ac10c54a5c42542b352f9eee8d69303 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d2fcece8bbd1696697359ec2b5e24cb0fa98e3f90487780ee6d001fca23899 +size 16053 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1434).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91a55c35882c1bb3a05f0986f5bfa75275c7af55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d4afa76dc82fad11c67556040ed8dcb12b005a001412c630be44ff7225a467 +size 12362 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1435).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a98e6ddf4701d167d8530981b6dd61520f12af4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf5ac647b990dc73228f98a6b8f352b5e7b88c3586b05cbac3b00a16554c742 +size 12930 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1436).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb9612fc5fac67ae4158e89fb0cab66761291620 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e76a7ebf11de870f95fbae1c65ecd868216eb7b4968a1ea0c868eae3113c83a +size 10651 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1437).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4348eccacb76826c266891ce15ccc23040489eca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f6320e37a3618516eeab4a68dc38f69e58f1605c1e96c4c4efb7c9a90e1d4d +size 12753 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1438).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ee2959594fb83bcc99fc772de6eb0ab955dc8b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b4a6ca8c801eb3ba620b8ed299a69299f1ae004bcd2501ed7479cbf2e16aed +size 13934 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1439).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd8d2637c1cd4c9bf86496a04cdc707bb3e182b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccd150378b8074a6f58d7b12945472689d41f6972cd71b5311c536bc8d877ea +size 13485 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (144).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9a3ec63410626c44ad2ba417653d2aa0804125a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36dba3dc4cb21bf683aa201a12f12fc9aa34924d57a91de872da9eb91e1eda23 +size 12026 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1440).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e7054f92abffe36ffb6bab020e03752cd27fb43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2800f33928c4650a5de46f66d605393e9c0ff625efb53752b27e1df8cab2be +size 13340 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1441).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4a284733b90b201a55586d32250bc6906026839 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9192191006a5a6bb0e953b0565294af6aaad44b776c3947c913d2da6215ec867 +size 14365 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1442).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ad7cca0ae2fbebe136c9c64048ad8ef4aa27e56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8187c7db097e6db12141fc6b16653ceda1780060eef1e2dfb306cbe77e3b36d2 +size 7881 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1443).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be46dbcc6c8ac7818ec04eae4ac2cdc2605b8171 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba4654b2d97ae3446e7b51b72772c8b6ade355135bc707ae02d9c0d60e18628 +size 11588 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1444).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c306e71dd6ba6268699c916ab43cd3d7e456b867 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9760850b926b6fd2cfd68de0f3af9c8da73fa9d584a99a5b45dd5198c49ff7db +size 13231 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1447).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67548f7b8f57208c69c8f03def1bc4326b67242c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ec2560dd717588a58c75d025f006d6b82fcc3075c95f95d5f0a2c7ff972eb8 +size 14070 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1448).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06aa324b12b608d159ad49fd5ec26d5ade207fc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abca22b9d9e94271b52ca466285408f78142e646ad4437eccdd183f58a93cfc +size 10146 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1449).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2a5c4469203454aa33086b692f31dbebf50f58a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7aef6ade60af78f9c76f60a8b22425a90bc15be76b09f91b8efcf5967b89cd +size 13396 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (145).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb3ea279ab4bc5b679fb2440b0406e8a35b8552a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bc18ffa2b5e2faab40ddff5809f4be1e9a85db42f8168118ce096910c3c285 +size 9998 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1450).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb00e15f53be3c9ef5461b8fc82cff4611408c59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07ac7cedc05a2a0333922232229aac2e6fde6c86dc9d097849572f1b09a8fbb +size 10899 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1451).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e9d21797e8d1692cf73b527cafaebf1cbfb7654 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368662a0a78ff465b0ad5b3e149b33029d24ca310bded16677e1f9f594be9995 +size 12232 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1452).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..846e91f6dc45227b88d2e5a05c93841e6fda86a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b619304535cd0c8c5798d896d598ba817e7a7eff301e7f9d46fbf537fd1dda74 +size 12526 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1453).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2960b54cfab4b6df40ae29508c5edbe8e9d012ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad631370d1c7deafb5ffb0b6519298e29b80ef74f77e05539b2af35741fe6d0 +size 12455 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1454).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a388ec458dcbac108c2014e1a825a4f68765c39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd039812335ba14b1311a42457119ae36b0eafe2899c9125f159eb3257b8ae01 +size 11336 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1455).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..847a48c518a8d77b3321ed0918c728898883b06c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748bd6e83d8e70dac0d2900fe63102f6c93b979c63555ac486f67357c78ef229 +size 12902 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1456).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d2f9e157af822fd7d5080c67bbb995dd0cfc3eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f976777614f5b428892c68940c3e552d6aa724e87ba36e509c7d9b9f067268 +size 14106 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1457).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..278983f4d59e184223b6bbe59defab808ed07f59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a17662bbd43a5a901995fb3682b97bb5106a45cce49a908e0e3282ce6592c01 +size 10277 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1458).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..022aac5dd000fe19a0e0e455cbb5f1bcd17d255c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3522c07ef1fc73452bc283818ffc794bc3090c89451b42b5ad25a46a73970b8 +size 10876 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1459).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03f45678020ceb07523f806c161ba541c902d605 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7aa6450d6b4fe9414c6c2159dd752ec395ef678d7d827a279c8478d04d8c31 +size 9282 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (146).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb59a9c3d518e9c094621e371a74fa204d195998 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25368d40b34563913c953c82f1b233074645d69a67b8fdcaf99de34200594c4 +size 13364 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1460).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e3a1cbc74d0aca7b633775e2b962b1b920d0442 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d31b478fb76c21386f1a2094941af6da09d6049c9de4db76627fbc510fedc0a +size 12224 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1461).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d948afa6c4cc5722a981e0756127f4ba2701215 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c61a7477de7da763fb7a9d0c99bc9598a35bf5d58d41878a1cff3c4328442f5 +size 10128 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1463).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33d6d8ff4238e10e582b7bdfbc9d1354a4a1db2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fc1e0247b42c4912b18c778fb4429e690657b9a855c9a883914fd6627f4a9f +size 9645 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1465).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c785fd545842fe61f6a5d10dc48beaa24c461e9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547dca4f88632f58445034a9d03b7a0811d6361400d94fa5a549c2f32576972d +size 11641 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1466).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34f42424da714d279aa2c74887f1f58796269614 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d274f89d79b72ed940853e94849e5cb3c1d9738f4d46630442739cb8424b4381 +size 16245 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1467).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51d29ab1db9cedc790dded62ae201e4bd16f4c09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3fdc38c0a4451af15b1a07b6f194cd5aaf9ea7855b9ba991a97ec57c80a697 +size 11630 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1469).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98c0f1e44706e3bc074e0fad8d488feecea177d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ed3bfb6a5b23c89cfb62957b2f6c4aa5159a507537b7beaf9b578c8071a3d6 +size 11374 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1470).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df3ea7476b3971b3a8097915faa22eb03e808c2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16480bc6433734fe0da03f09a2b7a08e11c7f2cd0c51c0a4304d7e420a7d598 +size 14579 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1471).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb03c395cd151748ef0aea89f5d286261c4fafca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7af72b8d7c3d4a3404f4cc1d3a86d99f2d1750d9cf938fbedbf81f24e52424 +size 10121 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1472).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..353d129e2b1966c77a548fa4b63a9b43ef843fe5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96b567a45b0862ecc7933bd89041702a073903dbd3c89b8a2289d7a74660c93 +size 13475 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1473).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3370da67d4bf0d35ca14b9ffdcad66f85c85bb36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05897655200b71bf7902d4b2cfbe123035b08edf30730ba25023d2ada3556aec +size 12352 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1474).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8ae5017efdef37fba1c0d037da5ff62071d0f64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03baa5f40983bdf184909b4051cb8a11200a2d5ce0153f7ed64da6ae908bff60 +size 10773 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1475).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e51140be167a5190ee247fcca68268acaf2289de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22af53a26be01b9ce5f4fb24a461d854ba6fad5e12299b08027bf935a1289534 +size 14086 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1476).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be6a46c0532ca410a20cb9a83055a4b818d47d1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b534a7709372ab009062a383aed81fd707161a84513949d2cdc7e84f6b8da0 +size 14323 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1477).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27aee2435863aa8920070a441bba32c327cf65eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7307285a26f35c18bc26a5d61c17929dddbec2f9e15a0c032d4b20773d69abd7 +size 12688 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1478).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca5911a79103b56cdd27599393f74e1b29f31b22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12d4bbe0b08e93abeccfb5c68f9e1eadf1c97691f6827ea382e7da55fd8f946 +size 16419 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1479).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee6bdd7de149c99c52ee7e9e06967d06f4a6c889 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd0a779621cd0b98a2236397af733db39257c2fa3ec33ae16e88a5359d204e3 +size 13816 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1481).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d592dfbf284b89427d2ec03bf0ae37ba599b1f53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f35cae1af06358b3b4417caa4b085c8e4b8b3a93a43c50781d688472fe4391 +size 11521 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1482).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac3d8d67ce7ea175a196ae7074ba3207619a216c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6534b1a883f78d00695a033365705c554d290b835f923e15e243cefd32628e00 +size 14310 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1485).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c80717d4b5ac0ad25aab7031fde4d8dcdbb5e0c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6a43c0167f9e67e6459f68a05d85570aa56de082446e06e1f63162c067c818 +size 12127 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1486).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52dfd541635181a03616fb20725e9b8f3ada0d21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1cf3a5f661aa0a839eb9666472bd63586fc8beb92dbf956687b38a57d2e9b2 +size 11226 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1487).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89a91fe8832b8cb9b9b78835a3ba7bfef7a013ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b88eaf2703ba80ecad177c8c543b89a12b1536091e1fdb41682eb424afc6444 +size 13261 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1488).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37785947bbde0f1af5c1aa62848683909afb22c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7c9806f4eaa1e39f9bd176985aa5174cd8c4390bda97cbae81c1ac84413950 +size 15007 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1489).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..050c279d76e46414ce70960a760ef7858c4097e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201b0593fe3b87e8db90079329966782c0f113623e8e7ee333ff7cfbf7be3449 +size 13307 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (149).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1d382da24fc874477e3da24e67ed90b8da1e396 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4a53cbffd806b58f49899dbd3101e0782d92ffc514baddc1d21b085f1310ea +size 11439 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1490).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5005fe2f96eba1ee288905f9a38d21844b4a1fda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d67fc60f65bb997617eeda2393edbca4125bc4314010a92a45551c0a499f79f +size 13004 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1491).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca1c70b83832ee426068aa4fd6d2c14688957679 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b94725204662bbd7a2d4c222de77004669d6fdd4ae51d7c827f66538a063905 +size 14566 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1493).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..744ab3892cbdd04ef5e8a914abcd598047015815 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d475193bb18c5387740061aedc5c0d139492547afe44a09cce7d22e44b6e84d +size 13836 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1495).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61eb90b3cd38120b0a9c217ee460e8a0a3f1d269 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bdca7445690644d8ef8e91bcaab1d56b484706867d19c2e4593d6a813972df +size 13971 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1496).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4af0b40614561cc330c53f9f67172211941acd77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52564a6b89946b2a8bbc7869f951d397284740f7761dba2e6622c25a197045c2 +size 15152 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1497).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..702bc30677769a7404b9e8cc77a452ad4b573c0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8570378cf90b17f61b271b7b9e29d94d9cfb4aae346f35235525c75b98d11a0 +size 16602 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1498).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3b4992a4c737cedc6ee22c236eb339f3cde8896 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2733da3b806104aa85d21d722e0bcdb01d36035b45d78213be702aba11d938f +size 14122 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (15).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (15).JPG new file mode 100644 index 0000000000000000000000000000000000000000..930a43a70e619896ca6b3cfe90f81fae22f2866a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (15).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdf27e1e4d2e5049ab87db4ebfbff905976b6fefdbc0365739381ecc7a55155 +size 11677 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (150).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5173b2ee7bf3cb7a5df901bcc11617aee0e15a1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad6dd0d82a4c344a421e78d709342294b90bc7906bf6204e280aedfe62a3f7f +size 14485 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1500).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a07a3ca3375d6d040f3ea20e7812d566c7a5b42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7712c854c03e107d5cf24331feee23cf8e67b66c4d65fb4e8da1e9b15d853152 +size 13823 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1501).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fe6ef1a908795d4312fb83931d7b457fd579673 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7e7cb9088677a8920e64377fedf1240638f6412c56c9d8648c7f92697323f8 +size 13167 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1502).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2966be9a52a3468f6465bd6dcd45eb79823e2ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcd3bcb58adbdb49f024d6c01c7f8eab7803387d556bc0903552ecad4a71021 +size 14977 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1504).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59aaf5128ea44ee141412bc5ef9390b89ad97d0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7ee1475f3d5f2ce24f2edd0fc32640ab71617dae04a244c33b182d0742964c +size 11469 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1505).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b69dad47a4fa3cd3dd94c30468caeb5949ae68fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f366773daa5eb910a14defd4503523069f5c67993385034dee440e6b024fd45 +size 11491 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1506).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..485708071c77e7fabddffb92d1f94e27d3a30c04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f02d2f34947060fb066e22b2b791373d9845025f245cce00615abf0df7577c +size 13800 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1507).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e2ebb30b0238f303130cff93d218ff2bda9d8d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a7fdc504fbb25f3b400095b933a793414db0d1ab923a2182b8e26e21a1b105 +size 11715 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1508).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..608d4fbb270813c79e82af683d7ad8ee6a01e20b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab2a9f890a4dfded0056a96d6fcb3bb398c4ddd99733716786332e9fb85fe33 +size 10996 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1509).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f51a8cb6368b707d21eb97d14aee86126a1edc1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a9b8780daacdfa90124aecb61d6990e43c4139b7703e549996740740dbc63b +size 11997 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (151).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ba9184e0d398e42e9d4ee4af9b1b1254660b911 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cfa7363bb62933772ed9e86e6443846adbe8aca657246fa93c66e8560ad3d9 +size 11545 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1510).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..521da560ec36b71052939d96144474db6b6779a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e52cb6c3e9c11e51e4c6c5c49da66f789ac7212dc07e727e5f8a5de5851e60 +size 12904 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1511).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc01fede5e938663a69bee620f9edf0bb494ba0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cf2e47aea8f57d9e08e6f92e7b018b034a7175c6f52a2aa4399e83644107f0 +size 11986 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1512).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d51e0b5ebd47a577493aebf1bbda7954dd33c6e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea9e38c4c107725c3ca30dcd22ed5a3fe9b52709cb6680a2aa39cdde1c6a624 +size 12454 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1513).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7c29a173bd705bd1696519fab661a510ec7c595 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8cecf151bb52a752b5ae78ab8ca4edea8adf2fc5ff759792ac305adecb6af7a +size 9973 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1514).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d045d4de700e8cb14a03269e56b66827edf71d5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef6068010119272e09c3299ec9254293991f6ba74d2b00d7d45101f9d28b47e +size 10600 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1515).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8e75f6dab11eae1a3aa305f114b4f06e95e89e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e87024bed068ab9567039a7458a476060af00191e9bac697d2cfa9bf565e008 +size 12530 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1516).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d84dde5b9c9e4111b6550f5cc47dae01060765d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c333f75572f423825031e8100c710adb35edcd8a5c9b25e34d28c7239dc6de93 +size 13354 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1517).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfb6d148492137825508d55bdf96a511c515c5fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09607029902b3027cfc1c3a3f3c2a9125bf6f1fc7b5e20825d46c992ff6d7d8 +size 11432 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1518).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..483ccc0c09c2ba0278a465cc7434c1f9c7bcbf0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a98924f56171154e4a5cf1819bef69afcf969d0c9a093d275832dade37e992 +size 15734 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1519).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7a7794ccc2b37fb7fde308808b3088275fc83c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f97466a983bcc6674fd0b7bdf66d8b8b587dd1903ddd8c93ab74365b3408af0 +size 14080 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (152).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..112ca8b9b40d90fce2f89286f5c193867d73d035 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441f8dc7c405fb374dd0419212ffac5cc4fdf8231aa4fc055141eca57c243834 +size 13177 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1520).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1997ce02124249b575308ecdfe669347f998d1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42df0d8a68fc012ae6fc68e8bd59db3d8c978c684a51099ff5c37473d5df2ffb +size 12681 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1521).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7afbf3310011a09580b376bc5c639b9934672f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f1267cabce9baefe0a343ccd146952213bfc0c6c31f420158ef27206d21ac2 +size 11694 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1522).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cf777fbb8b5e5bee9e430e12fe75d374e891d40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001c1cfc7dcc2edd710ca1a7432679cba6f6016ea48e1930f6e6c2299a4fa5df +size 14376 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1523).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d846d84605c4fc774fb670c883088cda6145bad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f541acb32ee0543d79f5d3e536c38c8b708be945c70540362e0d2649d56d984a +size 12450 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1524).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a969a4b48e92ae03687a4213d0983b62b4308012 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d167ece1bf2218d9f5a63598928c79a9670e96597b665aed4a35a32392e2e307 +size 14664 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1525).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da34a476fb4c24c91a3be79bd8ead3701d27da09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e181f85c26dd6c730e972fda8b300b3ec1af528655aa4edfe811ba14f6aab8a6 +size 12656 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1526).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..323c64a99a136f66676e854a9f25ca5cc2ef1496 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f0748de78a1a77b34f5c94ca123e5eee7d597a67efd8f42339105115fa9f5f +size 14674 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1527).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1e2e104e200c41674f716ea93ba96faf42af13f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30ad75075d2fd94d4871e00aecf68facf6b519372d655aa1b78bef341f480af +size 12628 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1528).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d33ff65fe47910c4bdc2e4f3468784be1cc0bd92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fac374a114dc16b43089f0a4be9672e39ec66b1cf08d80bbd9085a1f423d93 +size 15526 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1529).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b0b10fbdd94e1e5e901a488069efab0c95722a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437b2d6b681d4e62734444a0070cc346a4c6a637228bd0c78b864f39c8e6c76d +size 14054 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (153).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2f5eb31eb2b711db24bda4a9d47e6e5518fdb23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d0a2f055096c88e400b51b2d7f79ab326a2fa31fb8ff49b7cb43eaee297df5 +size 12670 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1530).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7549e1552b94db82b18f9b2e66f7a6fc98b1b09a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255405705d8153a3202a5266604641f5549b3de28c655e933593ce4d9a605695 +size 10609 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1531).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf5c9b9b9a12b226fc411961cc1330fe4e044825 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4f69aabb165dcb60055ba88c952a2c728712ea8739d2534bf15cd17293bace +size 13235 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1532).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a77c0d6f3b69ed4b2717cf6493f1de14e85798fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe4bbaed0190ecc398ea080200f9d20eb98e6fce54e4d56f074f4df9b6b9007 +size 12657 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1533).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..629684ccd01674b871a2435f88e21f5d8b7ae572 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22efe20a0c6ceb5a9f9a6d85db9854c4621e5d1e8c3e0271af8a7f978ef03adb +size 12401 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1535).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d04fda13b867a41b759a62b3b82383418d29a6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f65a30ccc9b6f810b186e9cfd0630098864e73d865f5bb9faab1be52ac36445 +size 13937 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1536).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8b65e3a01f5c9d9135457c9674573bba24dcb69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeec8b75a3ec895fa5a64afd755ff639f17003bc8831c768d6f675634a63067c +size 9375 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1537).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c0b8e581bbb0589544750c728261c04c95e846d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ef39f4162fb57d7044603d4706412e0501bbbd7365706848acb0544d1ae03d +size 9686 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1538).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d41e2ed73f3f7765f8b0f5bb2e11d941a2d7ea0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09de583a29473bc88e8dfd0a98e1c9e513489f56973bc9e6ccade7651f9dd315 +size 11212 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1539).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a91a22b6c2f770e659d208d2629047b83ae847fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3e362441a51109dd94bf92db4411464afef4a972f749ce208138690318806b +size 10787 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1540).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e1f5cd1c513f67adb32d9622912511c4506d0e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea518bc4d5a2f7d7525de86d38cd3c4e3088f47cf14e55e39f921dbba1222f3 +size 9203 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1543).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa6f9365a5e36169500523b3b470b7c913ba8d43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057d7589c4494c5cc63d3d0bc76e90c767671567131ed06a84acacc825e51fdd +size 9766 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1544).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78c45e380bc59d741ee7c5dcdf65572d444f801d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23dc83fbe4d1ee79fdc45b83f6a8265345a10b49c287e55db20e88ef6bd99d0 +size 17383 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1547).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c3e57a2389febe4f9eb252f418853bcf8726b33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aeb498676be7fa036399e229a4ed4ee166f9df94fadae0794014d5e176d771d +size 12627 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1549).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f25520406acb92652c92f653d40cb00ffe724fef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e240c0ce79c4134a7368a88178ff758c22f8a5e5ed3067c90f8266fdd03453cd +size 10905 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1550).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..228c8c2e903a017db6bf475640b63e47fcbfb290 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3d86076bafad29fe3728aeb884260730465f6646c432ef8cf5e4b4b11c7d0e +size 12469 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1551).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db9905aad5265314bc4a7de2a602c87fa902a642 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be79e04270de84ca15c70b8fc0a4c939434ee5e76ec62743bc464a08dd7120f +size 14775 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1552).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..574708c25a4713d43c97fab30ad2081fc8c0c407 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ee1519e5a157009563ffe1933027f72eea5b1c579e1287399fa6f00c270b3d +size 14995 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1553).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8972ae3700c1c6818a68cf43337d8faeba0e097 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7907dad672e6574e4d6fec227131d59af5438006f272759a173c0b58df33fe84 +size 14096 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1554).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1ac1cde77a013cb97209ac530f78462fbb2127a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6240eea277a8249c7ef97b4d3f37019f35851ec479c3df3ae73713fa4d6ee612 +size 12707 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1556).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41fa933e835aaa4803426925905b658cc12367ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9975c0f2e2de150f0be0c6e3566eef9215f90e8a8cbc46603eaa0e28409f0d +size 14757 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1557).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09ba8ba0b39effe9ad81af00100b8019c70bf2ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934020549ec0e1058add29c8e35a6cfda03e7f60bd3f255f74b00a8a6bb280ea +size 14316 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1559).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83aff4bc3895b6722449f3317835f8fe7134f5c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e3f4e74395d797056cf9c4d5ba370ff505e32da34bd2f67998bfdebc9f8972 +size 12879 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (156).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1459e071da79fabb7a2107d90d2f5f9d16adce74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942f68032a4faf64fe8491b6b24f88ffee6ff27396bb3fc62dfecd4fc364d3a0 +size 15825 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1560).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..766f0a0d5dcb5e14b8c0a080ad0c6257e02b5390 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38d75062ebf862355d732e86f20acd0b49a2db018ebaa8ac3317afbdb4fe97c +size 13512 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1562).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44e76445bac6ee0e74317bd25943e7dc413c6ecb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66aa5214281da13d4feb34da376179f6dab99b418d5c98708f132d458c8c0711 +size 13719 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1563).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..181e7e108add244bb7ac33f30419ba10d2ccd923 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ec8076beb3c32332a59ef82ae53c449bfb6b827c12d52e94ad427cdb77bdb0 +size 13769 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1565).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07a634076d077d715330556e40c5014a4fe5fff8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63d6d791ec1c9adff9ade9329cedc3849ffb2a80d308eb0febb7db71931fefd +size 12570 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1566).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56e3c9c5a65542dc6e0f65a86fc1e753f79cde53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a7e16388111b1afec4d1e152a02f00d93fae3603f17de4b5934e0ee3dd1a43 +size 13482 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1569).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a64ca6a369e075c8f2b9f4f910ebc4e7bc77a4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949027170805c65ce9a332460835f70bce0c3601c4a3c1161469367ca66d13dd +size 14087 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (157).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..738c5af79a9a7dab168edef326fac60154d681b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24698291c35b7b9df3b868d73517e153da61f7318ef3b5e702d43b161d57adc +size 15177 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1570).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75687a6b48ac21f911abc03fafdbceb2dc9d4419 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d33184291a745f339512e7cd34592a75e1c4695f8f3e67ca49dcfa5a5d00b0 +size 8945 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1571).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c7d9f2da031f96259c0784df02c3cb552919d8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072a617bef95e792a3b288d9a96e5f00dabcec461f94197b477d64d24c8e3909 +size 12963 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1572).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bf0e3406f259e72673f36c00d1eeb860fa43b46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecdcbc834d4729fbc57c4992ba716b7a22af81ce99fb781b472bddb1cbe5b19 +size 14296 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1573).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ba77789b855a8fa5c37f1f11bad8ba2a67a1736 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425d7e13e02b9d08fc87cfb4bc9daf304108f25c4a27c7f0d0e2b6c119501a08 +size 13344 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1575).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21d6033b15e8b6a7622b494c3127eacbd364e775 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8f10c4a716182e75428406469f03bf44cc2639ac71544c721c29ea4dd48ea3 +size 13175 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1576).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47560f0f007a1cd5cd878f081d52a9f100e03bb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015093f8444ee65a2625ac033d27a91a4c05cde03d11c7f45b098d69fcc08eaf +size 12845 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1577).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccedfaeb1cb9091b7b1c747165e3eb8bc2463f5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffbc8c1bb99c0443e6a7d97882b2bd4f18adde19013c0d03651f6d12dee514c4 +size 12811 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1579).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a7d97333bf52246c6007705c335e4b0917cb1de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1a1586bf86aa834d9dd27945a922e504223087a2821d59c1578311b7c9500d +size 9969 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (158).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d457ca5f077b3376c75758857d94ca3d6c3f27a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87306b6203cfb396ff888119b6e29d28adf90fe5bdc9cd814f7b1f6cff42a919 +size 11585 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1580).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..995726120cb9f8a33c2bf171a29be954140680b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba7e35ee73b24c2408b8329eb0b8f495cce7ef5b79ef467dc9302155a51f89c +size 14878 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1581).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d775430715abae3709cf86a911bca42608f7428 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467c9cc7238562e5c0584786bd9c6bfc47c82efc94158eddd16544520e20cdb0 +size 14669 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1583).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc2b5f9dfa8aad6cf63b2cc97b7b7998d6cf6d1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9c9a82a8d4bb0061e473e6c0ef4e263bccb10d52e0998aaf0734e2bb9ad2ff +size 12070 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1584).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..746eec0b4f38109faaf8babd206f2070020a7c3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961d156fd9f6e3ea64e9ef5645ab935605f23410f8e08ba0df807e984b078e44 +size 12603 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1585).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c6af10c4792f94981f004bf152aba011379186c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e216f6e3588a7ee024ce816fee893a91e5d7015866eaa3bedd2af9a92435d7f +size 11427 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1586).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2abe0d5a42bf80df103f10d81381c22bb4014626 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dd0d243fb4eea9e0ce33a2dca19383ed893ea4d960fec9eba22f61941ba4d9 +size 11131 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1587).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a976ab49c06fd11dc3cd816fb507bae85c767aa3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373a7db2ebc67efd494b9aa637e6fc6f48c959c666b68aa261acb1928200ee8d +size 15207 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1588).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9334220a562eb38c90283a5a5e571653e8deb5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4ac9a55b5f7a705e7bcb0bd4b290af18d3a5648c8c4a1b1185fb52ca92302c +size 13192 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1589).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd4023a58519b3bb468cb7a8aac53b800ac987d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c759d1adb9630953bc9b7dd3a6554300b0fd8aa043650fffea7528629b2893 +size 12263 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1591).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a5802ce1334a59bfc29c2336f023bfb80a70370 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb9537717056585edab5bad70f76054dac220801b4d21990111f6192385fee8 +size 12442 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1593).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4de0b852536dfea0a15fab83ad89468544f7210a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001d647b60e356ac7f9285f9e2db44d00c73f816668f0e51fedde74550607a2e +size 10256 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1594).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53cfb5516b4d1d54b19263c067ae775b82754685 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65d34745398b924ec843b6ce939b7ea23c57aa27d5dd84e6a2a27ffa1ad89a6 +size 11085 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1595).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42258b67823fd40ef588278a456b2b51e5d2bab7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76940b06a025f52577e376214c8f7af092c790c7cc79b2090150620a75f83977 +size 12921 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1596).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a16d5aa28efd8bb435c922d2ccbed8e5edb43cd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3699173fffa49908aa75fcd1b0b435e3ee0e28da7655180c8b6957685c8550 +size 15562 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1597).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81135b1eedd588d27d412a68fc483bc810708192 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5135257bdf5507bd4b7c0714eb33d32fd730541d28c33fc41263b64cbca3e5d2 +size 8274 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1599).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12d1f75c6da90c12bdd4d31d4966b931c6c310bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c401f5b6a5fb860f6e721b6e1f50daa7aa9ddf940bf2374fc504efeda7ecc1 +size 12239 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (160).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51a43cca6337afa5846fa9786ebc3b0074bf1458 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6699c26f0d274a839f9087115276d17968ba99cef3db409b5310dbc485182aaa +size 15415 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1600).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f578bfbbdb239556588c585c59681fba20e026ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbd67a722aed2da8c38e09a359af7a929aae0fe55607edf53aa74ebbb182d82 +size 14376 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1601).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c68225b018b82721185315c2f0fe19c3ab97e1df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13678d45a83c659b9fb00b8c5b71e67a073c2249422a27804a8de56bec99a828 +size 13733 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1602).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47be962709e390edf05a56db189377d3fe8603e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f731034693070cc218d75add688e1e4da15d35308c38025b21caeb18e2ad7f +size 11645 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1603).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23ad9bf9e51562652add3118c0e9273d80950198 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3c59302c499823f45f2725e37a6e60cfa2df5f0c9b104b3b4a2ac1adac1f74 +size 11233 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1604).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da34b9a45b9f4de78e73fc7789e8a225e4d04805 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b64ab8dbd70eb5df855a74513c633b9f915c714991ce4c40f4f1f4bc63484c +size 13171 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1606).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5cb8551ddd38b752d72d5e5bdc8471a54b9caafc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa395ce160c70884c929587798e67cffce8612df5822ee4ca1e8cadd71a8eb8 +size 16792 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1607).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7fe2f21f5d3d4a5ffd2daf45c491c5f34c8c461 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6112c440898b756810be8c952f1448c264a1f71eb45a6a7a78c3c4c054d0740 +size 10399 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1608).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3dbbb156b2c3cdedb99448662b02411d624b5efb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8652776a3f825947b5c64b69e3a4489806950ba61a30b519b9ceb7186b91a66a +size 11233 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (161).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c0940c203db8fb74f3926d646bc8f35b2502515 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2dbf25030791778ce417155f6566c6d51aed4cb7f4cd4f9217be487e0b3d06 +size 13054 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1610).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34b22b81b6a07683c3529386f41b0d9eb81fa6da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0341fd6c50299b9c67fd986083deaba3592901960a3f98ec2cd18d1ac8904b +size 13686 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1612).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97cade99f28f4ea37bdc6e25301ada8c82b35b4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0437358ceb1a3a5de8641b74043914e0651efb95ec48ea4b4889e4d25ab7831c +size 13415 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1613).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c0e90edc35eceeb8d9b73cf4385338066c862d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a201889b58d8f3c31bd3206f2daf4bca763cc42d3b1670db573fe2c295e1e31 +size 12611 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1614).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25cc849eeec8917c20956efb46694c7f392546a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecd4b6c38301a2c5af75054a4de0984a70ae3e21c67c22e0f025d917e96e203 +size 14795 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1615).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee82c6fe3d1b171cd6b56b8dec0472f9df117cda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752a7a50a8f31ccb8cd960d470b6a03f403e64f0e0770ce2f79c40c4d01ca75f +size 8841 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1617).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dca163b88dae094c85f34e8c53f9aff7b03b20d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40494c47d0354aeb8c5ab679c7604d97d7c344baad32bba8ab64ced02755aac7 +size 14706 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1618).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fca5b50a6a5a431de36808f710facfa3cc7d5ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cf691127153ab57cfcf006d78779e041f9a87e61c4d0e40498c417668153b3 +size 11632 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (162).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24f8e3c03d5b3f344df52129ffd853f3b76f02d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520722b26573d14ebf79ced7e455aaf70bfaf03c429cf055edeab16bd1524a75 +size 11990 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1621).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ee6364be6473aaf00e546072f550d2e07062820 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2e659f1b204ad858b4988acad5bd34cd0fab73dcd26f30e60eabba8d0edf07 +size 14107 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1622).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8bd3843855a3be7608575397453e3fc1e9e720c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7c6d767ecc2fa1599826f0aa55f9c97ce660cf776d51b41da12254f8efb5a7 +size 11853 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1624).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..699263bdb8561744f0ae2f49598eef468bdaabca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e910a4f123c5d7cad83ed13e7b316bb51e83e173c9d8401af6f4326ebf8e012 +size 14927 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1625).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e24e3738392a618e9a1b8401172e07e6829a20d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1f8de9c1c314b8c929f917ccef1ea1b57cd91eee72120bec677e7caaaa6675 +size 12541 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1626).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2151f86a66b16914007981fb25a31d7c5555326 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2361215bea7701468be77a58cf1ac63dd5509aaef5b3c1d3b724d8ee1d9c42ee +size 14235 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1627).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..268e3f6ec98b3350879915630b35178588c74f14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d48d97539046c321f32c05a42affd0fe9aa3ebcc50aeb27746f90852a748e50 +size 13102 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1628).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42080e08fc09b8b5ac1d248cafd8bcca78f648ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a4ad1dbe1ef000613dd133f4cf16b8773675efe3c345f5073ec28b8d499ca8 +size 10108 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1629).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b3028b224b00764c6664e03b748af7963f58938 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2dfd44331d66989039e087882055bb8f396bc4c0eb8fd0a141dda9a1291cd3 +size 13617 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (163).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d307aa28fc8ac8c345878f985dfbdfc548ed3ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b62b03ce56d6eb88d3c6182b6cbddfff8b40ea6ba90f628c92b663989d0b422 +size 12304 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1630).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cff449d36434545df694748728c6bb7a4c1f342 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17cfc6e4728c645d1e6019922258cc567b7b189002fe8770b43757d12ff8c38f +size 13147 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1631).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdf009c35a66f423ca4aca35374238a4757b5f8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9bb0488e18d04354e5100d5ea71c56a903d6db2f6f9436bb5fe1b51b03389c +size 13329 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1632).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c33d7bad08cce92282da9915f86d4acfe176619 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba74d040b984249033a9636e4888db2fb6cfd93a8ec9e2477aa138ab30bff8ca +size 10516 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1633).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ea76bf2361460bd115f28454eac4892413bc652 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fe72fb3ac7cbed19457010edeca3f6ac3af7c7b61e415f6c4a997d278e2b48 +size 12331 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1634).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..297bb9ce243a124ff3c1d0215522938b88ff5bb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61df3fca82542c1e0fd86ab74f4e9241c21f0d3be3b48a0aa9629c79b8e33ff +size 11900 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1635).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8897631cdc56791d0b3bdd5262f16e0dbde4f5e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899d1347257f70b65a3b237b8bd0f874415b963fc6edffeae8d4cbbf3cac7125 +size 14205 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1636).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75d6471ffb5ca23255dd2e8b649d6a135fcb4e0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8fc761d13de19b067bc569471363a13188707ffe3f13e442b6313da3105a59 +size 15086 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1638).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffaa5411b69b78c8d79ccf36089b683c45609a21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c14e1c4596541fffd3052b3164d0401b9c5b7efd56c062ba0cc7681d39829a +size 11752 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (164).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0984b7755b8d86be4028fc4a24df253a58b195b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4c69f349c7f83b19a7a6dd6ee51992cec20e406ce71ba29b1f1dd59f85ee00 +size 12288 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1640).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ba6cb8bb4141917331f69412a8f6cc066553c4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065d8ab9fb9ee87b2da5c9182bed405f18e102551bb6d3a3e79d6a70319b6b7c +size 15541 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1645).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d76f5498de855b3e0db7cdc00ea00eb5d04a2731 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efd68656685a7abf247cf8cfcfbdc3774e383c008198d26cf1cdc9bc9ca3a40 +size 12787 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1646).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..266eefb5c10bd6fcd2554674e847162b07635667 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63cf9a76f075202c43467f43d32fa85c921e1113ee6b0d02978ed086107b540 +size 15380 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1648).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb8d8df24613a6baecf612d1ddad4735858a9b84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aaf701a2ec3f00c781f5c7a0fbe594b54e234db547fad6f5df1264475ce6ac2 +size 12569 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1649).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3dcb92802e6d2f2ca6132b3f0208338d5da7614b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106c169ff7477414e072daf4d8f20e568e70902bfe5a05a1b48399d0984c3bc0 +size 9970 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (165).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e3c83dc31b39030e4fa108bc2874050de24ec70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcf68f3a88949393751b9164b38236aca08625603a92cae4cd36f8e21549d5d +size 13754 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1650).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..427d1e38223c051893d6f842d37561df0b2db9c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc54d1250ba4ea7a5cd0dccab6bcf307b967332041cdf70696bcff09b636d28b +size 13425 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1653).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f2e885a1fd1ba9d3a9909d3f2c544829ab3c707 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fe08988b31299b1562f25a3dcf8508a754984c890986f4b5bcab4eaa20c71f +size 10711 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1654).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09fd41f3dabae8a522180c8d105c9049a8c0ad61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98370f8856386e41d46dda1c58b7a7ce2599fe5f4f873b0673a0803e04560a88 +size 14828 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1655).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..087f494501e96ad5f65ca214810af6fe413a3226 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed12d861b2fbbdb201cdf353fd7507e51cc748534412fbc0b77740866d1cea2 +size 12207 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1657).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..381d0ae94dbd5882af40671d98310b2dbcd1f653 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f8a7a07b83f69c4e278138694094dde24a2d521b67389eeb7c081d21c593dc +size 11207 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1658).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..203ee048469532d31f3ac8bd38ba25229667441e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a8d6cb6bb2aaed90402f136dbe2753beef8177d7473ca82bcc7ef1bded2c24 +size 14916 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (166).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b466f2543fddffb8471baba46d1482e2ec1abb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c43da8b043c081c2799f961489f9402acb19bd10fb13036d69a4b3e1f8a1255 +size 12811 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1660).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b02baacbf0dfbc487640d6b12bca095e49805cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e29ac554e06bc2c4a92f329fc68c3176afbbb72db79e23e7bb8d9ccc73cf3c +size 14685 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1661).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1af1960179644de0f3c832a175fb590774e6e2d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261b9313d706880218cae60ef1a9a613764a751ba9ab18e378859ca24f6494c6 +size 10004 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1663).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a9522736900ca6b4b4896e4e58b486b96470dc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580f7029f59e378ee338e9777ebc6e702b7c4f33c6261e6cc7d3664282c14a8b +size 15650 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1664).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe8158ef2c108f7ce1c1415bb5ce03a9d28ae7d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a5f001d1337fcd2ecbc6ee16ffa7c39762fee0b6f23fe962bb9e14500e095e +size 14041 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1666).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..957ae804ecdbde6939acffd0f366b4303f272c40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e422eef9bea076f3a40a15e428db30144f7e710f0961aa9a1f6135bf3a67f7dc +size 13361 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1667).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7608b4b475085d5b7a4b989668dff197a62028b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccee75fe21769e0cc88f69d86282e3dfd989c841f03f2d09e812615a1a4c1c72 +size 13493 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1668).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..928422061af562eb09caf8c8de1dc11d419aa36c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d9f9213c3d92d9aa077674430786f3b0597b11d06ef2882df6e5fc883e4179 +size 15298 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1669).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16da1e74840dc4b09df45f4eac086513ba802b2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccac16658bcdab322f78bbaac8f5f996a9fb8ea9977690dbc22529391c82d81c +size 15085 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (167).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e71f661f1707d17dd26b453a5fe960e0420b1fb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329c1eb11877516956ae955608e83920b7d87dfcfab9059d0d7514133661c85f +size 15389 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1670).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dae99a698dc2b23730a75ad4399a0f4a86a5653 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48f1124a90cd3c9aa7fa228c80aff144b9e2c0ebef625d4827d5b298c98572b +size 17262 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1671).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b90919ff9d5e7789a9d4c401253dffc0d7d5ba5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead95757d8ac4e54d182c0e1bbd291337dee99a346f8cceef2108788f8dc486d +size 14225 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1672).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f3b12e63a64f7b60acbb165a72dadfad93636ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0d94aab02acbcb85d208ad9707bab33778521a2770142b437f3f0c0b80d34b +size 16453 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1674).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18b5a810c0e10362e1e0a058be0273b4e1bb57d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ada6ce89af42369cf9c5394f8d30eeb6907d77e89666e6ed0684051adcb4a0d +size 11174 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1675).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b71b8742593d67c97497e15919d346411a611b51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b345eb62d623a6983cf374ef7d88b081ac259ed7a5adc2444cba5f7fe3f5129 +size 13919 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1677).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc9ce911922dc5b3da5a77cd225589b38d75b3c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbeec95c33f2fe38b755646fb15e4acc8ff1c9836dfeceef78b70b39c0abbd7 +size 13504 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1678).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ac8df296d182e8b9527613558f6fd206c898e38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6c891f1744b443c04dd8d86444d2d32caed955bca0d71fe679c02f59c3006a +size 13543 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1679).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27e2d7a70b72eadb28fbb1229e8ce58f8caad96d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a7f900850a2580a5a3729925002ba0048aead36e0ac5a9435d76e5b1431ba2 +size 14999 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (168).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa7f21bad395a46d53303c3d95f1c7a0d588226d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5794c8d634c4e33a1e6026fddacd7fff39a2e109719072545a1911cdaca87c +size 14203 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1681).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e032a313e4a0f4063f141b268f7434199ebfedbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c135f7a75421838ca0f6f6d4502c5476640f09fe99e8b771d4da5921f345b943 +size 12321 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1682).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52884cfd19a521b6657fc7d293c73a824a460920 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb687226fc499b4e0d8be87bc661e6b993049b713c6764ed27a9643cc0fb22c2 +size 10658 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1683).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccbee718b9aaf94029232d668d1e5044e8eb27ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95b576563122252c48b1509849b22f5b4d2a00d63319e4f68aac1ae3c769f9c +size 12518 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1684).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3290f6c03d31d87b47f01d8db6848796745fd66c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a648ae6c830494c27f9336aff4361be81c6ccadb88ab1b4c0f04d2fd59561908 +size 12347 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1685).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75ef37d624b86b112362cd4e2f59506ade4037a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be09fb9de4d14e8669031c651af81a47ee5a9533a9ce17f788c5473b22b85d7a +size 13427 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1686).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..732777bc88862c8c953aa3424acda0f7fe0ebb46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b90e38f590a6ead55f60945b8b71337faca62588b1b63e4f1770866a07253d7 +size 13020 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1687).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eea15b516258ba7c3531aeae6af27210a4b4f0c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773221a059cbdd9e466bd2a597d44e835001d01ccc398a655da4a3261091751d +size 11991 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1688).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99e2644681b01f133173e6f1bfec041c463c13c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd2513252f76d93995ac4695316a5764d8d4d666dc2da23bd09d0fbdb9eba42 +size 12951 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (169).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..016d86f99f8f9f9e25145796ea251e52128f589d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcfd882f501d4599629b132524f20813d8f12831eaf4716f4a38fd1defb2650 +size 12597 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1690).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..104d4f682ef1e4405f6f2353dedc176d77eb62e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3effc0bb5e518754f500aa69d6b17267ac0f1fec1175b05639f1971872a1cea1 +size 12664 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1691).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0ff36d5e006d5dbbbda4f3d2c5ae01f04bb2c77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8feecbbd762c430983831099f7e198daaa9ae77da1a2d32fe040994206111b +size 12677 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1692).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02ba276eb2fe65924f133043a1a28aef14aeb8f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ffcb46669aad58fa36f955bb17200a9a433dce829b6ee5ca7a5954b4256243b +size 14769 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1693).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c03e61824fde1fe627d1edefe36ad9af75e555b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25e5572a88a0f26ce66eff8f30abe32b033ff0931e37d61902111629474ee79 +size 14618 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1694).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f3678a6986734830cdd31af0250c59cc530d740 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1347d1478c936aac9ca5cb2a6835187bc385568fcfb7590c0ea0ad4b31cb500 +size 12240 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1695).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a57ea0c752b31310ab531b9e52fa33376baf0a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff94c2f88a1fe862f613195a2cf708e1572c62ce06a2467e2b7dbec2624d2e53 +size 12764 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1698).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..895ca7afe6a8e79cf4f40666c58fcd2271c30b8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420e5d7b543004dc0d2eca44dd990bb29f646decc9aed11700194db27360bc88 +size 11195 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1699).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7472733164a3ee03cc0344ef3f5b60f181588642 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0dbbc26108692e33a74cb9ac2f8088ffa9ac915480e4284384e4a4317bb9f43 +size 11131 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (17).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (17).JPG new file mode 100644 index 0000000000000000000000000000000000000000..944eeb562f9c304811b3585b9f3cca969241cb5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (17).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad97a0e65455a93066f568ff4c14ca13c90a32a0c4d13a8d29b0702d3cb0997 +size 11430 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (170).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..195f1ea8960bec82d65d5067323b0d4b3b9677c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daabd4bca1fad35be61bb837c210f317d34f1281d920f6605b793b6fe3490544 +size 11338 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1700).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1615b639028178af5bb28c72cd6c3e41f51b780 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819b500cecffa8067576a315cc0fc30a066dfd8e26b3bbd8741330ad71a475ea +size 14337 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1701).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc310f13e18d764b0a1d56bb38d9d95a8fa72055 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8f8285985a1a2befa43bdf2d9e567fd41b6dd11268b2ca2033d1e7cb1c7614 +size 13605 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1702).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..094200ecc3c30189897e8cdea28501824d3c7ecd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738f498ca2aaa1756354fcb95ec7f33c39526683967172066e70a362fb1c2048 +size 13831 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1703).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f32d6a2e2d0d4f768b58bc1c7fc4d09f80843d6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5042443eed95f28a3a93a204cd1b86fa705975822da8d0bfcf3e3c8e4c49a3f0 +size 13658 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1704).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..605243b6ce371d43ff7ae8f80822073998d837f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e82b7b43d2d39fa1345141fcfa46c791225820ff0ef531b740c0bbccbf2b9b +size 11008 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1706).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f65e37b5a86753997902fc3d1b7ac8825311baa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f76ea3dc268f78a055f2e8de7fee921db8c944aa85cbd6641aab1fa1688a9a7 +size 10674 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1707).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbfeb812a7c156c75531987d15f8a935cdad3743 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b841c7124cf54646312caa4d5516e30e789e63e39fb34f05c7e8fe88dcbfa783 +size 12765 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1708).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..822b6d5ac4660e82670954b4bb5f6883dfc7ff0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43dbdb6cb52f87c128319e1d2df9c684028e2d2ab339adc713990d9022896844 +size 12201 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1709).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e34d61a8871725ba1c13507b9cccda491fd7d17c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6596404c1824689f6e811e8e126047e8e8f03336b960ef3d85b27168537ce268 +size 12056 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (171).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..509821dfae6ce3d1093cc6590856d3f6c24db3bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77101bf3f7382e853ae647a038c790a8934f85540c476340c621c03df926f9f7 +size 9503 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1710).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04b529c9f564ab8aa871fcf8902b211569f15877 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29aa6aeb6b9e630099a8bed1b4972b681ea0599d394e9c33d1f98611ea921fd +size 10254 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1711).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b54cd2d9d1afbf5edbc66b69c1887ba25e86b210 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d85af6c82d7d267ea446fedad397889105a1be243eda300a3a69de6b74d9dfa +size 9544 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1713).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba0273fa1f00807230a5847bac2504e48a79cec1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dd3b26a52131cb495ead648513ab52c98e2f5c46d211990401f2131a7bbdb2 +size 11254 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1714).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa8dc79144127cdc6d82fcaf0e1ea57c100efcd7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe90f503aaa3b323b2224889d5f247305a4150d02d2f9f0ef2fd4366aa39c2c3 +size 13333 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1715).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4504f58fa49abdcdfd81aaa399df2f818d91959 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322666169f7dbc807820e66dfc08f1123e7d269c83f1de29eb928c79d482290b +size 13775 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1716).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..064d068d8a57d0e82c9cde738dc350a05fa9f15a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732d4c48773952406cf7026a0f30089ab819ff2de99ebae910c2aa37a0427fdf +size 10842 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1717).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d1ee907b900a6a85d229ed6ea6de1ee7802acfd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31efa797fae037d1b0a8d3a3291a5e05d32d689494a6606c650c0c0b6ae0e4b +size 13688 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1718).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb8e1bb79d6287deca8f7828b142aa8dd0903a35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0853893c13a3260375a269c988c9781f38740197e5a47765f3e05445cad56ea +size 14041 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (172).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7259179777d455b0b7bdb7749b943ad48d843f0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0296b0a9f0c9e5c73635c04c1413c56df17186b7e89a102691225585391d84f +size 12525 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1722).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b63b022460fe968b365075f75d035f539f0a16d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1181cb82db5d989f665c4bd8b23f130bd381f3254e61c163fddd356019e915 +size 13903 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1723).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..baac7a9f71a2d14669b11346ea0382f88e7f7939 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed56cb04ae59f44aff36391d84d283b4453a3c31860ce4957594480516f07f75 +size 11436 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1724).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e1a7fc0ef5c1042e71e281f57a4a56ff45a835b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ba66df394cfe4aba963751c5a9f0f3f931b20c164f6a2e0b9040db897db80e +size 10077 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1725).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95712d2fcdd278d836629cc28fe6f12dbe7746d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917c303fb7eba1f6e32eca34d6127f48027e7ffb179b9658cad95a353f493862 +size 14050 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1726).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21d8c16664693d773971c4d8a4258828f7ce462e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f85cb7011e26e95bbf0831f524c4355da05f5d79bf469f4d571aac19a95a920 +size 14322 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1727).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9af6dd5571aed6ed1ae6a182713452b6b25249ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529fceb39170207d467782f9b17741e6b3919c0a2c4ee990fb5333b47c513b23 +size 12866 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1728).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43999e4d0dcfef3d2859519387869b2e43da7763 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8d2847889cf740f03233a90976a56d46ebb485d1c65a7336c0a938a0f74adc +size 13164 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1729).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cff64d1d7ec372736eae0480268c0b58e9e3f5bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94fa48cf50278e5d7fdda70baed194f063dc6d3c2a9e02ca20c880dc58ca0e6b +size 13439 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1730).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cd59cbae890602f248a273a673ee94780822118 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586d4404c8d7cb95a132aa76cd64bacf5b26e135fe7f1c58335a2f95318c18a3 +size 16053 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1731).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae50af1852810d0ca0eaf34afbd256f0057deeea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404fc5003ca72ed6325fbc430e39c51f740acc592684c4b3bdf0cfe524445357 +size 13009 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1732).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c6a84fa28b03ff9d02a68b66067da351fb69c63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d899891d4d3f9c951f85cfea64ab4ddb7a30d232658249dacbc42284b0ba0fd4 +size 13151 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1733).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18cc02d6f968b177f33770283fc689c9dc8208d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b847d6dd8f90a468a00db109d21e5bb2eb5911d59e93a8ebf92fd05917572254 +size 6931 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1734).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0555178ae70f658a486b3c87c802509a3f43647d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e079da9813dfb269faa1d1155c9b7620e44762cf1896ad6e29fd2f8f32506927 +size 12947 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1735).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b4683d616e78380bc827432428f114f9906e764 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee3014f7b9da98caf7a862febf54031d0ccd3ef3139a38866dfb7d593446d2e +size 12820 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1736).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9be485eec402b2667b32fa3765c5d7c83a9426a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70329215e82641b793700d5fa3f0bedede0676148a05ebd4c3859c75bec6da08 +size 8503 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1737).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe97f8da548a384ec58061dc2c8f9a2145de0e94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c2d62c20a0d510e5b1f4dee84c9f6182c63afa6a41163ad2c2f0382cf89658 +size 13099 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1739).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f812d6cd196acceec59a071fdfe0da24e85a7aab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddbec98729c88c54cc989372b8ba352fd674c53f670c870c577564d3a87aab4 +size 13609 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1740).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba96b72e4812523c77fc6268e6301e9f2642eb16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974f1324ddd5537a2d9a637afbe08508a0bba91f0c98bf0da7084f8de2c676c0 +size 14623 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1741).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e037831d2ce4a7ad03f3a6e308693b95871273ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b3edf94a692e5dc44f565856b6e173fcf293e212f9bd5fbbfb8657b3463dc5 +size 10965 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1744).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8d24eb6b949a6ae7b2f4639a3ba65c80858a4eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52f6e258a8cf9d8def77f86075afa4b8180db6c56b5df71598ad716a7e5e812 +size 14075 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1746).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c3db281285e3feb41f06394de42b4cd7db63599 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e5c4d814d7514b102f065eab7c08827057d6b2f16e2fb3ce9a45f972c4d700 +size 12007 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1747).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81f88fd34b612c1edbf47ceb382d2de51a823379 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968f905fa8136cf6af04113a67f8806993d57cf16ce8cd0d2ab2298192e35580 +size 14788 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1748).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b05f100aa93fd9bab72cd3ceec60db26f9f8c8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f91cf3fd8e6454330386d1685c0c92137967edcaa918ba165c68dbca3bd0f49 +size 12799 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1749).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57cb0470e426cf2229fc0aecff63dcfa50a3d0b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bda9d276e923742f9bafa5b0f4fa9877a6519cd8e17202fb7ea593338d0a3e +size 11899 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (175).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5cab68371b0ad423cd5873f1ce0ba436317d3be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ac80be0675628bff2a0c13327dd0cb524b422b191f360aa94e23147177b711 +size 13351 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1750).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93f7f2cd56051023c145274660d1645532c7c6ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f710b1927929608f0d49f324951125aeb79deeb754a0d36a469cc0a0fbbd07 +size 11363 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1751).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f8a15de6c5889169c72845a79aa637808e73230 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2f14db8944883768d5cd5ac4c77b8d4b158335573c1d7c79adde82b3ea455d +size 15057 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1752).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c4a3e05176f23fd15eaf53c03e113e2f10c118c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3ebaf3dd845edcc52635017ff1d05d4c574e711fccdd8049bbc08b38ae4764 +size 12427 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1753).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd2c927c2210a9bd341be97568c6789c61580d8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f76f2161cfb5fb544b4b93011b4b425996b17fd0fe2be412a90ced3f3723ed0 +size 12996 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1754).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d485416238d01b5f5dcedc64842c93618320dc58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1de42397f2b9490528727e7bb317a20445601d36fe4dc16f8d171008524876 +size 11829 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1755).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57b4c0c32951639c653f9edc1fed5373c219cd96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bab224044a4948900db5902d37bafddcb7f7ce222201fec1daa5b22e25e12a5 +size 10719 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1756).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7195157f02fe42f288aed81d2ce405a8b99da405 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673c725df76229887ffe412699dfe631f260f79973554c2be7ed9c5989947180 +size 9040 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1757).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30ebf06d033db0f450e183c20432674c1ecb217a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6c5f18fdff8be8c52147607af58975063b325ea19020bd639a5907ad71f171 +size 13165 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1758).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2aaeb3d785febeb8cc3189acaffc46523481722d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4f2939d12ac11fb686bb92fa318f1a4c3c93b226e024fa71b9631f88a64c99 +size 13426 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1759).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a2aff1c21d952af70c80f25a35a0e6ad633d057 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b54840cf04e88bc00547ca621aabf5ae75baa4cfa2d667bd4cbb2cc1607a94a +size 12802 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1760).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82981518376ea88109691c9a42370b97cbbb5f30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c97a1fc1ca6d7333430cf2150e0d039022f78b0650ed431a50b205683d6356 +size 10956 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1761).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ab627aa9e4dbb18631d077b7b5ce9fe85f82fb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899d67418b93370ba850db078853b1b72e6de24270e5b95c3dad42839204cdef +size 11170 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1762).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dad1da1e3f02008950ab8f398c8769e3f7b1e11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bdc4598a284194e77626795e061535b23e1ab047d67185a3e773bc5ebfcc0d +size 13664 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1764).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abecfa7841c0cc8828221e1d090fb4e86cb67a48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40008c6ee89b5db215975de2b3a8d01d095d55a3dd24a956158fe7634e0eaafd +size 13286 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1765).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..173a321f6527224716ed6e91c4df6832aad059ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b240f6447bea75d932c627e484e42167769e21c0d8ccef9a6e005bc1ce24af80 +size 13514 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1766).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ad1aac8d245c41e2063b2ff0eacadbb34ef7e76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acddc9b4168a0432e6689fd17f54e250941937d1d6df99977cb2e39351b765a7 +size 12041 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1767).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29082b197e27e0b08408b6bd220b05f19d8651b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e922a52278530d602981a9d6391d82f687bdce039330de83fa2cd561e4a06c4 +size 16197 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1768).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..848b9ff21221b9226be8d7d9dcc1ec7bee1fb8ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392f16053994765ee95e8015afd08b48d06ee64d5e43c72d532aa83ed681e54e +size 12806 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1769).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1fea277d0310b215b20f6fcd578b27152673c3e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea6db741bb32591441e609b5397e41efdafff76106e764ab6dd6e1095bb2ed9 +size 14624 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (177).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a9b1fb6dbac44b2cd53f04efc8781ca824bc9fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f646cae212ceea4618a2e8a1c4dfcbca8c3619cdcacd43c1f3ac068d219846 +size 10846 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1770).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..baf56552841ea73091c2379d5d9b0b1634777608 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755c7d636bcc37b94bb8960a5a5ea6da2da1848bb1bd29dedf38da579e9a2649 +size 16116 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1772).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9432bbb7ed27426fe939db2d741b553595d20ded --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94ac8a3aafc015039e1c6cb71506aad1a87919ff2d26efe7baf53c7ac509361 +size 14603 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1773).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..926ac1e7a98aa2a333d51ccb0f5cbd287fa42b16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2829c6568ecb654c1a426539db7c8aa42429a3ded270a1580f0c22415164539 +size 10982 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1774).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6285d631b7f3df5543d659ac495b9f5b3f17177 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f7129404057a64a5bb069a6a48deb048e8ddf03cb50bd7e40c03d495f2bb42 +size 14941 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1775).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e003b85c232974453fdbebdcab452e4c53c7db3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621daff2edf2ac406af832d22f4826a39b159ec805691157c6a89a7afe97de47 +size 13666 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1777).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3101fdd8759f7a75824b4f801d3eec108489ba47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c573b38199e7f5969d67e0baf6c2a634f6c789a82a3e72cf62aa027051f9c32 +size 13754 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1778).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c0ae752378d0dd76b80ae95eeb2e7d393df52ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c89f3d90893e13724c083f7558268eaeb4f33e3a42c5576a3c4ba978ced7b7 +size 15220 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1779).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..607914aeea3bfc837a374949fcbaffbdf6fb8f27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f403a3e2415d1a84d54dd8334d6126dbb666d5178117fa3b480ded28e930af40 +size 13672 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (178).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9420652f7e3c44950ed99bfcb3a775a47298d306 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48a057c54e228fe0e82af777fc8cc56fa17ae3b73c01f0bb882fc067b516c9d +size 13539 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1780).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df7c6903c7f1023c983e6a3a1712c8d9a49d169c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505a5bb6b5249ffd8934a2bb8abf359f1d2c63998464be801cd92ca7cf0784b7 +size 9599 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1781).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2eacbdb4c7ff0cb37541e4191518cff37c6268ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a87889b49690804a41a524e56c17a5a233a52ff5524746b53df85f2fe1a723 +size 11364 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1782).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78dbd38b451b6f5b7daa11f64f63c906f2f78104 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed2e7d15531be30944efc8303f7bd1502da8fad759a87add66860f9172a1763 +size 12024 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1783).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34ffa602735471f8ac579e18c73130fe26554db2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6cd337311a5f907a7f83ed73b518ba5fa39902859a5f112a053f26a97b6761 +size 12452 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1784).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1111e44b76e0a8bfa2e282098ba5c5195834f7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5cabe7a4b44f2f986fdf08cffde993bc2d52a929fab3d9c58dcf25455458d2 +size 14875 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1785).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b7925d795fa2776b8e2fb287109b34d461876d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72caad96784ce9e12554ac5e05818a5b7f85583e9fed8e97071252c4d1b76c11 +size 9680 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1786).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e84e362c7cc35ccec7672e6612bc999651dc852e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c7a47ff3c4e3f5f571d94d24187ffe25fa9f5b3d07fa4d3022397ebca40411 +size 14772 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1787).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37120d3068604556cba9ff7ba4ab694795725bb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74125d08aeb19ee62ba79ca79d5cb5e9ff08436afbfb0e045ef648e568c5da3 +size 11726 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1788).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6e6416fe5bb8c2363dc11351fab5d08cc9b65c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60958611ad48ab3260896742018d72b45d90f50aa08b0daf29bd1d6399ebbfb +size 11181 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1789).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..901b76cb9586594552ac09533be7b0ef1c74cd04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99789f30c9b1f58d426161a95444489f5b5a763f2ebabca1ccf32bb1e8c486d7 +size 12536 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (179).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c38395ada13ba657334e709c37663ed657d54afa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4912b373eeafd749a31a3f1cde52e4e8720d5b5bd6403a9ee5287f790b41a2ea +size 13673 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1791).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14fdf9065d9fa21399c8688d87f2dc8660d16637 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6503a8b470f0fc764bb7e31a6b7c9b9571365bc397be2bee275a7fb1c1720d7 +size 12489 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1793).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2265657d8eb0a239316c47d37903f0c9b7bf51cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a893569db809d2fc33c0d6bd36fd450c078e35cffeef3d88744d7374f4181bf +size 10279 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1794).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94e0170ab425b2cf5dd8859836f64780e947189a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55def7640b7499eb58576a1604c4d0c42b82d973cf54d426a84686389895fc1 +size 10748 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1795).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f8716264d2a6297f0e472ad85fb91a4ad8c6f54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4595f55382eefc47ac4167f71074e663390572a157f299b58393b38af27f852 +size 10233 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1797).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f305f3116c1d74a9b78eb9046ffcf1b1a174e2c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac321f57f04cb0de18e61b81fc22e7f32b7716e145fc00d9c17ba4c514fa634 +size 16443 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1798).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efed6e8e05b0ad59c7273a809166f19b7c7675e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0263a82f4a863e18230c1e0e1998001da8f427bb314e5e9fa723325a8e73fc7b +size 14066 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (18).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (18).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fb619ee91aed0648075c3b4b9b7a097bf181d2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (18).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576ec6fc52687d9a896b68ce21a81fda57dedf3ec8e717d7b808255ade0badd1 +size 11454 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (180).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16b94fcb19a23dda5403d0fee593e505062d644d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e94faf959978eebf3ce4a80c91c804386f728d5c94e0e617bed3c0093ea9e4a +size 11860 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1800).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54cbbe03dc459a4af6da7210d12c310424e7c8f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73636facac12469c41663870c8985b418ee7f16c0d1caff1a0b048c2bed27d41 +size 11830 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1801).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da443612c0739738ecc110ff65451529cf99ecca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1962f18da62c4b4a2797a1c2ae90c6eae089e3542e17235f4aa2548a4abce1 +size 11300 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1803).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8381b93a666b6054af052ed60cfa66ea0ba7e1c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604af67eee870c604479ea19a6446c804093757848d26eb7fcbe257f7a0db229 +size 14153 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1804).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e2058fd0776ea8098c9ff7c3370ed67f3e4ce0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e2bfd81d9f89bfc0293a14223dbb8422c7c6d4b7af3585a42d14361464bf25 +size 13765 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1805).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3faa3eb9c940b88aaa271ddf80f87c8551f34fa9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c31c435ee4cd5b7fd551f0cc40279c1c8edcd3600ff9d2f52abe61bc4d3bce +size 13428 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1806).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aeb7aec0f7a12f82f33f55b2ea48d4166a275618 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf6a8b50b75d0c17ea652d28c97448988b4133d54def3d65156fb84777d805f +size 16092 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1807).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7da5160a9f6da989c703a4b22e66204bedef671 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88af0f7893999d6108966d7fc81c5fd7d0c49dbea59379a52060af63a5eccfe3 +size 14467 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1808).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..074de33b28991a2592a48c4f8ff77ea179fe1302 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5e417b8bce656c1a9f873fc50a8753190cfc107ea9a7b1ba15b83adc294993 +size 11063 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1809).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b57442c51033766ab58dcc6ef6119794cfe1047f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37874d102a9998bb76471e6c064af169a1590e7e4280921a407ed4441e5c29de +size 15617 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1810).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0971eb32a7c618451f4328610f19edcd64c86e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d7060b0ad43f68114d9afdc9ddea8fa785d918d6e4ec5cf02b528089eec53c +size 11175 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1811).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d5126a49e7df27d70300a255fa3e0c8087630b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57702abd580ce154607d39f74d93ebe1f36de2751b55b82185a5a03c4ea485c2 +size 14750 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1812).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1dee8c374dec85b5f4b35475cc91ed903e4ce25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced17be782dd3834add90faecf4e0c3ebca0680f3788895608941db4ddddf03e +size 13307 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1813).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..570c60a6f6364388915defc7818ab40b8f445cd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4328ad96aa1a56e40e64f97f99b2894e8d53b91abfd1059d1816e4085ed9785 +size 14930 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1814).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f839cdda348a66d0182ad0af8b2d0f956d959003 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5870b310c46bd9c08d57dda27cafcccd534adf615892e4683fc0224d132137c +size 10997 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1815).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c79a99c42507b295e4202b728a39eac1268fb5e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0422dc3b07eb13d97dc3f46f32e1a7175a79d96750d5225b09591bbc723b57 +size 11162 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1816).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9f7e5163e1384443683554526b0ef52114de828 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e760ed576923fef7235d51063b012437f1cec2fcc4c523667a0a3f13544eae +size 12221 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1817).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19e4dc6734d37c63022602baca6a5ff437a78fde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223f703e4df3152335f47eef0dbfa599cf4463bec9b49ae4d7df55033d002146 +size 11523 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1819).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f85462bf85ce723d21d25079e9e9aae9c4d6d0e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2f3d6ad5e93fabdbe16de43c7194498796907aad7b98c7482ba868e89ca9da +size 12865 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (182).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6351947d37a675f8ffeed1cea2b52c79d693a987 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5591ed5eeb29b1f55d12b52bfe4c1dd05a76040d1476333a34f225f37ba8f5 +size 14805 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1820).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f3cf683de4acae0953f7e02222995e07f46eabc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fa6a567dab8f8d543bcc445a0f70a6b3d8941f0040a27c4d60d700376b9a90 +size 11894 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1821).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5396e1d584ca09ab5e11dca262cf393b8f84bd73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92118e501fbff0d59b571d22aa600f2e4155f3cbb788bc0a43380dbc50467b3 +size 12984 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1822).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7aed024e9ff7d0aa002cce848817bfba715dbe6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e730ccb84a45e117d0c646ead9f98e5e1352f47d81f3a8f9956b71c44db175 +size 13273 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1823).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b065898d1411149082712237ed36fe57b7cc91c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8d73b371195bac56f8604a201cce29e19de01513b8a970a76d62b186323bd5 +size 11239 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1824).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7ad8ee2a5b4ca5696b3f12702f6c1132e413cfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d0b29d9905db0e0c45dabbfce86e956f8ae599733993c88d340c84d4dfc370 +size 12703 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1825).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bdf7e6acea8719c79f38aff898355a019d2bad6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e25828647fe0b58fbbfa90d39ef712fc58d0f187caa141f2f4bec717526a9d +size 12576 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1826).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75e69aa02d6f23596b16d3d1c7d7fcdfe3bbaec5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f222dbaa1bbd989a149e25230119dfa19b35ac92599c527fc3e4c56fe9f70552 +size 12018 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1828).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86bc8e8e75610d4bf4df41ef254e048b23ff3d4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db8446fa308630df465caccd9462aeb79c161eaf391a0cd1ff3ab08e804a8ac +size 13776 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1829).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ba30ea4976be12593db362d8e7f44d6152ef2c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54d4bf6633053217b53373e113ed435e051e5c0c8d1523f6cf7486533b24392 +size 14376 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (183).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d05c91abf566b8de68936a5ad8d8ba8132ec0e60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30ac0feefd399288630dfef9078b939008ffdb116cdacf655f6fcb51f8f5cc7 +size 12394 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1830).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f2fd6a56f40f1937e98687b58163491f89bdd04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd0b0d1005b6f38044a5b696398552c062389a1b4702a97757c264a41da2ca1 +size 13916 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1832).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21c0b0211d5ddaa223c849d0555eb8f4b871f51a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fe6072cb70b10831674aaf71259caaa458ce4423cc6da44d956bea475bbd7a +size 13619 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1833).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6f399a8a817210f59b463f12190134b45a1d711 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2124eb50105cb8a65befccc0e4fdb00dd9fa352f191a9303b1d986ef3dacc6ed +size 9292 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1834).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1d9b41f5e4abed1fe01de03849cf07a346c6857 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751abe5b0d4a9d6b5505ac0379164b47476575962f74c5a21c228fa4346871d8 +size 13918 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1835).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..782abff1fce6c91a3a14973b2b6041525f416ef9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5a8645cbc975f5ddaf7c567a3c81b90e0a23bf47704e96f639cc6e7e033af9 +size 11689 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1837).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1b09deb4a0574a0d4e9122b181cfb94b4f28509 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5898e67324ee27a62e4cd8189c6562ca3e75443cd1ebd9cea0a5c0ce6fccda +size 12890 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1838).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78cf1778c40ac9c3f3c548a724ebeaf2bcf8ece4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44052986ac97b689816dc918f09f53b942115c576b7af3e1f0ca2ae7089d4717 +size 10962 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1839).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..042ba94375ddbf6e3572bcbfe23a65f9178e4e6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeed43c2d8e4d90553416df707e6844757adb778ae9c3282326195a37038bb60 +size 15577 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (184).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69f2560e3d5fd9ff575991668ba7c96f5025c987 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7b4e16ff6b036eb514853fbb48e6ca279bfc073126b3896fd2ee5a53e96567 +size 11620 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1840).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f316140d267309a826b7981f81c6c92c3787b474 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69cf1df1048f6b50e8b467edd2d4df6747715babff339fdd249d936fd6a756b +size 12771 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1841).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a34ec89f15ae4da37fcfdefe9b7fa3d7e6046e2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ba0bdaa83f37590d475c9a74dcb1956b2789e0b47a0b89a06c3fb1ff73ab54 +size 13009 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1843).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57643140f7a67c40d12db098935d051726fe0412 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b96f4ea3dfd2bfdcc0d5158923828613ac80a7ee81c017d68aa5e2792497a9 +size 13677 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1845).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2a4150c88adeab3fa0a495807648474d8cf35b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734b0dee337dd5bf7484eb5324ef91b6dd5fe7801a285700bf3676cb76b9e4ac +size 16107 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1846).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..783085c70fde94c44280c99e428b2716d7549076 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af0cc867f6d9e32ed7412d9b397efba832966f51ada07d176ff0be0987ebf0d +size 14313 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1847).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2292fb5a76206de0611c9e89dee63564267c3e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce78e11e12e0d0ce329ebc89bfbfeff92094f9013fb824a79f91633367b8617 +size 15157 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1849).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a1c4c8f67c7f2040d6c1bc1c0c4beb494c13df4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f54a821ac46ca65cd2a3e0c40ae5bc5717e1e203969d639eec54b9d1a5649e7 +size 12693 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1851).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c72502992a5023d26413e0814b46beecefaee6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848def95978c92a2e0dddff7c78e0bb0537c44e77405ede5b0c092757338426a +size 14483 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1852).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb6b570d5994a0bb3c67e7e279245f4b2a6f9709 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215c3c1951536569eee5d3af4da8cbe89532a5346ea45de08dbf0463aca926e5 +size 12311 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1853).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a1fe8b6f8262361e2e3e07278194e7ed321c2b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30df8fc91edcb32d863f542bf03f338193fa95c85673f82977dd1609d9e48826 +size 10727 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1854).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60f68071b8ef7ccd59c0e518b033d69799d08719 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3d6e36612056394c407d142e082055a46cd27e381efbb08bd05e26ad6cf315 +size 12481 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1855).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d2e13b8c70deb70ee2b09e312710d3cfffc86b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b24bea604075dc2f7d3a5986e82597ceb01202241386e1e3529c8ab46d89e79 +size 13100 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1856).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42b5ea6312ce1fe30d2c15ee42dd6707e0378797 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f9968f30a057936db21410e8f780f9b8d71c2c315651cc556d9234066fb316 +size 13960 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1857).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bf1cdc6cc63a86e08fc3e170929c5e7402c3d95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a8391b5e921c06ff03539f97a5494c77eb6274c1c2b76e66cb4d4f14fde1ae +size 14048 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1858).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32cf4e89dfbaf4beb9ea081ec30acb7ffaf7cab6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142da80d381764ba3466226e1f813ea270ced1f18ef5d54410efa716a5476d6d +size 14177 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1859).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2251c74fa0b13d4d69be97f075da39c7b876ed17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b9bb929b635146174ce3d7e6d86b15037db2fd0c92779009977f2298068c8c +size 16500 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (186).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca88cdcc86b2f94376a416e21567212be1a6312e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da99d20b6f72011a4f67154166cd543677da500c6480b10769d86dcf80f0d51 +size 13073 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1860).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1860).JPG new file mode 100644 index 0000000000000000000000000000000000000000..868cf27f72b13cdbafa8752cfd4a80e45a7c4b8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1860).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f0427edb7ef2351d924ee64a2da7f01557a5686746b2c877a5004c40411d71 +size 13194 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1861).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75d6c3711d790c8ab9352becafd8dcc7e34c0f22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e04a3788c320bba266ff203c87909b6b19d0b49659ee02f3a708aa09e945c9 +size 12206 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1862).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e668b37e513ca70011045a5387886be3cd094ff6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7007831d7914b4d5d0797e326d2c8be15522ba0910d45bd9d6c9ac65ca7aabf8 +size 13728 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1863).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39e64affba66abfb7b6e231d89d348a392369d24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d10476e6cb96e843263fad5a67af0c7f742db729bec9181c278ef3273c2d17 +size 14574 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1864).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..732e00f162b4c38ffb567d61a633e4301a3f1f45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3f25ad8369bb0edec51c76b525ec854dfa1dcd92ea182197d972d8c7ee6838 +size 13174 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1865).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..482aa10a9e5320ed15219764ebe693c6f668c930 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da62c5446b374e253ccb2fc66a47f54ab86c3fbfbf6b917bcb5ba300bb895bbd +size 15543 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1867).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af829ff629f07208116b26664cd3ce031c028b0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a47791f3351a9180be79523e15f6da01bb27d10a43138e3dec524fea76e7863 +size 12874 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1868).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38901c2b61f3890fef896010ec4ab6b028d5d513 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ca574e292baecc6b9bbe234519026b0fbc8978ce905da9c52ecf69b24eb530 +size 13036 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (187).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eac74b4934743085f81e95ca00e376b51e77be8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edc3f1b38090004169e795421f6674dc9500e02c440f8765a1bca218a47a2db +size 12813 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1870).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..707f34418d270d60ac2db1c6eed09f31a7d78e71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999499067c434300309acc151323a680d60b762c06f577bb564d1dc2b46a3f2b +size 9095 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1871).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c78d361ae80cf8c8e23fbef8846fa4c22f24545 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dadb968abb8f3df71a77630964c3dfbf23128800c15b6516467a3b3c9a9853 +size 11884 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1872).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ad1ec87fb36ac7d12633097e66aa151f7f01b97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721a60507e0a4e4c6a467662726240aa3f612241bdbcca98b8858de2bd08d1ff +size 12980 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1874).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9cb34c793c78d867b91c75ae6492b6bd7d391be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070696c7da7e8d3966a9aa4d8441c3616a8517567812795f35fc105c52ff5286 +size 12753 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1875).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba709ae4f802418ca6e6d96b1860bae3c57af489 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49e5c3c5860f8bf41fe06584771e588dc599ab7c370189a2b4a6bb8351cfad9 +size 15723 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1879).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f57a52f943e0c93b19e87ef05d99d5038852b9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703cee2052da00e9ea665aa461b0fe1ea2d677d4ac90cd0922e34037780022d6 +size 14462 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (188).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..954e8556baa6fa019fc3bdd430f2d872c79af720 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b6104ef23a0fc70854f0cf090e1926d494cb1cd5b3721b72c51b17a0fa98ec +size 14152 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1881).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1881).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49acb8fda9d73873df424d695441530d4320a904 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1881).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d62d6860f47567f60ce3a636429c85c6ce0491c16a2990d22a300657bac78a8 +size 12878 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1882).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15c1a0bc192cccebbb3bb1896c3402aa239c7fd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01be1fa93168adf5caa54d10dfa8ddc06b0a85869f56087b04f74445495590aa +size 11295 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1883).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55fe783b66a7a7f30c83fb627f1830b8dd67cf22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a35dac24d0967ca085a4399932c7110b0c7bcf62c387801e3ea537a7cbc2e1 +size 13857 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1884).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e69d0fab152328f9ff2d4936c6c1a212de911d4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e9fefb4cd96f4df25e0a916df5f59f09427be4aa4e6626a10f61853ae181d1 +size 16701 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1886).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fc1a2568f38a16b03bf9c5b41b804fb8e698b0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89293934960295c81e8172e0a22f7cbe5efbce6af040e1a3dbaae7c5faf1926a +size 11186 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1888).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63e8a1f563a17c5fae01876df3f9bf37db7ecc7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474b461906f2884149522ab48ab0dbc99acb8d7a6cd281d43279492491dd44bc +size 15220 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1889).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a63dbf4568f06adda2b05c46de1d13b1a83303e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5d6b7e0f7c48cef4c97091994d3cadd3da68445853b06f0c78104c37b0e0a9 +size 13194 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (189).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..722a105968f7623487ea0e3bf4fed9e9aff24fd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8f851d12e00f79491925ea61de04e92281c63b11004d1b1203072b616ccc82 +size 14905 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1890).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cb864c45bfe6c1db123bec4b56e546323c4e074 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62ddace2cea296dd0c08c954642ab55a2f053ae05fdca6ae8abcd1361d131c0 +size 12475 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1891).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd6523e893fb36ca9d68092e9f4b571810d53b31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516f00a3eb580c06b3ce6706d9fa45c9c40769df8968c32fa1e408e7b51ebffa +size 14062 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1892).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ec3d911603e5aa397cf94a6768ec6f7bdf284bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484e26f3f268b215e1553670eafcac810e3300acceca426c40daaec79f8b84ff +size 12902 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1893).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbfab6508d6c380fb4d0aa81e3750844201cc2a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbc98734c91a41af3c58e1124f3dfc29ee3f691dfd86f45930c3960ec2ee601 +size 12112 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1897).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ad98e3e94ef5db030fc010a4d5a62b003e98eaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc2336bf315c285b9d1027b9abd4331038a4b84a0914fc9a449a7a35e293ba1 +size 14230 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1898).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..735bc75e1a0ee6adea335e9e6a37169e723869ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3de08851d4572014c911288dd266338e335c03c3a44b5a2e4e07176a3be8b78 +size 14914 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1899).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a83ad17d77586ec624f3de43ba3b99c356652c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3dc37510ad96639d824ce5d8374ee5f2af71a0889f0e3c4b476817bb47a076 +size 11514 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (190).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8548b8837fb64bab8ae1346de837647d7c600d10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1542fc63cb115a884220d0441446d6e253c2b0b5f5b97b825378970d0675b019 +size 12310 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1900).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d594eab6c3fc8a6f8bfd4dc473162613390466e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb14f17d1f48aaa9f4cb13ab80f7a5056f72710d062a4547b97c29bca265899 +size 12042 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1901).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa29326dc1c6379cb5272c4e8f509f22fca97706 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc850e2878fe9c1856b857e829b29ad697574da7337f4776b8451201423f952 +size 14423 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1902).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..259e88025669070e436f44ca78ec34b95b3f04c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecafa60f2cb3f0329f2f250192dd6ffe5d18bb86f8f39ab096b671c23a1e62e +size 10018 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1903).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b48807d8c92c6d0cb25128e92d4157a7e1451aeb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e8dd205c1365d9f112134669c103069136e4ccb0eeea270ae5ffac8ed60577 +size 14091 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1904).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a80ac2889c4bd9fec95a223566723b38432e02d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c126273c4a6470cdeb8129757f50942c159ecc74327afdc248d25dedc6799182 +size 13831 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1905).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17b1eb1e21593b85a4e648d2bb10f5c54520c912 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9160168ed7a26896cfc3194d4f500104fef864768a512ef46fabea17f79aa923 +size 10060 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1906).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd9340c401c7e8a584e6307963307d1d1a88d874 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efd1dbe9e2253a064b8e3222712d66fe0da4eecd75f2519a0524c328ed31e40 +size 10492 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1907).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62d7cfadf76dfab4eab80f4c50b634840fd6382c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c7bc03a01a35f8823e4a52067c774086ee6805760058f47bfc044698775f9e +size 15274 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1908).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..848478fafb09723fe4d1892b31144156cf8dfce5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f15dfda5798bba9c8cb96b849ad544547fab25b7f7e370970ef8066b53e71e0 +size 14281 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1909).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3e41ce86500e676fe8c87710ec9d88223323aee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bb7caded73106672c8c624a193d092016878b39f747c759cda6bcd3d162ebc +size 12909 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (191).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d943f6a0b090ef6d0ece12825cbc7d9b478caf5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79295a75b4ebdfa57ec081543501fb4fd4b49195d10ad5a9bb99e34ae062d98 +size 12391 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1910).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4db9bb0a2404fb96ef6ad053f604f46d997a598 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a653df1a427c29ca28a22c52600b4ebf22e096a2e3d6b03a9ccb163b78e1e8 +size 10177 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1912).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c115692f1ea2402f4b2f8f5aa99176766cc4b2bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e5f278639fde15ca1bb64ed4c321b2a655de45ea999c0a92017a2f7ae3954f +size 11345 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1913).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bbf99055acdad6582f28ebed212ddaa09588178 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ec8eb1ae9b74cc89561f78a4a8175a838f35b7c4bdd7a65487239e7cc0ae92 +size 10590 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1914).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c29a85a9faba8e259006c6e64f325b16b6ede703 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e41d3fe7c6710637e94b56f01abc6edd4791db9096283ae7b06b1ad6e3174cc +size 14718 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1915).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2af7453e17a349cc5c1bf4db518a93c93dbcdf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac83e4a3a43d61e55907992888d4eb3b4842c147b6b07b9757f7894c158a2070 +size 12390 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1916).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8497768ad851839ab044a466608feadf5ab75274 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecb85523423019cb63c7c01884fbfca919a8e434e96a1557c4d884301686c81 +size 15435 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1917).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be0f35eb908338053c877de2df0811351dc7277d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661bc8bd54d2dbf0f467e9c5d1af44d1bdbcf69e60723f6a9ea10ffa6b82bbb4 +size 12469 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1918).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae62fa8770d8324280836a613ee1f3e512832782 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98751a756a53cfce401e17fe156fa203148cd67bac037050bd063849d494ccf3 +size 14878 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1919).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c26bf87e2cd63ce44c18258fc7c85600fbbcad2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dce1580a2c23d5be2c3f4dfc4953533f0edde24df48fc411472f764ad712def +size 12982 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (192).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08340673dab8c52fc7028add76fe17cb83466311 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b31ade9ee50b3f59074b28f4c7faa0ae824938b2f20990ba90570a69b4b3a5f +size 15801 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1920).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe1a1a85c2dbbff8e8dd2ef62295d66ca5368c59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10cc5fa858ce7c688f805d308bbeecf647b8f536bef165fbbe85c1c6a8714e1 +size 14136 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1921).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bd80b9cf3536812e6583106c11dc2ee2d4c5679 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ee3103cfb432bb139a3bf87fc3c09c58378d75d19f03dd58f65849362cae21 +size 11204 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1922).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b80a9be3ad94a7da6bdccee2b3cee436fa721e20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e7586d4e5513c1567113dda0d30b76f317564b55e5ff953508d030ef30c3df +size 13729 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1923).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ce37adb5253032b134705a5a46772763b69c962 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f67f373dfcf99aed7f414ffa31322bd34dede86bed2d61395f6fa970c4891f9 +size 14464 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1924).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..514b7fae46ea1fb868fbe84ffabc15ca546cc995 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8b3ff3724575ddcd056fd71d06a96bbeec96575fb59fa3039ff9b757d9066e +size 14926 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1925).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f2e6f818dcd7d5d09003a9653b99d317a31f66c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8704e94ab86c4663de0316c096c10a80cb71272933a0a202352ee3afd7833343 +size 15527 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1926).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0503bd712e1dcabce618f181226e25cd1972d22a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92a519d7c49b68224f39846be509baef4655e9a3e19ac7c43c0b0892410488d +size 12807 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1927).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..970030023bf80c7bff46e2b1931ad0df02aa3805 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27be837d1fc0ce22f26918ad04b1b91ba940eacaf0ce88cbc977543587a28a04 +size 12418 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1928).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87a6fa858ebd28136878b12addb2f3a3421aa9c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375d11b453af942a60bda877981d84b3ca38413e28445b318c1a5368aa0f8da4 +size 13631 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (193).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7fb5b8dbd88a5fc03198fdebe91ac4fe45b4747 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9c618be65a94eb54aaf64b9bd314f18697c64b90c9f3f223754cc307020b6c +size 11359 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1930).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b18e3f233f886bce372066e3a5821db6ee723b41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd51be5168de567d8f1b700dc8adfdfc68a0e2e36443dcd6a2be788d97399b2 +size 14269 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1931).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce67d64a3e739d2f869c95699c404a369593c434 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27d320cff32f3f07e5d5048472dacb9c73289e7a380e805a4a33496411eaaf2 +size 12636 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1933).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a2c0b554d8e205968738071255bd26674a9fe7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ded46d6c105a700cf07c33b0163d42ae7e7e76799793392f06dca6daefcbd50 +size 16592 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1934).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee14b65fce05c14eacf03f31d0286bea7f54f842 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0d62cb6964783ca208aad79407f8759fe546fac1242c24faed68a0123e9ffd +size 9589 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1935).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..696bea4c7ed5da27b2e87fd7fcdb2d5801963a55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f5ff9bc08ee2c10d9a3881800881e2155acb8d690051df54025c73d6e4bd22 +size 11613 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1936).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74cef9c78881c0ba5b9dbb89af86372b69fbcde4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47373acd1cf0eccf6cfeaaf4a7ceeab263426536a650408451c7eee3b617573 +size 12111 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1937).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4117ed02394d5949593486c8bf275fdd8eb8e91f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa61e343d9fce8bcc24198e9a2a58fbc0a04bdc5a8d5e55c95275107130efa41 +size 12879 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1938).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18845bcc3a5b2702079a02b2dfa3ce696f1bfcc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea69b44df31266322496fe6d564465921ff09717dec46797a9227a37e756db3 +size 14269 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1939).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0500a3949efb72d843a25c56d97829ee8187bd27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de75defbe837e8b974d9139ba0ae796fdce387538dee6ee9d6bd5c02c82fad0d +size 12062 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (194).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..923c86779614c5aaaef5bf4be8f3975d95f238ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a0b0a03fc2a8e5d6c2272817301b45d9dffb1910af52dbe8de8e83899899f3 +size 11152 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1941).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcae9a54daf6a55af9f21528ff255552139539a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d81406d835cbc94b5cc64c67d140b135fdd720551a903a66db87a47a1c78a2 +size 12034 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1945).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e7634d36ddca69bb567956868e051d80f62bf51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd5f175ef3e26bf196326a90267752bd8bc733f433d75b0c4502105af5ce32d +size 13230 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1946).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc598ccb5c6b6e91aaf3d3713d0ea85bc1846982 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf14d86fec923efeae64754b6a5ef3430aa403c91e0ce03d73c470f0fcb95fe3 +size 11732 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (195).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b9bbc6e54b2125302e63926ad7ee1581eebca1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5270925ebb40d6b3075c6aa4a8b9b20275b5ef1950c9aee572e60e3d067b7aa9 +size 11893 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1950).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06b16d9480901d70985eea614bf85c519152c5c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e333c20e3a5adaf04a658c00228e1b2fddfdef6543542a0e6693e36ea2ad9c +size 11002 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1952).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1952).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29b17eaf15afb8e0b27dbaa26faf4202f4edaaf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1952).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6ce3aedf0b30f9f0a88f995a8e4483d28dc86defcab3a899d09a19816cba21 +size 14609 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1953).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1953).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0071628247eb38c91dd7a61f70f6f8d007bb615f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1953).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f51c47d92c5183802b10b32e6de9e59ee5217d6196f6a95d4b43489e595a8e +size 13445 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1954).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1954).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0da656103c83c596d35d1bbc6f10ea805fe64d80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1954).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbb5de1be0c7258ba016872643088092194f4885efdb51f8d8e5e9ddae42816 +size 11664 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1955).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1955).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15b7312e6700d4bddf39b491a253490df3428a41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1955).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966ee009a8d7014d53dfe621cbc70c5768f0d78b0ddd765ddaace32a13a431b1 +size 11296 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1956).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1956).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f46f12bf85a6d6a9c1c4a950db590c918505deae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1956).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30d1b43a8b7092bfe6271014a8c6ada6f2aebdf0ba336ea978eda049e1942a6 +size 12511 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1957).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1957).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c575d84dc1b5738afd5ede8402994a643a0fc3a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1957).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f683559d4e394c6e0bcd9f6b8af425257eeaef98eb203e33fd664a16b1eed2 +size 12822 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1958).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1958).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe8c44e76b30250b25113d2c7bea2e89e09ac7f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1958).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc3663842da4dfaf17b068fad15a5cd45bd4fda73046b42cc24fd5d77f8223f +size 11053 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1959).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1959).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a2d27b8229794860de8347994c65587481e7db6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1959).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc56e659b54b6f0353654b9d1c4d21f4db0eeab8a049be1bb19ccc5b5b19089 +size 12765 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1960).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1960).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0838e425887c8eb6d413c4e0db9e9f0a98a03ded --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1960).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd564cae039d0a04c27ae8b3b1e0a50cdd6c6df5befcaf12b0efa189eec9e00 +size 13189 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1961).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1961).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f9051e32714e32c567805f24079968eac903095 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1961).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8262f9b13f275b22d4dd2ab675cd35de249eac52967f517d449bcd28e355931a +size 10419 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1962).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1962).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32ecf9523150fb77210028ba9b772fc886b083f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1962).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9100e6d8ea62d430f0bcbad8561fa0b521cac454aae7031514f23a7015527a07 +size 14962 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1963).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1963).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e7bba78392e57886c15f124b4b9549a37105e55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1963).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17954933202a571688b76241be183025a92c210d8d5be538c225d31613f38908 +size 11881 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1964).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1964).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60d5b80ee8a967873e807b090b8807ea90201a93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1964).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7809b9d71acef45e91821ea819d64b947ab3e95a2e9e4379603efd182fb091a +size 13359 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1965).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1965).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d2135ed7f590fe3e182b8b059210b9ca876d70a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1965).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c480da537fda76653169b5a596a3b039ae51966a52791ca89204e7568216a5 +size 13051 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1967).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1967).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67adcbf9bccd214b85184d426c4d134de0b29624 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1967).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6401832ecd3a07f4cda7478d6b4892028ea3370ce51b1b73ac3ac10e58098e8f +size 11138 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1968).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1968).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36002c4618423d347e9e5df93eabcb6f69021d11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1968).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e73a1def5a74a110feaf1418dc45615da88442a84efdca1bff24fe8aea4439 +size 12460 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1969).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1969).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f66ef8f3580f0f66ad0a495606d1f278c1d0dc9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1969).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4472f881e16d93423e69c0b18d49f946a547644f09924d8f2c7c24accee4d03a +size 12222 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (197).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b4064f3c313e621d5c5ac8c366e3908857ccfdf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553b813af396caacdf321132fa34202be01ca58b0e4efe88146e3bdfba386bba +size 13424 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1970).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1970).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c072d6a4f97a8a9968a44f4dce866e33254c79e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1970).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56819a57c9ba887d35394e9c897e0696fdb08b6540e1c7cec212b3e5c01b3786 +size 12175 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1971).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1971).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1c308a525383dabefa0a9f16f38b7cc31568e1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1971).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674e44578affbe256039b0a377ed5a4200258dfa6764ad940bcb70143de3f228 +size 13845 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1973).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1973).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19757f81a09e856c0180c55e642d5b661c11afd7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1973).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298a1dab28795f20afde27b0ed8b92ac19c407c4697a40b8ff2e065eb169ceb4 +size 9118 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1975).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1975).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8f2628feae4aeddf6ccf86ef15f03a062d480d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1975).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6dda136477dd225c41fab943ba5412e93e531d93a7d49943f3fa7b7ec958ba2 +size 14180 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1976).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1976).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c574c7e8b7e0e32b406035da6f254f9b78d2c25b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1976).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae88d7477a62242bbb9f0843c648e6593749ea407c992a15bf4b99f01561efe4 +size 12374 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1977).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1977).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62182d2d42e47c722d86e9eed1b295986a6b1860 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1977).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d621f821c206d0cd1b3c611d5d8ea020649f8d44632982c51f7d0808f5c55e8 +size 14663 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1979).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1979).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1c21b3dc0f9f5b0ef88ee6b4c219f6ff0a9c5a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1979).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348453451b1417af96ed90aad7477949e96040b8bd5f944826758dea0f47eecf +size 14370 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (198).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64138c457f7d72bfd914f6a481f31a27590065a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0c10fd15fcf4eb4218132891b598b6db7d37d07bda3a06f99df38ce63b1b80 +size 14683 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1981).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1981).JPG new file mode 100644 index 0000000000000000000000000000000000000000..183bf6e10a447e3a0826f365930c84810d0d7765 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1981).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3510a511bb797a39653995f5f2aab00571b532d5ff43a2fd30a9b543297bdb +size 13784 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1982).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1982).JPG new file mode 100644 index 0000000000000000000000000000000000000000..379a67e8bfb4859124f95f521da5633ecc9e7281 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1982).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f6c7ab6b9486b5b5553916a5c6a4f66dad96f41fa9c424663c59c37b05d35a +size 8828 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1983).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1983).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0ffa973c8a7b5f87224c6ab8ecacd49de0e5d9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1983).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11ab8634d841c6f0fbe5121877942b81d3d5f600232053679176c872f6b37db +size 14233 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1984).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1984).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72d0a6f51c9d141caf7a3c18323384495fe9f403 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1984).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378ed1fadb614745ce15d541d32cc1646545437722f5037d6f77a6cad8e2f3b4 +size 13766 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1985).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1985).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ac46b50bc26c111e84a3d6f014f086347db5a41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1985).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6053bb17253a571e5d01702244d1bdb467d56858dc687b09eb51e38128256e +size 12228 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1987).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1987).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2b89176470e1b43912843d73ac9f3e6a76734e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1987).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5144ce093c290bcde2cf285b00c60bf33399d6fa25d54ddffbdb858a2fe96c +size 11193 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1988).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1988).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abe1a87c5b144de26ac4be2b1ed0af2f183a08b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1988).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30053ccfb9a63e2880501172166d49de476d60116382ba76fc6f9d67fc8ffaa4 +size 13310 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1989).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1989).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec967be41bfaa5bc5f8393ac694e3513fb34bc03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1989).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc811da0964817732d1bab6f6ca090fbc0938630ab5d93e5ce9bd20986de2dc +size 12800 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (199).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa3897afefba06a57dc6ce27d524e47113936451 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bc9a1c148b1bb00985267582386e6a09c594627b1373ffc23631c91ad9e095 +size 13516 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1990).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1990).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7216376d76a51ae6bd52a917812eef02453371e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1990).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d5869affc158435d71a68d39a9c31612699087bb7143172cac23da7c3972bc +size 13903 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1991).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1991).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfc695c8fd0e374b91a1c955e272c2ff70928fb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1991).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64de290e6b37848e507d23741d01217ad4432c3650c8a322a963f01d3b9ede48 +size 12832 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1993).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1993).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26cd1a280fd7baaad5133b03939ca56b3a94596b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1993).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f2561330fd5132fbacb1c9fcb0a6e7999bd398ad4967ddc377402c0912ae57 +size 9940 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1994).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1994).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ada33dff2cb013885e60e247cc9d32c01e2a15b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1994).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa6cf21fc05f02bfd46205c6c9736893137b893c7bafc17f99891086fd5b026 +size 13429 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1995).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1995).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc253f35a26aad75d6b00691e0752641a865dded --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1995).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f821b467608467d97faf6db8e5698fe75f5154124bcb80152f846c2acdf2f0 +size 12668 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1996).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1996).JPG new file mode 100644 index 0000000000000000000000000000000000000000..feeee3fbe3970c9c342f47759cf12250c8632c6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1996).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2a63b90e03370cd726d198d6b37176bf8a549e9931773aa75f5061a9846c67 +size 10343 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1997).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1997).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7c85af2d968f0871dddb243effd33e39aee8df9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1997).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c5bd587ae8a506eaf9534f73e9352452b4ab45db8a7ad245757cacbbe5a5d2 +size 13104 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1998).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1998).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27b0fb0cfe7ae35fe8a3de04214a27b5801bca20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1998).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cc8f1ffcb50a6b01b913f723a0d8c1667a4393ac9ae33536c610b025d7c838 +size 15694 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1999).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1999).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc987ced45fadb77a36be3e7a133e372dd3d20c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (1999).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65c70ff2b4618db167faafcb412df7e44f1f7a8796ac0385393dd89ca071571 +size 15911 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (20).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (20).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e67b1a3e0e05cac5d3eaa1728728b1aee52999d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (20).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cc00b923f64bdf3d002c4f244184b53b36f3711adbf9757076cd6bf217ae86 +size 14811 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (200).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f98a9dc3246a7ad51312691a5d0410c201652127 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8c814be3abcad592103d875076259738ae2b6e5fb0db1b3ea9aa49d8283812 +size 11736 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2000).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2000).JPG new file mode 100644 index 0000000000000000000000000000000000000000..117f7aa8a3c3cdbf42dbb88527b576f5ea3eafe0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2000).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d81dd9381328ee79a58f046166c13499c4cdc80ea487f1675ec7964a9064eb +size 13431 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2001).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2001).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f48d0868b9c0975acf54ed9a18af8d54f7267818 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2001).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af037f84dae742f256050d498b49bd30cb0cca982ac21aaca81463b917fa096 +size 12212 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2002).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2002).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9b8fe93bb2a30c686daccaba0678b9b809c6500 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2002).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5512e9d73ed40be2b032485bc321acb863a0622c3074e8ad8d6682996a4e702c +size 14782 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2003).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2003).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d43652dbe6ef93be1f1c504f73faf6d287c0146 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2003).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775d36b74433327e5f2b55455b74fe5701cc019a87f7b7482c2d301076a7076a +size 12039 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2004).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2004).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc62154768a195c8972c6322865db08d859ba172 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2004).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4405599ee6fb0de6e1439fea0a86667ddbbebc20202c98ebd50ef1ca58d64768 +size 15627 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2005).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2005).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40e9fcb29d2b48925fd4a7160e4c462cff6ceaf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2005).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4fad069c53d7ce3c3fc8c198797990b82e163570153d0f99b4b5afd724f8de +size 14741 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2006).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2006).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1fb2b448bd60868cb3e5d8656f9fbe3cd5d2cfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2006).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67d64588a0140bdb1100065ea90f34cf2a1a85281cf94804b05291345cf6526 +size 15324 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2008).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2008).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02fc1dd5a68a6891367363ed514e05714c84a9a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2008).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63d9639018b57b55bafa6afb046ce4555c43f28b74e93339c109f01ef5b66a9 +size 14361 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (201).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0d5ab9f1273cde10d22ed3930a2e7b5a2506c6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b041573f0a2c4caeb29981541bb2b1ab4e88c433b4c725c870547a824f545034 +size 11378 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2010).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2010).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccb0b8413922dcc4b937e7cc3c46ae4d5ea5dd71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2010).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b9234ce04326b609166d3a6e3b993a6938ea5afec6439445e3c991158d879f +size 13207 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2011).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2011).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b17cbee5d17737d54184f27203172937d425fad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2011).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29dbc4dea2e4bc42ab8f7887c8ec6e6e05fecb6abf40c8c07da0aab9dacd681d +size 8874 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2012).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2012).JPG new file mode 100644 index 0000000000000000000000000000000000000000..675baca4c59ba50c4beee52f78bcfd1a52501a9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2012).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4c1f786f25a9dcd35749096dca5dad0da7dc8a617860d5ac4db27b0493613b +size 13832 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2014).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2014).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75bef4924dcca8534c9f72513ff3ddc3fb6961d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2014).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae6f5314529a68381dc064cfa82acae86462329d4de97ec609f8ebdfb232fd4 +size 12068 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2015).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2015).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8166e4b900b8d32b6d59f765e5dddecafb2f5627 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2015).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b38dce746e711fff42a65554ef0e3c5b00fdcd5db83ebc09dd93cf8d1deaa3f +size 10395 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2016).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2016).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16658021e29f218e25e6f3ced3724d252b318c18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2016).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02181fc450caaa19f706e21d52fa6f3bc23aa6b72351394b14f9ab1256faf9d +size 14499 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2017).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2017).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7a27e7be881139016849c2074336bc315f5fe3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2017).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e957f881efece67b7d48a69d80a8a183e7c1e2e4492013d1f3b4568e9b04848 +size 14827 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2018).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2018).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d95cdbed603795b7d8491152e4d67b28f0800784 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2018).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7c88487c853bf1153fe3f3f60c09349c05ceb0bcce964e4e494bff77da9d7d +size 12535 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2019).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2019).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1899ea9afd86368ab9b0d61f21de39bc88fdcf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2019).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ab2dbd67fc7d6aed4c349323e272f87f3e0d6aca950c1aaec9a6fddd1c3fec +size 16207 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2020).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2020).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13bf92391eae4419085a20f9a8d2e9193c8b5b6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2020).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e9fbcb3a525b4328a106014b4bf5ab78fbee122093e03f6f61e8e5fbeefbbb +size 11358 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2021).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2021).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71303dd6bb2853d57fa05783737dd94cf58671c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2021).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ea3428cb470b362e77ce7b4314b0feba50c6bb5067fd44283f7f1cfcc203b0 +size 11066 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2022).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2022).JPG new file mode 100644 index 0000000000000000000000000000000000000000..835d0777b9b7f019511840fca2f7e344d3e8fe64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2022).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a46ba13613c80b5804b151678b5970e0001c3c0a6cd0e3e5547c76f403cb47 +size 14453 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2023).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2023).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f3b1b782515c12a646642c627fc4c796b61dc1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2023).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9dd67ac2446dde07a811d97fbd9f30659ed0953081468bc290fe6960a315dc +size 13171 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2024).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2024).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50c8c2059f0b11f628e4c4dffc1a5f093eb2320d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2024).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5a24dcecbacdb39723d9cc72eee08880cebc1a7a62690a11ffde3c1a49a6e1 +size 10875 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2025).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2025).JPG new file mode 100644 index 0000000000000000000000000000000000000000..772b82fdc07f039f42a06d45ed2b64097bf72546 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2025).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29788fdec21baa56df98565da7b47cf94d0b17ea4776a43fcfec2acc0e426d99 +size 9486 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2027).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2027).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02051f9284e3ef98d746ac44909409bbfd3b2e7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2027).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cf28ee95cebc0c3a1525303e19d350438a8ea798c7a7e8b46fe02c5a0b1eff +size 9612 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2028).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2028).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfebd441370f2070a9ae3ccb52776818217bb025 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2028).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff11a913ee2db34b9a7822132c53f41d10ede56930506569b73429185916a450 +size 14320 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2029).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2029).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6bb2e81b24f8aa376a89962b225240e0dc620d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2029).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7a751c6228c41a94ece1367734a45356804a8eb0c436e81a867d30e7212865 +size 13349 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (203).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32f75c5e68e2f0f4c2bd14602441774e34f452d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d64382138785cc1bdeeacc94088a2a3914efd81c88c9ee25ee2d359b9f16f5 +size 14637 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2030).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2030).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31e426bccc94bb15a0d4513cdefdf1b4a454e30a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2030).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a4610a9564cea22ec06c1220f035a822d07b810c6886f8298b47787f4827f8 +size 13695 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2032).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2032).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abcabebc261d8c4841bbbaa0bfe454889c6d0196 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2032).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c23d2f0d382069d2b5948a8814d4dfd6960dd61caf3ad0b607b1afc36af505 +size 14734 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2033).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2033).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e182c63c62ba10a2d8e224de7e037ea36f9c1a9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2033).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f7c0408065c11284f5c5e137ade6f5935dd1b019a9f5684c018859bb9d32af +size 13191 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2034).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2034).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc8221f09a42b7ebfa11794a0561678ef92c9c48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2034).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc16f146ce3116764fb01cf74c3c375a35ac284206ee0ab68bb79a3015cc17f9 +size 13032 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2035).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2035).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6caa9bf68c987cbc23e534967cbab5eb6b93a70e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2035).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16aaf1e4f5a3706ca8eefcbf08ef0e013370e25c32ccf05586ea0d0a2121b71f +size 12740 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2036).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2036).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0e06103100e86f27db0f0d3b1bd0cba91ba07d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2036).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d2bf9090f953b346b2b0d193e851d48a71843f5356c255c585969496b215ca +size 15810 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2037).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2037).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba37c69924a2ca81bb6c058da667ad09318011b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2037).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0203d321470a55a6a8cd532f38ead9c1045e638edd2a7c8a41072386d49ddfe +size 11870 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2039).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2039).JPG new file mode 100644 index 0000000000000000000000000000000000000000..167de6f5263124feb34c9b041db2856984728c2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2039).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656099833c638217c07cff012664eef07f3786c652e1f5ecee5cd2ca9e55766c +size 12685 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (204).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a09168d53e6695ccf36e62ab28f801535b50ebe0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0845b95477c549b5b4290b8a34ddd72864d12c57469c438889d3bc51556fd31f +size 15110 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2042).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2042).JPG new file mode 100644 index 0000000000000000000000000000000000000000..909df2ae201a6a27028d35e639e1a7f2bc902eb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2042).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262df7ec4b6061ea15b7ee1a68b1560d895632c56fec9aad806673bfc261f8b4 +size 11905 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2043).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2043).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9216fb7af52d8be94d6e0b1033a48c9e0fa9c0ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2043).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f2892693839c376bb4875bd483d07d8739b04556fa403cc997360751e0d541 +size 14685 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2044).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2044).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b88023ecc480b48fa50e323420109a72019928b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2044).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6738f2548c7d70b7078be98b090b2cb02abacd65399397d7dd1d5b6f329b5c5 +size 10780 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2045).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2045).JPG new file mode 100644 index 0000000000000000000000000000000000000000..692a4f7966b1f198223ac45bc66172afb75cf7f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2045).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33dae9325ec08e9b016c544c9ebc5283c9f786d88a0135eb2696c902fb9b4a3 +size 11289 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2046).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2046).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f987f067d379bb76bb2a2c9c3c0ca0feea12c20a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2046).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9e9321caefdb188f18dac097f713273dcc8eb1ee2f4dad82441d7abedbcb0c +size 13106 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2047).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2047).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a32dca9377f1a31f779cb2198555ce6547baf6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2047).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a18139e3bd569c27b2c55ce6fa6e8c829543f0e4c7ac803e07b3d89081f089 +size 13502 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2048).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2048).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e263c79f10d68c3595a222dd8fc262b062b870b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2048).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197e4bc10ac9e8b5a175507a103f35ebbc5af9ef0dab235571e86a0c48dd5ab7 +size 14293 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2049).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2049).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c89b6e0d3b9f459592ccfdb49242028475b273a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2049).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1707b00cf52c49dc9877f4a019195b6b83551c0c02ee29ffd4c48558edfa8195 +size 11230 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (205).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb3af582d4da0782f6680b29e88b0d53088f6c6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7782bbcee9eda93c2eafb9ba482e3ea8f5d78564fac28f31bb0e9aded671465c +size 11729 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2050).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2050).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e215bc1db3b6a8b280e26cb04df81d5271e23b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2050).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b68d4bfd96ec6dc8621b33039690edb9866cc070d10b2febc6959ca7860044f +size 12112 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2051).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2051).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2b9200d035b8df25e6ffb70a9e6d956ba61c691 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2051).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3041810f6ff21cb8513abefb298edef03e50f80fb8fc7a77d727d43b21e6e86a +size 12986 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2052).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2052).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9105c4b6fb06ce29fc36b31e36da0cd2b9681d14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2052).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33649cba958fdba7c14bce4e944a2ea33353764ff7f738cf3aa5616e10003d93 +size 14747 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2054).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2054).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d3a6330f7029ec2ab1492e473abeda70aafd2f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2054).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5768d1c55c1e78df49b7b8986371f5b42692aa86be30c50c49fcfec9c9566d +size 15178 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2055).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2055).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5961f9dccf98a4eff3a67322a0ceb2954556e9d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2055).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1858e946940cdb17ca01f59f77bce27ee567915db8110209cca9511c97fa050f +size 13163 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2056).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2056).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab8d26759d2cb2f0c3cdb0cfc067f2189b618937 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2056).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eceaac49ef8a95f31d79218469228729eb1b1f6635234eaf1c29324e8ebd0310 +size 12994 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2057).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2057).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2d1332ce48e1c619fd5b0b223d18e14374d57da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2057).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2520aec98306bb6ff99836ffc806fbe61f0882567df60dbed5ad7439b78d2c5 +size 11657 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2058).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2058).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6a2bb7a7eb86c339395684c949c190d86f779c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2058).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdb5cabac8944a266eb123b02b2f3b2bc66f3b79fda79c3cab4d1720ee33088 +size 12591 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2059).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2059).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42cd795ad78e0357808a8bb47ba7c4f1ca790e1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2059).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a026c1ba98ecb6d599c43eda88e2e0df669dcc8d4445557135813408e51c0073 +size 13923 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (206).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7e33d8b74208e992cac20577bcad53bc980002d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9565fdba28fa09651415e976e1262d1e61e8eb2947ae9e27fe5298baca16235e +size 13412 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2060).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2060).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e82917df51807d1aa0d3da6d5c5b0ac08f7e8d08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2060).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a1d50444e07364a35b49b76c5b5453f11bfcba53cace57b60a3bbe32f4d385 +size 13420 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2061).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2061).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b8b6515a786c80c8a6774f026f64910ed8fc75b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2061).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41979c24819a17c76194c52cfa750fd31972aa973ecfda3fdcd32e5f68e7a8b +size 15085 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2062).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2062).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4583a40e5e4592a89b597225e890c8d8640b81e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2062).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a2a99c8deeaab4683c070507935a97145e3afbd6bbb2e5fba9df8b445723ea +size 12439 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2063).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2063).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a87822c8b253080523d4bd7db0bb850ea1f5de53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2063).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0daab4d0b14aca8f310b59f838175c568567be431f23a144a309ac3721073602 +size 11982 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2066).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2066).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e14cc68ce774981242e3d0af28a776aa576c2fef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2066).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafe7a6ad404440e180a050c434eda47b6172a7e9482b4e724fca29fabb650bc +size 14521 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2067).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2067).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45cd91d41f2cccbf37c8c76fc89b36ea4b6dd625 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2067).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736b31d086c3ff91533b0c14f337fe48a5f71b9cbde0bad7958b19a31cf8da2a +size 16204 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2068).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2068).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73276ff9d87fbfa30409a0083253b1dfb56b0481 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2068).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211baed5271010f48920996b7e0981f90d078bfdb6627a6b2abf134f62a7b61b +size 12627 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2069).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2069).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f97574019ceecd7917cb5ad8cb4b14bb6809fdfc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2069).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f0d190481ae34e6233f78ad7a6f9b1b06c3e8eed8bba56a293500163d3c8a7 +size 10793 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2070).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2070).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2707a03bc39590baa49ee131c8fb0cb44dc91483 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2070).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bc85653e279f4f5fe06983ad03c1276aac0edfcf86f03cba954f49f1476fca +size 13714 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2071).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2071).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f073fef387f716c3c41a3abfe95e174ce9698988 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2071).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775a564bcad240bf08bf34f3761ac90334869df74871635f969f44d873a2d8b1 +size 13412 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2072).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2072).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7be3a376dfa5db9d99a476342f3d246c3a56fae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2072).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49b4c9c3a2bc3c448c0e6e91146eb01c013455dd2a35762c39aee46d3492868 +size 13744 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2073).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2073).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c4378c491bc8e2fad552793366e1456ca528992 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2073).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dd5e94bbdb62e627135f0603cccccc187d9f81830a143f236e17534d4afa9c +size 13521 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2074).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2074).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd82d25abfc9502bae7511daee19680429c93463 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2074).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37853c14499e84a77b913c9ab400f49cb1edd029a2d0ecabc18c37c87c43012c +size 12279 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2076).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2076).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14f0508e98ad6e136f3d271f95e58f24175b3e19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2076).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b778016296fe971851b1e238ec06a32bf8ccd249911eed96ec74ebfe1025ff +size 11692 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2078).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2078).JPG new file mode 100644 index 0000000000000000000000000000000000000000..008b4a4c23e7892075adad6a13a199941bea3c48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2078).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8c1b824e9ff80a7a13fc325d128c98be9741cba2a7de99bb0c93bf4d560dc2 +size 13257 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2079).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2079).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e482387cfeee12d2d1794465c92524ae39c63aca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2079).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429c4c19b597f36a4937397534716682fc0a76e86ca4f7b13b3af34a40e3a8dc +size 13178 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (208).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b5f14636ae892280334a60e02d37b79a3267cd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ee4ae3bf56b72f3e2c744e811f26e6b54b11f9bbcdbe7b08029f251d607857 +size 15192 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2080).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2080).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d0aab8adcb46cde5103dc63e92ffc4f73e7fe76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2080).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d482583d571c42b249f7c194d08cceaf37bf1cd722d896e94a7dad1e4c97471 +size 15418 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2082).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2082).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f9596522b532f3240fa6c7e32fa0c00e40ec6bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2082).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a09fc28d383d11ec6c959aada5ffd6695fc94cf32a1345dd21ce054a5d70ff +size 13486 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2087).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2087).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b4aa66b082bf947652090c79dbacef69e445771 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2087).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d2584d456364c39196036bedde54e349d0071c3c5643ece4992150620ba8a7 +size 14870 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2088).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2088).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2aa619c99da60e11a4441e807d5fa8a9854f89e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2088).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2ca0a8d6fc0fa502b1179309f68d609d8554596e6367c58c64f9b428a7cbd5 +size 11420 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2089).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2089).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b5f51687b6b026d2b4a58ff9eaa2b5ca5cdbd13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2089).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e1b776c5648e2c5c3ad57be589cf247b3f0193cb2cf138daabbe628ec96b1c +size 13855 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (209).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fbb04ca2aa1b89229fbb857614ba984bdffe5fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c79dcd47041a0f0773cbdf889a29ef1618e15e312274d9055ebf225fa594f6 +size 13958 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2090).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2090).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2acb7e02fa4d9c695a888c5c5c0f88393e8cc630 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2090).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dc9ea5e219e33c658600b0f54a931c5e2d119609f1f7ec76afc671fb24912d +size 13638 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2093).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2093).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c3213e1bd37e1bbdf1d8a224d33fec85b036a20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2093).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9ba941a0dbf52561be45448ef33c9b1021e147a3822db6dbe504de23ecbf41 +size 12849 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2094).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2094).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20c6b15419cb43f85b701edc1521a97bed71e844 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2094).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22eabb498504a9b55deddb7ca97da1c47f5810f1a615f39bd983f4ec4658d3a1 +size 10859 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2098).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2098).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bd632686f8d23db497f4933b83c8c04283663d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2098).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0b20b7adb4edfb43714b3979ef4c64cd4295c167afab032dcbead99abed593 +size 12428 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2099).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2099).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6d5151efd4e6d3cecda59db4ba92f26f3337637 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2099).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b878695c91de701cf2dcda034cd4acea19e7acc042e8e6a7c4fd6936d01f76 +size 13065 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (210).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d636acb91b1143b30a73ce51167e2471f769df8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1138cd5e1bd029281c22123f84e98cd6e69aaea6935d03d5baef635385a8f4f2 +size 15004 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2100).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5adce2687fa7f1873738a716e83053e3ad4eecd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6a17672be115e21e990b4e9102d9573166e4821712b556128a0ed37154f788 +size 16845 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2101).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6fdde70190a7ea54f20f3bf7745d1e3c3fd01fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b034c818f9cd2e6429aee55489e8274230bbb6f8b9c12361f4ed931ec8bf5cfc +size 14506 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2102).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03025f743725bb79d0ec1cee6d904cb05d8e0f29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d68fd1d6a8df977c6d39c820a61e421af81f486df9e8df8f02ece5e222c7958 +size 12707 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2103).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c9ce2b183c626a7b709fb709d1852bcb6952395 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df031424621c36e7026bd7d3475de7f87aa70bd2e4869cd5524e9dff5e9066f +size 12655 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2104).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cd6e9fdac7db8e2abb5d82dd5bc9685043c05d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d60c4545294ba80265389c06cc8777955dc6b672f50e4b76362f42c25438d3f +size 11517 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2105).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cee933f3ab96a06d1f638a49e6800112f1810865 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69881fc8b0a0a1682650b0ea0f0eb8bd1167b065529493915c8ded4e770ca191 +size 10184 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2106).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1cc46abe7019255f4d6338b8c9e7bb7f6a25a00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb285f4e172d65ea2b4f6ef7f14d342986af28f3bd15ffe2a2f8b462eac50ae +size 15375 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2107).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55a61015f7701ac2159c1ccc07a9efaeb3ba1410 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15acf5c3eeba9049c4447c4d2f1e6dfa8567c5545ef4fbce07acad85d51a71d0 +size 13949 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2108).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7218e522329b77e5080a9e5d5b55d02baf721bca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f8625d0d889e5e0168912ffcc710468f20dda41a883fce0afabdf9bc934140 +size 13616 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2109).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5ab23d99c0130e4e674589a12b0174439ab1f98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b32b23de793ef10175e11a3972999892b5e7abe867c72cc42351ee6ea467c6 +size 13042 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (211).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5061df242939cb37f1717eb36b6f77d8880fb589 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f699ce4119d722c13d42087a19d7651687ab5d93625a9566168aa02769b139 +size 13420 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2110).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5418132aedd552d198726f4ab909ad653c96730 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c06159a58c638ecbfaa560c4ddb8aa1fa15524ba46f5ecc8596571339270c1d +size 14208 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2111).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f11de73db657664a9bd4a202f167def9c429187f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500ff0ebda6d5976dc23c03ca77ec23618e716bbf8991cc693a5cd5937bca82f +size 13235 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2112).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4d18bf76b10dbdfda9e3ed9bb36f2aae11ad823 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf645854cc461b2be5c01ae1def5380dec8ad5cddeca1a8461ca9e35b7965f7 +size 14391 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2116).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b44f3f49772820b933de4e1c6439d56ebfe5bfc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e266c7921b654b56d52f82ce151383256fc7de47ae007341559d2e97041878e4 +size 12472 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2117).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8da543653a2b620d66f9209c055f78c0fd4f6464 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbc9fd82b9053abe9d44d60b25078e833e4557306bd1c7d0f17cfc7a845f53d +size 14946 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2118).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a2bb4fc555bf6d33eeed4e074f1d26b8e8d8105 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19fb02789bb79859ca24c7b0f12fe7c4f3358a9893a8309cc4d4fa8ab9da6b39 +size 14746 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2119).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7feacdcaa4ca80d53d373ba67ee0d3e4d5137b22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e7c15d7d2bfeba32950a54fb80c6a76abafa18468ad1464c7765f61f4c7f1c +size 12470 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (212).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7675905c151d69405b5baafbd66a6c29e5026b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85093115541c8112e7a6efc8c6408d7798b99861e446ad73e1be83b011043dce +size 15253 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2120).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..392f57dfbefcbda8a6c89c61f435c708051ff0d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb6ec1749dc19ebfd2b593b4b32cc4a56035d6ce07064f3ac0e93371a7218fa +size 13512 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2121).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e35d57a897d0a48976edb9b8b080a309672dd46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23bd06d9ca3057fbec4db8a322435837875ffc87931cd283a2d3573d870a92d +size 14341 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2124).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c22630a0bc4c2bf34398ca814e3b7c3678dd401 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5111457d68897679d14f6f7466b2b38f1309c3a79089a7c0415e38b6550b4f21 +size 11855 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2125).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4059f44323849ffbd8f923b583be35e9bcfd3277 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99177c4e810339e294f941da98339268c9c6b3cff18800a44d0055a55305164 +size 14434 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2126).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..721b4f4efe861724e531f72f2b271d79719f4301 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa44aa5e7c8bf1ff0dee014893329ea56bab6837b12f7689877ba39aca7470b +size 9808 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2127).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d6b9a737a11e280d5a1446d2c72ef92a9753f46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (2127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc3393e318dcbbbe8d25798e7b5faa17c54dfb257c4f7d0bc6af9645ebadf41 +size 14178 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (213).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f821cc4e66d805f4a4b5801b0655431e55c19ed6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3682ff494edf4e0b8a8dff0fd2d69c237d51c6445c61313c21114358b68e19b1 +size 11796 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (215).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82a18a106d37bcc9dfa69c4ab1cba542b1a1016b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd775de211c3f9a15857a930b1ea11e034c10146afc8bde1c4cf3c74570af225 +size 9612 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (216).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b59b301024e5b7b8176bdd56eee8fe1629cb75d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c35b35bcf7a39b6cb55693e09df58f11f8a0b9dfb5a1434b1c5f207e6e0b99 +size 13875 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (217).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc40b350abbe760b332cc6b4197de1fbe0d26987 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0712476f6f984fc68fddc246a9e2fff200a190177fb3247a3e1c7b086d80c222 +size 15187 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (218).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da3db7f4f82ba8d120e0d906c06535f6f3d34974 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ceafe19b67d860c9efb8eaf281d44517104ab1e69d372dea5bd7d94621d20b +size 12202 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (219).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3ef272f4dffd6fa781cc90815bdfa79a65aadf4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483f76966f289603372e9e4baf3b847e11b4abab150008f1a1db99984a5a4e6f +size 16223 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (22).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (22).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae99a432e534b71a05f8340d520afa0d0dfff10b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (22).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db89b20ebcb821eebec79be1f88045f80ec794950175d719693c224ed477aac +size 12716 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (220).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68b0de981ea879ca471e3f6b4b378c14c9b474c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31159b3abbaaa9ba8a186c7c3e4c42e8605a33537b3e8cb9f959430c2084e987 +size 14475 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (221).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d8dcc3d41e58b912ece76d94849272ae9c6225a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c6c65491d7a6fc26525ab8d53a69d1014a88715051d4de15c6f73e51339b18 +size 14780 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (223).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd3171fd367f87771444c19e7f78dc70274e0954 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988d644c5b489b335af05e87ded3b9271bb2b734c32c7a3eb31947b389140ad2 +size 11055 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (225).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cc833fab667bb9a6d26b43e1a7655e6b6764f61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b3960606abd6a7096ea3a7d28a8a859830872d271c6c851e71039c816bc247 +size 14054 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (226).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b171fdd16bf2366e73fb96ca1d1142e305b466e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5e8e7283ddb1757ba322941b4c7c68a580ad8a4b387876c0d0366e943683ce +size 12325 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (227).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4330d2451730d14f83353923816228f2896cf13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f906b0dcc7f42163d32fb3db23bfeaea6ca8668d80c4b25fa4209843277a763 +size 10237 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (228).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb8f0cb9a1a088e01e7ac4b07187eec28d7b08e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68334ae1c2802fa42037126e7144be007564aca6e4dd186244d10a08659dcafe +size 9986 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (229).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1866ef0d6f72e568ce36343ef430088b49c65bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ca29bb7803c5312d812c24869c629f672449e6149370905c40b7886590a59d +size 12637 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (23).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (23).JPG new file mode 100644 index 0000000000000000000000000000000000000000..901f35a9eb5b70def7d6dfc74bbd5fa4fe35f50e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (23).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6307ebbc313a6669750390a78ac5b12533594f27e9ecc0b4a39fcee46db39ff0 +size 10885 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (230).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23fe2a64b954e3dd64f8e5d87e18141e5d9d0bae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2aea76fce802db7f9e0f4c9cda2d20dbc2a7b64594aafb3e2203f943136a75 +size 13592 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (231).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52756065cf4941d91dcf1b325151cc010326fcd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ee84cce0d232d07c338d1687984e9a9566a66fd10f9cf34ed9c55ce3440c67 +size 12904 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (232).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a49af289a8a295a28905a7d02b5df6656b2f6516 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d117e29cc4518ab1447ae900d98960cc4358a86184428e860d1bbb60795a7892 +size 14605 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (233).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c55d1f5102e5799c1df5183b329f913e6d452a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6170cb5f1c9ed061c77280e7d1ecbc52ea5664e609026e14c8a546683c490b68 +size 13392 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (234).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b27e7d95874bf0cb1cb1c6f3de58a0dab2524062 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09d080c7056847528976a8ca3af93d9f0b47b44e00159aaf99200e15b45c170 +size 14663 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (235).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f36716b7c027618cf2db5680440e5741433ebc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35986be26ca5a48004dceee3f43d85e8c7196ff11c8d3911aa690d1be7ec3e58 +size 13847 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (236).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f185b2a7815a86347cde2aa24e03a57389da561 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ca1e427d7c2904b48a451c4a23de82749e2ff6a1e6eed86ea244e902d2ef8a +size 15873 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (237).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b612891ea73e548a7e80c6621b6095e40db18bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f1108ebed7faf36b18a2405c5353086afcabb9dea7612410fa009ee0955ce4 +size 9427 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (238).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e82cff03f00fdec1fff222d07e0388d9c670aea9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8655ead1e26549a4e069de33e871e57437cce4dde3caa3b1702fad57d30d30a8 +size 14037 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (239).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcdcc8a305e2a0f19ffce3f571c6b17e151a1158 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdcc399cfdde8facc9aecba922340d54cdb6ee046a652bd0ec4039fba817565 +size 13287 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (24).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (24).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53a849b7dd28c86d7933b5e0a37b62edaab7cc7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (24).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7dff9fe5512f0876f4c1099cecb75dca55dc0719fa2e990aeff286cbfd7009 +size 12408 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (240).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6713311acb93bee0e049a7ba59905b0e90a2fde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcc103b2059e615c4e9fe40d2935fe75fcbe1452fe63fad84b82638b4ea8e01 +size 13460 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (241).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1c1aaeb5fc29f0bfda91e053a4a59cf69b20168 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c394751ede01d140f62044e75c3be5c2c4146302a402990ded42029114e67d +size 12284 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (242).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46f3058da365c6c89d147637d9b77954200aaff9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58a05bb5abb424c5c6c0aca36e1e8750dd7d851048d4d087d1e0be3a2bb2ded +size 10131 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (244).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8536bc4ec18b8e34e04af517ba86acd6dbf4ccbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c4e62a604f419d47b8c576c0c73df3dd0bcd382503b77f80f07d31f5f68801 +size 16620 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (246).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8078d7d6a10eab9bd13ce0f922fec262e21f4690 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542a07d01fda4bc821ac2c4fa26a701672b9573ab1ededbfa7c54cdd4a264528 +size 13245 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (247).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb818c64d492ad57a503cea6cb36eabf351dabcd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698184f3f93ae344b48dde1fbb7b86654ffc27c43b9f7717541132a498b3d49c +size 11916 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (248).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9786e7aa33f9d3c444f51700b5dbcacfe8ebc661 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2850a7e3ecedcc58861ff5d9a24cb14abc2a4659d53fbb00889583a810cb70 +size 11473 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (249).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af37eae3741ce816afb23564d17a9aeca63a3d4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60b21bb0bc90b0b2dcf78b196d62264f142ebd02c320694c71e1abc466e7876 +size 14279 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (251).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f0eccbea53212238169895fcf1896d0897a3d71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999d24752fca3752ec27b5a57708349371a144240b217b08ec537b67a7050340 +size 15008 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (253).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23fa7eafdbf136daab02c713dfc762482c84fb45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9cc13384370b212d1aeac4a4797bc198575ac6eaf03fe2d215bfff67154b83 +size 12649 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (254).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..949a0ba81f1e093aecf5435470a846214939b4be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057e3f9cb68686e04a9e775f0a752da9294d26d19144db64ba83d25e238a5e42 +size 16358 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (255).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e3b01764e338672330adce6447c5b8c8ec43e32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159fc833c2ee0b2f9d25e581b90d4059140d9219ec1109a551bcdd4f136aec19 +size 12191 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (256).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51fbced470f8b6f6d666825f77f1c02182c81c9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b494106ea842a9089ee769670eb6718bc3cb982dec96ec2dc86e636a7a8cee6 +size 13954 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (258).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..324056c73dd0888c2ffc5f602db23397c3af5502 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c2de1aae1ee71582e00249f7f42753968b3067b16a2146b0f32163e2d1d97a +size 12188 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (259).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2187c82988a0d2736baf0301f26fdddb0d9597b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713d3640d87fcd1799157f664e74b15743a730c0dfbf5c8d8fdd0bec0d177e77 +size 15921 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (26).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (26).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f086df0164032714540569c841f2bd50129a3cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (26).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df67b96523ea76cfea754b83e566847bad36f232ffdb3d46679d401b0bb54bb6 +size 11676 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (260).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc2fb7a8e6df1d3a529a2dd9aee4e4d9ed9617aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ae9ae113431a8461beb79189ba114625b0b1ccb0362b2579337b6dc9577337 +size 15287 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (261).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56ec8b71cdbb010ea58b78a47c4f1f2f9aaccb73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a479c21be59911ef65ec3416e171781458638b22d06ac79acc3ba0faad9eee6 +size 12913 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (262).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46125abb9b4bf4415228e63b094e8bde1cb59259 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54a1b102b82530be2a89f6b1f2f194a7c98f61d3fec60b499077da7efe30e17 +size 9449 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (264).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41efc3fd25bbad68b23f537c25b84dcb08744c55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4767c73ad37b5a74b81cabdcc0e038e3f70e6da1c888a0207aacd36c1279a33f +size 12314 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (266).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dd1ad4557ba37ba368effdb9dc55b793302230d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1be207d54c40bf37ddf539ae565e17ea33623b1f219f0c9c47593b3895053f +size 14894 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (267).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..680878f46252cef122ec1b4850a75e006225ca02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf71d3be526a6a21758ecd82f08f5f9d64b94117cfa79cbf5f4b67530258868 +size 12220 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (268).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b915b501a5c184d3bcb60f6f0706a2b19778e442 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc444fb9f433d202b03918fa6d3bb925aa016cdd09ae730151331d7c39b121c +size 13471 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (269).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c6bb717bcf06c2c99fc6031cb540ab35174abc7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b67a5b957ca12d44b2e952cdf5012e942388047eff5655fc545442082512d2c +size 14026 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (271).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8ad1af50ca5c18ab89005dc6395b885c36cf95c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879e020ac531a99f23bb98267292d1c3676f37ee34b5af12de442339743acbb1 +size 11465 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (272).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa0439e437cca4a5ebc91256170eb9d085c31046 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883b107a41aa9609ad88e2e4db88f75ddefc37092424fdbd7a17b5b813702bca +size 12709 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (273).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cdd2c70e468d7fffbdb7f838025270c9af41fc9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404def127e71ae03111221d77d7c792c18c90f75cfad00499db252083c5b176f +size 12949 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (274).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1da7b030b170159ebb42ec66118b2b9034d7e714 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2d7e2bb8c93ce98fa0aaedbbe3a556124c98a7dbbc3142ca2430b4bd6011d0 +size 13814 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (275).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a815e3a8382d7034c5999ee08449b77e5192df90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e280d33f950ac4d4f991ab8b76d42e9b5712e19ebe0c3fd25a462a581cf470 +size 11926 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (276).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7100d83f169de12c2d8261af5b7e2a1ac88e7d07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7ab1d589bd3848770efab13b4037f88f667aea1185e9e0a6538d850d524197 +size 14962 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (277).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03530926522847dc5ca36f93e6f64f1041bb666a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c020c71ab9f052d14293d2b3fb21a9f65ff121cb4d2607dbb6e602b51da107 +size 10497 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (278).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49516277ef037adb1f8c1cb7d3942b02764d2161 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357e65b55ab98fdec01ae497ff2e8c836705538ee858290e3eeea00d8c0c6c64 +size 13050 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (279).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1040f1dc21a416f8b1d27a57c9c10b825b80293 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f987dcb199b9eb6617297aeda78680c5555b3bed088273057e90f0429a8087 +size 12893 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (28).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (28).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce99485d553f8824cf1aafc376b91419b1ce3303 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (28).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2487bae64c6346be4ff6828857b556283ba6686fc15c3bb2e6c974ae8e74baa9 +size 9108 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (281).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15f11429aeb1227f7b3508de7c9a0a3d3827c9aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9a758d174cacadc12f5db03be51ffd74898143469d454890d87f951123ad5c +size 13705 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (282).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a21a0fd97564ccb246f97437a1263ce46bd9c6e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d714a495ee0297ae08f1584c3dd511a55f0a7153bc12201c641af3e15751b1 +size 13674 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (283).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4129a226ffc77883c8e7a626d26163c153c988c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5375596134803a4924b5daf37d5de9d950ba2d9830ac79f54f0e035c107727c +size 12642 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (284).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27f2192f76001f16a4d6491574df7402b0d415a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a995094d7cf3df4ebeafb1375e860e7287390484670647d618e07a7242a6b88 +size 11884 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (285).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91a1f429a2e0a4bcb5b4fc1ed748af995f2cfbb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e383851f100b5d38090b4eaa1c851d9708f5528afb9e0ce59ea403a81bc09c89 +size 11087 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (286).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fa75dfc39d35d6757708263195186ec804feab9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0aad1c99c07961d64d5531269384d3373605c3658c319aa7cce343fad7f9376 +size 13948 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (287).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d03dcff5795aa986f171f8ab660e4c1768669a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a785fdf84eb7607923a7d05d8fbd781f84078a059e1f3b5123ed0722d6c86832 +size 13674 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (289).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10269575db879e99d53425a7fb6fc43a1a1eaf49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a169defdb9286673c102e17029928e7bba8c178e9d2495d6a2ea3fed4390b48 +size 15046 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (29).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (29).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d08078666ac283e04a3354008231cf0c6c059188 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (29).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0650f29acf52ff08e3af5b59ba42d83a9c530a300571efb9825a75611bf39266 +size 14289 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (291).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25fd2887373366227ae6eda1625e651697e55d1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9577376a8b0a803ef78b3baed290d03d6c198d77b9cf762e62910f70f79cdf0 +size 13607 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (292).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..433bb2ba0c7e9e368fca9aea7978b9b6e14bd9b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c229c3fe7b5e18be753f4244fcc813f3b53f278604ae402d418eaa138456a7 +size 13345 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (293).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..226876d51c054456925f1a9702555699ad62b315 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a876aed5f3186e8007ea9dbbd05456eac4cc8cfab949b811aab7af37637b04 +size 12545 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (294).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9379902d2fa72325d62b1930b750b8bb5356267d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ba5996a46256561d043a787635fb1caff27022686991720fb01e8fcd137634 +size 13084 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (295).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1977325271732aeeadaa1dcc7236da34fb755118 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d075d4daa6f0fc613f8a7165755e5a9f6ad045b5cd3de6c1bb1275da296c842 +size 13969 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (296).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..beaf87233268d24239ef306f9cedf1f017b0c522 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01baba8080ff2ac600e9dc52e60f37024fb517c97167d559bae6262876d01be7 +size 12376 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (297).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0e2701b4ff1891242e2a8242312fb5e4696d930 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7fcca68447d77e28e9360e59fb493c1d8bb897902b0d1cd091e52aad878e85 +size 12434 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (298).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..580f0eae0a47d439e940da22cf97812f8b6528f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d770e7af9b95681edeb43766966a4b1123e917e564c03dd42b3b7416260b4316 +size 13465 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (3).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (3).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32cfbd39af2f8d0f1011b0be569952b0ce0cc173 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (3).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9a54ac77e21298cf3e53bd32c976d3c60a821717e8f7f24aa558d604ee748a +size 13731 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (30).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (30).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8faf84c286985da9fa001060c332237e729053d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (30).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d88d8a1e34c6e3aa69af9b22817bccc716aee0ea8e041ad1567166a3bc8f81d +size 14816 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (301).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d4ae7a5691aa29585dcec25b93e20b79674a6cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2a0062a2f4de8261030da670ab5b75408d01fead5b050007988c3489466527 +size 12871 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (303).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4f160927c8c707b43b3c551a91154ec43024ca1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f723c78d0fabff032946a96684a1ace4b3b2f6b902de98f39ed5f5cb76f8c8 +size 14280 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (305).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9ded97f0adcb6f1c05f540d180072fc5fbd1fc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147ac453d4aa94fc957f3b95602c7ac34a7e3799b9380c250786f9af66debb46 +size 13904 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (306).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ccb8b9e8c1dfd74cd26960e1b60b059b635ad2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60526f08f0ce98ee2d7e7f0ac28224ff481a26adedd17da5cfa239aac1214cbd +size 11382 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (307).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99c9ce56293d586cf7f9f4808f9c631805c0b80f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0850ca67471fd429d09b97dffd83e074c66b82014aaddf62084b91df5cb0cd +size 13603 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (308).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..590b67200a8678338c0380b9cde3b8b70457d5e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e42f236aa41a942b4680ec952055a766241e862bab87837405f63a99a723e3 +size 12742 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (309).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76f1c3882886e16732fcf18daef37e05c126c6e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12925413b1f3780daad824abeebf89764df814d9e6ffdc599bf69d3c6203477 +size 15063 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (31).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (31).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d400ae733cb08ed7aab86e5423ffe85bf62f4973 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (31).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fbda5d78ab46a3be0c7f23ebb5f608b262efb89093f84b0856238cce9a36b0 +size 9764 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (310).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba2da090c0e4d5c390950d1e56b6a901c0934541 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50407de93da6d69f8dee2dc3edd9a05b46cabbb42931454c825a86da935ee1ab +size 11370 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (311).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71b5b5754f445742d3694b0191ce773d21c990a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2d491f9d1bf1bd3a6083cf17ea64eb6d9e0e1f40bb783083c06c4122b23263 +size 13726 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (312).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9436d2c997eb05303e374cd8e82a48c8c3de9c29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7ca768a421c766c8f2ffec80903437f8328781dbbdd75368e23c13d7c347fe +size 10816 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (315).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb55fc21baf8dc2a06f639e10cd3ae679a9c0700 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdbc07bd057bfad4b14ee6aa1cc3df61d7e4812449093d149754d12e89d0169 +size 15688 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (317).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c5021afa8c2be8ce5b2bf26d3a87abc85aa0e7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36defe1cdf214da71ab7f505869ec537993bee8048d493df1f41e4872d758783 +size 11868 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (318).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ec24ad9bae64fd79cde392845d587c39f4e42ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3488800cf23c313744afdfa30e927f0b6dc2fb912ea126846e4a7768466c52a +size 14786 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (32).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (32).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ce62ee4115717ceb788cdd31323f4f0c8e122e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (32).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bd0ea562f9ad724dbac8780f968c477e694fe34e34e75763f5c3adb2858829 +size 14870 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (320).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c5a3fb9f416da7f1e454bb0e697b9bd6b911c7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dc56060990f6280fbd560ca83f39c0446ebe004ca30bf1433c5a243138673f +size 13813 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (321).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cf2b71cc68d08905b51a8ccf209f27ffebeff57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373ff5c47d2abec86401a42a5286db30f787cef7464fa91db408fa56cf925827 +size 16069 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (323).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e35c699bc411501c4e4a2b79a1bc4e3188946aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0581497f42c63fcd4be64639702fba4f82bd2fc3c500c5d4a359c096661c50 +size 11914 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (324).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..676798dc8a634b9e0fa21166d4cdefd79e2be233 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4c7f635a04bcfd1a679e73cf28e275b4d0f23fb006ce5635d56ca518390347 +size 13013 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (327).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4174dfc1a296d9cac0c8feab2ad613764838409 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f03ed5dabf206370b2a9a8cb2a49240fc910e4fc6724b7997aa468c3f092511 +size 11487 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (328).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fecb99f81031ab5e34cd7db529a5aac098e5eb9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf789ddac8be4cbdd4b284bc2b1eb82379be29531a30d951ca899d2ae30bfaa +size 14792 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (329).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f22d649f54f3e0d0eefd887cc7284e254db81bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84706e300dc60a30b0e4e0e8934b40b66b6d8c8ea218f72c7e79480d79e9b06c +size 13198 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (33).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (33).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f357739086c846a4b766576471b1dfb9de5442a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (33).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8628290e5ce45225195bc1fc00eecb7155324b8a0108fcf7a20b589150dedd17 +size 15142 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (330).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..188c6bc376cf6739c985e4f08b1db6518b8cd86e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d07429661040ec3d4fb2b2d9d615a3de64173295983de9c18b6b771879df50 +size 11203 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (332).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81109e2db522496efb65f3d9fb731adef06cac53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e314f22b4832d411ce8a0083b431ad0c82e05676e81038a267140d83482280d +size 13741 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (333).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd77ea82f68d3ccd52baa5628450ecc3fda28a37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bc38c847d78c5e5e76d6b1206336175efd185d53caba4fc2a6e113d706cc19 +size 12727 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (335).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71477f0146d181e84b99baa36a37a0e5d2e870c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16821c1168b7c8ee9ceb6907ea94a2d02133c06cb3aa3d7313faf8fa8212f22 +size 13529 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (336).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9d06578553f1b6e466be746f9dc053d65deaf5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c3a8dc268a2027852fcf05f586e057436ef64e473362f1c758420c1162446c +size 14024 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (338).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b11f2f6f3dc7a04fbb2eb36efb45547b58b81c74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d764259240e46718d8cc8a38832871a1e96f0284853e93baa47497bd4651bb +size 12167 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (339).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af92cecaa9099028dd7851a34e87819cba690305 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597f1e417e749ebc5e5924628eaf99cca21b180162b8780c11f6cc8d797db732 +size 12439 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (34).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (34).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61fef0f9c5b8a70356c9110d28de57b4ac575b23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (34).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166aad81893cf34bf91846a01b88d01b6e43a871f511e93e09aa11928c5781f2 +size 13436 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (342).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa6ea83670144dc050dd25c848a4d9363784f7fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c059de7bf8edff9d1d9fcb2ca8a2faf74641c68d9fd7c07b67864ac34f42b490 +size 13385 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (345).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d427584ec410f2677236bb1313729a30310b7df0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5090aec815116272844dd54cdaba659807f2815b416e451ff65567dacbcf5002 +size 11240 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (347).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9f03629b4b205a36345796ddf59991c94220c4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415fa7486ab49dd4971cdcd42f7cabe002b3d12fe006b51a7076d215a8fc8a03 +size 11387 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (348).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc9a15f77613f17be13ece1939471dd443194850 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383dd7e523621bbfe5be1a9b2b85fcf1ea5f34b86aff374c601b47629e2d0171 +size 10270 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (349).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..565c94532f777465d6cf789df4fe51742ede0736 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fe659d442c318e86d37770c70b04d7cd75325511c2beaa5cd7041e9a70aa0b +size 12608 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (35).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (35).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b95b7dbe31d0248380f01f898014f60b796c3fe7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (35).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bb1a7caeed88ccf63b3923a8c6f80d9a9dedfad4f6129e730308b6d0630f5d +size 12155 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (350).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e9e4a450806cf457f8189290ec0668451d3a2ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e90ea60ed42e354c855df5bf0034b94b0b3e67edd18dcb10afaea7ab71951e +size 11082 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (351).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20b7c01897a8bdedaa56470969475b9119c307dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c45c1da0c2a66b4082bc5cbea90f3bd607f3d87bb2adb1e6abc84a5b6e962c +size 11802 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (352).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0dd5d1c94a290d12c95724fe849334f0162a1740 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429b1cec4825f1290533301f687af431d92099a6e9098cef009131c01168360b +size 10932 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (354).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8668c8252f890bf8d676b6418b05626aac45a849 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d792b8223d6865efdad304e146e128dbd9bffc021c6588e6f68bc0ae9ee19e +size 12162 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (355).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..675c856fb675dbaff8ebb895ab6cb29187ce8b0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec78c8cfcd4effa25eb28c3ad1506efa2b790afe3ea1ba9450128c60c0bd3fc +size 14253 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (357).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b79bd98240e84a42b2fd6a70e74faa3422b8871d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a123b36202e4802690e5143fea35cbf5d52ffa9b477d34766abdf9d985932e +size 12462 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (358).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..542636ce1700d191fef2ce4659c5d7bb5723b8a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ccb5d3bd15a6be25ffbd6bbe1e6d7a7f9a7f14122c43d1f0a0b3cf0bc736dc +size 11899 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (359).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..030ab819d1cd69e0e020afe44353b0f83a7893ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02fc98e2425e6b5c4fb082ff1e56d048164f993388684f56e1bb19445974b17 +size 10730 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (36).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (36).JPG new file mode 100644 index 0000000000000000000000000000000000000000..493273733a9285469b16de18f41cb1794973c7a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (36).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6097e0b67e29bff23c302124ec3052bc32efda6f78aca1011191db3412b8e7e +size 11530 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (360).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a061e358b33ea2b254a48e3c2f9caebec99cbe57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a442f33fcb3a991afa7fc60e04f89111724ed2c3481f7af59a9696cb838724 +size 15758 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (361).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8cf3b379f8828d2abff42c1f8f07252974f8659 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca99c181c4b0b65494c990b967b6bfcc88c35345dba762c34777cd799a42256 +size 12979 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (363).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cb41a22cac372729304d9d5fc108c4df1768691 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e787215e6d49a0d912f8ffa14e2142024422b215a4fa16d9222f0c6004b91cce +size 13003 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (365).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab96ef87e962e9950514dee61edb24549d406dd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4f543948c43954f6811b54ce94cdb62f8b3ef39b9911d4bc13635923a2386f +size 15797 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (366).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bde0ef84b6740ff5d8ac6151d5a1b7a5c2c5a56e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e5f47f53548169712b43744c5c07e3cc9aceddcce517398c156c2b15a9bedf +size 14384 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (367).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..458d6a40dc6eb3c94291e27690722370cda31fb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04139e26c180c624f11f200e7ccd1fc1b4fa79c766ee5aa16251bb60e978a754 +size 9826 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (368).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a780bbf09cd91c319f0ed44e05a28d29359f139 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb87ee770ade3440d58735bbac71c042fb3a90aae411a719b69d5a21821ec90e +size 12825 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (369).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b06bfc29fba7859494360e330be38fdeb9ac4467 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a8888b36849277b802a2680d8a706010652448cc14c41f83ce064e025f81b7 +size 13196 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (37).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (37).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44e60bb71f1c9ee7ef16468a0041134f4e5bcd5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (37).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10fa3f390b12622e8efab250a0d51cce25eed051df260e262935c3188611ab0 +size 10008 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (370).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e27e0d905955d6bb22f9295a257a02277d4d6cc9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffad02cfc9385b4add11a1871790c5fcea2f8a7d4d3785e9726e1324e2020fde +size 12879 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (371).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48b541ff1111605a4044dc3a57f7aedbe53c856f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bc64cdfea15b71aa3c4cc832bb7c402d9e95f35033a054b285b72e52b40c31 +size 9810 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (372).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d77ef58ef4219c53aaa2953daa22afa1f9a4dd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a3dbf42c4b949e077cbb27ebd2393818350f77f695cd44c98958fa8891faef +size 9463 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (373).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5eed52f379d5c9fc7096780bdf76ec320e7590b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db735152366d5bcee7a5ba6d9ea79ef8d70314c16017f718e71e382762760fe0 +size 12745 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (374).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6eded812eb6eeec4cae7f2fe925978224baff3cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4970b057d094552ce6d1f5f1421c6b87663931e42d5c7495bebd4c2dee784e3 +size 11998 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (375).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83eca45833565d8b9b64e63be42ca849f13c3a7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75b35e56c4b1aee61d49eb2922a13b4d637e77ef57c24599397aa77825fd136 +size 13178 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (377).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74d7e0012f957479ab88284c6ccc3f8f0f04ba12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848eee8ee56126cfae9b810502f4ea10db3dbc3cba01ba8e83744ec9b4140b9c +size 11691 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (378).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab3959962422d593cfc37e39efa3dc8be467b071 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e1a17a0b3d3663328c93822d2e77dceafc010a159c378a2cdea907b889475d +size 13645 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (379).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1e800df78de5c0be5f5f831e0f076f805d9333b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1d3bca3571caf764a7558faf8c7884924b7ca63bbdc29a56643bc803c92a50 +size 12749 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (38).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (38).JPG new file mode 100644 index 0000000000000000000000000000000000000000..798b70ac4eef770664d97db7bb1b765876439514 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (38).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f3aa63e6d8b5c8b9748fc4af4c291a5e5997cf1df6b70895d7b941cf10136a +size 10381 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (380).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86c43152b11516494ee2914be2e26e73c1161250 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29a4ac433e46d541393364e94c8ba315cd2e3ca655e0e19bd6716bd348d536e +size 14137 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (381).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aaa52ea3a08e4f9cb36710e7f43d0b7636bb5153 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65078f07dbad271f0c2bdefcd7dc20d6f32f2ba60c63aacf0570a069f420272 +size 15685 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (382).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..693be858635cd19d819ec3020eb5092f8a49c18e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeafff6792425ee908af61eeff1f074bbf4ca9261f1357ce6280897b50834742 +size 11227 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (383).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ce88b4202c7bbd6dc99bd1a27a7309453857dcf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e053a3c7c0eb437c51c03c3699ab230932624307a9325fa52b4872613cb0d39 +size 14884 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (385).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f93832d9460ff1cf26f4fb628c5903cb2b759ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5aab393a7f1c00cdffa9f711060944132aa89b213245979a81f4be80ab9a9e6 +size 13430 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (387).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b0350d236487bf1940aadcd8ec5ab0e9c968a48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9257ca850193a8f26beff35f3e4a04baadba23daa3afa9fa2700e2a49bcc0d4b +size 12666 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (388).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79f9b2ad08df321c1293833054c7d05d63334298 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7822b99fe0a5a872a50926ee9ffdecc6ee2acfa24ffa1d839e65e1c1be53179 +size 14999 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (389).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb052d0f634ce8ff98f4b49acd541797588e3fc7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8017f4003d1bf20e1ea9b23f47ef84ac9b2a731b911a6c3fcd54b7f60c2f49 +size 10415 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (39).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (39).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77049b593a0c375dfc88744e4c134054c5854268 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (39).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97355c21f8354f6d173a97677769305f16a82750a5f1c3ba2f9efda0ec4b2fe8 +size 15527 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (390).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f5c8042ef3696fad6cb6c625ca92eb7bc361fd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9450527b389d2c6bcdc7a99e3be51df3379ef35e35071119b2a71dde58beb8 +size 17516 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (391).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..570f6f53c4c6db2a9d39fb9dc8f5fe2cfe745868 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766413d5d42f9612e24d873d80b3ff728989d5d9e4046913f50ba7c2563e7276 +size 9233 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (392).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f135113e835a45a10b3a5c90cd80bdfc941c63b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43efdc91e13809ef989115dcad1e0c53f245e16a86fc2950d364473b8adde27f +size 14421 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (393).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce2f7f5b521afe5586f5af16db3cf9ace1ba691f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de46c74fc7c86dab561fac763fd8b71102c6ba33c62ece314802a229d2deaf18 +size 15442 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (394).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..acc39e22e54de72131480539fdf505e2981ddd75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c8b7b576d1c32312646b09bf0d5ab06584fcf53b4f1c9c07fd002ea3eebae9 +size 13554 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (395).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2b65989934b17f62385ed04b0b40a36504d70ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492ccf732df893f978120b19e02aa83f4b0e384914ac72643a13f7ba0d86f3c7 +size 14519 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (396).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f906f2b56ff687ef717c280fa914048f18688ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac0ca1fc755a91638f48e85892bdbf6110c3f3fd29b0550e9f33bc4a03cb8b3 +size 12681 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (398).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c85bf5625d8500ca410f1c4f9ebf7bd6085d957d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab44a201c8b0c19f8a49d917719a2da499aa720d4005a1fe5048f3936e57855 +size 12516 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (400).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09410668fad36ec9947ff868b467726a43467f83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6551984dc5ec5e3ba52eef1eb14411ac0dc16245db8e81851fbb5c0826008044 +size 11340 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (402).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffd827b89ac7fbbb6464462e65b96c736ec213c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38f503d0ad5e795e4ebc366694552f45100bfc261b1230725299ac3b44c8491 +size 11237 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (404).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..591353e77c119ad564ffe32a14e8cecb7c690c31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2838ffeda3b6befe9d0c1a4f85736f3b10fb027b5a20c1c9fd7e8693066b4b0 +size 12983 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (405).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d6df69c1f278cac915fb0cd39e8ae4ed0374edb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6a0d520ec26deaacea6392bf5b25baa3ce49e04900c61fafea6e9409854506 +size 13606 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (406).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fd0563222a29d32d0f1eb2775199e798e93b1d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1086a26ec1583c4ac6ab273bf960a1ef3f260c76238960d2580ef6a99b66f85 +size 11560 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (407).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cef8819d9e650552033df4d87c78550f8f640f51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe893b4caa7acdebc26d87af6799f22c7532cb8c7bd083a39ff8fff7adfdb32 +size 15734 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (408).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c940370ecccc16cee967781553c746c7a9888d9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f978512de14f1828a303011723dc061e258d3f187bf3def8f186faa09469f384 +size 15241 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (409).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44609fcfc6d569ab96c7fe59983f51b20e056879 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8303b5e300d96701b6dc34e731227dd0faa05b9b4091d0ce64784e32c59003 +size 11720 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (410).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6c13f95ec20e63ca9c26f2417e93ee2553603e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b290d5e1b45d10b9f38978613632418c3b742394300cf9814f9ae0d336219ca +size 11812 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (411).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a725aad70f1f348cb9c99242daee97215bfab231 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87670229270419fcc38d1e4a8f96535a6fbd8a31b8412cf90bbb215ec245d39 +size 10056 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (412).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b3d65e8a13d3b74fd1beabfca111d0cfc9b1d19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422891f181934a54f9772202ae0b93b55b2d503bda36212d7b0b60a3fb4d3054 +size 8522 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (413).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ed16cdf2f50edfd811158c0ac64a768a1ef563e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45445782d72ff26c46df8cfd073787418a57ff5b4a0769d2b4244b82e2834b0b +size 10460 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (414).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48837ded336da47ee90e6fc7e688232b4befd80a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33274f4045786c488553674dc93b97de2c0635cd06667a0cb2fb872986ce2ddc +size 13567 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (415).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dfbbc635d3f51f5330f92cedf98f16fb37d8ce7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1844da9b2ad2f25c735248d59fed0d69e89d04e50fff6264b7b71bfaf6ae6f3e +size 14148 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (416).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83e6a4875c3ceaead64465d5c4b9212188f30cd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af9fcd07a067bdcddf770d0e3b417d60e939b825ba3d77467f7b46685038ef8 +size 13209 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (417).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c161c44312e6cce07b494a1b1313fa91ff7a06cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58a79d33a3f8eddff949cd4c1e3ff69e02fc00015ee7d710b1945010be72896 +size 11971 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (418).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e1b874df19a007bacbc26b4f35b9eb1ba945ea9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e5d88dd9f57df0545c7faab0617586ae56bf7905042d5959af2bf38f9335ed +size 14182 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (420).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95495f450d5cd3a1265e54975c89591b0c1e11cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b1772e025f1ca7a05b0a921830f0a039b2cadc10227ddc71f7818fd63c3d4e +size 15604 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (421).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a986d390544d9fbbbb38ef2970f4dec256f56c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86bb48a6f4c72f82e1271664a8770abc002d9339eea291c0571ceba6be2a0e8 +size 16039 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (422).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9de3323055b2ab9d729d743a8ef1aa29d1687efe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619d62493b0d6bb7cc22845d22ad642a9ec6117e8a5467bc5a599583b9e62659 +size 12032 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (423).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f80540182dbb7bd3134987dd3e5e44177c0d425 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c76d87b555657277c67e99a3959c0174f0948c9227d377eb3d6453817f5bf1 +size 14921 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (424).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fca24576b3a27fa7983c0d75a3c31a7e0cb2b255 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db807904aae004db16054b3dd753a29af663be7a5c468963f65132672983db92 +size 13339 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (425).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2a49a70724a773164cde19dffe28bf071565aae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d198ce497bec63e38dc2a0f677329ef2296d4eab87ee32867e90750163b0b289 +size 16853 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (427).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..674f1f87bdf459e510d557535db13343b05707c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37522fdeb23abb951ce5eb596cc53d0d44f96115158a089858dfffa615d1f2e +size 10238 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (428).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c36a234d618cd0d264296510b95b7ee9f069208b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6df7fe14241790285b769b31750758e2ffb4e4019bdca136ddf5c54795d8904 +size 15711 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (430).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ee25d4070b8b224bed4c1603b66a09bfd1f63d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4999d5f2505c621835860510300f2c42d3bd0e28d2e5bc220f37f04861620de +size 14830 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (431).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84cc6e06400a15fe768c0df2e116f82a0c967480 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb78a51a23106a284b26efbffef9f6a25c79596adff448a961dc54bb13a28d73 +size 12198 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (432).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7682b062d9578db4059efba900021fae1c667356 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff7c5767bb537dbe1fdb7ea5b9ff814d3f6252c340c7aa949749d0d30941504 +size 14656 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (433).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e2bbb5f516bad9c6c90ab33a86081e4fab07f3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce348f509c87506a45fe55a696d5df311be2f2463ea2a2778abf6abdc515abf +size 13883 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (434).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23d1b0d7cfa81cc8eef13252ad862c0584d368c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c313be5dbff737e0c3e486990f494b95b2fb76d769c8e76107c5417503fa31 +size 13163 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (435).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f34c9a52085c1f3f877174c1eb2c5d637f28b7c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c82ec926bc68d05e6d1a8437b819046f67bd5155db5d7368148660c2504f470 +size 14380 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (436).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45f1ac5bdec68b2aee071957b769dc0146333477 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8316179c7850c541cd42a9b4cc66b9add16e2415bf973dbfdde4d69c2961369 +size 14510 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (439).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5428de3530443a960234852f3bebf21fb2303bd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f4922ae37ad3e9fce965cb6830545b69b2f2ae7e1af46326795a62b2d5d168 +size 12698 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (44).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (44).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07c409a61b8381dd70b38f9d186b02a3fff7d175 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (44).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8abba29e3dfece5fde80d080a89ffb1bd6343988841adb55384fae509b48c2 +size 13964 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (440).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a647c41bc6826e1cfcd43653ee65506d07b1868b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de521c6cc3d93a9fc18656cb0a194a8a50337e9420534ef2a698c2ff109a02ca +size 14207 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (441).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..506629fe0ab6351a3b6f4a27b72308b9f1f5dffd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78604fa62570a56ed3a2293c3da1df93d24ffbc0545953b6f7db25bec87a68c3 +size 14466 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (443).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5efc7c5be23e2bfcde210efd4f58ef0ec059928 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d23156f3d810e382f39925716a4b8ee048f638726c9d31c367a6cf17fec3096 +size 12803 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (444).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6aaba4480f10d413dc6f562af0ee07a9686368c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e500a9b26e8f05ad8aa783a8c58a51cc8952c71d55e1042c3111fe91bd68dbe5 +size 17519 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (445).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..408f9e55ae27201e8aa32530c7fa620012d0a805 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540ad5f660830dc5d0600f73b206c8c342916618a1001cef9e71bc484ebbf856 +size 11877 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (446).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ff37fb12452106c630044e4a5866d6451fda301 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1ed1c41872b4f99f04b3a9b806a1470abd58fdf682696092bdd0403a3455f7 +size 9359 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (447).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ed1f7d1dc3c7b0d2d4f0855313d3fdb609b708d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbcb317bda1ef85b4f88bb3f4ab6cf287a0c4690b42db2f91291095a195b9f8 +size 16498 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (448).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..099c3dd1184fa5e5ca1e4888af202085962bfd9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77307d1befd2f327a14c5de603802934c90f44a7bd6243be2f8f4764e21611b +size 14737 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (449).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f7a19d03ef61a2a1975334e58e27d15751bbfe6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04b09dc7ae22eb27c5639f5d6a5a27336065a4a5068330488a3809adb81e904 +size 15890 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (45).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (45).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdaccca24400d55665b3dc59cfaa0c0571dc5a5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (45).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747b8865a8c70c415cd17979294ca5708a1282b9ae71f1b33240e1eb7e313b4d +size 14207 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (451).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a67533410f3088fff62e2f09028782072b94b82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0451ced4e2a53049c9523d8c9657ce56d0229b66d7c96e344360519fad2f231f +size 13751 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (452).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c15549c5bf89a265227b99c4d0016217b07ad98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290cedd29f11de08d4b2494786766200b1ceca53b919442d3f51726827b12bcf +size 15018 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (453).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e422aac513103d07a2b493f3ac333244ed80bd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f50d6103b352da9ef41c386cc51fe094a73c9f13d24e5bb72c88270fe6c9d3 +size 12662 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (454).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f0e191b7d4d252ade48ee94a8fe7cba1c47d5c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74a6e8edf01340a5c0eb1af0d6fc6d994e8abd616209408ac2a6f9076601524 +size 13460 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (455).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f1890c5dc1c658e0ba1c58efe2657a2281d9ac3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415747f873a843e905ffc47d1b47451599580c4921a9094d750ddac665f0eba8 +size 12740 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (456).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b737104a1c8bf5954cac0123081f5dd27982e13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e01100609781b8c132f168009231ebea98068e7abfb1b67ea8141424e5c2c5 +size 13433 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (458).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edd0a57f1e2c6fb9ab75b25601be98b96555e2e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1a37d8eabbee38610168a1e9db64bd238528d1c7adb92e8cbdeb4eca36e9a7 +size 13470 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (459).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..539e457dc1a93ada6a3ad4a6a9e737c93fc345c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8e12e24cf4d33211893edaeb96d8391c46794b98968a9b4de59ff5aa8839c5 +size 12347 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (46).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (46).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bab96191fd6f6cee8ded100ae46db0388699032 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (46).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfe457bcb8dd21d7c600b0e95b62a12b1dca053c0ba3a03f48876ce2e12307f +size 11704 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (462).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0d88ccb781583f375b7e45131de0e2fd3176d83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29f3ab58d0dd07cd874ebc195ebf531b9582464964fdfdc28659513efdfbc76 +size 13030 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (463).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ad5b1b389022dba3617805530f84c67d02a685a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbdf4a8139d8fa0fa485939a83a71a8d935e0da6f919349e8364f1a1bebb610 +size 13778 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (465).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..436145df78251b653ad13230278e50b09e985e4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb469ae3d3dd1b6e5ca5dd7072fd8ca4d15bf0bb744c3e5b7ef6c16f7fc813ca +size 12382 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (468).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f18dfcbcb12166d968db9a5ea45aaa630340169 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7ac62c600b6b6e92d13e9c95e2ae7760a9728e866de410c93d106b73b8b6c7 +size 13837 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (469).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7508450a0b743883d61e3620a4a1351a3790ad9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0107e3d87263de03aed27084bd0762981547f09cbac99e9c22d6518511d58e54 +size 11357 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (47).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (47).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0077f0d85fd3ab9ef6666937258211fac11a3510 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (47).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50801704aed1961b63245998064186a9f7d0c0d59b8ba26ea68c35ae70cc0ea6 +size 15468 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (470).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ed987d0570c57796ec53df69876a2668cc4dc20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff603d3abfb23f21b317f517360d60b8aca98bf9743aa19ad06898fd30ce76e6 +size 8868 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (471).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..438044319f23a5680423556458f6e76501b8891f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435c38be06877ff00f5d0bdec743add9377e5960a5cd31f74473e5e5c8830da1 +size 13507 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (472).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6608b5dbe8dfd1d72c85df3cfb8f46aa0e91c3d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5af0148c4e86f450a38ed651acd3c970d16c55af94cfb751dfa55cdbc3dec1 +size 14300 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (474).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5671669b54306bee2c3cafae58ab3c76ab16f5a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67480077f67f0d3333fa04d3797141cc1a1bf9462357cddf0ce13280ff0803a4 +size 10397 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (475).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b719965b77c2d1addd60a05014dfa45828cf9253 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec737acd7530bf9dfd26a26eb85dc77aabd2bb3bef5805dca461df38828250eb +size 13919 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (476).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dd69817b0d2d3c26e0911244bffc5d468e78a71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e7e11ffdc01babea2a065ab9637a0b8cd96b690edaccb066864018c37484d9 +size 12438 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (477).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45cdbd585db11521f051211b1c3bb096bda9e209 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c16179fa9aab6c61edd2e802d4d3501e12a4498c5c202a5a802bdda17cd798 +size 9697 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (478).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e82fbfcef49908f621aef6548b2b311a04e6f45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2454533743efc230adc07d69b1a7b44ae9c400ad30631628e878993a4be2db +size 12293 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (479).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0076283da0a32d4030cf18475d2aaa1ec17a9a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665ef1846eaa64a4feb7d1fbf271e18400428c08804b185d24f7d52be4cc71a3 +size 10253 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (48).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (48).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47e55bfcb1062fdc1258decd88b2948ffb785a53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (48).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e8e688825d60918edf29b763581f24faa59cda9eaf4fc7135af66913117238 +size 15824 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (480).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44f216469b6b8bcca8db408d295d562f71b3f825 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454c76618015984a064ec3cfa283b33c918974192d4f85127d16bda243b8ac84 +size 9013 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (481).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..930fda1b303c56391020c4ac449a6e5a134a0bd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4766b8dcb90404b002c1130e4121efe8d97eb048407427f803ef2ee7c2ad77e6 +size 13399 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (482).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37cc72becc85519f5fd7cac676f1d91379e8d3d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f6e898b0e4f21c903250576c2ed8e073c8aa40e376c8b386cb366ddcaebbfc +size 11779 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (483).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47db09e2fbb73b9da92c4477b237b62e903eae85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2ba0e168eaff440df15615e9b05284353c0e7fd5902c32ee7312462dff23d6 +size 12807 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (486).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..797fd5744206404c2e92275801cdaac4baca5049 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9494d8d695570acb37623d9285188d72759a68f3c226cb5eeeac684fad3f96e4 +size 10446 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (487).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a4828615946ca982e8f1a9f87b2108075f8f6a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1da65bf9e90bd735996e54a484d8dc180cc9d762474f00a5697431e319b746c +size 9150 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (488).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd8bdea9e65d95e5efa033b3acbab495dd34a7cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfb03b76d36d2c1db73d7b95cd58d078500c07ebea3d86735a2b4f419ca0a5a +size 13642 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (489).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..977973cdf8b7fd8ffdc56da17beed6d51368cdad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c3e47336e7b499f0b6933d2b5898024207f8b8d4160c9ac75582250ac2a011 +size 13383 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (490).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..202b2cfa906a6abb5215426dc44253de0c31453c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2ed28e7f10d45f04e07312d1232a49bbdc4f001e0ef326dab2aaf298e0b5db +size 10052 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (491).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c91ea033fb5b86bec2357842c5694895d6db981f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b899033a5a26754b15f63d87845f7866f23a991754325aab64833f7e1ba2d3 +size 11954 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (492).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..835c1062d003b8db8ab56a1c66b35b408d2b8e64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36f55a8db0fbf7e224c3de3a09dcf561abe54ddef0eae5e0bb193b1c3ebd61a +size 16337 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (493).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbda90b8a90d48937dabf6b81da30153689b8fe9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c156e0086d2bbd4595ebf4161522a03cdb16e10c2ca576ee975c658a157119 +size 12077 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (494).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0427ba83c1e2bcbd926b313d23c72ec3f589e808 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6584ae0891b10f6fc4a10534dcc26f48607dc7e1cf0169f7f31151dbbffb7e0e +size 11005 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (495).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6015c2d9cc58333fb3f1ccc1397347349730bef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a432fd8eac2ab2da4159110a1cecc31a031c2a7d59df7a4fba3d1292ee5ec37 +size 9719 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (496).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..218bccaa1261339b34979827e5f1db697a5f0421 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0954da4f1380709e86b18e7d14aa8fa5a99464b2f1ef2fc0b388675ec700deb +size 14511 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (499).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ffda2a3630ff8bfb7e501d4cb5ba5a6bf183f1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a93633d7ce9ce699afc21bf043a70f5ced8a8e3984f800b90ed1a09d379d062 +size 10470 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (5).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (5).JPG new file mode 100644 index 0000000000000000000000000000000000000000..217a4a724569b986e94b0de75718a5bab53e8fbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (5).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a12da7b5710e5a3b176429e681c3fb1502096489fd2e93e327be71f55d2be35 +size 14334 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (50).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (50).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc259948c1e7d8eaf286774ff6060e8520e94bed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (50).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290c2209064ad17863e988c96462ec790b331374d5d828c950c418a58decc108 +size 12421 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (500).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74c4d29e795f91c96ccf327b80784e71907f5a0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8793a1a20c074abe2685171b73c690e35cf95732b76109683e59fbe06b1f4999 +size 14294 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (501).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..666e3605662303b70077bd6a831c1aeee45db82c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc356a5853a09f966aeb1af5dabeed18e24ee91b6a8799d206f90f24b0741d2 +size 11950 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (502).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb198e00b9f6f207f99754064d1eba4fc32dd99c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c747bdfc621ea7a98fde7039d0a33458e153765d66434210babb193044ab9ae1 +size 15344 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (503).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66c8aa41ece5d24be54fcbb0b1729b91294fdca4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccbf6feaf4dbfcd0fa401898489d58a70fef3d1536af0d48cb33f00b54d6f53 +size 13340 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (505).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..058a2507d1425b72de46f69018ea6c51a7a94b26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2558d43ba5bd8444209d325a3bfaf1df5db8d630b9a33b3315bc9eb55f1ed138 +size 13389 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (506).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12261486b7d68550a96c7a40f1d1b33b550bf2bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146311e0a36dcadb64b95d6751f4ead6ff6124074205b16fd08da802ee43fdfb +size 12413 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (507).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..963bc37789ea8f94f5d6156a5b9b83110784dc43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2569a79b9326602c7279035e52273fd28469875f4366e90752662738bef6261 +size 12763 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (508).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..748cce4a14e6248a01f384bc6b19855141735eec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc54cc6dec01978f0d8bc322cda4f7bc4e907af47b5d7e57867d5ba100bc909d +size 12577 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (509).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5cafe1d92c470ea0849d5dc1ec580e732767354 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86cbc51d9c409564e596128982aa4e6471835547c386bccff23cde725c5be2e1 +size 16681 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (51).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (51).JPG new file mode 100644 index 0000000000000000000000000000000000000000..595648aa5bfe59a7311840863ca398e1d5258d0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (51).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b476f696411aac90cb7e949d9895434b9e5603f350045a110fe31351ef8c7c28 +size 14310 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (510).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39cac024bc425096c9297e8ff7dde25e7856ac89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aff199d46c29e5592ddb2779685402c094eecbeb8e0978058ce0e62c5c6aa9c +size 13832 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (511).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b193dd58fb13623a6590242f08db09a5879ab05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2cceb023a59b21a90315830aa044bcd279ec689242dcabcf128b8b0a194326 +size 14279 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (512).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88320bb7795033f6bbac613ad5fcc98209c7ad3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcad13ce0e94168ff67484f15e43135f04dfd9eadbf0085521e594cfcd5a2fb4 +size 12450 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (513).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a2a024044abe9cd8de9ecb97ebb68415d736df6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcecad11fe1577189ad2ee27edb64cc675b4d4bb5805785b51d892ea2d8fa429 +size 13925 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (514).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4635604f75247856d85a72c65f69317d5dbf022f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc83e62deddb2caa81e0bc614e414f9d06dbb4493972e26bc27155611b15987 +size 9648 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (515).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae42b4ef279ef6f3527da96c9b46aaa66d7fa38e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5caafa32cbf1e077e5d51f60076dc77b5c96f5af28084898791cdd5a9ff782c1 +size 12537 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (516).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..012d0c59a99193ce710846e3317664d68307d5ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4feccafb37c15cdd529e6834368232e4c6a3c43ca2e37a90dab83abfbd66776e +size 14574 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (517).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46c5e2d6bf6a3a5b240231ab59ea5ac11eb95350 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce061e5f669bc2bcfc5a2448dded6ef79e5b6ac9d7db7162c792a81c06a068d +size 13434 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (518).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1f25749d26349a8f581a3ba85cb6fd2e96c4fa0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a32dea6a692b3ab818bfd51ae85cda9deaaeb31eb9242297880db9e2907ec47 +size 13718 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (519).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec25f4450536606bcd5381f881e3d1936499ab00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46e6ece30cabe6e6f5cfd4ffb42cc0eeaf24da4d0c028937a7716f41e23efc0 +size 10524 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (52).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (52).JPG new file mode 100644 index 0000000000000000000000000000000000000000..498dd10550162db6124d1e4a9c61e102a95a78f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (52).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a916cd284f85d8c13960103cc0799514d5b1ae18b58464972fd719fb08022e4 +size 12950 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (520).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2a401d2370e868371b942cbbed6ebf503716911 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95aff66404cf674898c62f86bae05ba43d8881a57bf7c0d41af2ee333483e335 +size 13979 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (521).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fb05d4c90390a63a6725f1e8f6d79a4549ac00b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79941866f43f86888527e4dfdf084649338b22cf20e4fe09543636612092237 +size 10616 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (523).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d58b8b6281caed2216f2bcd1462c47537b8dcd78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4635c367e98f5f155a3f39ac56b20ba8a08d504a1a8af245d333f1c7060366ca +size 11053 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (525).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3191efa8caf015dd45463a882452ff6828dda88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff691f56dc382639bae003b79156c8330352417cc712600a2f0c33268d48a05b +size 13742 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (526).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e40124334d0e0f3fd3e7826137da82ef5dcce7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a14704dd4ff08743a93ba8b61018b4143482c4f9fbaa6534e59b3fe4506b6a9 +size 12070 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (528).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5927bf1ecf0557c2495edbb99f4e959527c744e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724077821cda82fbbe6482ff57b7aa53b9a1a1d8c9ffaf0ba9a6e5a3dd692582 +size 10649 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (529).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58b7283039ff39b57c8d14c0677e1e95e53ab731 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b48f13f7165bace715fb27b1afa8131e6da25dd0862423875183924eab7de8 +size 9978 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (53).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (53).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b59b624e6d98369b388e60b80dc2a2c4b11f25b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (53).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f537cc7496d7bfb5221832df23d58a5adf9892c44b127afee82ccb0a357269 +size 13788 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (530).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..acfd2b83728fb2a3670c2c04325685ed041930c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390847f28552801867d9a805637235c975ee066fd239ee6005beb516ef0665e2 +size 14213 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (531).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5595dc1dc7f807fb0d2bd83978c2eca3a8b0004d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6607bd9f044e139a6b8bcbdbbbd83401dc7eed17c7936fa52c0d3d733b56548f +size 11071 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (532).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb7f4dfda1754f0acd507b887fca71380c039972 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a0b223beeb598da2cb5dc1d1288b2b7ba8ba2bb6af25f485825f73633c0d3c +size 12011 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (533).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0948e692f97a1468706bd8cb1a8ee3f8c8e6c297 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c3944c3b4e6516d9ab710240b11131c2cf1b5b56c175e8e3455ecfdb4f5d36 +size 10162 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (534).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f0f902a5853465ae688b05d7eb78903ce02aa4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1543b059c89d240efd78d5d3cfd7535b32403191c72f758677eac07aad5ebdd +size 11604 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (535).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..436221beeae50176fbab4f5ec2c339201865d2fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3406d3de0bcf2ce8c2a53ddc0c19742ee01bfa7cb838e41948f8f9a3b1a1d70 +size 13434 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (536).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4540923bc1ff835faf6b8796cb96cd3961252539 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdd24a191149c5fbf861f7f8f28eb6d3c22f8d7839b330f776854831bf02a56 +size 9596 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (539).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9357b530391db653e722f4cd822d1e53d9d69474 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7907b8b9ac4a5fc6f49529cf9fd83a0cc7623e2839b0f072b25a7cf9d83fbdba +size 10135 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (54).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (54).JPG new file mode 100644 index 0000000000000000000000000000000000000000..767b7e35cc07685be2376a73f3e9fe1a27794e4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (54).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7ee2913b993875b7605d527ef749f2da6b3b57cda93c147ad91506e01b6a14 +size 12554 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (540).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfcc319b4f6d212282bd091542cc7770888e1bc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94939000507520b04caf46cb444d952846b780cd6e17f78ac3de6aa4e229f84e +size 12756 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (541).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55c3b3e4dcc89ed3f4baef897728567fba57f761 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6994ded1ec5136492eaf47944183d50fa6429c92a51d5a182bb583757fef3e84 +size 12047 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (542).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb56d6f46df5eef1fcf9ae91a0376faf8425b353 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f72d1de0890ef8b5de18fb4cbeacd5ffef8c16c9d9bc0e21c78543ebacaec2e +size 13613 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (543).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7f4c5805984f19ae5b5ceafc796f244e4f77c99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d058169248533b96acce5ce5f07832352e9b927eabbf6185aaaf549bbdf1eba +size 13612 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (544).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10203cf40b19b46f4387df39727bfc8a60baf4dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49cc0ba89ed3d8137bb13028cce03388e96f37e3adbffbc1931e4492151fe71 +size 13464 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (545).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f569697afb7c915c1c43f65373d9aad21ff7bfe0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e666d8a95d6b2df8fbad68fff3b10b6d1c6d93c9e4b45b6d4e4941d4f359afd9 +size 10245 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (546).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c185f85370e55c81362ba26f1cf806a859cd9d2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441ac0f3cd1310dbea08bb64cc3baace769b9899176ea182b06af3857a431e1f +size 10338 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (55).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (55).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c08caf2d1b5df004d464c38ae2ab157869230f5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (55).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad7b748f8324ed841591070a1f50042e456c25772376ada01283b67c871d310 +size 11509 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (550).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44dc4ad119c6dc280dad588bfdb4cafc847403ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3ed274d155abf9524f674aa34939be540b9f6400be2986b1ff30d4a95482d7 +size 12329 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (551).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bdc65baa9b48bff1afb9773f586a762645fab3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d67797033573f48ce1ac4f265fef95750bbdb66abbf1ba0e5ba452cd266146f +size 13796 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (555).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47bf96fda4d1ed138db4b2c4078abe309bbf5562 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ff2b3ccfbba06828993c32e4c0d60f66f5b4bfc30bed67673894c41083f843 +size 13604 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (556).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85800c80c4c80ce65ec133bbb78ad92cb4eb7593 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df02c446255b72f6ae4d9875df4965b5b7e31549d57097b4b18005bdf30fba10 +size 10074 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (558).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..708188e7973cc3371e6cdf978b5a563121749579 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885a054f732710b086cfc77b6709a0eda40d755e65028366f9dab9d641b05f9d +size 12955 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (559).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd0ae20e1f62778cfec3754a6900bf39c5e9fa8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98baa5c213764900db02b46f5ff2a16cc99148bf0b0160f458219d4c89f9901c +size 10747 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (56).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (56).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6384d6b9d975c4d2eb5e17fa149591fc3b5821a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (56).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d33ea0356e109b0b7d5258c5891aee616c52848704b695c404aee064d72634 +size 9836 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (560).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5839d9fbd230a45e1fd09d4cea18a0f8ecad7015 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f46bfa6f40d928b9e65dbc4fb1b24a1f227af6f1eb72ebcc4d4f279987adb85 +size 11907 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (562).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..880b474557c3679ffe62a84dd070599be4f79a03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391ba14082cd54b78ba47fcdfb8e46c18093e4c0edf91306c06a92ccb002116e +size 13882 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (563).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a77281a39cd196bf26d9d518110ca9503185cb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cab2583d8334f5570bd1924ec4875251efde8c70ce19304e74ed91f68fe954e +size 11602 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (564).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef541dc5c77c300874c68f16531f3ca4721210e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a7d613ad749e654aa2ecb70d5cb18233737eb666189d7f76dcf7e80d15ea12 +size 14181 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (565).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51f4bb4916934939055a82664c1219daccf6d4a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f6c47241274576a7c16f5ce8142df2316bda288ebbe6ad588b860e3e34edb6 +size 13749 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (566).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fecb15f67d78782a7beb530106f4279464a2f99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd92f803351f227d0d338291427e29c957d15c63e0ee5cb1b01f3ef9755cbb1 +size 9115 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (568).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ef3a2db3e762dffa088ca0ca5e194236fa2cd9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89df2c28f339f7fb32d1a8bdd9a64d9ddd40d1223d46298aec2d91a3eea1e801 +size 12596 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (569).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b9576fe5c99a06eeff73130e1861359f4fd20d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486474391e422954485217e6d279bb1b98f7353d4ea00d9c4b8838aee4f50604 +size 11112 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (57).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (57).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5ab47187177dbdd167b7b1c929f62b89e5eb951 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (57).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecae26f0edbb108f85d49acfaa919ac04188f8d51c82d539a72ad6c01dd05502 +size 13518 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (571).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23cef4646156965ecc421aeef2069820dfc448d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae0213c21efb25b7c1c2c69b74a4a435f5c6e76519ee75943505cf1bc820679 +size 10943 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (572).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6c9e0f0474c373426dd5a3088e7fc511c9990b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00c6318b033f886f2b8061634bb9c8ee7d31d38fdc65a4fc77a504bd660f20c +size 14877 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (573).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff33fa994b636d1626f259c92408f3d4681ca03f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8220fa883be67f1569e252b1b7494ae0d15d8c3f72674676f8d27664c47c12f +size 14824 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (574).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8606f365552e7336c03f8f58e4fda9877750cd96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da013e3edd1ca2d3c8da6aab952bfbb24f6e216bfdd9392040ceefc035a880fd +size 15738 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (575).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91f439e247e75dd3b7891223155242fa1dbaf1df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62abd4c3e04498bec5f6def7b49a02c8a724663f78c612cf9d0d8062d1dff63 +size 13069 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (576).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..adf57e939b1dc34d44b7bfd202e5b33493f63247 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7c11c01fbc2774849fc733d96fa13b44cac2487387628d745a1427ec6e68a4 +size 12606 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (577).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4120d9cd89cd4493410ed15768ad765a1aeb40cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7076b8810c92dff544ff0ae89387c160a880849528c38a4a90cc7e0278fd212 +size 12153 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (578).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ad71fa17af580ecc89554aa1064ee6b3ff43dd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e4d5884840c4227f44ab2321db934fd6c1b11bb29782aa62662d9db3c81df8 +size 12644 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (579).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..823b8ec95b8f21716050a3cfb5c65ca9e143db3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b625762b749e526139c0f76bfd4f42af43b92f4db884838d0dfdf402ce2fbb +size 13315 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (58).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (58).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18808248d906dc67047cf93f1ad32d994c060057 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (58).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140f255449b6f28c9ec0b9bde7692150a63341f6cf448193b3d96c4672404515 +size 11575 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (580).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bde7f584f3b533504de4dd757e17a950e3a36f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d744c558bd17139b4d0455dab88256a6e77fc0d0e839d4a348717f9cb16747 +size 16433 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (581).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17840a73d2d09c4adad9a0288981d948d2657751 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5ee4c92904dbe80c4ea4dfb6f0a2a6be59231abb0eb6948fbc8393e9586ffe +size 12744 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (582).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fab6dbd859f2005d5618553683e6f337c9147733 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd88b37c89d270ccc02e2a2819774824dd454ba3b9d8fd32435cde27108f6db +size 11807 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (584).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d99676a455a3c9c562b6b1304323087dfe06f6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae49cfd100f3928ad8c7d146d7e87e6b6f09e2d479e36f5d4f36b5912aa874e7 +size 9737 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (587).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e0eb35e8afed6f3f7da2d69782d81bbc7387a4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebffaff1cd34a7fd396177b75993947341a811287ee32d8b88d6f4775af13b6 +size 11950 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (588).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..325537d96c51eac788f3410000d58e1896d64767 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc585651149bc10be5c4028c869373175e462d2923b814dd4e9ef0f8e4548b8e +size 11736 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (589).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba727a837e0645cc269d834948ee776d06b912fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb400cdde4219e31f316ce458eb2b8897a392267f46a58cb5685bfe4b4e9d53 +size 12508 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (59).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (59).JPG new file mode 100644 index 0000000000000000000000000000000000000000..702c6778108b77b1728977b43f412b10cc4365b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (59).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e37bae798ea71d1bfd45c388db0ad56ff870bf06590dd6ba65c31b608f562c +size 13133 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (590).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e22e164059897fae8e1592536d9803e3b4fb1792 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc7c737806cb7f1ceab3baf7f491a96eaeef97fd0384a9384f13f96af9375a4 +size 12932 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (592).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3135f632c9fae13989e625f489c3f789f02041ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137dc1633b89178b94d7e8a48c6f05930d062072f19d6ca90c8b47566f079d63 +size 9647 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (593).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b707d4899fabb9b9ca386d1e3ebf19da4f49908a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8516c96bf03605880a74c08c5462aefe531ae9d41baffceea31baedd4b34c4 +size 13840 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (594).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..458b60a5e0fc1f77bb13575c30c05409de726884 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79157130f84b3d07c499c19e38a704503e068bb0b0f50ae3ee34177d9dbf1070 +size 12564 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (595).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd0746b528c63744caecf9eb15f47d801f3cba77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e38bc259181f4a9ef1540273fbc6a586c0b7d7a72a2fb5cf90239b4969f64ce +size 16821 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (596).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecce463348d06ce9d6de5952ba0393eb2d388bd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ff279d6f1cc086d3a678f9585084a892240467722a51481adc7b022a7471ee +size 12258 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (598).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eea4a7a00508794268f881ccf970b78b8b835b4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a1157822fc871c06c660f9d49e35ac228ef64b49236260fe9af4eb17955891 +size 11362 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (599).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c071545f7c33437146c9d499ab3e6bb6549e89de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60de80a8d39b95ab7642432e58890c6a019f0ed5f9486e59f2c73d0afa24f5de +size 12327 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (6).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (6).JPG new file mode 100644 index 0000000000000000000000000000000000000000..641bd9c5911aaeb178573e5951db63d31a05717c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (6).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32b258b08b96ed4116280e464fce6cda070312d99e83fcc5c2c1dc8fd69ab63 +size 15027 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (60).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (60).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ab566eb08983d73b76c746f58506e84e1d25bc7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (60).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14a71e095076c9df9c7b1f61f8e69f773292cd0a3ef7bfcdbb0dedc487525db +size 12931 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (600).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6de3bfcd265611c583137117ef9a5fea443fa416 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcce63e9d7a4b8c73f516bd0aab10e9f76f210c37fd7f6e2e116de897eeceb6a +size 11510 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (601).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cf8d7933e3dad42cde8e1d3f01e0387af588b82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44c28999cea9ac2b011154405d589aba23cf4c13841e9c131f042c3cc67bce1 +size 11839 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (602).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a068bbe0a1911eeb124ef879b8f51a6567dacc75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15188db93c6899bd6bf4241fe26b9f481b2ee03e5ef186b8e99b0f4c4990cbce +size 11963 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (603).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38834fe47325dde8bd09d14de603fb0f9b5c81a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1351c1620831d32817a2a574658a62cdad928df7ba5aede75374b94a9ae81638 +size 16016 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (604).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b98d3c09e292cfa92d51b25af89010997be23f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448403f0b4007b627490acbfb1c70622600acb50768044b472381756982ce0df +size 12381 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (606).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a369f14d7a19c2aedcd6c22533195eed34c4e3ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c864605655450dde2eb660d0bda9db078e77de330614e4520cbf234db40f378 +size 11271 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (607).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5928690bb230a665be1346de0eef94e06fb1db24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f467c255293c5b76f58faeb3f9b7729ee2b02720701e15a1fd2d841814fc97 +size 9627 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (608).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd86d6c5c6a84dd99e27d4e9975dbc5fc5b18e96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed122a9cfa84e45d0120270b79bca2084a373fc64c3b603a195210658451d39 +size 13117 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (609).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5653df8a8471d665c15f7267410019a6edf9e56d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3664c34916718655c586b8ac8440b240fe8ba430fa25d23517ad269588ae50c2 +size 12110 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (61).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (61).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a1e73cab9414c9cda56fde6ee140a05e1262e69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (61).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e001949013eb06b64692decd1d4e66541f1eb074018775a12cafa2143e8666f +size 8698 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (610).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89c56eac8c1d503d311ed6bb2344f4bd20075659 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4498fd918ca897b2368e202f5ac5a729200fda0249857f0061978f1c3af2015 +size 13393 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (611).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf8cbea907948196d89236f2ff3f9b675e26ef91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6208717a8a847c4378a81899fe4324b72b236c2e87af802705404e5db7a7aa68 +size 15044 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (612).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe4a4ddc3ffdb837c8e6d7174c6ca94eeb0e10ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a20b443b0a72d7b8fc54bbe42aa56a0aeb6e5119d29d3e7b00f6951aca54f2 +size 13499 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (613).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad4f2634f9f570c74b835714d925205c8283c31e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9935341f9f13c508ad4b60f5f3f38b7eacfec64b2082995bea5f8a4e39568946 +size 15259 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (614).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1ad225302e1119c3ff0b07bd254975e27459e06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bc4e3e141fd4e2b8876f1c811edd3b2c59047bf3517c4f9cfcd6b78a8574c3 +size 13360 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (615).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c14cdf000e1dbd2bce37958ce1801808b60546a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77215ce7ead41eba2a49fc4cd781b45dfa003ac614425a42ca87a70e2ad4ec2 +size 13928 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (618).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..324028c9b300cc676d9f0681a2c1ff179bcb2fc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88b2e6bec71c05cb9972078d52bcc77b4accf91f1171213c0900e286d5927e1 +size 15091 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (619).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90080ef7216f55e8b4dfea2b0594f5430317c6ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccaa7f463dac1b6abb3baf716966eac2279c247dc3ad579bc7399e89044bb151 +size 14632 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (62).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (62).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebb1a4ee12a17d483e54306a121474de88a19ac3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (62).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f3d243cd42a0819a4608b110bf46b3b94df48dfba673283522b03270da87ec +size 11518 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (620).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d6fcd63ea6f1490c913cb30a748161832561dc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88555cac183d27f4efd1972bc672e1178661f2db68753efbaacd73eb3c43cb45 +size 14427 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (622).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f6bcaa93228e1270f95ea3da6a33e098677886b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c7c304aee371a26a41475d6f7cfe3198c2a4c763ac4aaba92b9f30b64a384b +size 12411 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (624).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35f8252c8f6fee8c47b20363dba6a7ecac0dc84a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427cb1ae80a145a5391d53fecd20cbab43c45d08b7b53084a1857303ec20a0fd +size 14507 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (625).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfbab037c8398be7a97a4426f40fc1ab70a8305f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5af820be7b36a0ef3851258289e25c2bc918c486c60121257ca1c36696d456 +size 13169 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (626).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe81a4fe49e7262781ebd29c5fc18950256041d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e481ca3a2a1fdf6e100573c8b29196996bdbc53f030d8ca3aca22b55eaaf7dc +size 15714 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (629).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..168bc1a8bda8d2c68f2a1a2ad1a9b2407d513b29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898df0dc57f9725db7900a6fb2578bbc6395542ee509b1518f75608db4de30f0 +size 11544 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (63).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (63).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb6d1c77fe415ccf068dbd6bade4b612a75f9e44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (63).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c044684d6a20d12cc31c1cf1c923676ced99acd02bdbdd1b9feb0835b5d2c88 +size 13721 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (630).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd603a827eb34b76c60395725a35ee02534cdcac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4e7a6a065e708993198e153cbd66617eebd48edf4d729c09534e646856b5de +size 10268 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (631).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38fc3e529a4f1a06dc297a260c43a8ed810e323f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3cc0d1b636c6a90589c1ea8b5e7038e643acea63ab419b8218babf4b3080c4 +size 14793 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (632).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd621fbc8d911bd7f883f48a523156df3d183ffe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d1820ec0bb07b33726d0ac8a339dcf7cbed8ffcfb02581788ec781e7767bfd +size 13601 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (633).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f711c62de655acc3d9ebe62e059406f9990f7651 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d097f596cf5e314f8316d7b674468c8b14d3989c9e2c81464b4a57b535541e +size 14459 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (634).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..468018614ec1725946acd0f53c09a421f2ba9c3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4ebba24371549e462f1590103c3fb32952721bbb23ae98477c44e37031289d +size 15780 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (635).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80bc73d4a04c3c7659cffd7d9f5b4e712d1e1f22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66f6e2881411d169a18a8569180c5ce0b1822fc1ae685bc824943d18bb46a88 +size 11954 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (636).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4cecbef899e3c28f6f0b33af2476f9dc9c2f1d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1779c5e31a1e9a89f37918a308fcce6e73737160db34fb65c3150b5b08f6cb +size 11445 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (637).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34d79a9b55165c51c1d1a9e06f486245e2cafdea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87a994d1112139e828feb32e2b46dd38aad92a2e72ad6e572e7cb2d8140c61d +size 12106 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (638).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c14253ab1fc01e40a93f4ac1e32a75339c5dfad1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3999fa644654e2913a42076dcafb49f02f51b568729d5ed2661d64f86d06776d +size 13700 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (639).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4a311d5376f76f23531bbe9470ee59cd83fc4a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4c174f713dc2bf6e9b22a10f2168dbc2d9eaf6ab31fa111dcf591e187bfefa +size 14768 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (64).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (64).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b6319dbdbe5ac11baac79b8740b863328379d8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (64).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7a8e1400ea12943233acfc26cd859ff040ce3e5101d19050ae1609077f6a2e +size 13583 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (641).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f266b2662d20ab5c13dd164966bb64e6a660c999 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30db150d798440b80a4860f97487a7ba75364f4a8ae9b5b7d98c4c6218ba0b6 +size 10618 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (642).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b86f22af394e2e2986f040b51f2d5b40513446b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90587dee3c5f79b8e9db64d7a51de6f1a3c333d95b9fb0ff781d7563ae7b2369 +size 12690 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (643).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3147805571760dea9a3efc57e2403973126240e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93f2c896c36ba2f569e064a9c931a93aed8233f4eb17b9d508029cef1837e92 +size 13143 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (644).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e34d3c3c0e8f880d34869c0f2294b1c6aecd8cd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e525675c31f0c977d63ce156b1ad322004fa60ff2bb5b7e5f4a028cba81637 +size 11830 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (645).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e21f44dc499bbb1374762bd44cb5cf7e46f70984 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fd1bafec18a9f333686fdca60d4f888e60f3e82508d3c846300318fa84354d +size 13790 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (646).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ed567d177c56eeca5c84628ecf034ef7a85e844 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a332bcec555a2bfad91e8d4a4d4e1bfcd62070217a8c18e06e1a2a9b458794 +size 12815 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (648).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1669341598752e1770d10d0bc32f550d96eccb78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579d8475c21d77a7188cfb3faf7c50a9639a28cd7c87075fc588322ae837ab09 +size 13824 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (649).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5507be69834898996e793b41e6afbed084a8d95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de17472eee04ca82b37883e3046cd11f15f7d5808e52afa52c99ac9f1384d871 +size 13171 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (65).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (65).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d6b765038dd64325a9b0d22e87ba601cb0fc03b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (65).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7d3baac5f56187f94c8a5223112f138825be9cadaa33ab22bd14df0f720feb +size 11469 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (650).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7c8058a5a82f82b6629197264f56f0bffa4366f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ce3cd5512e1dc18ef8f5aed029ca3382c33c9a8ca5dbe5d43271560b4caf38 +size 13285 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (653).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0027dc29eafcefeaee9b9363430215d5d307c94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8b85cebeebb224efbeb3db6b924ef8b944a283842a7566e7a5ff7d490f4403 +size 15792 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (655).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd600d9f84f05f3977de2fba3a4a6b393a5648c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae4f84d2a9f1d5ff806bc1bb2c6939f9148ee0a9e97018aacfcb73733e37c2f +size 12858 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (656).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cffd48ac316c9e0d695c14f03eb96360b8e9acde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfcfe77b21b6e8eb39eb8130659563297b1aa92c71bcab110f3fd9a6a200a8a +size 13060 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (657).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..065a6f3045adb03296b8508bc039356e55fa2013 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e993188e5ac9c09ead874ea268fc5d79162cab08b305d8e1f47dcc393d0dbd65 +size 12709 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (658).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12939d3a2e51078db34bb07e1b38b53e95ada64a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b054f7ea65c1699fdb8de8841de0d4d48f6b9d81ceb134caf445b75b2a819624 +size 11818 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (66).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (66).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2b654ca1c3351e6e39e1bbbdaad463082273bf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (66).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02548355aa5a836087a9870391b6c8dfa1a81b5056afb85bfc7ad0f93df52f9e +size 16059 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (660).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bae4afa9d62842012abe329b0bc1abd0a3fe272 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f656a10e00b65486c7cc662b69627fb52588fc54df613bc00faddc4661e8d8 +size 10991 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (661).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d07126cb1d695ca5174db701a069f1b33528b468 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd94893f2217c58decc6280ad3d7e5469bd635378c568fd6910fda874b80e021 +size 12566 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (662).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b068d710157c56e53aad1ee0aa0c5a696e05108 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88625b77c7d6822f81e05aa467cca8a253256fd9110a95da41194550370f0bdc +size 14858 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (663).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4eaabf356cb30b2c10294377344005e90504ef40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdb8bff36aadfa723b72c0bddd94f031586eca9ea45d9ccd5d78eb7802d6266 +size 12311 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (664).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8eeab57c14f9f79b88e4361fb190798855a721d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f02b07c4dad17e9ac22658baf2991ef05510cf34d8519f8f9920a66cfefebd +size 12662 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (665).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c171e4453e322ce289fbd648ac950e715fed86ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc14b9be1860f9d6b1b9cee9833eac58a36b5f57f97cb2cce71cda681c0d9cd +size 9078 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (666).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..194dbd1e7d4327cf62ba5ec5677bd14556d172a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feccfb0b592222ed84333c6b9858e47886dac8fd18167e67f9aadf819cfefc75 +size 12715 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (667).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83a85c2aa1dae57a492e05cb24814387afa978df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722c81b9417a46b3a72808b8d9a1038322f0bf2d0149c5bb5e16dd36836ad947 +size 12797 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (668).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8a518fecff3d7c6528bcc56cc94be53b01e835e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902bbf1317f9a0442efec393a3411081c3e56bf9ddcdb6cf633b0982f6bbc4d8 +size 12250 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (669).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5572a3f3fe995e75d2b6edbfbc7428934f036d7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25530cd7bdde16dabbc991d5e4dda4c44ad8e552aa358ffd54fdc3415c4a4b8 +size 10648 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (67).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (67).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ac577b2ce886d2b9b20a28cb70371c0a63c42b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (67).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04ce951b775a71f52134e6324e17bee27e387aa8810330b21b81e8a244af609 +size 14523 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (671).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80ce3c7c3c998f60bf639e0717b731fddbb519e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edc098d8c4ecfa8370a6f5f382978cf748406ee6720ebf30dc5c97f56de1fbc +size 13326 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (672).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..098a44713cd8dc530ad98c92033c1c60c493e43c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15028c0bcbb03b8298d597889396aa4e08e4589d5de36fd0440d770ca40e21fd +size 16667 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (675).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..370a34b0dbb60d64415e64f82abd3bba05595d1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c6783173942b7df7e02e88a22fe181a40c344e453304f0abea334d5b8c0356 +size 14234 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (677).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5609812ed822b9276e5bc4cc06db9284d1fe01c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d07b6e86179111233d7f2c32123e55ac9a504154ab9bb6bf3b3e0217aae54ae +size 14620 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (678).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c55527700ba812ca6eb8be0930f700349f3de23d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469a96a38be0c5a372367acaf801ed3a020d019cc08a3b1dfcaea8d484d8216b +size 11792 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (68).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (68).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a708c3653a6ca5ab78f99ca45696bd11f0bd4b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (68).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc53fa603707972a7ab48c425fee532680b442bb885332b7967c2285de477a7 +size 13584 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (680).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdb75959e4e4266d9f0d78a4ae6790142aa5c8c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e009ae41e70d63b395ff4a2c788956bcc04f150e39afaef4e73c03b5bf384c +size 11174 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (681).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d217fdf900554f1ceb5940230a9a0f526374fa6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a117abfb7b4002f0ce31d7cd71f5310b74b0fa9f50daebbbffd88ea6a702224 +size 16365 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (684).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..262ac418efbe2a9e8f0124f0fdb91919de2100fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43820d992c247e0320165d4907b45f46e6b9ba9fc59077822d4ebdceeb5c7dfc +size 10999 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (685).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..792e046fac34ba3fc8b2b3824f6d402e1112b33f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0035243412182dc024f9e7b11425c68b82f8231e68e85a8480faed6ea8255ec6 +size 15200 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (688).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa22545edda16e8e68131ef353fa4f08e8292764 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89373f18ce8ea46cd89765124566399ee28324aad35529cab999511b9f0ef01 +size 13384 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (689).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec2615a38ce60ce68bc4b54f8cc811565c452a90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8645f2155c6efbccf47230ad5fe7117fa2997f5655d1908030a464987aadf0b +size 10262 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (690).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86d92c895fce9a14fb2b13ae920c8b60b07bb200 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15384c9d50201247694bba0692c2706fa733956433f1dc027cbf616b6a3d6261 +size 13553 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (691).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad6213f3ee5cf721e0efd5c78da38f42b82c350a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc63f3cff52727a49ef8b016b1d882f46b3aad6038db60108dd31f247554c88 +size 9012 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (693).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a26caad35270541926049b6ca450c6ce330d8dee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930e5996fb6309084ae62d1326e36eac7d659a592e57fd1ca591e174597040fb +size 12834 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (694).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..001804ced43a2b762f315963e94b58ff5a677acf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c504ab9f8791b90fcd1bc171e5b8f9201bbbb6daec91f1cfbde70581d7cce4d1 +size 10470 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (695).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df2f7669c474f20d5524e0371975cf432064b9f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4adb2b7bea3728aa2ce24e0043d70d3d1c9341b7a144ca720900d76bb298768 +size 13748 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (696).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53e4c79bca403005420c1e0887ac64eaf4fe4820 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1c1237c0f553b3e33df72ffefe6e979804251ab5e46f9e499892237b2c7967 +size 13613 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (698).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7baa8acbe3ac99fc6bd1616050132a46f166de45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed978c8286ac11880332d684358bec075df13c094426214b6a74562480371889 +size 11887 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (699).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a45af7368b756be5bda181c0e40ce2799a004820 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd33f699f54f2a3d8f988521a34a833518e5476a5c43165fdc86ef3ecf76522 +size 13466 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (7).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (7).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f37dda87f0afd23c1c4720271a11f9a14bf99bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (7).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ed7651236c0f3a8ba9c8fe310c95080080e66d47ac9e20fa4fb38e03b675b1 +size 13466 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (70).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (70).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e548b2a6acddd90cce32f5d0c611b3465f5a1929 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (70).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2aa45ae79c10cc5e6a56736cda48a3ebe3770effb533e9e1db0e62b909ce6c +size 14427 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (700).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db334f86b8abec93de706935e48e62b4eca4d3f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c7eb1e849c48b0ce050aed8fe2c174efb6d67f1424fde6014460137e458419 +size 13421 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (701).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d1e7cb564334789bf911872d9ec52dda14da4d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6faaaff123e7704af29a37f23858389eca11c5c479d7dbd4f95d3b9e433deeea +size 11172 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (702).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8c5cd392c49b474dbad0c164ae0daf98e043107 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815ffaee0875a4d111f6c589ae307ccb0773234241944e11eb97479f51e76e1c +size 12531 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (703).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48df9583781e0281a8526f39a9be36e76662bd57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61cb8b5aec03f83a1bbf61442cdc1c7721efba4dab6e0b581a224ab4ae2e3a6 +size 13599 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (704).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66c6c7adc0a03189a30a437fe714ec60d1ea9325 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7b62dc409410aff43b071bdfdb9d737aa92343e8a227462cbdb64dfd30880f +size 13607 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (706).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7841674ef3268c1aeba6ad1b1e306dc034ab8597 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e7a37e1630f7854a66eb9b6ce9f7e6355fb46dc1329fb79aa556a3cc5c0409 +size 13205 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (707).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64a8b6082ab85a180bec083dc917d75c08092c3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd7fd28d4e42882aecd09a22f9c458ccfe7ec6363afe059fc7287019ea5e754 +size 12030 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (708).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10f9cdd6d5e4e63e70628d3b80e36904da4ade58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467d82b8e2933b093310844db1e34be8d7264aaaff3f55a43756d2b57e1321d5 +size 10661 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (709).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0eb85b2636ca2c9e25d926adc3d08de890396bfd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480816fcdb3a0d6e31b1b0c0262b6db89ba9d314e12ee0620a4371fd80f4978c +size 15561 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (71).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (71).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1d5242c7a64795980f7c7a99a8c6d0b32ef0731 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (71).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf6be97731ddf57bd469c9e65fecea5d4440385250d3e5c5a8b8b39cc112403 +size 12987 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (710).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f39187798f966630d9e07b57be5227c042a4e119 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a277cddb7216ca7b58c08cd35568ad70e640fb60382cd84c7ebe929818da87ec +size 13253 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (711).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d0f371ce5b1e93b9d2c30925211c2f2361ff2cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e72b4463127b645a85f49229d43ef6115657992feacfafc07094c7d748f6ca6 +size 13371 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (712).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d58725c8df9f1d2eeac222d9aa52062a9918240a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0d48dd1692b669ac877b5183b3bbec5b7de3c275febf11bbbbd974370f7488 +size 12929 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (713).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90fb31078ba9df0e30ce8920660cc03bb71f2e5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722b0381d9c39208775e900cfc21a99d505d8fe30ba4a1395b61d568fc9b1bb3 +size 12280 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (714).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..007ba4eb2efff38fbf74c2466bce66f9ffa108f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b7cf0d7b2c2f075c4b0ca8f31a407a95e55382cb6df04d1ffbbc6c190f7cd5 +size 10002 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (715).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8acbfe9618969270eb29749e7f7e67f6e0a5bc45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086b4f6524757a731e8a04ebd2e8e6abd6c06f63825d2ce648258420b1dda58f +size 10518 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (718).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5297b879f73cb940f8d78a36e40453adc05b69e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd51217ff5a34a4dc87ff5cc29621dc6fdb86bdfbb27204d53ffbfe6ed531ee +size 11745 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (719).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3770998730a120393b83908fde8572a276e38df2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e745d890b94d8089f3ae89d00538200c96b179bbf5a4d4019b9757a5f82f63a +size 12649 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (72).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (72).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22946bd54ee6aa5fb934f97917315dd65f6726fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (72).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4effacf63d4c517fe8d15254714aa6cb27b9528bb08a81cc63ed4e8c299b84a +size 11976 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (720).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48324c25134f7d6f4b638e06ce0d9c1516b8d6de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a475557fb94d85e0de023e955cc781d74793ed09e8d57d1101423c27ed97a8d8 +size 14223 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (721).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e14d8ec655f849784e787dde0c237fbea6b59190 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31a22474ebf1f97702d9266f44ff8f3f04221c18617c94b31489c3d5de67889 +size 10781 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (722).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1a4b8f70c5e3d663c29712696f43ed28b70a4b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459baa570c598fd33c7f306a59ffefa53d3ebb1b9b2f4c798f9b3f7845d58e9d +size 11694 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (724).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f05f21f07789c2e8a6b51fbf9346cde7e3b7203d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf7e5c5a37256973ff494913c73a3712e2ac63dbdd07573f0024cd724717a3a +size 14202 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (726).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..808f4c4cea52c165dca1d551a9c810f5231481f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6294e5c527ce7d1cf389db0a9dc259c06ad90739718fdbf72d44aa8e4dedbd +size 12766 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (727).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ea9dbf02232d268835fea7170204465dede4229 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addc82e04ac8e69c6c728963d2ab2dd644a9186b367fe4e4c8421c4d671c8e27 +size 13929 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (728).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ca21f8ae8aef4b57abf12b6ae523c23d51b2f42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3260e2a730bc59a471fe3a5ab4eadaae4d37870780f69d2e6fcc74a7283c5ea6 +size 12133 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (73).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (73).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdeb473a2e5a8a2013c760b5e16a35ff93982c3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (73).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1ed58a177c53f0a0e9cf093477b32f5821b7d72cc17dac183ba771da936cb1 +size 12436 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (732).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9067fd86bd2060accbcb14c958a7b0666daa627e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328489f62a144dd24343f01a0a739b08798d745514f21d95073bd7f25e9bcc0c +size 12581 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (735).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4518e35a0102abc93a7fa38a43351015c10f0f57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1952458ede1d2146c1e1a73e3be4a61f3f4dd4e242b78edab1d48a86a8ad72d4 +size 13540 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (736).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dda26a004ad71caedd560d0b549fff8e788c719d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b01d4cad3e10a2990be5220e2c6b3f4bd468abb0e090eb601ac69782980482 +size 14844 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (738).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a05d1ad78a0edd5879542b78e7700238b006166b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fd5c62155affaf4e4e62b02ba4d62343b1fbfa9531159ea920ac14a168be49 +size 15144 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (739).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..211b876c6d13945c128daffd25e0e1cab81cc1f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84bafcc46a2ee4db314b7e38abecbe8811980014305e50f759bf8e050379188 +size 13763 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (740).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62fae2ff14c0eed56e317d388d546d8685017828 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc7a88a9f3387b4278377617e4f96251202cf7ddac4e3c1563bb954d5c18edb +size 13426 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (742).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b0015799741ec96293a5b4fd5e4ea2bdbc24937 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c609ba8a80d11db266ab0065e1623219c6f02624a8667dfe2954cba686d0e04 +size 13098 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (743).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..944280b8f43ed4769988f4a59540cd91222c6ba5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75dd93b35993c19ea374af67f308e3650f6ed93aa87cf9a5c31c0cb33344914 +size 13791 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (744).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05a50ec640a9a71da1d7cf41f7c29cdb61becd1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746d35e9052b0c6f6fea3751f45465cfdbb07dd0ec74973c4399a3d838b9c6da +size 13670 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (745).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..857b5b2b33f2cddc9100f09890ce2e1c9b445f2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bcbdd6ba069371c8928490267bc575463668cb895bd0d4548b259e3597c38d +size 14299 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (746).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54f7f41865b1cbd065dd5ca18aaea52a254fa535 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84554d4e8ffab3113f265828c48ef3a7f0a1de76e80324545d1773745f1cdbb0 +size 15141 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (747).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3fcfcb965d1052bfe8fd6a0806695eb4af592b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9c043c3709d44abc6199d3d3465ecc7b0994f46a61236dd402dab2960f955b +size 11685 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (748).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58d841924cc6ebf8434adaea42639bddad559c91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba57dbba0acfad07e6ba75aefd313e92a4af4049c64b81908f1bc0446137011 +size 11093 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (749).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90302a89ebbbc0a38b125e016c431cd8a684b468 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db107defd00801d418b26e6c36c4903bf00e55c6a481ab1bb23069b2acc5035 +size 14366 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (75).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (75).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4769c6f3dc2fc051b6ad9c06461aa580c91d0eef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (75).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507191a9d0ef176963aa9f4d56bcb58c7a19d168086d99a37a38062bd8042936 +size 14626 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (750).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6f562621e29742181059a12c37547b0c652551c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980ad9cbf9288e3890ba625e0acd9633068602a7f633293a9f65210e55b75ea1 +size 12160 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (751).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1245aa215a68fcc82eafbad294fc698e3a2731b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa983b36a57f4c15afb2ef1fa15c2f0bbc6aed53b7ebea18b61d869abf2d5b8 +size 13744 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (753).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..671470700ea42891a67152b8991023ea2762e695 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d30d823a914a1625312b7b8f2a3414d14fcfaf79d3124f4edf5e05af00f7d57 +size 14489 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (754).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e89656b2f6969a0178ea69b1df7d1c62d8243279 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084fc834d38785c89176f82d62ce3369dc3ce0c7a31fb69aa95ce0ba95a08267 +size 13137 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (755).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88c8394666e53df2117926ae606de7e0b80a6297 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea28111d9fa98e960144c929f9096f42b26bc2a00504f35a978b77124e29bc34 +size 9312 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (756).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b710a74e02065477123dc3a12815afdbba6dd989 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32db6bc2ce4ece9493f984c6912d1954e0099345e7d0e195f08cc144e33e8ff0 +size 14155 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (76).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (76).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be3c3d21d0083b28466026ec090a927c3be6db44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (76).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34714995c8f496d38e005ce0ac0bdd5f4803e07496eb628f9582a17a878765bc +size 13206 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (761).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63750beaa99cfc90c2c22cefc2f1798962b0128c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccc29a738bdeb3be075691baddf64854135cc24e66f8751135f6b52fed76b49 +size 13342 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (762).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcab717b4ad0942629d27539f364d78d64fc067c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21ac7c05c96fcf5beed8c887eeb9324195c5049b3101fde2edab9a82fa74514 +size 14166 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (765).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b92a883fc8e574cd4bff8cc088a68734319dcde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e24b374e6327d42696d8c318380055532ca52ad4c83d7eb471bc8789441648 +size 14415 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (766).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21f764ed2078ca8ec7bb9477e36d3254de09da03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc468fe6ba8b2b11be60270f11cd6d2d97ca3a3462ced84fa28c308854a1bc7 +size 13944 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (769).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3accd7d8c582a39233760b8e01cee91bb7b7fc0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f0efc9ec147801f8e9964907e1aeaa449d306b3c90ccca33fe935484c97ee4 +size 14699 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (77).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (77).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13e5673bfdb4d64c5d0964386e43d7d5826b259f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (77).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0fc3f8d10955c56b1ac8938f1af483473633dad3b683e12cddaf8b50477519d +size 11998 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (770).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcf02e6dd614cf26dd3636161d549ee2ef21aad0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d829239e5322f27040b4816dd505db567989839c734e17387491408c85b1f20 +size 10559 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (771).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4daafb12b7063c2ba23050bbe672e8d30b6651c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12145221987fe5758bee8090ae03c4434565dda1987153e623868ea9a054fc62 +size 10221 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (772).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c58fb8e881bc82a735f63a8c66d84157b45cc35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbe0b36115afa2755fb1fb327215f90e9a3a67b0f235bd56c7ff1dbbc6be12b +size 10532 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (773).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b6abf674cf0ecb5d9194281cfc832a7bd5d2673 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6438e311b0ee0448cf5983e3c4fc0f2cc20d657abff32c6bb3a8dbab21ce6e +size 13225 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (774).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e7f68c2c57109929299df681e98d6342e66cfda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b3600a10f8c70399ac19a25c094e1e7a111e314b302d700a40191bfab5bdf5 +size 9958 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (776).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..116c411cb8d7779fb80674faaffd8216a1809541 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf8f4eba2cd471a9236ea7f4c3615c041c95d9c24897116490ebb379aa55f97 +size 11609 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (779).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e6758e92b9cbfb41c8c1d0b140d1bb7ac25f663 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2153e0312d6bba762fecb456fa8404f939d256e988bcf4d717932074385948fd +size 14132 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (78).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (78).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4805270b6e88f08eec485774975c3ced5ec3784c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (78).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17c9abd0f1d469a9718d246e8da73b11425fa48b13bae772008c8f6601f436b +size 13417 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (780).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb9223cd9a30f887f21dfa2163acaee15485d192 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ed3d7286bcc1ffa33b785fd701dacdaa7dbec1ce5b3fd6b67732918437b8fb +size 14295 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (782).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b7a48ecbe5e1f12d43b9c9e52f209c776ddffec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0da1d376a3c9d072a903fd70bb00de2fd1921c17977880babdd53faf7f9526b +size 12841 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (783).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..580fe6df24059f0ef79e11b71d0888359bbab773 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385a744d8432c1a8464739a601f6155ebd5f7157c78d05975ba625db9b02761e +size 14199 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (784).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f0b5da5a0703142494455e3ab0bebc91db53084 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae00caf408f5a153a4ac3a0018092cac719d6f3b3319fe116d5ad8d8aab226ef +size 10934 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (785).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fbba45163967cfe92e0bd0e4bfcf90f09845a4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ba9e29d3bb377986fd6562feeaf4c8eea013377e2fcbab54eff3c96b7c37d2 +size 13554 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (787).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa6ccb85d271926c21bff6a5eaa0eb8b799d6de3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc552f580e115e79ef8414a37cc32347ffc4c4ab31378175bd2edb373685c9bb +size 12175 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (788).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a52dea0528824b29541f3859fb669a1317cb7884 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c2a7ea243fae3db37b8e712400b66ae7f2de813b2bdf77913b7f608548815c +size 11570 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (789).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d25935f1ec5f205a5911990f788ca0ac4811b92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c3417bef8e0d52cbe817893b5b10be5943330fa7e099d53d481ef8041c0a92 +size 13973 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (79).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (79).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7cb2bd91f710223d9de140ba5bed3e090efd905 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (79).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04e8e6c1b12ca272d9bf4a34de188a440a111a4a920f60b9bec722548ab6ae0 +size 12919 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (790).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fac9dc00eafeb03497eca4631a2b21f3ba465874 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3814e344d49c7507250d64aeb5467e3d36b0878d146a500be385287830cf0047 +size 11745 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (792).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36d363b0708110272f47f7f27e87bf9653f9b6e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8745b5e31d60d4c1e7c142950b90867e3727867c9363f00546291ebb1fad8100 +size 12509 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (793).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e54a9e15bd654a83b042e36d28314732a83374ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94db9c53c2e27dde054db0eb2c81003aaa81300e38a5ba04fa1ebd9ee7c4a692 +size 15346 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (794).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c328ee6cd28ab5e8f64b711b7c33888c870d898 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a037911ec31f3d7befb758b3882d61339763000378f7506bf5cba409c7372796 +size 15118 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (795).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa622d282ea580db3e1b7325cad113bace4ab9d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44c9365d1a865bb02410431f5b253933a671a624dc76820b09c458bead29710 +size 13868 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (796).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1940489cf87dab6b9d31ced66e84d2c5685666d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70293f68109749858d4aa3502787172602a0016961367a30f8fc97e5ec0fd083 +size 12897 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (797).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0300c4ab450b51e49f3c6016f58ce1db2d085fe0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd42588bd135765fa1be2b1f76905b270c48df3be100c173b51f0d5880a37ff1 +size 14745 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (798).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c812aa5b3cd852f48900b527c9bd08d426788e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaaff1d0531d9ee44229062c2596dfdcf76c11149cdb77f4b70b75a153e7013 +size 12516 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (8).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (8).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fb907ff9a65d935dde786fd2b63d6d3c13ed00b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (8).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8aeaf3fddad326023147213ea3dbcef4ab8244bbb54dd9440c59a5dfd29c35 +size 14616 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (80).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (80).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea2488d6c5410ad8d7cb5458f744c98a854f7429 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (80).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec06582e5d42a61a773574927bfcc21b782b734886610a2d68eca9da01cb104 +size 13693 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (800).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62b1eaaa4f30273c1de0b20e08873742564385d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224fbcf135f04041782c768661c88fdaa0c84d28d79201489c7d863bc74e483a +size 12391 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (804).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..945f9d346a6209fa97c9563086ea0fd592b62b4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a673969835f1f7e2688a3f605c1937b326bbaef330d2d18816c5564e4b356bb7 +size 13349 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (805).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd563e73a7a2a7e541e10d8976ba41c9968b189b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132b26e4e364e5183067a00a595295dffb474eb51140b424b262ee6ec7deea8c +size 14083 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (806).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d1347960502cb4a59503372bc3b60543963c4d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b924e83f4deac39780ecd8a3ed3ab13e50b56f7b0ac7702cf026faeb47926ab +size 11531 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (807).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff030a81d1bc88625bc69dcc8ed348a3dab18728 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5cb580466f0b78f555b232595b93319e47f3f24d5a41316aab6ee076d446d3 +size 9128 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (808).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8eb797cc9ecbc46fb841d3bbb62179a2dc9255fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43062c9d322d8505f46f0e7f6b4612e372db6560f92fae8695c38ee287c6cba0 +size 13886 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (810).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcdfc7d085676579d20fec2dc92fd1b97dd203d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b0431283f62efdc8e1f0c64c1cb283253e8ff268806701378c86c052d458bf +size 12343 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (811).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e99e78f7ad03fa12dd189e80447443abe50efa9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abab1c2e3e2cfcf06e4a3aae71903382737c6b7441d00c7c9cccfaa7a731ff06 +size 9903 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (812).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef110ec36e98e6cf83f00df8f9b4c11f3166ac64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e257621ef8ff1815c4f184bf80c52185aa45d1fce6f3ea5938f3c4de3a7142 +size 12666 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (813).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3b5c1317fa96c01281aa84866870a8fe0c69ee3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58911efbb7137661da657fc6e179ad29bfedcfc4c3810641e19bb00a8d4fbd86 +size 10151 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (814).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59385405707d749d2c4c7464ed17760f694808ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4903f5622a77292c445f7587a08a6304046fb3d0e65ce9de59fe872564a57cf +size 12203 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (815).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d42c5d46b17c4ec88ce39e63f4f43634a5f1d106 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a9f42d747989165add868e84986132de72a094ec09d13c377b586cb9b84dc0 +size 16271 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (816).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d8ef06e7d202163a68f3754b7df349e090ca36c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da75e6be7566243b63a79e69e4e7925940ab9ffa89dd0b23c2994ecc68584a32 +size 11839 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (817).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6059bda52ef79e8e6ab85b9551f73321c146e30d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a006420f50f80d0aecc9c8f259849dc89400a24973752cacd14d953f9c70c33 +size 11254 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (818).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c96f2bf3fb2bd973b6eed80ccdd42c09dc4fbb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc654fcdbee0446bbecc9def55c077a4c48ad0f40027b1a3907ed308058a92dc +size 12335 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (819).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dce4a1964d27643fb7d15f218120833121684526 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96aa99ba2fde5ac43037526b58dbc02d4b4cdf543de25c2c895567b7de91215 +size 12029 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (82).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (82).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6c5875a5f751e5ad015589a2bac226de3cb6935 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (82).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d29962621080c03204b3eb25092fe255c4e158a18e7daf8bebc3377681545d8 +size 11741 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (820).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08dc93042d3411c34daa423d95c6b6323d928b29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577b5b2b737d3c2ce9a266cafaae367163bd438e227f409a9f6fd66769396eb3 +size 12279 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (821).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5273f6023eb61ff1c9984d2d0452a3f6094b0f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef3fccb211e86a8d87848682ff745ceeab1b5be7d918bd7657453b730796cf9 +size 12826 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (823).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82ab6a9b1ffd768e53fb1760d23a6917f981b26a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5cb4a85d5fa789a93cd42a9c4756e9c248db74998a4fc614fc4702da7a45c7 +size 13581 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (826).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e89ded1021f6d06c06b77a25c25ca365d62b4e68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecea99a0a8ea3522ed1150c0c4477c5575e102b581b77979d581dc54ddb5235 +size 11857 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (827).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4a85f74209a5cb287b0184570e18bd8f769d562 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a2e6c2e0fb2f3ea569430e2b296d5409502b1f87255dd276155f5141d56956 +size 12829 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (828).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26e4c55c838ac168bd822bc280c95770d8202940 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9600ad4a497ebd6388a9c2911fdd3849789eb9c20669c40e81518a2a0d58788e +size 13519 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (829).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37d15cc28dd074678dd3536843fbe9af36e96017 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c8ce131a13124781f533530ff7c3c7d13460a3a1bbb304e4058a3952de1073 +size 15090 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (83).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (83).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85df741e65465377314958266745afd367549404 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (83).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e721838b041591a5a753d71e19ba64d662df9cb6bdb4f89a84155ec36ed8ddd4 +size 11639 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (830).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b52027a1102f55067927cf8a300081b22441098d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdac45e13ff2c4f5fcee608029a6ce0f645f88b6bc315ff62d330b31eac421d1 +size 10998 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (831).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82d32fc2dae41164bc3bf5446ed8c705f4e69c98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb80a4bd234f3fb939f64e68f129cf863c16ee156cfe0d9d673e9c7546e1d16f +size 10407 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (832).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f2e5acfdcccba651c1f4cd8c95680a418dd2d62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c384a22ffb1485f915b65b54cb9eaf3bd94a122fc17dd992598ac1bf809749a +size 10238 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (833).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be4e83d0c6be0a0baac49adc837b52d908123328 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b908dd5e7ee2c75aa0b1f65fceb7347c11fac7783fee18090fb93597c9e7afa7 +size 12913 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (834).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7d3e903b68914b0698f89a8899e18fa2275829c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b42ac174a5a51161486f610a74c6295a4b06f7bacfa6695ea2415300c50c579 +size 14127 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (835).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..098b3e3091b138ac25a7cc9457cb07958109c9ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9322d31400ece1964543b4cf7992016fb6499dafb011010fbb7efaee462bd4f2 +size 13160 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (837).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b338a2e5dbc7c669199867acb9a9e9e307e723dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdd0f0975de75837b106fda0d3aba2ec8a6709365ac43ffc40922fd3c8d1467 +size 12890 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (838).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4610b04005b1a82b0179443d6b313949724ae1ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012afc67bb408c4b864cae32f4da39fdaf7215664233a2de3ed2fd29590d8d9d +size 13719 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (839).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9e0f7611c3000abe92a5a40ce2f22ec980ac9d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379806d6019a97d1e52f7c641206959ec4102e312456aeca81a2af51c241fcf8 +size 13824 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (840).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..324d7634f000eddc61191df4f6e9391b3895580a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7668b1f167390ac3a417492ef70e5eb497657a1ffece13ebe34849bbfb4b9fd +size 14360 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (841).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6ef50c12c76e6815bc4e6ede0f8c68cadf6a6f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ded1da5d0676ceca8cd7b62722d04e3ae981dae01baed0e7f135f9f8cd5387 +size 15552 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (842).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9ecdc9cb69a598d1289a9fae59c32fe6dd92c96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e1c014c9e777799ac04ed70b032505e85316375163dd1a6e5934497d141c38 +size 10182 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (843).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8727f088bd31af7a982710cbf969ec862b11452 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a09a06f233a46fbb591403087b6d8c8424a080859ba58d07e4ecd9fc0e6ebc +size 12754 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (844).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ed0f41ab7b6e2bcca6c0efe577bc14a3f069600 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f906ba024ed9fcaec6441ae568c8ec434b8d23e759cd21b73edf8e3f09092695 +size 14919 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (845).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a8878ec498ba415c1f84db994b0cdce0e858c08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba372523175af353f5b35378fdb6675989da1f77149d42daef58d214d3d0db1 +size 12810 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (846).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..248657fc0cf802e82c02d03e3366ffb616bf50c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594a66488ccac379f55f96d18cb8cc590ccfe8e00eaf3dbcb99f882d7a8bbedd +size 13009 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (847).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9dc8c92fcf5f90264377665d6483da11ddd22d28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8116783146520ac66975021dc5a73911039cf3c0dcdd0d316cfe946e03039e79 +size 14780 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (850).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e10454d552bfb418d5535f96d02f9004d6208dbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157f942d41724aeb670256139a1406edfc55ad2466f5d3f5933d8ec613c55674 +size 13349 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (851).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..273877136e330e3a6a9c04cf59d0b05fad32fa24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dd085ca5e89e226b78371e088d111070790d5ef053fc950519ce1f831223f8 +size 10401 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (852).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19d720d7089206ac7848ac25793d6ac88ca4e313 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e276d789e493576e595944607cf2fa5e10c33ef32d48a91e9ec8b39fb3cf33d +size 10060 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (853).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea1189098b084c981cc1f2474ac81b8b34cc6029 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1260a6fd6f418d8fcdd701fecb58bb48cce3e03f67b15cf2f501d901bd5a514e +size 14103 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (854).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c27941e839f0ca4c933eb2ea5e13193c523f2dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d248443392625c70b82baf0a20ba842fade90ffaa453eafa5e5dfc43c7c27502 +size 15313 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (855).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27ee89243965521c01a5102250a12b3b97fa5764 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17708c315101f0e5687cbeea09be023494a2a30f084334b5e5934d070c5a3131 +size 13719 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (856).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b100545ec43bd9e0e806fadfdfb35853a742e4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f2e6f8c0733dbc923b21ff58b0e474b6e3a69a42eb598c56e9d277cc738718 +size 12903 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (857).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccf45daa01ea726362e7f6feb06d9fcb9335f7be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92f6582c6d6e1dbd015e445f0d7756e2eb4c4fb13486596a2922ccabd71314b +size 12714 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (858).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d22f5c19d3b35e5d959c65a646cdcd8cbc46832 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dbc1b3680e0bc594b5f7d1c55e667d2b7ab8efc1ceae28335eecca7f54aa4c +size 15419 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (859).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac17e34bf0e14ff49eca9b8f0fdfb975ec5f1325 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d199fe91035c99d5e1d96d72a267de9fd3d8b0d0dbc3dcafc328e089da7b9c29 +size 9544 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (86).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (86).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07879d36cf145502e1213496f450b85d85ebeb6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (86).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ba336db82f7e47c1594d3c0bb517626b7debfea10af48b12a02f4b0690523f +size 7851 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (861).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44a4ce4af995466c1bf9886ff6afa6f6724a0c16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab318ebee90cdae2fd95da532bb5e2c3608de804b17a576020094931e588d79 +size 8788 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (862).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06eb26441ab7821052205085a83b0b969f6cc938 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339d0de649ac514b7a5b86e830ae3d7d1704a010b69cfa3787a5bc2e7c4e8daf +size 10889 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (863).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55163233e279aae70eff96aac977487387843978 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efccf476e1084909b6347f042764564b65a9bdb4fe9eb52e9a885fc6565efbc8 +size 13989 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (864).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04eb53c651d8bda47d111c19ef2b85de1e888430 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f8d0118373c4864e6e8c3a3b82334469dfdecce0c1b0d6c99416e52ba64051 +size 14269 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (865).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e18964661284bc48cf2be940cf950981ed10bc9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdb598a55637a45b3c31ef374233d622b0d9c3a641f2eb9fb6fd6a9fcb4a89f +size 13189 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (866).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d3d3496eba199e9be1c776dd50aaa245459f40b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e0bd4718726b28b0626cc5b4cc7168bfe3d6e860b778abf1dca145e87e0999 +size 15060 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (867).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6eda4f2df9ee954469d9fc80eced0db7599d1f08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bb6f3c9427e2c21a1a70aa273a903c4204f50871d69558a9badcf27b72dd86 +size 9485 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (868).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2599a07cc25832cb2d4dba8e80d3249dde9bdd5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d172273dbdcf14a4880f27e3ce7508fb6adb12242cedca505a1475b63fbad7 +size 13439 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (869).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..295b4c2a7075ad8ae429f6af05e518bae87e5a1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94136892dd54238ce8c929713eda8e368e77afb6fc218c39043eee0106f60ca6 +size 14670 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (87).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (87).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb0e09d0c47a706906b8f0f8618ee93b531e6566 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (87).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d513366d029fba113c4af9dccca11e1ed7045b7975793f8a7553d4afbb80f2 +size 11483 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (870).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e50a70da2e3048e98131ccb911b65e49a49e7c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f181076dd7e4aa79676842ad50ec4433cdca6a91c4400b120973adb272a7d5d +size 14065 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (871).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f960e679c1e6dfcc05566c398c08781b0a685079 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea954bab7f7aa6dd416509a1f7843de325616228cc8dda32fbc03ea9f9cf8e11 +size 12228 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (873).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f34d02afaaf9804a39bd8df81c16649947b306a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d280a8d4531107703c379826764d7db1a1203a1c6898661213dc89ce079968e +size 16855 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (874).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1519f29a6d46795ea2f7bfe4d5a1d33fea461873 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890ecde6df04931d45440ec5a3ad717275ca86c8c2645ba1f16ba955c536abf5 +size 14250 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (875).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d0135b52c1075a7fcf5c6d2d5588c45ec86a18c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84da18bd0419f71c3cff8be14ee001fcd3b704519784cf9f5c5d26f9b50d7d3b +size 14224 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (876).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba0e60dd0a13af9e55a81857ec55321d40d3b410 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860dbe02bf32d6a6684ad6da559039e770c353196904b7b4d31a66a2376e7c52 +size 11416 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (877).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d79689e17243a1fcfa90b6931ed5968460346c65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bec53a8abd90b196b7f60ef415ba18a0cdb9edf89160ae0568eef7166ed293 +size 11487 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (878).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74c2349f9b2b5e7ff9a513567964b09ec0bd34ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c630f6e56876ac725bdee37031e3104edf9ab53e09925a9fa3b4daade5c109a +size 12848 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (879).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25046cd5b4aaa3fc7d8d08ea2c03e9575c7194e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035c145a750d3616741edf59c05b54c493fff0946025445b19ab0fc42911b330 +size 12664 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (88).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (88).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d558e2b2a0ec43097e5dbfc229e15fdbb3a6f00e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (88).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc002e3cfbf0849b26cd1ce97e9e8e9a5e2096dc28e9161fa6915c47c2fddc25 +size 14483 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (880).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e4f0a547d4b87788246d051e8dbe84cd71d6fdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f25c3d65f6ddf715659c55e09356e4e4ffdd34fa98218a69d8d6aa91caf445 +size 13051 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (881).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (881).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51e78588a426d25d8f784abc650827fc763e785b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (881).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86282ab5c680d45de772aaebf005130d890a0e56132ba99cd21db61b037d8c17 +size 11424 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (883).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62af1c616bd1d2fe35c8bb832b888eec9ca259e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bf30aa67d5d0da9dbf7fa3becb2d06d682d80c758100d2e3c73bce7b127ed4 +size 13925 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (887).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb752ce88af34c362ae9f0458f0def98505bdbf3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185fc63594a4e2284a12644e4e82acb32c845f49732fb74702cd0bab07569e72 +size 15572 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (889).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee24b20e39c3d9055112bd50dada702fa28e9696 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3137b7bba2dd6fd74677da469ac4a0e0ac4e4e111c4a3755f0c8a21c5a5d54f3 +size 16623 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (890).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4023a0bca9376ea2f154b8595c2cbcf6149af19a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c791759ba5fb4bcc0f10404b175640c6c8adab517fb8e10e9a3db0876ad640eb +size 10135 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (891).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d256af28864ff0696647a22dbf2974dffccc56d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0a8c5fd9b1678895fe106dce575af344ad3ec834956440299b0abde9b50e40 +size 13060 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (892).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..012b34f8fee323ac6e09a8a1e273cd926d535506 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdede48d89fa9cfaf295039c42d3dea4f4450ceb8f1d1eded44db460fd4ccec8 +size 10107 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (893).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..302eaf60dff2f7284b8d6c14eb442e5d764a22bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2b0c33248d5322b8cab3f6e4651dc105cd196088b076de6175788a15f5e6df +size 11552 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (894).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa0a95518622df0a2f8f226b5598f45d20d2d7b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d78f57d393ea06907bd2491b41636e1dc949adad0bd87852d33f443c350f4fa +size 8756 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (895).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04fb0cdac0d6da34d2497e6971155b6b15b05e40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3681828704df38a45f4d40176be42e1abd9135966134fce15ad41ecce487eb +size 14843 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (897).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42528b5b840517309613c3876ab84a9fdd644c46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f10a6f43c199013d9a3193caf911eb0069604bc2389a5caa99d0f17069fb64 +size 12535 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (898).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8328ebebf8702c5b544636e62d8113182fa2acd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac1c4921483c356eba430f3d389cf7f4f8fe49cffa9010662f25d7402d9f698 +size 10455 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (899).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b60fcbb28c4e887366801ba874e42c59b17ecef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84b210b2c40daceee79c74198b57838d97e28f255fd5de59227b42120fca78c +size 16924 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (90).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (90).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eefc905bb047b1e7d55a9ac30505f36082794e5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (90).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d9d4f0e8b563c89162c1f3735fb6e54ea439eda6f0846b52f34971c0f3bd4d +size 15216 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (900).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..135a3f0d1bfb20bc1d243c3f99a3f772c7f16c16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73545a8825de1d2e7f085e9c1981ffb360f2858bbc408946d6b6748d6abae02 +size 12424 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (901).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e2a0189612901ab53ec399e875a96a246215d7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75457dc9aae97b119b590b808ce60e5d2e8cbb5644aaf4d0d61726fa6bfa3cbe +size 13253 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (902).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b6f0e90a21772645e4c3fab4a8391dc846e0fc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb890daa99c21684fa7f2dcecc707774bb2486c7a572fc9d3075fbf0b451342 +size 12731 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (903).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c103446baafa50daa9a6fce198f1fecac99c88d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582da3105400ec0d32d30e3caa385439002e8e0eb907c42b16f1bd8050faf0ea +size 12651 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (904).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fca1e5087e367b932c8b58f6813328be56f58a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7189a7965249b8f0050fa930eb737cad749e723bd87fd57d5a74fe2ed38d030a +size 10533 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (905).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2107e17719671fbebb1d0c977244e791bc34f434 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e78370c69ce5bf48be3d0b612b238112bf4cca3534fdc2869d3f7b4f291c319 +size 14526 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (906).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f5775fd42deceafdf839de8a025dac57901dc5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ca0f41e1f21d456c7c6db398ad5a343f6226bdf4ae488eb4c81ef27653c0b9 +size 11409 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (907).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..304ffdc9e0ce5d42c75dac7bcacbca005ed2e15a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c09986f942dfbaa336f8f4eee23312782ca1c60257932fffe0e8a2dbd62780 +size 12333 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (909).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d69d3fabc250484d73998c87519923f713e96e07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc53c68cd241f83df679f5d94941cc4a1bdc431a0367dda16570b0dce744f5d +size 14202 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (910).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6256d82dcb8ab393609f4660b6b66250a18df131 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed231b4eb7f02bca485a7746251158d4d070c3e557c9b93fa116e0dd54b8fc4 +size 12225 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (911).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d233619e3a9d74783cd267536f27a4fa5c3e767 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2542dd4bce6676d818bcb9ef2318833e9e4a712e85db4b6ad29019f70b0d2647 +size 14546 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (912).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ca5cbe792c1451d55bc077aa754e98ee514f327 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eaa572c944f0692357b6ac0fe4d870edb44bad43cb95f4d2a24a03031fb16df +size 12557 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (913).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e64b487eb17dfbb85ce5544b42b0a5ba7966843d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87311f34f986dd406d0af086b5efe4de899f5298bff12ada7b547c243aee2d5 +size 14836 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (914).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9fe15c248a32f8a7f7abeddf69d5ff576564dd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1dde85185153d24bc79fb343681aed009737513c1c5c5864f4952026ef1b93 +size 12564 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (916).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff23ed82816ab5fdccff1c73c4c5006cffe42511 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e547b9c0f0130944f657cde4bb3f16af5be95ee906dcb7d24e2e620b57955b15 +size 14437 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (917).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cb89cbea07adede61e6ebc0f997f50264cb0a4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb246ccd85a00f164f247bc810523957cbe3f0dea4079f1fe2ed208979fc628 +size 14751 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (919).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3dba18b73e52dfc9edb77293504ff7c28ef1ea38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e8f28d3b987f63a93c81430b1ab0c2e7d93fc45a01368c1d9511b8a24a8d0e +size 14006 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (920).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27b17ca722e1d319398257d433a3333bc515a40e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49dc47e9916b1cc6f1fab14a3bc8c4266dc88220e2b05cd40edce26bb42cfbc +size 13182 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (921).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c99dacba5d715e7e3fd2215b7d9a5cbd6ba407cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59a4e9ff10fa2a74902f616a6012339a78121c6b25042468976e73f77961a9a +size 13767 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (922).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9f706aa74fa28391685085b486419d1481560e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638df48c3a7adb09e40da28984f254a78f9a0e36ddb479f5ef62c23816a15bed +size 12640 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (924).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff3b0614d201ea784fe615e10a463c97c0127a44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7383d67174630fb7fb64fac5191bd45035f4ed76690e0f4354a6b42e83b3a3da +size 12246 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (925).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fdbb9b54fae6597a52158f9e52b0809f7bed1b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6daea1d55a0e8b12ada7b8a1cb5fa004154e0f992a1733631c58b58fbcc15f78 +size 11282 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (926).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12e676e1e5846ef363e18148fb1a66c6714017d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4549d6ab61b136f2a0de32749a45e5e305b7ecd9b2a73fee7971b515e98ff0da +size 14847 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (927).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbf2b4d76acab51094dec2056ee193386f4d24de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a923a304eee8d67d0374e94dcb9fe3522a0455bd7777d1a4a395a8f759f53f5 +size 12905 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (928).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..336a6c12596568f4747dbdc6486191515a8a5a5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ad318e540cf910e365877efa083c6b6d99c5e6f96a7b215104130237100a9 +size 15202 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (929).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffdad2ac8b43fa1670ac1d27a3a005fa9151ddad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7f93fe9f6a98ccdb0a02370238d4e5c672136d83dd60f0171f07e484c5effd +size 12837 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (93).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (93).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bd2aa11f246c46bd81b94cc6c9b989d8d8e2a02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (93).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65ad064accba0f062f2ce33b8d3257f540bc32d3b99eea989a160e4b6eb8fac +size 11511 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (930).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcc927f102c01ee88b8224a05361b2354539401e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7028507b9b10b8b70b936927581950c002b100d2fb5571a3a8e9cba85b13789c +size 13966 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (931).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7950e144b6472c51ad593606e664b0fc2ee7809 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a0930c8e7f9c692b903a1770e28eb885fced4fdf4bc71167b0be3584ecc8d5 +size 11754 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (932).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2ddc061e7e414289ce01b02e10817d29b8f94b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126960d31a8b954e5e9367afb7a5fd4442b4d7edc24ee8b95a89004f963b2b75 +size 12050 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (933).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d06dfa3cc0c559b93f6ffa466bd06677f435edf6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80244c36d39739d343e73e89c48c89cb576be24e83fb737e7ecd1c35f7a469f +size 11635 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (936).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57a221ae74254f018b2ac9e6c0e41e0e3929580a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b69fb43c398d42aa8f63b242af1db1c06141b2dd56da2952006af0490c2038 +size 12594 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (937).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f92d3f4ac59597e7d5d88656505315f21767335 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381e18a871e354a8bbd70001c44c091e1eb5c563b7890f700722114c42ee2793 +size 16035 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (939).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2b5c68f6be6b2b396672abce67c8137abe1b085 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf24950e0b0dd51077d4d74d69c2bfdc17187ac1aff03dae3c07d238dc7fbd6 +size 12507 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (94).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (94).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1f8ae9e521980da91462ec1550036ef65dd857f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (94).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc4803775e34175fe3c50e4a50e03af9b821d0c11407d7ad6565132613b757d +size 13210 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (940).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b190f1d5dbfa9a36d32b9e5895e40de516a9ada5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de8deb56081aa488c06cf5e187ee065fb6d63ca036bb84ecdd0ffea95fea6c7 +size 11712 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (941).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae4c958429654c3bb230d16df64112ed1d7022e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a61557a4149f8beac64735c068c5668256fe2d2663cfc1ae26449d3139406f +size 12955 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (942).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf0f43f55585d045b9c61bb0955219d9fac01268 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7500b7ab70e28278c1868c0d796ce7fc87fb0d714a903728565cba188a10b4ed +size 12093 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (943).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20be64174b01e60dda77706ebe64948ab078fa15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4125f9d3a8d945ec36ae228d43ce914f0f0136b349bd862480b85672886c355 +size 13342 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (945).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40f7c9cff49072b7be1f7add9c785e1c4d01ea12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ddaff48feb6cd2abf1db968e71e5cb49bd00e9062a57ff753778cc03e2a906 +size 15039 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (946).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c4b5930006f7076091869dfe49020763236e819 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e1cebaeb428d0cba441a94a7e29dbac670faa4975170a424183f34bd7e634f +size 12563 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (947).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c12f73c872353b18ff0ea3715eb46f3bc55e9cae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79a97c0936881f11f0414f679d5584ae8c2ea64f076bd100043d2b362f3fbcc +size 14506 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (948).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63e6fac62613ce13e4b6534357a5c20952e54142 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d761bb681b50c40ed423ababf6310bca21277f0cfdd791df8a46360af89c93 +size 9907 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (949).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ec03e845e41a9d7682d7f911bf9b91fd1a66b22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91dfdc2165854b95fc1ddfb0bd0e815f78aa8cbf585cf13cf80a3e3933b0e076 +size 11852 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (950).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c4f93dc85ac6a24c8ec2cbe37e299522174a647 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9e193637968fb9135ccb42228ce5b4a301125eae2babc62bbea0ad2daa613e +size 14244 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (951).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00ad273952b3c4d1e75686a4ba632ef424821b91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d2649e4d0237e8b721a8d01424d593b6f3757e9b5065abaf27ef65b0d48191 +size 12052 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (952).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (952).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e444e189262ecf0a34ac2ecbc427ed95dc723bc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (952).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bfe50080dc7a17108f9214a04d019458aa344979830e144b3dbc380b07abd8 +size 12732 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (953).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (953).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1309e465bf9a503475d2e1a43d619b0b74861058 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (953).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591c64a32292e27f660e4b6f2d346128249dfceb546976110acf3bc87c6e75fc +size 13558 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (954).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (954).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a247a78900b205d79da502f9b7e258f6d2abecc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (954).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6fd655ccab7e4c39e4f7248230a1387e230d2af47aa463baecd09c415655ec +size 9356 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (956).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (956).JPG new file mode 100644 index 0000000000000000000000000000000000000000..053b86c6e2dd3ca4a76569d139539e2e9a821fd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (956).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e192718d0c713d4738f941aa240e671a0ff6a9251b9547be86633d36231de19d +size 13651 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (958).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (958).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b38d90a219452fa2635cd97c8afd0aeb31db122c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (958).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d3a620773829532a681c512663f8c01b9b7e415e590eb8a3a5a8e6a8186f88 +size 13390 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (959).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (959).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a002f1466ab6b444325c9abdfe204da2bc3b16d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (959).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a605a246549f7185914501e5e8f16371312438e3c798bfcb761a6af8555cb2b1 +size 11547 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (960).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (960).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89ac72048ae860d98873d8f5d2d22c591b472ced --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (960).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b9cc2cc26f12bdf775e1aeee54601ca53974487a561e4af702065dc9282fa4 +size 13588 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (961).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (961).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7749f55ec48ba551c1fa00d6c191c0b2dc63fcb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (961).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab77cbf3fc6f16291f6664ac9e87fb91ac980553ee92b5fe54a96bee69070f6 +size 12925 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (962).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (962).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ab7ff79cd58cbe5a83874b559a6146eec246546 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (962).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d8b827f1794478086c314dbca9bb208cbb338dcaf3660a3624eaf1d6d17bba +size 12626 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (963).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (963).JPG new file mode 100644 index 0000000000000000000000000000000000000000..071c8b955a4f891635c99a7d4218cc2e75b35bbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (963).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6cd15fa2ed4ff3f9ef7d7b61d3c0960bb21dce7169d5cc7e5495994306b314b +size 14166 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (965).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (965).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ce850d198d471dc24ecba9e16721e8bb1cff3e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (965).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f49dae3aa4481c6c39d8c467f1cf66d4ce9ae973f859d8d73762c20ff2c837 +size 17034 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (967).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (967).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14fca722858a897117db7adf5d8b1a50e37d39ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (967).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0246cb7ac40a5abb21822de57062c7758d748ae92cedef0575f247c029b837eb +size 12368 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (968).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (968).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09065fcd2453f232b5eda4c1fe2f269df618eeca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (968).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbecc1489bca6eb8dcdf37fba35253734ed9871250bfba648e41b401441e5858 +size 10979 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (969).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (969).JPG new file mode 100644 index 0000000000000000000000000000000000000000..406e456d9f12e9ee030e2f2b5913499d1350f1f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (969).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54fcfe17bbf186f64ff84199e391fe3e490bbafdde0575ef9e9066e292511eca +size 12097 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (970).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (970).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a44ab9f29de98026d6fa3ad701667d10c0a76c28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (970).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca43f29328f6298fc47dd17b190863dc26633b885f326fe08a1c4d5ef8ceef87 +size 16937 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (972).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (972).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d662a5628563e5ac9719b32778eb6fca4e7670d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (972).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a65dd01862da6148c04d3b2fbf9986e4768891308c266aafeb271721a26e6ac +size 14806 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (973).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (973).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90a704b04c162524b5853e7f86528fcc48dba583 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (973).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ed3c17ab54869620336a03260c385b7a13c854949d25195abc4ada0492adae +size 14557 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (974).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (974).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05529de0804daee657e41dd7a939e31e5aa96d56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (974).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c663f28d2dc8d81e778c04a36ca6481c5d54a0b11ed6cb5129d9085d16a59f +size 14976 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (975).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (975).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7957fc640aee6cf618535cb0172da2c11730fc0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (975).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d607550c11e53e0b7d358a05c4f953d444ff476e857864b23e6a0fc6cde2a5 +size 14037 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (976).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (976).JPG new file mode 100644 index 0000000000000000000000000000000000000000..102d45a2a321c1862f2d76a3ef2b8eea635f8c27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (976).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2303803152b82abc36beefb3b013a22deb1356425c9bf06ab930c24f5383c0c8 +size 10059 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (977).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (977).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13636aff74b8c6f6b8ce91b0cfa14d3ecfd1db96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (977).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0636cc258ef487d5192987cbd03904465b485c6da2817027c4adfe530ac0d4a0 +size 13063 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (978).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (978).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8fc33bae0bac1688b3f65a1b06e0417272a9d9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (978).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd0f45a8d5e0b3a3b3e3ebf3bc760ff7692942862ca4b108e9cda5e001cbbe8 +size 12814 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (979).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (979).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1009c9bc5f284565a1fa4ef3596abfdc9e3f7505 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (979).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f59aefaeeb748ecac617376631c76329f6367207929617390ce6bbff98afc35 +size 12451 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (98).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (98).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f19ec6d56ec6032f4f2d7d9d373486d9c02550a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (98).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0308db10cb0c812deba0c9220ba435ce11d8a1d08bcd68b8127a1d86db2bf64 +size 11821 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (980).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (980).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08b346affff1751c5c73f842054f95ad4f6a29f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (980).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641aecd4c9460da42de725ab5e3cc697e2b147a429d1486f5feb8003232652fb +size 11544 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (981).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (981).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25c12301910d184f3e7346cbee1d87dbe4bfa1e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (981).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21abf9ccd38a89f7bf1a31cdd1160f6d04940d30029f42d4ddeab382d939e6c6 +size 12779 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (983).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (983).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77f9c255bb2a08bed4d5f195192e76c8472878e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (983).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7ca4b7d9f65607fca5908e4c1a5273f4aaf89f20a6eb41dae9ae24dafb7d35 +size 9851 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (984).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (984).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee1874edb3d80d49efa8291618aba5fc29000779 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (984).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b246a87397c6f393dc15c88b74a16883674de7444587508daae8c6675a5717 +size 15026 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (985).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (985).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e20598f940736db097409790d884d401e9854219 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (985).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c33ecb12d2bc03e907b35caf5a3d717127c0e40843c9f864f69a39eaca23e55 +size 12411 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (986).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (986).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c6ca2b42289bed29289b4c33a894136ff62ee27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (986).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa059d21d5f1067e9b094aaf4a6e0f91bbdfa8f14db217b62e21933c78322dc +size 12953 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (99).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (99).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84c05d13bf65b8adec12eaccea8646ef20c7755c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (99).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3fcfacca19f8341e67314134e5b21e87fb37bbb4150ef70b55dbcffd77f2c5 +size 12824 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (990).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (990).JPG new file mode 100644 index 0000000000000000000000000000000000000000..782e7b285f74e98701a1f4323ae1cf28b03ef7e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (990).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5f180d673ae5d438afec00b278fb59d4891a0e48879fe6095f48a6ab81f7a7 +size 9744 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (991).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (991).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cda2b32e1d77bb0db624f62847acf3576d9353aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (991).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d918623eca9b9f522390c153e304dc7f90d52fd7c2d0276563a99abda11b7d9d +size 14187 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (992).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (992).JPG new file mode 100644 index 0000000000000000000000000000000000000000..789d5b76576f0d60fafd2623e59acd62724eb05e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (992).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0c80d68d5c29e8d52cec0a497b9c7f00e682ba5ab78c263edd46f149c4a522 +size 13360 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (993).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (993).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fac1feb82c0bc66040dba4240d081c7d83952350 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (993).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e01a3eee68d5cde0ffce9df38fc5632c34fe081953f857b4b0101704c25ed8d +size 10042 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (994).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (994).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbea30b82249c65a30bc78e88fea070fa452259f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (994).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df119dc63fe99c2d1d88c683f12647f5acdf750c66aacaa86561eeaf7adef692 +size 13426 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (995).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (995).JPG new file mode 100644 index 0000000000000000000000000000000000000000..983c8c322af76ac88c909f0f936c3aafee9b30d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (995).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526ccf9a741404dfefb04029146d5adca78d4670f1c8b180fe8118ae24e0994b +size 11481 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (996).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (996).JPG new file mode 100644 index 0000000000000000000000000000000000000000..318880fcaad5586fc71f6e5c413770f19f92e616 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (996).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02830163961aea832ef6adb21a6d645c248d50dbe955a4ecb723cb815ead8255 +size 15227 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (998).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (998).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2d74dc900d2a4e22539e89c6869666e06b9e4a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (998).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6663293978c1fd686a35cb6fffa78d45fb600736dce21fa372cb97cec918dfc7 +size 12356 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image (999).JPG b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (999).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ee68337f0d8935eae020c3b90a5c04a6c867fd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image (999).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542d2923b8a8e8075dec5aacad930f0420ab5338d6af48c1011b602224e0bdf0 +size 14368 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/image5_300x300%2523.JPG?1472755422.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/image5_300x300%2523.JPG?1472755422.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45dd113f89caf0e349432fc7fa83b5ae5584844c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/image5_300x300%2523.JPG?1472755422.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a50d7db4690347c6ff4aab895988b40398c87190840f05645b2256a1405f0ee +size 57602 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_100_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_100_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c4c03ed5725e267cb31ea050981375b96234aaf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_100_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d06271b74af342c80e5a201db489ce796c78716d26ec8224c25d086d2e45da +size 9847 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_101_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_101_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54bd64f76c0348e47c3909852adf4670a6081596 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_101_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb82019ac2abd86881e05fedf040ed97a4270ecd300c7d854a84b8e061d9fb8 +size 8531 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_102_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_102_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebe49f7c5c53da87fb174e8147b0d3f6c5959415 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_102_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d96fbfa4ba0015ac60ed241c66bcf3f7dccdc3b2abdb9e8f0bd027c842210f +size 9826 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_103_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_103_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..423ee3656fbbb503ebb93ed335a17f40c1ccf7bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_103_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b37a122be8cfd59d601b3e1acc87ff8f38b337e394c94d39cb0d6b864edaa5 +size 14948 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_107_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_107_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bf96ae896367f8e928a41b9ebe3ec0c582cf998 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_107_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea51c67295ecc14505cf0966c8fdd1c42db6de6ffb441e79593f3b035d6db892 +size 13041 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_108_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_108_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4363666f5950a6d16ce62cf1fc83731b4c9844c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_108_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf942fa28c49853a95b7832a560129483e84e7a658f4f0fc614e33e5b98dee72 +size 16943 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_109_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_109_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..705b9505eeed63464141ad6d414a3cc076cab642 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_109_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3753966eb0c997e2c3f283996b95837e132e75502f7354d601f6a9e00f270f5 +size 10715 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_10_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_10_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32c45ad168a23439e022533d6f1f5b8a95574929 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_10_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5259ea486961f0ce2f9d1559908105cd834b930d4b63f4b051893faff720b1f +size 20690 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_110_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_110_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..572b5f96fcfad201db6afec30c7b5e92743892ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_110_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8e13d65ddf5c453ea80be7c0f5f3ca95689a28957768d78ee6ba9535d5561e +size 11605 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_114_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_114_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..891bdf2e582d3ddd37f5f62966e5be653c5278fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_114_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650afdd5c21593774f0cdacff499354f4a83d8d67e1b5173333af2ab76ec6213 +size 12875 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_115_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_115_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7a0e598001da4eaaee59369581718c6eeb05ea6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_115_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87c1477ae210ff16fa011df6688342b43310efaece1d162f516fec4ba55efe7 +size 2018 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_116_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_116_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ffb9113a075460113aaf9578ff83ca879f462c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_116_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0019445924af1ed73db8603472b376959e73455236ff72b0f230e469d14abb +size 13116 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_117_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_117_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9eea620e620d6197db35e7b8a05585d06286d6ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_117_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589d2c7050d4841d7437e0161b26b9591fdf0054138c6b1a5d9260722f82ec21 +size 9980 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_11_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_11_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28116ea848aa3c16d8e2056a30b28433d903a4aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_11_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193d4b20c69f60f28c0103a6ed26c5c2af01e681eb12bbab30012acc93ac088a +size 11808 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_121_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_121_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ad17a272add7f08adf6ff1a760c3f0bd90d635f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_121_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399f6bebc0aaeaf597bcfab22c1f93c7a45cda40faf7fad44180c3d7457e5d71 +size 13067 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_122_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_122_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc6920fe046c9a59f5cd33ced8e62d980c8187ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_122_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe2b2ee3b26503aedee6b0b30491642b991c8c8ff914240c54cd4ccb6d24c01 +size 12412 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_123_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_123_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71a3b5bc0065e7b0a0e233944b6a7f166232d084 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_123_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1447995c296cea8f889a37531737267fb6916a58ccd488e354d14a64f45daa3 +size 12284 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_124_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_124_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ebb856a9e0b18ae7de1059cad4ebab292d88d7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_124_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3176bd57079a1ca8d0729fe5e62983503de16b6150b1ee1c45244c11634a7a9d +size 18063 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_128_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_128_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..286fa4ba02ad14476f2196214ba22a3d9e9d8b86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_128_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e1c36cacf92ae53eb8d64ae9573a7eed42e9b85e844d68d495b1ac3cb611b0 +size 10492 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_129_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_129_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ca8236a8bea1bc5af41536a096bc6a5f1946aa0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_129_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f42639dccc62693b5073971c47a3115a495898310ece658130867116f0e7f37 +size 21163 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_12_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_12_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..903dc99193ba6deac714db706cdbc16a5fe1506a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_12_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7370bc482f8e904630884c3fa74f88e04b3a1ca1f523df29a831fe89cb8ea82 +size 14858 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_130_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_130_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07822572ca63a59d7475e16a7e7f1e8ccb8ed867 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_130_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44e86c2503d1d235b9419afd62169efbb4f5a968b1739bf12b2f857922959d6 +size 14479 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_131_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_131_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..118a9ce080c8b3a54874ae17c6f05a317f65ef8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_131_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9a196c864ce809572e220a235acff15405237b430fc83e487ce21e04bf576f +size 10497 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_135_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_135_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27ca4d5c59e0b29a5e9cd42ed5010449a0edc9e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_135_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022aacc6762b2809f4f3efcf9bf5af50fed9049a3bc6a53dd561b81437b644bd +size 13872 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_136_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_136_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b04f6930c9a5367614f5e9014abbda8f2c1b845d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_136_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839c30c8d6aec48090b3e3618364c2dbd1b0276469c86f3bcd40645fba1e5ea9 +size 16903 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_137_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_137_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d61b25f09f42ddd6163d156d770fd4ba7491ce65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_137_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3169d4b03b98f4dd39af20f9bb4f8d898bb81c1ab0740258b981da5b4cf71b1 +size 14724 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_138_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_138_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb1bebfe412c0334f82b20538cb524d2b110805a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_138_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e1fd7f18f12409560ad9cb239dc8677425f30fc5d12867a7c3798e564a4917 +size 14973 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_142_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_142_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..508bd6fea5edbf337645cb4bb74ffd4c297de027 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_142_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c450d3b525ddc82259120c5969b0a0e3948a2f80ae80373129aff6dccce8a09 +size 15455 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_143_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_143_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfe9352965ba48c1e0f139eadca5eb9ad8cc2025 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_143_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795e71bd0361643a18ef3c4754fdfe3a51bebba4714495792895efa678560e9a +size 13220 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_144_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_144_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28dfeae377edafff5f21e6699c2264f66609d096 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_144_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dae4b3348d51a91e0a5c6795d7c15926c33a9df9851b60c5b4610f381d7e6fe +size 10725 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_145_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_145_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae358bc487c9b8e2b62cc29c916df1501fbb958f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_145_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa9d835bc22600eaedb658cc1af8c5acbb9c06e64e782aab8fc601126d06ef2 +size 8786 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_149_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_149_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29e5f7513e2bcb2bb010df322ac0130f38276684 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_149_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f62442d0064e79fab91278ac4bd8b973536421de8144645e18665ad34caac1b +size 13177 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_150_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_150_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9540ee08a91dfd692de0391a48397fa730a68c2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_150_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba5aefa561cd0bf5de5ed700f26f7d5e7b19e254539db31092b5143c8384405 +size 13775 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_151_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_151_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e55deb910e77951b66231e6eaebc756d7d072760 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_151_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4891092c02f810ed5d4702c5be3a4eea9a36b92a1311c8f7abe9f961718a0ccc +size 13302 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_152_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_152_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..698e233dd37eae00e42202cb6b70f10e2deda114 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_152_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a607fb849da00889c40616c5a2e9f9bca92dccd3f606ef81cdbf80405f1f62 +size 14497 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_156_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_156_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..daf4b2bf5da43c4c79028a1b7740b9695177f03e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_156_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b714f04ac9bacdc8b7f59ff34e2316173bca9c4fc8616d5ef79a226832d0092a +size 10679 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_157_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_157_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8164bae70307db34263ed97e515106aeb6c17692 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_157_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524d7cd445f9cab2a19cbfd84fe55c02cfb96d7062cd05d157161c675cc5a63a +size 13495 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_158_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_158_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ec86822ea0e19d6c1a7ea91bd07099e99d42979 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_158_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633342c768d6ffb5229f3532f7eb6102c26fca04db3a1b2f6bdec1aefa077dfd +size 14902 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_159_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_159_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..461a7abc0c28448ac0bc9d3c792347e3f55c7eec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_159_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98f10cab5e920a14dae23cc8532bf3ae8c2a1882c94ad0719415632e2acece2 +size 13044 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_163_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_163_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02625e98fe5e88097a86c470ad0b4dd31a1f0b76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_163_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c686e2325dc2428cfbca51cc7313b341c2b818323f1b06c5b7617642d5cdb2 +size 12658 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_164_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_164_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0bcedd0e08a2b45a96193f0c522639c48bbb9f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_164_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb17f009b166c03204f2d707139d27c62176046315803bf061ec69772314de8 +size 12795 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_165_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_165_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c5571c81c38190a1b04fb5cd1de8221aa0c19cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_165_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c62eace299e79bce36f9d427c5a0c62f8fe2b97875262d933b21d2d3818472e +size 13039 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_166_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_166_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b34ee4789a6554255a554e82694e9caf3c46c01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_166_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c76ef8a1c0b3be38136f0641a9de860f864dcfe7e2fad1d737d99059d3ba9e4 +size 10502 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_16_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_16_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcdd36e8721719b9fe07aa2fc549f57a5ebb906e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_16_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b630de4d36e818cfbb8a292272a2c26f14f355b1d7c651f3708cd21e8701ac2d +size 14509 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_170_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_170_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c55d4a8771116a57468bde74be95b5cf6148a093 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_170_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b1ae2caa0df3b00fea96dfb58c9e6fc39b7f62203e673680bf6823deffcf00 +size 12030 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_171_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_171_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9550432c67331fce93117b656a459e8796ea73d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_171_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54964c0286efe0e5d577a64e7201d95c0623e2afac9e234df2b315bac5a022ff +size 11903 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_172_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_172_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fce800507976a7b17018d6f93e15473d0800012 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_172_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004a2d1d7a1906a4c554029de6fffa2a95789b75eb885b223115d360dd68d71c +size 36902 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_173_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_173_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96aa84986bdc7ef31a41eb94a190299bffa10957 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_173_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c95cc3fe141b3a00facf917df6e0e67718c31e4ea3ab807e9cd70404873843d +size 12662 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_177_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_177_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10a2705efae8c1e8d25834e8d915cdb4e4145084 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_177_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66a9a446cd95c8097fe7c3a3d348bbb251756c1cb9c5ed7393305a8fb90a1e0 +size 37449 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_178_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_178_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..703323154dfd0570ae61aa43f0cd01d816b1c70d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_178_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc321f35095024ba84893de7824b65d4d0dece75801c59ca8e081f2d63ee771 +size 16409 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_17_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_17_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02eceec884c68e92473984e9a51fa076896f9846 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_17_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86cc3f0a69f0bc41742564b67b56bd59b57302f6fd1dc90d6b355d7781929c3 +size 20035 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_18_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_18_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d619f39bac2c8683956e6b4b01e5a31ffb2ac14c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_18_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d411665dcf0df6f2ccd30d13b99e2f1b6b767cd46617d233321a45e15e353c8e +size 15812 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_19_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_19_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e04c61585aefa27700b0b9892f2e223c7a440171 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_19_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb914187b7a9e96ef3739f91b2468df99c1f699518d0e3442882396912655a94 +size 16835 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_23_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_23_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73199657d1f6bb6e5bea0a0d6da2bf37386d8b95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_23_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f72be1b33361325de16600139773933938bf5ddd9e1fc2f1ff35679fcdfefbd +size 15439 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_24_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_24_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..306729c04e4e5f4e4ba5ca57cb8d3753a9a3858a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_24_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2229215e0136ad6962a7cd5d43f4067f2dd3e70e773e8c81d70940ce96c4d837 +size 16371 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_25_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_25_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32c58c07397b56c79da7c1570a39bdc20159c626 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_25_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92716ea59aea5c4bd9d1b2ac04a44a009ee18d038251e3c87168830022d2a740 +size 9188 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_26_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_26_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..166b62d3adb1f87e36d68b7f7851af3864681ad4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_26_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9512540f7ca99a77d8f165d52dacea72f2839d8e2f7324c46c6b8231bb6f079f +size 1811 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_2_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_2_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc6e2e5d9d7967d588e686af31ce941a3c539759 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_2_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5fa9017432a5c3f55d86b40b283590cf0777f858d686004d62a8cf3b4edc41 +size 14848 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_30_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_30_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..250a01ca19a53d99920a14fb25797dbda42d2f87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_30_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3324d2644dc77780f2ac6b81fae95a832ffe83776fb09cbb4a306af3b1fba5c1 +size 13784 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_31_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_31_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaffc63398c7132f75e575780bce0292697ba73d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_31_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b1848cc2f8680b61cb95ca54c0c9add2c4b1729ce7dade2517143dabb407d8 +size 21035 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_32_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_32_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bc2b71d912e2bda248390a06b4533f69cf4c271 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_32_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09ba38f8dcc655e3516ff9fdeb6de174f84d8666a1b2256eb15861c93f17221 +size 15500 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_33_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_33_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..315ed5a3f7514e430b815ffc894474b12617dee2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_33_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd3705d3640cea560ccf06ac6e9ed5595d5a448f710806d46c7c35ac4fece7a +size 15888 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_37_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_37_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf20d1a6ccaaaf1700052e78ff1b46a4eaf7c171 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_37_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62223cb4dea6fe13db8cd3494f6d36bb14560db0fa58dab394ef3cd2426115f9 +size 13899 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_38_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_38_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3a47397aedb1c582514a4304e3cb5157da4c052 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_38_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e001a0ab9ec5747019885c59042313abefad0f14ad98e1a132f6152ba3e237 +size 12552 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_39_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_39_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..854e063c6aba0da31f45448c4e8ac4e37a43200e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_39_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9268b12de0030cb0040b4f05809904a85c71126cccd4c74962d41ba1cb8483aa +size 13146 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_3_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_3_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83f82f859d07e94a5ae5a64cfd1a821b37b08fa8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_3_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35ada8f12cd39917e5ed4faf0459c73dfe8fc237577098e048ad64e39fc99d0 +size 18927 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_40_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_40_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f48b8377c4c48b3223dddfc0183f8436fabf62c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_40_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e683bb68d07291c737552091ffaa784cecd3c72fce5e437c9c01119106b82af5 +size 8040 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_44_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_44_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0648b870e59e7035ae4003254d4077284f3d44ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_44_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da645929df413b1b46323882e3a66321fee04f1d68fb19316097727049b7d4ee +size 12828 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_45_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_45_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ce40dea9f314acf8144cfd00363bc51a1f3d272 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_45_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fb2d77d37d3ba2510d2b4d5a442a0b89d9efe7bce501ad0cc29c26d4c354a0 +size 311687 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_46_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_46_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07c7ea4169ee9336688cd73f10bcbce53a9d7723 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_46_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a93f11f528b339af23e31c13e7c9267f130e4b634588ac766455d3af2d3323 +size 12113 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_47_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_47_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8afdde90929654d62d4ed34ab27f19610ff9c43c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_47_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8cb9f3cc0daf2b8d05b7d349e545ad3bc42e7746edb3a1de474678c91d1e5c2 +size 14352 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_4_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_4_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be58d5a8d4ae57af486ee1f6efca623e08e42de6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_4_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b336e1bb5618394531d3b8632bf005371bcba289d6964fd999f2c578bae8ca9 +size 14263 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_51_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_51_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c49ccbf04da47df1b1c335833ced2acf84844f3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_51_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8695425528bd87319de16e08594a0bbb2811fcc43c20004c928da932a0f25847 +size 15189 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_52_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_52_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1a98e7e02e07303508a2040be42cd97e3ba1d9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_52_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9ec9a68d276bc60cc63cfdd672e646e7f3b181d54ceddba8a9b84ebffc124a +size 7881 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_53_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_53_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e9e63285a9e7fae89c08af11d59ad09b8f00fe8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_53_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0260e0c2ec6b9f1cf7e74f9734825d94fadda5945d4b06e0d4e5d7f0f8aab1aa +size 11632 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_54_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_54_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b7600cb63eb4a13ba5f9a1c9307a21a32bbaf4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_54_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4fb4ed2d2ef931d776b3e524e4b7c763f7e7155af622a682f8bcd16f0fa1fc +size 14740 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_58_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_58_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d8ab405616995f1d5fedbc1b7bc611777579b47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_58_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60391bb382053a460ad2299c0793d6230e79c8bc7646c76cba8ea12e59c2de9 +size 13488 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_59_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_59_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e6da9edb23bf7f94a4a88ef2db97b5ebc2bf2cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_59_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb18cf33852c614b24281adbd199abf02e4a937bcaa9d001e08b2e9c2a47c398 +size 19784 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_5_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_5_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1beef509e163b657832d55bb8f0dcdad85e2f7ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_5_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5ff1da1ef56f6dfb180ef29cc1e397a1f0d2351fef7bc70ca2a9a5bd63e380 +size 6211 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_60_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_60_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f43c8381e7de75c6a7a1c1e24f9104cce907f26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_60_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efd57406c9dc9d607432231b440190ac696bfc991b811109be90c17cf39a0a8 +size 12077 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_61_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_61_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90b617bca60a5b56dafd2cfde95eeefb83b58290 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_61_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e082c18fca24c5557d51c4226abbf6ccc39a26c7f5c0c0bc8bb3d60fc769ae8a +size 11963 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_65_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_65_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f5a55041a82be62960e4d02228d9ce1cb6ff683 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_65_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5659119f31affb97afeb1203f0c723a7ab58a5cf47158b34d1ac2cf65f2b9b85 +size 12857 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_66_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_66_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cce98cfc3448cdb2e9ffdf46cfb00f1786fd367a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_66_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521834472282bf0b978f647ad0e679d2dd11e4cf1f546057fccb7fbfeca1b092 +size 19768 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_67_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_67_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1344a41f4522b0546a9930f7b82309e3ca4c644 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_67_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6026f35352a53c6fe7163a628503d70da27db66b0aca0389caa389362207b7e9 +size 12151 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_68_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_68_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c56a967c942ae75ca826453cfbd6dbdd066c567 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_68_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007e2dfb027cad2b9f638e701532e28df00dd68cca0f02fc8d8362031354a324 +size 9922 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_72_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_72_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49295427d547cb995fbcec376a2459d74b97f7b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_72_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca8a56614c5c60249f4ccd2ff8b7b644d8e688fdb44eb0f8cc06989a7d24dc0 +size 12612 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_73_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_73_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b88272f028188fee1d6ad32dc1291399ca1ca97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_73_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bb0a128455c41798c558db6724e4d31b9f5b63cf2b0fae150aaf6954e86198 +size 14033 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_74_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_74_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a067c75a77de131c2b385f77f9c7a3f8f93b1e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_74_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcc53e00848b6a15ba7deae58414401970acd87dc7a9ec097fdfa6b04afede2 +size 13333 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_75_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_75_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6687921569c65fd9d7462bcd520cebf781c8b2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_75_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6411289f39c3f57ee222435f861205ceb3f8f19c6f49c147ee795ea791e23721 +size 12572 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_79_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_79_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..935801b3f8056711be81c38d2e3ec5faa887c4ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_79_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23aaa7f78cb8de8c90a44ba0e40c3d044013c72f600df5c669763db59d23a1c +size 13898 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_80_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_80_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..978351ce6ec601c97e44e4e489b15d4c8c847937 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_80_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f8b8515514dec00a612ef3c11413abf7165e5f3ab2033d48c2620b19b37850 +size 13879 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_81_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_81_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46f4813c41034dbbb6850b92b48e7fcc3859383b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_81_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4fb181b1bb985e67cb815c525c58e47503dc63a4afaedbb4b9ae6d5ad48e52 +size 10388 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_82_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_82_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db52469d4c35767a906074293c172068e56c9322 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_82_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a6fae9b13a867cbd84fecb2a1b2072d9c5465971cb6a14adc6030e41901460 +size 12192 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_86_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_86_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb73e8c4e551cf7e238e898f35eeeb3e5a044938 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_86_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885cfe812d31ce4d6d74fdfa2cd09c19db7b0606d1b153238451998140adb7aa +size 9428 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_87_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_87_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05d8ea68fd485b301b08e263b4de13a0ab672609 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_87_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4a8a97ee38fb68c06220c83156fba36405ba32a79a195cb921a4f6d64012ca +size 75902 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_88_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_88_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cfd9b87ac010da526c2811fd5e2745c80d4bac0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_88_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d14e0190121f279ba3d6f8459e1485ff988fa26472edcc071df6ca94c58585 +size 9729 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_89_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_89_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6092e74a312ad527b8bb5e9e85600926c286464c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_89_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2901824323f59b12103e158c1d518c9b9e2712257405cba2013b79b3c5d3f87 +size 13651 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_93_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_93_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9090a59f3f7a84d060ecdf4ca2c44a53a1cc4fea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_93_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1d9b2d5016d71817ab1557c3449c8683a6897c3edc14dd6bdf4751e28bee6a +size 9595 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_94_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_94_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08dd5bc6e4bed7a16508b2ff1773836ffcc35971 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_94_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f328c8db12d1a66988f5225a866808abb1aab3f3fd296d9842c31dfb84016489 +size 20460 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_95_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_95_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cee59773ad22af59e9927ee3fad182dfa2896eb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_95_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f10385cac1a571e388b0598b45a91cee3d338fccb6f2115e383935c8125ea77 +size 10118 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_96_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_96_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9b1e7b95f684d3ff25d45f8b10296759bf7544a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_96_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49185e951e3fa426aad489ab4f37f83cd1f3fa658720031063d24ccedb355054 +size 17685 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_9_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_9_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e9d05f9b1d9978f510074732c0e26861db7d952 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_colorjitter_9_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95da3b80c2c184ff2f2f1401d0f969d85fd02a54fb1ee65ea9e1c35853c4901b +size 9402 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_106_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_106_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5290af8a6eea92f632476a0987ff80d09820cdf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_106_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83373e5b1c9bff4720c727ddfc4d491f6916377c8443c613f380bd8057a76b76 +size 15337 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_113_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_113_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67be1d01df80953e693ac3cfb19baa2c923725a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_113_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c7c11af4f3c6ed75aa7df3cac6bc04a9c9a79ebd67e5bca962de77cf36dfb7 +size 14476 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_120_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_120_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c910fcd714e1022a0378b92ca1499c4e2a182fa0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_120_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376a4a876204e2b4a505d7321ded594644df085db70d0fa75dc77b5046350d9d +size 13096 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_127_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_127_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c2ceabaa7a68ea4422dd01faa0756ffda06ac32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_127_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de46120dc0a0841dc7bef62dcc93fea1cc97e98b78b95fae45c3eb7af9868d6 +size 12940 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_134_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_134_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..993dbb21fb53bb0fb551499acb8a6abaa29b877d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_134_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359b082e019b34a42a1050eef654e4475fbb26bb881865301d7cfe78d3ffb7cd +size 8206 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_141_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_141_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03539cceaef3f4eda0b79994c01e5c5cc577880a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_141_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d1c86fd7ee04ac35ddb79a2f0325f6377b89a45c0b6f54e040fce1bf4e704a +size 16338 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_148_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_148_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5ae6fb8cea09f6aea29d39580585485fc9c959f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_148_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe22b0d83644a4f7fe7a10739c1988e31d50c8b9e4cf0e81e916ac078a9a9fe6 +size 11155 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_155_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_155_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac3acbc24948493348b98f6f1ebe761e60505e7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_155_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34e04f6c84770cf35b9a43e40cfd69dbd9b8f687ed5188285902e481c16e110 +size 9312 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_15_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_15_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9f4312d0944e2d28f1aa36e08c39c77da19016c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_15_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274d842173f3e89fe5c7f53d7b6804f93fd81034563d94f115ed64449abbf503 +size 14421 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_162_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_162_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ccaee6f76205cf277fcefaaefd85673e6e5f732 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_162_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334251e250d6dda5301dfd61c8acf3a4950c77670870c7f83625fbde32b90476 +size 12788 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_169_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_169_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da2c3b7d077e83db457bf970b83bafb22957650b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_169_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7918c4ddc9c66a4061d975ec7cb1c9e0e07354053b223d3d929c1456469372a +size 15417 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_176_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_176_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc587305be4ec82e1b3ff3822f6f21b7d3302ee5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_176_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed2b6606cbcabeb6a79e064bc3729e5c35b3c8d55b0739e774c0d9c2bfbc32d +size 15783 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_1_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_1_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96af10ef963b59fb2822433e6ed5b725253428d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_1_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915169ee71537917b9d1d73fb42c7ea98e795aefac29b24b858abda406fe48f0 +size 14302 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_22_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_22_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b80a684b0bc98ac1c765d930293955c509aef94b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_22_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cf5da132b87687932990124782eace268e4396a618d1efee28cf56e568f015 +size 11640 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_29_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_29_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..458daa2bcd29a6f60245ad408fefb9703bf1c82a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_29_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e09894d44fc3ade433d714708fd5056d3b859f6f4c79c7cfd0139a08f1d6620 +size 12926 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_36_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_36_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4964363b608b9bd3b9eef3e40464a638d0ff0964 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_36_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395e903e0c22be711a7b950cce5afa3a8c6e3440df02129dce69a2c1b11d66b3 +size 14369 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_43_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_43_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dee6870492ef83604d6fe0db6835ecba74db564 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_43_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e98ba9d998a9f8680f31f9fcfc919056a9a62b0d6000717a4a9e069792bd1e0 +size 14860 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_50_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_50_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b751883c1124df6f1eda1cee914886b895a0f0cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_50_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf32d1f52ef3accfd2ad6cba1ff7921b740aea388b81fc8771f52935aba534d +size 13532 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_57_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_57_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48ad524edd787cd31bab46275a11b6aab52da975 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_57_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0916490b5c00ca37212640f1386ea9661b2a8cfd3e15b7f17f74da2e3c801083 +size 12961 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_64_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_64_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a758faaddb4f6a69c197e48b0e4dc93726a077f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_64_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45cf3ecf730b7f7821df31f09126412be779a8ca83f2452e48414f471d69ead +size 14134 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_71_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_71_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..feb9cc75efcfd371ef68980d979ccff9fb7c80b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_71_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f21f767defc6f9f97aae094e1d672c6cb71de7d73474a2fe64f5ea6cb2e5b83 +size 10250 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_78_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_78_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..687e41cb8139047801299f9a9587aefd518ec8cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_78_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7d1c310b49ea7c0b0c388a2219fed3374b24f4628140d14c6bdec1374d5897 +size 14476 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_85_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_85_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bb572b348cf87a8651160bf7854a1be52663140 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_85_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8680c2bf98a16260d67a1e6ae97a3053060c69031bccf6443d38234d70d8e4a +size 9440 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_8_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_8_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92a371474dcc6d02df1c70b139ca7e3e2d364359 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_8_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87002141eda6d0b70ee8c6b63006dea6a1154fcf49edfe086309d6886bd74af +size 14923 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_92_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_92_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2acd18af173684edc08ba699ffe430230cc1d117 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_92_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34564a38869661e15cb9d3c5027b6581719024bd4ff80bef31bf90cb94c4a6d7 +size 14143 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_99_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_99_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3c5f269f7c793e202d9b9bb701c0f829b6e60c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomhorizontalflip_99_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebc111fd151c6252307e60ae247fd1b1d6f9fa727877d825a24e1399e656830 +size 14993 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_105_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_105_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fc6757dd583d5d994c4d0e2fa6e6d192f0c32f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_105_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca954520d1f05aa0fbe8a7610c1bdb50e50caf1caa52c99839fb3e1eda848be +size 8217 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_112_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_112_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02e50469d09696dd7d5ab097b4b0cd1f7048a64c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_112_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fdd69d47e97dc1411096884d82c6f64c185b817a7d4fd5ca294cc55a181252 +size 8598 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_119_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_119_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a990a9230fc4047de289290635b0ac5d9c645cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_119_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42984fbcf99046c76f39eba05e124df524ed5d985622e92e56497019ffe7a2eb +size 7663 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_126_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_126_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9728b8515a482b55ce776b498f532ea317e7c894 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_126_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14dbef74ed250bd4291faf1fb40003de9c163130f65235ee7539754845bcfc3a +size 8676 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_133_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_133_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..745814fdb116c723bc5be03fc28b42e14c375383 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_133_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b471b79be444cb0700ddc2b7824872acadc48cf773e22adb77f770ae78cd4f68 +size 8425 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_140_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_140_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38ba35249c73361e83b5dd946978ba449134d4cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_140_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097b4003ee486ddc8c52c1ea132b5aad6fd669df9f5dd6192f98f4b3490c3c08 +size 9251 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_147_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_147_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90f3cbeb956d9e045bc8100cec798ef43cc6db1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_147_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ba6ac7acece2803e738aa4adbc982990a9b4450c8c03619c926f78ac690d81 +size 10656 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_14_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_14_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea02c2f7b0d9d16bd89d3355bfecf8c354596855 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_14_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e09280a6e4af8d61affe92cff5610a00d841a34787a69c4bb3e14df095d390 +size 8970 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_154_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_154_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcd4328770f0f741ebc29a15f0379dbf12aae809 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_154_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a695ade3de684d84d883862ab0e11c49dbc9878ca51ca6a96730bc98b6781f +size 8419 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_161_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_161_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89c383da47245e929ab66160fc99d4ded7216f5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_161_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab23d40b3b75e72682562c5501a4a0acd5ff1b1930b9f061b31746b5a20ea9a +size 8034 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_168_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_168_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8039282624b2f38a4fa31c68cf2a695ac41dd2e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_168_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ca82d1016bc3e933486621a2ed0820597a048b28f56d911d7151563d93c0ef +size 9336 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_175_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_175_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1667d6d66131c28e467593f87f59f289f927793 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_175_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76d1c12ee25fe6217214c0b984d889f04ef6086854fd0e3023bbb42c5cd6460 +size 8175 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_21_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_21_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30d1449b5619a3fd744a348fe6d4790a464286f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_21_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9affcda5e3b65eb61e398fb1ac10e70af906909f55e13ec2b7f5b8deaddc8a31 +size 9692 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_28_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_28_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dce96979a6d58205a335121bc210a5cab43c279f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_28_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f46d34edf9af69d46ddb7d7b614b0c25310e86f631e5fd517851afabc12d19 +size 8236 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_35_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_35_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..862dd76fd15f4f514195712f178beeb5ef427317 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_35_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66944cebdadd5064fa69599556b6179fdec3fb88a83bcde52146231df2f5d4e +size 8772 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_42_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_42_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a78ba0c33753d3fae19e2bbc986345582f11d8a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_42_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2036d5e2311236763f53b942315f6c9d5388fb2675de59682e8ba21c2f957025 +size 9179 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_49_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_49_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfba8d8bee49aa4ed47cc31cfec6246a0a94c444 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_49_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201ef621c1acd05dd742a416ea6fc4bbd28265c686286d60dc360e770756828b +size 8714 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_56_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_56_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25f0ce9dfa900eec5d9ff7b7684e057334a1809e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_56_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903933246da52d3a8573bf0ccbfda61cd11f13a5d93bb7568cdff725601c3965 +size 8406 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_63_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_63_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd9c7db27301b1129f2423abeb7a005a9e2fa319 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_63_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8f1bd5d6a0afd64e8caa95f36bc156df77545789b1156169894da65124c2a8 +size 8944 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_70_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_70_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b95701211785c1dfb4cd689f06602ea27a29cde8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_70_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8651aaaaadf99d0ad0fc884b9473789e67bb8f00414eeb084c3851157140b3 +size 9043 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_77_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_77_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc776e4ab99272353c1ed53cc89eda94b827b601 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_77_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efac32750a7ef1dfe6a0719f517659de6db7842ed3d1aac91861ea710966d29 +size 8022 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_7_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_7_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7cfb3b228c76546d320bcb23b2f1bf07943bf1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_7_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fb563b84dd478719b62eb248b947f2c66101631f841dfbdfca0aedf7da7172 +size 7381 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_84_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_84_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea28233b4ad2289a9c14a037e99189c3c74af712 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_84_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25dedf5964cbd7c3502a57dd2624a9b5e8cce5b56912f4453a105716fd6968c +size 8297 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_91_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_91_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e03528241bc001d5aa24850b81510c26b274de3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_91_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae40509739aaab3c9427839c86363454ed1841f66ca6866e995bfa1bcbb6083 +size 8479 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_98_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_98_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fda3bed59906655aa6949ce03f5f10e43e937460 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomresizedcrop_98_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23615036074706a9c152df9ebb468b527a8a719e6d3f821b21adcdd7f06842d +size 7299 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_104_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_104_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77802e10145aac2053c4c06825125850c997a9fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_104_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ac8621dfc3a04b44fca763add8f6476b23b4bba61d52d04c4cb1ed67cc2edc +size 11606 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_111_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_111_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2ed647cc738edad7ad0e1dd68601fc0c380856a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_111_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad913c12ffa33368929bc16cfbd2f94e999a3359d4c64c7ca1576ee043151e2 +size 12655 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_118_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_118_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a648349d90103d0a260c0d9f31fc2b2bcb39c91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_118_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcb0e803890d7b7f4ac2fb1addff8153a81ea58e41ae792afadec959169ba4f +size 11276 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_125_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_125_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cf7f50696cb2277e4316fb23da4d672c70f5294 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_125_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e313b76b73039f4434f17004c439135eb929b614a135bc5fb54c32b6c5c4806 +size 9188 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_132_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_132_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88acf4b2a9d922b27009a7cef2f63dcfa02e0fab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_132_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bd0cc953b5ec6f452117e22dd7057c0b761705f5c56979d43533dca3ec7b66 +size 12779 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_139_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_139_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0085a9ea7c1978dbedd33c169901ba8145844f1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_139_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f52b2b57e5c169f5716f953aded698c27c8a3493b923115ff117ed31824506 +size 11727 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_13_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_13_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a6a41b0ade7585e5ad4b77e67c6fe9d28a9e6a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_13_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc9018d66f2045223ce65a65b693d0d3b1e28141e56e23038d2e3cce08c8dcc +size 10798 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_146_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_146_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..713b639aa59f4ff382f0f916da4dae8e54e2a876 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_146_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd267a736f3e5acaf41b85d47115f3911c3154398626543d60d6d98d439306b1 +size 12745 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_153_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_153_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b59916a509a4890086bf30645156e730af2d5f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_153_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036eb818fc6103073c40fc7144b22e887cd11d08fb2fa82df3f3cef04ee59b76 +size 12460 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_160_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_160_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2123f4d1d54b03306d07ba1df31cff6c7d679007 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_160_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da35bfe0b7e6def2b1dc514f8fbdbce27cda71e8063b53c412f3d30d4f20d120 +size 12255 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_167_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_167_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3064b945d23860536100405d032919296e2f3308 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_167_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06edd18e8ab955eb42de1dac0990a780491559f3d6221aa981d5d81d070e728 +size 13737 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_174_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_174_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d51de4447517f12d903f83dfd7d43d179b794358 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_174_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4419f1c001d271ca1c66b901c0cb16f45c3d0b9eefd6262df1559d22f62e2ece +size 9899 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_20_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_20_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f909c7f17fe8d6f2ef46085a95b205c5e8da3bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_20_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30264c2dcd19a17431a16a1a09e03955637a26c9e26be790237bdedac608afc6 +size 11346 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_27_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_27_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a20e4a3fab4354057dbd30cd088303c2f3389e5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_27_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afc2be1fe906fea2198318dd97f2631608ce1d889ea399b4e1fb074dc6c90bb +size 12849 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_34_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_34_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0e072d6050872140d49891eccd6e5ccbe7516ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_34_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fe4fb0a46157ce3d09bf8c3b497a26d3fe19974927373610301215d4cdd8c1 +size 13230 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_41_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_41_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf7e316e9bf09fd49f657f0ccc2aaeaa07af8d2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_41_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb407bfbf5a56c0779075b9221699aeb9942ec2240a3452815d054e24e52bf6 +size 12079 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_48_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_48_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a76e9f916d620aab9d1bf4feb32f0431288e2ea4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_48_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93b93fdae9121d2611792c130d3325cabc0f74e9e41429a1fa18e5d9c9214ab +size 11848 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_55_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_55_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4495ab96e02e722ea547cc5f6a26e4c7fb9c9ea2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_55_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed284f3a2cec313cc43b9b697a20a165a17195b9756bda148540faab188c52b +size 11931 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_62_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_62_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb8458c802f34375540e740d9e84256298f12054 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_62_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696b6d534234b879070125e555875a71cb1441da9807cf771c05307312faa42d +size 12328 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_69_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_69_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cbc7402d428b9af2cc7d578815bf4c77dee487b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_69_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0016fa4ff487c80ebbfc0bc217aa9274e0e796cebcf5f457cfe0305c99f109ff +size 11906 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_6_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_6_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93527cc26f0c3e73942a423efa9e72f99e222696 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_6_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a92e3a1c36b3c22935fb635e2b9ee2f8671681f7503878a6a1f4b629b59e1e1 +size 11778 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_76_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_76_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fec79facdaa91a51262322b905b8961babab6fe1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_76_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886700a2b6e7a19fcf0df97ce6e9ff0ab8bbcb0559c73e8f38e98b08ba15b9ab +size 10979 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_83_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_83_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08c3642f8861838ed10bcaa3d2eb00abd9136eef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_83_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e6d38c2ad83e6e87d67cf41ae854607a36da1acb93e0686241ea5c389a8cf6 +size 14573 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_90_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_90_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5972d39133630de545346df4be4842f69feac6ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_90_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8aa4617fcfda172b9904edb0bb0986039f04b84c7814ff7f1a6beb3ef70950e +size 12661 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_97_Tomato___Bacterial_spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_97_Tomato___Bacterial_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..367ec093eab28ac24b8750fdac938a4e769b5daf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/img_randomrotation_97_Tomato___Bacterial_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f572cca2266f1069ade1f60a07111280d455881a105267585328c33555806fb1 +size 11544 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/kg32-beefsteak-tomatoes-08_lg.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/kg32-beefsteak-tomatoes-08_lg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c140ce587c7542c43acc871f5dc90a5e321ed84a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/kg32-beefsteak-tomatoes-08_lg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c628f0704bd538ae34b45cb9fa01b797057644f30906c47f0f4ad81d0d09367 +size 26151 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/leaf-spot3-big.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/leaf-spot3-big.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b65492bd7f6f279ca7fe1c5c085db9c9cff5ccb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/leaf-spot3-big.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c1e73eb30e53a2579216e1e6fb1662d844a18eb2553a08aa642f1a39c253f7 +size 130873 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/my-plant-has-brown-spots-leaf-spot-and-canker-on-dogwood.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/my-plant-has-brown-spots-leaf-spot-and-canker-on-dogwood.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17dd2e9f393fa07616fd59138339676e4a496881 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/my-plant-has-brown-spots-leaf-spot-and-canker-on-dogwood.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8667b3ef472b6ea8054525579e3eba202c9535512aac120db2f0834c791ee811 +size 54662 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/patarea-bacteriana-frunzelor-pseudomonas-syringae-maculicola-31_5_2.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/patarea-bacteriana-frunzelor-pseudomonas-syringae-maculicola-31_5_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac87870cd8f3b65918395381da507e5c38f287e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/patarea-bacteriana-frunzelor-pseudomonas-syringae-maculicola-31_5_2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60d77e27972aca02347583367649b43a69bff5814e861c69a490e5e01848186 +size 388756 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/pddl-highlights-fig-1-bact-spot.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/pddl-highlights-fig-1-bact-spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2872549859c064889c2357fa80a6e99f1d1fbf32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/pddl-highlights-fig-1-bact-spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a818969d3887573fe1aba95670582c87070140f6197508cd63eec4320d1a5f +size 1260317 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/photo-1.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/photo-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12053f3c7779b8809a965bb5e8ec348d42170690 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/photo-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6585d1ca2b10a114e94aaf91f28ae0a0adf282564133353d689f203f4133b2dd +size 317703 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/photo-764060.JPG.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/photo-764060.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26fdcc877908ee34c8d3d91e1b73fdb4835200e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/photo-764060.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a457c9c748f463f5de97c370e8421044552e1bc0389989fc2cb0b5f2a1be1ce +size 236663 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/pp1244-05.jpeg.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/pp1244-05.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..625faaf6ec365920c68562de2542a8e223fe1ff5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/pp1244-05.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f167fbe44673ba9b0d9f0dbc78c43d4baf94eb25421cea18bdc41c9ee75aad2 +size 44720 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/stock-photo-bacterial-spot-on-tomato-559799107.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/stock-photo-bacterial-spot-on-tomato-559799107.jpg new file mode 100644 index 0000000000000000000000000000000000000000..700cf02b14b717124e597e99dac43d07a29e8f56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/stock-photo-bacterial-spot-on-tomato-559799107.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec778407c403d080f17d610b88ad918220e73cae44acfcbb1142dd86b4628557 +size 48448 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/tomato-plant-diseases-identification-leaf-spot-tomato-disease-tomato-plant-fungus-identification.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/tomato-plant-diseases-identification-leaf-spot-tomato-disease-tomato-plant-fungus-identification.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5ae461df332388dcc5feb285bbe4b0bf9d8f8a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/tomato-plant-diseases-identification-leaf-spot-tomato-disease-tomato-plant-fungus-identification.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788de34f140030328d73add5aeb72f3b5a06fe4ec841ac86ec1d3dd2dc362b4f +size 54556 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/tomato-plant-leaves-brown-spots-tomato-leaves-older-ones-with-spots.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/tomato-plant-leaves-brown-spots-tomato-leaves-older-ones-with-spots.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5808a57705445ec09d777dbd1e7f74f7b05029a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/tomato-plant-leaves-brown-spots-tomato-leaves-older-ones-with-spots.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0feac443a0865fae782f1070f3e38f3bf71c567dc4d0e667540932d1f69677a +size 125789 diff --git a/dataset-tomatoes/train/Tomato___Bacterial_spot/tomato_bacterial-speck_03_zoom.jpg b/dataset-tomatoes/train/Tomato___Bacterial_spot/tomato_bacterial-speck_03_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6258085cf65c8b3eefd9a8ecb15ca6f06159582c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Bacterial_spot/tomato_bacterial-speck_03_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4cfd952fd375ca3a5f905e054ff7bc0da2cd8717b960843764ba3aa14e15f4 +size 112927 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/100_46341.jpg b/dataset-tomatoes/train/Tomato___Early_blight/100_46341.jpg new file mode 100644 index 0000000000000000000000000000000000000000..838745fb72f30d61365e572be09547771d111f1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/100_46341.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a873676f4c845584dce10f5fb173c5ebbf2c6eee203b323c23c4768b63c83919 +size 942649 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/1058_0.jpeg?itok=OQkdtxgv.jpg b/dataset-tomatoes/train/Tomato___Early_blight/1058_0.jpeg?itok=OQkdtxgv.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4432c271a8aefe866c38908617155683580c7f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/1058_0.jpeg?itok=OQkdtxgv.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76768246f4d25f6a8acb5ca05f3c5e2f0bfe4804f8ec61ab7d5948d2e4419ab9 +size 86783 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/12July_mwnews_3-C.jpg b/dataset-tomatoes/train/Tomato___Early_blight/12July_mwnews_3-C.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3c6da672e8d1614cda3094115b9b4d056eeeb53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/12July_mwnews_3-C.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d371a6c63fb291698ee47aa1c65fb0d2abb751b44df44db1c7570bc3f7a1f05 +size 29902 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/1576389-early%20blight%20symptoms.jpg b/dataset-tomatoes/train/Tomato___Early_blight/1576389-early%20blight%20symptoms.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a9ceae04804da7ff2b0117dc58e1722bbb22eb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/1576389-early%20blight%20symptoms.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac5eeec11f5f30eac6be32cad0a832ac56f2b47ed07fc2735e54bd3b872fd33 +size 17016 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/20020531-early%20blight%20%20starts%20on%20lower%20leaves.jpg b/dataset-tomatoes/train/Tomato___Early_blight/20020531-early%20blight%20%20starts%20on%20lower%20leaves.jpg new file mode 100644 index 0000000000000000000000000000000000000000..178bb1d8a4cb104b7371ef1fcd8cfcc854c04c7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/20020531-early%20blight%20%20starts%20on%20lower%20leaves.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ab9e69d6fc9f1e56196623dcc56f9d7a96fa33837ad69b72e7d6064c859b53 +size 37327 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/20080526-_DSC4211.jpg b/dataset-tomatoes/train/Tomato___Early_blight/20080526-_DSC4211.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56f2f38f8d3d0fc10782b312a736fab7ec25dce6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/20080526-_DSC4211.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3152eb37a0a7f6e9b89d75f8bcef5d1dfe8306631fa4080a00fb0a0cd3ad05da +size 110859 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/30053_original.jpg b/dataset-tomatoes/train/Tomato___Early_blight/30053_original.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7d697a97b70f95984ab248078586915949d1ee4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/30053_original.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a168b286abf0da7a41ee9a997bc1ae4f03e07b4dec1f2d15b720488641629064 +size 212211 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/3606630.jpg b/dataset-tomatoes/train/Tomato___Early_blight/3606630.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bcf7d5deb44df89dda3bb448737448f0bfd9e98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/3606630.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cd050387f24fcbedb590c2b2ec5b2e959a9677b0b90036adc87e95d7b9fbd1 +size 23254 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/5086-early.jpg b/dataset-tomatoes/train/Tomato___Early_blight/5086-early.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c7e2a40a82116b57d6fa982bedfc3d906d06f11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/5086-early.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53dafded16607655d8de9a1f8e9938209784e5893a9b2bd8a28572525d5aea5 +size 26454 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/8%20mistakes%204.jpg b/dataset-tomatoes/train/Tomato___Early_blight/8%20mistakes%204.jpg new file mode 100644 index 0000000000000000000000000000000000000000..179b1716288bec052a1f7dc6b700ae77e0484a26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/8%20mistakes%204.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dab4e9080842d38f03634bd6fc2c5eb0cb43a1fe59d3e2823ecebd38f13a98 +size 132296 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/8950022d45978228d5e44a35183efdb9--tomatoes-dyi.jpg b/dataset-tomatoes/train/Tomato___Early_blight/8950022d45978228d5e44a35183efdb9--tomatoes-dyi.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9c9f205704015d6d2874ae58a2ddbe19f73e4c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/8950022d45978228d5e44a35183efdb9--tomatoes-dyi.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd0af091234d6a6c73df4c15edf5c2ac71b756e4594557707addc5e20736640 +size 17134 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/BCH%20medium%20thumbnail%20for%20upload%20%2836%29.jpg b/dataset-tomatoes/train/Tomato___Early_blight/BCH%20medium%20thumbnail%20for%20upload%20%2836%29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c875a1cda28603a77f114c4026309c2e1e383696 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/BCH%20medium%20thumbnail%20for%20upload%20%2836%29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be84048ef0f394ed981c12d457700d1c24edc3b210fa3d0c8ebd1deb73f7fb3b +size 60142 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/Diseased-Tomato-Plant.jpg b/dataset-tomatoes/train/Tomato___Early_blight/Diseased-Tomato-Plant.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58ea1f3a7db2c8cf6edeafa8fc99360e59834f04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/Diseased-Tomato-Plant.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207e6d9c3b2fb702ac22d551d7add6f5df1dc20921f66ebbb25250d211e5aa4a +size 37694 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/EBTomato.jpg b/dataset-tomatoes/train/Tomato___Early_blight/EBTomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7733debfe98659045968d358871d66931ff237b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/EBTomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9145ae957dc02636c9cae1d25e9b43fdc0ee330eb7131b12e244457d684ba326 +size 35819 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/Early+Blight+-+Tomatoes.jpg b/dataset-tomatoes/train/Tomato___Early_blight/Early+Blight+-+Tomatoes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..581023bde6c8e1b62ff1a26d770c9a60bea9d494 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/Early+Blight+-+Tomatoes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec0ab005a98df520cd8cb9959d95c851e9ca3d0d7f7075dac168f035bbf2800 +size 19994 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/Early_Blight_of_Tomato1687.jpg b/dataset-tomatoes/train/Tomato___Early_blight/Early_Blight_of_Tomato1687.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2513bc312dfaaac2595c81034799e23355bce1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/Early_Blight_of_Tomato1687.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ce0c3a8c2a2004e28e6927eddfa5199c1e7b5e1bc3f2cf6f1d9eb43824f620 +size 47801 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/Early_blight_1.jpg?1376579808.jpg b/dataset-tomatoes/train/Tomato___Early_blight/Early_blight_1.jpg?1376579808.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29917818f1021bafd0a53774cfcad3fa06c7cfa9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/Early_blight_1.jpg?1376579808.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f5d68c2bc5aaf510a4bec559182542013b7ca1acc253dd5881a2fd5c1db1d0 +size 54106 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/IMG_2436w.jpg b/dataset-tomatoes/train/Tomato___Early_blight/IMG_2436w.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55267588852c31e333c68d3b6e4c2177b85ebee2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/IMG_2436w.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6893f4af1ef2017d83bb63b027397b20d3d519592db2a46777b09d942786275 +size 123664 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/MPC105550.jpg.rendition.largest.ss.jpg b/dataset-tomatoes/train/Tomato___Early_blight/MPC105550.jpg.rendition.largest.ss.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79ca72b52e55f3bc61b8bfca522f072ec49cf748 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/MPC105550.jpg.rendition.largest.ss.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c280edc30e7bd848018d847e8d4111913799cf3042ce7e33de99c78cff5879f2 +size 43343 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/Original_e-blight.JPG.rend.hgtvcom.966.725.jpeg.jpg b/dataset-tomatoes/train/Tomato___Early_blight/Original_e-blight.JPG.rend.hgtvcom.966.725.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..258377907a4faf022893b05d12da5aa86916080e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/Original_e-blight.JPG.rend.hgtvcom.966.725.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1819bc9dee9e1436e94b6a431183cca88a28744a2bfa25aa1d986039c29fa1 +size 81380 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/Tomato%20early%20blight%20target%20like%20leaf%20spot.jpg b/dataset-tomatoes/train/Tomato___Early_blight/Tomato%20early%20blight%20target%20like%20leaf%20spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..beaefb35ebf822f5a6d3cfd4301c0d7ab02b4017 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/Tomato%20early%20blight%20target%20like%20leaf%20spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbd412c3becf1c8b468630f6536855ee9e39705be3905a9d62db51f32595ed0 +size 20239 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/Tomato-Alternaria-Early-Blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/Tomato-Alternaria-Early-Blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3db44934a60408acf0c19673741ebf6f8989907c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/Tomato-Alternaria-Early-Blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a9d96aa54416a84aef29d40e6b1904d6296f27c39685dbd510223df828ff52 +size 4717116 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/Tomato-Early-Blight-e1513806873934.jpg b/dataset-tomatoes/train/Tomato___Early_blight/Tomato-Early-Blight-e1513806873934.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e29c3ebafd26d3caf0177fc64283a6dfbcac12c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/Tomato-Early-Blight-e1513806873934.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57335974304fa7882aecbab9e5383aa4f3ac3fbf2b04ad494d0eff8035f59ab +size 89151 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/Tomato-Early-Blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/Tomato-Early-Blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64a171b44cbecf369a041a0b8f63e7f7ee370f04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/Tomato-Early-Blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b860dc08a903eff86762037ba6c423b23636468cdeb7d7dff8563ef20290d6 +size 21358 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/Tomato-diseases-prevention-treatment.-Early-blight..jpg b/dataset-tomatoes/train/Tomato___Early_blight/Tomato-diseases-prevention-treatment.-Early-blight..jpg new file mode 100644 index 0000000000000000000000000000000000000000..76e755e544b046278179ead0e6ce458c7be95419 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/Tomato-diseases-prevention-treatment.-Early-blight..jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac23b8c1a19766e3c126cfe1d0e3f8b4ef4632c653a6f21414da441564ebf6d3 +size 209186 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/august-11-early-leaf-blight-single-leaf.jpg b/dataset-tomatoes/train/Tomato___Early_blight/august-11-early-leaf-blight-single-leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6504e034ad1461f14c8fedb43748f50cb447d375 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/august-11-early-leaf-blight-single-leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132b165fcb49e37cee77a1b35c28192c55011f441f2c484dc840a8f3998aa24e +size 3907885 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/b54d0e40027ff5e90e8ba7e1e9abf9bd--garden-guide-garden-ideas.jpg b/dataset-tomatoes/train/Tomato___Early_blight/b54d0e40027ff5e90e8ba7e1e9abf9bd--garden-guide-garden-ideas.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5eba3c98d6ef95fd8087e25fee10cbe1e22bbe84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/b54d0e40027ff5e90e8ba7e1e9abf9bd--garden-guide-garden-ideas.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa67a7e5771f317ad1e389f885e2b6ffc751f93f3d4b9605966905eb0e570a9 +size 24241 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/confused-bacterial-canker-early-blight-zoom.JPG.jpg b/dataset-tomatoes/train/Tomato___Early_blight/confused-bacterial-canker-early-blight-zoom.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68c1228b79a08bc2b3e51c7a8469ba3b36550c56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/confused-bacterial-canker-early-blight-zoom.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ed3c9f53f619a48c313ff93e456fe24bac94c5f64f62a5df0747e244f9acfc +size 42921 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/dscn3168.jpg b/dataset-tomatoes/train/Tomato___Early_blight/dscn3168.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a8cd66ccfb8a608ad653da639c2bb1d8f6bb421 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/dscn3168.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4d6efbace12e51b26f7484aea0f59fbcb3efac75aa41a3fec6c24b040e85e4 +size 604433 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/early%20blight%20%283%29.jpg?itok=UMYWI0xr.jpg b/dataset-tomatoes/train/Tomato___Early_blight/early%20blight%20%283%29.jpg?itok=UMYWI0xr.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8e171031eb465a3d86fa91287dee0344d8818bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/early%20blight%20%283%29.jpg?itok=UMYWI0xr.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f828f8665c1884762025bba8feeaa41ef5c87651ace0cdb821e7f1981419cd +size 38069 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/early%20blight%20%284%29.jpg?itok=gfK5C193.jpg b/dataset-tomatoes/train/Tomato___Early_blight/early%20blight%20%284%29.jpg?itok=gfK5C193.jpg new file mode 100644 index 0000000000000000000000000000000000000000..186c139a3e64c67c84fba3e30276b37d8219e1f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/early%20blight%20%284%29.jpg?itok=gfK5C193.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ac78d7589165e470a569e7a383325e5d8f204c50d615382dc180663ddebbdb +size 35581 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/early-blight-2x.jpg b/dataset-tomatoes/train/Tomato___Early_blight/early-blight-2x.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da3a8222dd0d003b56304bf445e6118d1b362ba5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/early-blight-2x.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c18b60079c57eaa5e1feddb4a11a1c7d9487ba083d81eaa66232f3b62c79d8c +size 60276 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/early-blight-closeup-sm.jpg b/dataset-tomatoes/train/Tomato___Early_blight/early-blight-closeup-sm.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08df03a0d4628524f54664507ded0dd60dfc2bda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/early-blight-closeup-sm.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6642a5059e272e37d829d1e651b92d3b0af1322d4de601eb5a242267232d70 +size 123025 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/early-blight-in-high-tunnel-tomatoes-19tm74h.jpg b/dataset-tomatoes/train/Tomato___Early_blight/early-blight-in-high-tunnel-tomatoes-19tm74h.jpg new file mode 100644 index 0000000000000000000000000000000000000000..160206021937ff78c4160a39e31269b07e9f0d35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/early-blight-in-high-tunnel-tomatoes-19tm74h.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912ce20afc0cc92d8a3a49bd4f708c5f6c49df69788aad15938b388c5d949d23 +size 2267364 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/early-blight-in-tomatoes.jpg b/dataset-tomatoes/train/Tomato___Early_blight/early-blight-in-tomatoes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64a8798e9fba012eb1a5aa36b7e29435bfcdfc95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/early-blight-in-tomatoes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fdd8fd51fe951d7feb95e7d24f21003cba193ee8b6235047bcb241a70296ee +size 122245 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/early-blight-or-target-spot-alternaria-solani-lesions-on-a-tomato-BY9J8R.jpg b/dataset-tomatoes/train/Tomato___Early_blight/early-blight-or-target-spot-alternaria-solani-lesions-on-a-tomato-BY9J8R.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cd6b43ad3598489ddfca1bb6fe8e382d6588606 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/early-blight-or-target-spot-alternaria-solani-lesions-on-a-tomato-BY9J8R.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283b4d969c7c2d557e61b7e865eaae86083e9e1dee0282585b4472b7b8829c1c +size 347204 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/early-blight1.jpg b/dataset-tomatoes/train/Tomato___Early_blight/early-blight1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c93b21dd12a392ff831b3c492d12338a6e2819a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/early-blight1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782699cc0102a7968cb21108a8b7e53cb3de98aabfdc522c110ff9711d32a61b +size 74131 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/early-tomato-blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/early-tomato-blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7885dd4050019a50ee617423d21ccae154362eba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/early-tomato-blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b602165b3be41fa2a30ed47b89ba746f1f56f11093128c615623247d7f60d81 +size 8017 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/early_blight_spots_l.jpg b/dataset-tomatoes/train/Tomato___Early_blight/early_blight_spots_l.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de22a22110fbe0b6e719e0355c2fd455c73549bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/early_blight_spots_l.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c1209dd47829d787c6562fb2bd0e184efd64e35891fed993c351ce56dc6dd5 +size 20668 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/early_blight_tomato.jpg b/dataset-tomatoes/train/Tomato___Early_blight/early_blight_tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0d24fb66e0970401d01025a61188768d3f6aea5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/early_blight_tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17419a4b47683575f01f06bc0e875bdd062ee735a3ed85230eec0b681eaae639 +size 864888 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/earlyblight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/earlyblight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9263445b584960cc3207f21c74620c69ab5e16e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/earlyblight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e0c2d68640416904d05c046689e81c8658e482b5fe9cd55f53e9f1bc51269a +size 13139 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/earlyblightpotato.jpg b/dataset-tomatoes/train/Tomato___Early_blight/earlyblightpotato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d8b2299263ee343a1bfdcf3e12549f2bcaa7820 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/earlyblightpotato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c8a4d48ed9a3f9435d1affb82ac10e9a06adb0f2615ff62e83e21bdfa281fc +size 146979 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/earlyblightresize.jpg b/dataset-tomatoes/train/Tomato___Early_blight/earlyblightresize.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6827d5cca124ca2ac1befe3987d9477b3e08bb88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/earlyblightresize.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3dc3081f8fb2b15d15c0ebc574e351c0f6463d5e86a77deb98bb70cd6097ee +size 30321 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/earlyblighttomato.jpg b/dataset-tomatoes/train/Tomato___Early_blight/earlyblighttomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..520d88552fcb4039644fa541a00eed790333b38d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/earlyblighttomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ad69752fa5b5f012d0d1af5afe205deabc3d28d480f381dc08a854e89af059 +size 131207 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/gn201410308259997ar-jpg.jpg b/dataset-tomatoes/train/Tomato___Early_blight/gn201410308259997ar-jpg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8227f950314ce2419eaaba2d9512537e2e139412 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/gn201410308259997ar-jpg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e3b14290f95abf17305d6555fe1412b1f59b0331094d6da7e1a304d0e8cf65 +size 224640 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/halleck_tomato_earlyblight__inline-half.jpg b/dataset-tomatoes/train/Tomato___Early_blight/halleck_tomato_earlyblight__inline-half.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31bd6cb4ea5cc4f0b2442d231197743338bdce8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/halleck_tomato_earlyblight__inline-half.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab4afc0ccde1fbb391f8c0e6f3da190ea3565eb66457ea7e2355f712c443e0e +size 18137 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (1).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (1).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e431a9dd6d2f8c1869e9ef2b8e07831451acb97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (1).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1520f70fb4f623a71e65b1431ed20a9123d1e406f49e8d372526f483e2f903 +size 22691 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (10).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (10).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5eaabfb064603197e99969562349055e6d9873e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (10).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a91cd088072abcc876be62ae6982146022ee562bd3f48885a77fb525c7c071f +size 16117 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (1000).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (1000).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db150625109223ee992382c757edd9ed6eee0e5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (1000).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2317bf1b0205b5bc9346f022980fcaaae3b46f2351013d3840abe68a29dbc4 +size 12765 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (101).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..417c866946604f0a352d9213da5ddd31e4522465 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461493d58cdf1a65cca9ba7fcc259013f19aa5aa3cb216386bd39d552a320b89 +size 14182 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (103).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b7262798ba6404f2f803e88faadf82a1cf4e594 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38093b22f698ad2707c507a8d446ac95d18f553dcec85201d567bd8c642cd65f +size 11922 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (104).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f80775ec56daaea37bc55daa7bee3aa0c45420f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430d3d965dd221b0441861a15aa1c1a1979dcd24eb75d44a40d668c5b8e54738 +size 10871 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (105).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c0c6d7e86f0fa1ae2df20bc8e9c5c56a0c61d64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7599eb3a3afef4ca3f4976f3045824c1340f0182629bbff72368524a8cfc2d0 +size 17703 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (106).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fbfb23521d3e712a840f86735f1431f7ebec73a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4981df489f77b557ac5665a44948b345c873e3f0447266d660862fc980c6d3f5 +size 12612 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (107).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e73f0c936e01fec048eaf207b22ab9a92597d056 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a05537d6752086270eb98897131eae67e6cd1302bdebe30d63f3106ec593b2 +size 14132 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (108).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1417f690b958d76b2604747130fd533b61d2a70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b827113f11237fa25a30cc7f08dcd98591f0f664bcfcb742873bffce95b557 +size 16362 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (109).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae609340bd79fb2b4dca3c2321ecf7df86014920 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e117c619a338a284c1dc846fa142f3b9392d8d9d2f5e3cafc8932731088d0091 +size 14212 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (11).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (11).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89ff608db60fef343ccddaa0e0aa83bb466a30fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (11).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa69d4af878e8a9384724ef1a4d776aa47b96e998fb40632708645916454497c +size 11805 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (110).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fe3525b6c62493d33b0c524065d13f8bbdc2b8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550fcfd22b5a9c60f27908fcc07fd57a3318e4e7896f07c7012c23701f5a89dc +size 16753 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (111).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c76c490a5f090eeb0d746f02efd9f01caa2e178b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6787567e918c2e5de8886966a6b06d1abbf1549abb07c4fd2d8b480cf16ba1e +size 14131 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (112).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21e992600fab903a5272298da6dd4d382638388f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ca1ec922cec94fc239f142765bc54459053f7176a17d3df78f94d6e33c1625 +size 18258 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (113).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c812e139b080456b57bc263ea1fbf3693d1a56f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b702ab89ff406e1eb1635dab825810c54f5932a876cba9aa05f6f0d3201e65 +size 16932 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (114).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a09df1d0c4d678e171cb289eacb63bad9ee8e06f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf4d24347b160ba56055a9aa7e98dc51c92e168fc74d81dca943ba9343a88d1 +size 17676 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (115).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a364a182b129ba440cc1e28a923a5d7a270e75f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb7f6e5ccaff536f0bc10236c7e73a480e0260cda3ca40f59d8092e279e7081 +size 12623 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (116).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea3fe1ed75d7192d8f82b555fa89241c8b7fe290 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb33fb4d2074458cb4808da107a1bb28d6f81cd3b8f1eb72fa11fb779bd2643 +size 15167 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (117).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0cff222414fbdcad397cc0a6d8709000ffc62640 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3f66a19e42bf9c2545013ae1b88fc4b6d69f0f2f40572a81fc0da7228bbe89 +size 14656 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (118).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e886b7fba2ce3cf80169b03f9bdbe07da5bb3155 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af72f8009a1cdba9e1571ab041642739c23ebb79da6b793b63ed0d4eed11533 +size 12862 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (12).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (12).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a62adbdd0548b5e64e0861dafe024475d2efa13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (12).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2b20af378eaf41d15f7a9e1a0f91b4bd28b9cba83a4be8d5fb5e2d08950361 +size 14473 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (120).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b58e997956b4a222295f9cea8650bba98d74e59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b427ab023a5ff60b4fdd8152b2861d56ec3c082b9c7ffae0d0109059c24f54bb +size 17596 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (121).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3130cf77cdf8867dda1d3646ce6056d175e9d926 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bb6bffce33c5e73e7589c519e2e25319b0efb866b42512441bec47d252de8d +size 13138 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (122).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29d0bc92d5793e0ceed67c11d04a075de1bca7fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3bfbc77f40efca0649fedc261c1b58a49e59c9b097ced2a65636909285ce35 +size 11467 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (123).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbbec7ff53f66f226c7ff03b92e0ef184effcb95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e28944342dd65edd783d5221dfc504721a0918872a441933002fa315e791ac +size 16069 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (124).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b98fc37b44eaa1d09d0b340ab2e5da55ee2956bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db5f860cf3cf06257540865b48c6bad8cf5099f29facb4d91a87ce4761a15f0 +size 13051 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (127).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c1093fb377972ffeebdcbd898f6e36ad64ec3ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d90843598b28895ac075fa62c86162541f7bd720185530cc0ba7d46cf2ceb9 +size 18036 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (128).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c76a5de7fc7c24d94a8336cfb6ec7d48839ce7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11abdabc0136d00919803ff5facad72b2bfe2d54ca49b1618376e968a9dd8b3 +size 17480 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (130).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b7b022dff53510ea61e953c07015d33e980ec01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cd6e1ea866f07c28bdc87534fd4d36d540eea7301dce39a0bbd8a18d3d9548 +size 18065 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (131).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26e2d0b07712413419b9ad03477f4402a861b75b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66df13ae6722d3da5ffb5d5c46c641d4dbe3445624f7bc3c05844bd38a41dc54 +size 12116 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (132).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5eb8f2ce48c7615e2e24c9c5944e373a3494aed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f05921191310b3057b7fb77f6dbe07bb4513ceb1b857f73b42cf196b1bf52d +size 17307 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (133).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c452a3be5ae117f4f2a0c3980f9b1c221a206984 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc226561c8768986a2eaa6ce63a656464312ed5a082706949c2658b9a0bb8d5d +size 13419 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (134).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96185206a96d8d7f3e9705525013a916c66a8378 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2e8629b4f18d3a0b58e57709e3f0da2e9493479f60ce9e4d3f79537fdf1ca7 +size 17624 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (135).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ceb1463b95227da48c146af38005a048fed8f916 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb98f98e6e02f8a5745499b7c1ddd9b7a6b3bf6002044f9f7de1bb009922f245 +size 15062 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (136).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..343a51569af032693a24ad4fb4be607f4aed0669 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a411ddc5ff078f26f4709fc4689a30a089d1fc7ab49206f546ff68ec113ac9 +size 17620 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (137).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2925632848eb107517428ad2861f094ede0fbd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9084d995605676359070b0503d6774572df2cf199f10a2c6d3bfc528a2c670 +size 17762 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (139).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fca8bceb43f19d7a015acd76b1fa7f2c752fda7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b48ad1860c456a334bdc124e2f8fb900f3adc633b6b0410f0ffff545114c04 +size 14481 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (14).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (14).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58c2c461667982033546307c74dc5bc866de521b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (14).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c083a024ba0f063c6854a6c146f2c6ca96b4d69f82d65f0aa27a9fff3b21924a +size 17241 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (141).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1bb2a69c47bb3be56719a9f2d6c63d82ae0bf6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755d4955b1dd548d9bafb08394af1731e252dd414766f4531e9ef9dac691c22e +size 13654 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (142).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb2be1327d17fe3d7269dff5149b9bc1340c0697 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7750377d46fe60eadba952c8e230dcd0a35522b7b8e1f89c0be17dc2c8d0553a +size 17451 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (145).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce8da7bdf4937929afdfc93ec61ea925a341ab72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef3ecd0667bda4219d36d63660a421118718b972323946a52469d7b3dd5d764 +size 12433 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (146).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..507f1355fc9894eb63bf7e9b6ba89e43260f370d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af5fa61cf2009060330f765b4be092a4a396e2b5f6a55e24edb45b6de256b9c +size 16556 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (147).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2fc35e5d0e4497f7f268beb861ba4c0a23efb8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2aa7765475c17466bcdb0d089e11a657804d5a85ceddfd30c1699041d9c4fbe +size 13983 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (148).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1d0331e102409440aa4123ada745aa83deb5773 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e12806df8e97d37445b52a5b9229a38399a3dd927636e8e2f50adbb55e0d24 +size 13046 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (149).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f44405cd0f3a35f4feeedbd8ba3a56b77b0859a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb86949041138f0ef125a9853aeee61b7c127ac75c2d0d4bdf05f891c0ca3dea +size 13545 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (150).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6222f540fc42d8fc1cdc6e37baa45dbbff840e55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dcb3ae4afd5457a169a5f42ec5e240830ccd69047b641cc9ff9b5c69a1686b3 +size 15715 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (153).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ba40ec8644edb44598fbfa4d228e80ca3a94459 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81026b0007bc1d0aa83d6b7bfffde15304f076b148952b9b44ca92a01f93397a +size 12762 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (154).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55501a6d4e98473e742e36b0f01c0f2b9bb06d7e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e7fec504439daac7333c6f67f36159ab60d31ceef6412342b4d2f98527d48b +size 16947 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (155).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a458068f122b8e1fd9ee137ffd59570fe1801a11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eab4904ad35a802bc9adb4ade635f95c03d989eb789ab0a0f57d8f8b7ef1d0f +size 10506 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (156).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec0ccd2b169fdf89bfaeb96f1b14cb8f67d3bbb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae213a2d53461297bb7e629ef4839cc334972a475e716a5b84b0a077883c0a9c +size 16136 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (157).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73685e09a4b16497396cb2c43f9b99978c03a665 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcfa318180731b75d98c1ad3109149d2511d88b5655dd6fe445d1ba10ae2854 +size 11883 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (158).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e297bc79cffdc8062a9b34b2164838320f8a810 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c21beae17599708a056df2c05d79f74447e45e3dbebae4e25061a3df007329 +size 18085 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (159).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aef3b2b8ee8f738c0a5c32e730ca30e710866437 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d9583bddf61b9d018ebb33c851d3626b57fe1cadfbf0658efe2fa4182c1606 +size 14940 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (160).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34096b3d5c6142d8e8b4da6a8847fde940b3273a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d9988391265af0e99b6d90059ae2b2a7ca6e32384798bfac2bfdbe00f037bf +size 13506 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (161).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cebf04a251fd005730b859d79f9019381950a74b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502c5a48bb794cab57cf884445ed9a810232e0d49a1561bf313027a6cce2bd16 +size 13040 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (164).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..720697ed4c94ed57038f015f998083f365245e02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be078db7104b575d4f836bb8bd3f8e412c302e774a51f528d86beee84d2d5aa +size 11476 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (165).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..746f3d61c6c30ff048952dafee3e3601d732a17c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19fa032e3b4fe8b6b8543e4ed27265814b3f45512db6b2339cf90e1b267aefc5 +size 15826 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (166).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fc8a7d98e21da460e25b2cb0c384eb4de363f67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6970273446094a2d7ad2401abd3d2522f201b71e7389b76359ebba17a469845 +size 12124 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (167).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d64b91c806b0d6e4ab85ad2255651b6e8f156fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e717ce51dc583a2c971040b6ac2efdd1ec7137a1bfd85214da5abf00ba3c991d +size 16522 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (169).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3247bd60709cfd1f0531922585637ac1362bb78e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d35de54c996d4597393d9ca703dff87256ca951bc85a1a74d1a68afe087094 +size 15051 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (17).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (17).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13eb177aca817416b760b824ef0e25f77b85ec95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (17).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e99de5ba6dd4af89ce1ee9492f1e4d9635dee46d2acd83a11cac3fdc69dd103 +size 11403 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (170).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1adc7628aa5cda1739b57062ef08b7e476ef4754 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5eadbccd6e99ad622327af762b1743906266dcb18863f48fc2e7f54a4a4439 +size 12725 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (171).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6fbb0c774a05d0dfd44a89e781be761d38583b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec85c016a7f0764176c7de2007bf36e8c1183766d98e12d5702a8f6ebbe1c25 +size 12616 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (172).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14c629be00090529a8e0624b8ae4f3f7f616ba33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae47222702a4fde93cea0e924fb550136b60303f252dc0c07eee86183f811230 +size 13284 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (173).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddf13ab57bcd524ee93831245ec69dac6b746fab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2b45ab5b13bdfc22e9cbe8739df668c785a2be9e6e7e02f8cb29a9f38a8752 +size 12102 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (174).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db251e4250e529cb623d5d84a68c4fe465923dd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc8b5c31ee8b15a2c51b6edda6c58131e26d94bba61335b6aec46af3e4d0aee +size 11635 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (175).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1011740ed702ef0558a5f4dba8cdea071dea77fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a2193d0cd0523dac7ad997f6738fd3e77de976fe5b9f9aa4986bc1bd0a975f +size 20331 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (176).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7244339f7b448aefeff0a06befd267f2014f5ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafba9238b9839139fa22dd3c216a99217daad06f36bbeee78d659299ddfdade +size 14023 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (178).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cc160aef25f900689903a05a9c5b4e508b57a8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7088c2328d76617191e3128a0e73c84c72f433b0c98e6db236510fa8e3d40518 +size 16748 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (179).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33f5de28ef57c84b99b3dcdeae83b5cffb0d44d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacabe2b277f87f2bcdb295dfb10191c757d4bebed22a6e2aa737e37578684fc +size 18300 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (18).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (18).JPG new file mode 100644 index 0000000000000000000000000000000000000000..620f8c4d4eebc0c58183a4719803212cc4b51d32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (18).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c717c52f645536345b4c23a3d4cd3b1e3031000c26213f0bc60a41e792d9cf3 +size 16194 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (180).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d6911e7075fb64f2adfa6883cd5f5878a6e52fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61fad9fd83e73f9077aec2b1b308183cc8a7ef15c8bb858adb3c8831ba47e06 +size 13974 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (181).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..566dc30e7ce13bca6886a737d62a5619a99e2f72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6e832bfcc9b179f3fd6325352a38ca200e03327a63d1aace466f6dd4d3fbb0 +size 13737 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (182).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..701c837f7794e93c576bbc493e384189cb737315 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44585e87084c1332c5985668cb92798645d5143eaa922adcdfda98954382a90 +size 12552 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (183).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..080369c99527c1405045ae0230ff9617e43f9a93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e23be62ce4ad0c134873214b36eb0ccf5bbc06027dd5ae876d8fa57c99de390 +size 13256 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (185).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83d69f1b6a2d9ed87889efcd02a488773eea3cb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a5124e54c5c10d0c674d99af299bcd3682abe290992c2977b2a42712432220 +size 13064 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (186).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ade43952c972231a9040fd38d10c8b83bb54782 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a95dfabb93d218b88b99021952baab53f9e51469921aa1ccb6d4a1281964631 +size 17150 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (187).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28318586a9f89fab44ec815d3d98aec056391fd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35483da8b723952df1ae83e7063f5b16ee19d7056da60d890238402aaf465ea2 +size 13119 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (189).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d443d19d6e118f4014c65b21effa32e0f78b6e2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b61a14d9aec482c522a63a08a0f407ba3ee83458a0c7af8846adf45e082cd4a +size 17393 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (19).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (19).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97d6396989e78a89bf544fac017b540332d50c75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (19).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fad77ea95c708982877c1166c54e269be14e14f34ea4666c55fe7b420914eef +size 20392 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (190).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aeb5d3b804fb56bc5dd63e1ed6271920c1dd2d67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bf977b3950fc8d434d935e3ab99cc96e50dfceb797f8eb7de719ad32eb5e2d +size 11414 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (191).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f3ffe02a37e03eabd16dfebd914ae66c5698dbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1975fb20082bf6d9bb28da7d7141206253d6cf52af61d94942f66d5c445a59e +size 13392 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (192).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcee0889139af0829dc568e2303178ceb4cdb938 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049e17049c90f823ce4d06f224d00ab27cb056434702b6edf18782d1ab9e1042 +size 15219 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (193).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0cec264301d065f0005d33290e5fb5eba758d997 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d965906c58aa28262471809826e03a46153ae10328f38502f074a512136afc3 +size 11567 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (194).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7eee3830ebea5f1a73a976b927450a9474820c8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75492978f5937eeb53088dfb36370ec4ae64772fae65f7883e00da30806c5d9d +size 11419 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (195).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3ac8bfa3d62e9d0cc559fb45371879663b94073 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ab5257b5c6af7e8e4580e464de5915d8a0fa5360e8d37680cdeef85f45b6e2 +size 17587 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (196).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3e72fa6ffe18bc8f00e184e447ba259ba9d45cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb549e83ffff13361bf985a5576b4d7b269bbe32a405476666d4d42087a5748 +size 16908 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (197).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3153f93ba054547892ef20044840edb46fbbf0b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfab4d70fc777f8ff5da7fdf1508d98bd8fadf92ea027e7e74c32435f917e14 +size 12477 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (198).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffaa35fcb7576621178ffe4f8c9b7343bb5fe1b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed47b34a5e3c2943a45620f4583fd8c6582de64220df71560aacb6e518290bf +size 19794 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (2).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (2).JPG new file mode 100644 index 0000000000000000000000000000000000000000..025b0394396b549b3369b1a633594e461d7145a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (2).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de01c3817dcbf1321a99d2dffea48698b9c776bccaef6ff8f23efad001da8aec +size 17866 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (20).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (20).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c090865e2ec3e4d08aff403b629a66fa65a309b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (20).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6836d5fef8331d2cc74b817e23afec2481f5d1ea1276d8cdc75d47ff97703059 +size 16618 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (200).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef996684f4d3c8378b91be1da1f9d1ef7389b080 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb45623ca88a45a786bcb52b1ec17ea1c0833e452f9a5ef550292ac8b94effd +size 22841 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (201).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2a06bb39fa1092ade948ced2fe3332a33e1155c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ef414fdc716aa1d2b2c800b1dc0bc28d37a1a59866a3885e5d7b91795fe234 +size 12002 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (202).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce50ed56d2af83e1cb8d3a014bb4388958e47082 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb10e899ddd601cea3d613d16183f55073e4ea646cde6ce37e07363bc942575e +size 17129 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (203).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2dd6cd732872444fc58ee781ebf2780e0554ea2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7378541cc74d9f68396805c091019105c27556bb094222ac6baaa425e7a69a3 +size 13560 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (204).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d01ff73a16e67b5715035c75f99532d293034509 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa603bc59960df25f7b5d8f65b0399a6d152e90ff2a739aec7fddae775bba03 +size 13259 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (206).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcc4f567261dbb63292af2cbbf7a35ab1c37b99a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e8c0fa749761956e56a820715dd3908fbec151102f182ee1d838b15e708e9b +size 15179 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (207).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8adc207b578a9b8631befa86bb9b083f9ff20973 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39d9b7615b398ebda8390054c6c0825aeb3363e00497d15b752b3f33a15eda6 +size 15551 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (208).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f5576f9903bc1b2c72380e06a7b1efefb70393a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a5bfed8ca27c1e6c6f9b835c1cd9efddf20b3c49ded5fed192fffe55764f70 +size 13186 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (209).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c1f6991ddc77212db36ab7d869cc74ccf256282 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d77d7d83aea0c6a16391770d57f9f7ae9954eaa61840e00df5fd3cf0bfb1b2 +size 19542 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (21).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (21).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5259f80b76d118c29de155a08f91ae0028a48505 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (21).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65da821a35f794ee9206c2d3575d1813f9325a8638230d797322ddcbb21d0e6 +size 17288 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (210).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e44c4b5f9e34a65658158b5461964050fd960d99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22b568b6fd23a8719ceb0ca3e91301439eb109e6c61bbe1d5f556375bd43223 +size 17062 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (212).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54b9eb2835839b40f34436cc9f65315581cf8073 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529c4cfb2a7c0f5cdfda51280406a6f89d0e2a8869bcf713b6c9b18688465348 +size 10360 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (213).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..973e1dd36ed1cf2d6d6b130ebcd04f8e2ae37fc9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63a6acbba5168211947736848c3b075dd1de09e2c9606d2c7d747c63a9b23a6 +size 19004 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (216).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d651bced8a6cd8780b874bca91d65c6305c1a041 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee4af534617f1246ed79346eadfab182f522ca600dcba614fa75e236e639bd6 +size 17351 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (217).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44ffc8beab647c38da85c8f51705aadb403991b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14417c688fe4dc492cea11d29683f5df6e8531bd22040af856e0832a94c2a36 +size 14540 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (218).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dba2049970309e0d0fcabb1c00005b986061b26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b3122113dce247dd635dd0804433e3971171300d82be874a4d78e2208b7275 +size 14288 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (219).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7a9e8f0929d894b0eeb72b5faa3f53f6d91b6b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a94edd3e3333fb485a4fa469f59a773e6f7f177bd894e6251c07c57cb5c2754 +size 14781 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (220).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85196d3c31ec1259e7f1d1874472fa3b3d333598 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7971e39126c9e1ffd6dd7d39ed1fd5ec54d2ef8cf8d3a9de109e54b2b0bc9ec4 +size 14724 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (221).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cc709b109e40493bcba791a56cee195ad5d9d80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e31b3ad75dece06f309bc51430941679cbf38d6d4b312795da1c245d22b6ba +size 15773 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (223).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f82c866e37eff3d876d228cbd77ec7d7da342576 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10b8eac92d3e96c43b57b8a7185d9ba455e5caa6c5c18a5488d138718477179 +size 19155 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (225).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..caaf95ff3e9adeb3e9be5573bb2c2eecc98996af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5954d5d7e48140fac159580d0c9d0c41c12fa492fb2ab0b8417cba8804a9db +size 18384 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (226).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..107215dd07d89baffee86f1088498861f17e1071 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f129650d55b18c8b6dc23db174f083e40a6306b7b16ba660230627f52a458f +size 18638 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (228).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d59679bbc84aacf1ff6f0aa6e4a6c2c7da3ad5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1256b337807fb142f948ce7254de859bcfce2d9a492bdb7da889b32aedb0e4 +size 18536 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (229).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0920e134dff01feee4b0a8654a4186a68d69a73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fcc9d9dac5f753de9e7bb07190a91411e55c39d7129f9240bf00de2e949561 +size 14409 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (23).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (23).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f269c5a22a5d6c52f9a03dc4b513610abd777d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (23).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3b5cb8548b8fcf44b0a15d8874cd24762d665b60f61d8518a000884be0b6aa +size 19173 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (231).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f210109c433be9ab561870e94bc04acd8209ccc7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230ea546a186cc859a8400c15fe07283aef9cd0a25576b03540ef2d27e5430ea +size 13630 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (232).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..143bb41dc4c2eb7a1b066c1e2f7044c05e4daf4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a86ef251c2a9450ddfd87bb68a69a6a2c9601ee51ab2faa2778e51e86d8f1e5 +size 12925 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (233).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e6173a6c13ee4408955922dcbccf46501556f7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8734963a42b86ef0c89b1c71acdd0081cb8c148965491350ec98efc3db665450 +size 17316 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (235).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d846fd18a27e096c163695d8010a978ba924bf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2523b17a4e03b678d00c6113d286a4aecec5316deb0683a369e6ab0b5547dd90 +size 18042 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (236).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26ef94ad787e35c607b011a0bfe93692e4a8be8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803156df0c52450c268d3a60db227836331530145d930a49e5ca081e26a34db4 +size 14838 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (237).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..008b6e75ee09594b70f89a5f315356a8928288ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137d65846b3a0292d9b8ad472f31db70d07d230f5da8814d899b506c1d2f10f3 +size 16795 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (238).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df3ce0fc27a412db4e7c2062bb084855e76937eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223155315158cefdb2eb88c125b7764fa33a524eb6a781ae4817b2ed2eab9b98 +size 21146 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (239).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c3919591547d070c5c7867933a4528dab15efc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ae03ae669ab6a1a0e1d1233fdb3af3c23adbb43821f7703ff38e9c207224cd +size 15992 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (240).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11ec9d7ab0eb8508472811ca79252af59c818e70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146aaa57c271d19f0e3c9ee36f2d2e8fd29b75620ca74722a94f9f81d681bb2c +size 22177 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (241).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..198bee6abec0b538e95a75252f87ed8dbd06462b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a35352b713302dfb2c45550eae9b5e36e9e0a62ff8e19c0e3d2522f9abe5d97 +size 18860 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (242).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c48e0575f6dc50ec44f3618d0e8687878d18182 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d78cf06e2612b86aafa5f0491f625536a237aa659f951d70303fc0892b4f0df +size 16821 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (243).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1b5c849412ee039baebb8de13d7f99ed4dbde52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2ac570141a7ad2a38bfaac158f4daad04d235d5961da7187addeccedd37460 +size 13525 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (244).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c14b0612fb28477b94820190d987eabae9ce4cfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33991f4840e275a70a8e7c9ed31da150e3c08b18e5e81ed79d1e0ae453b18b0 +size 12487 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (245).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb74ca5d1c1990aed44a648ef746d6d37f4502aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcdf25668059b7f2ebfc94b02a15a720ec4f9bf286d6e7af64d00b1f02e80881 +size 10565 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (246).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0425bce58086ee98a7b48134a7415b3c2de9fe8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b569d9f83bcb59af35c91d13b769451dc000e18743ae64d00f88e9a175ce09d2 +size 18236 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (247).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d568cfca89dcb29e8277bf7f258922737fd3fe28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb86ebb166b0e5f9ef5a0454a77e178b7d19fec9d0df6c6b9d29ead17439e934 +size 17493 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (248).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea0113f1bf2315b953a4c670ad650c3d29e2d8ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a23115863b9a83f0ffc74c31d68d37ab0ccfb99fe7539eaf944dcd66ccba21 +size 16099 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (249).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9aba23ada6160457addcf27ea4e9c4eed617b68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b79036b67724f6a76895d17ef1b863ad7a7134e03141b1feb601a591336123 +size 18261 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (25).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (25).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bc26a12521589a8f84c7a55bf4477544d2d77d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (25).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cf590506f66101b6e7282e967d9b82abf1e43a44e9f23aab3df710e635bc23 +size 12440 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (250).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46a7f2fd9d4466d5b6025cad14cba87047fec2e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839a4ce6b871533ab078724cb0a668950615c88a7f4663cb37d7dfb7bfefd08c +size 12001 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (251).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b3acaa6d2fa7ab89f872f742430f70561fdde6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6d4ef1ce38cfe625b826af5e96eaf42519958c60e364b59f9edbee90e04694 +size 13323 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (252).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a8de08bd2ed1e2b844a8c1212cada143706a290 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26676933d90b3f24ad7785e0693cd79497b45592d254626b82407308b2e99252 +size 17041 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (253).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..368e73e8171f74737ff615ec77c79f72c2779b8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2e3d6090d552e0dc7f647c5729e0166232c29da78e22ee460cb9100adb0ece +size 7975 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (254).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fea4f3f3545a733f7b8d6375ba13a8bee304e4dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98ff151f53b9db3a4e5db6a16d6dc32fafd649720439a868b0ebb4e4e824f27 +size 14833 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (255).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c3f7798322c0d9bc1b634796059b074d21a6769 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f161352f24d18ec477035750cb8fd7f127dd1621c0564fee2cc643b3ea93a87 +size 18185 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (256).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b073438a591ba37d451821b34c1f68d98154f9ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87db116b2ce27a997baf9212c87545bab8505d05c5b96084392ae19c9bce9d5e +size 13168 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (257).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da2bbf4cdb288f3ca1c089b6a63927b48512fc13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea19476a502ae1659ebd2809e9b31b7fb38bcc82bc0cc6c6fd9b5d135c573611 +size 12558 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (260).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..052f16360ea80d0f9524756980f1c2aabec81a58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f7e37ea5bf1faed58098b9f549f4811512312cbe6226098a16c400c5b0cec3 +size 13258 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (262).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..255c6ecb2d2594bcad6d37bbeb9d1c25151a1f35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c51a35fa7aaeb7e02cac3a6402db01032130a70f460ff6185192a66d306d76 +size 16091 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (264).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07e9da3678f39ab6aacb4419cbdc6b60addebfb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5467aff8bb6ee4062a31e85404389f5c63e708b8a4384f68407433fe55169d12 +size 12828 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (266).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..606b19a640e75478af9b77d3583267d457399037 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a80c3c52143d6756a2f883bcd4602d9d4a16d479d0c83b99885c7887a85aad +size 12707 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (267).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56082b266513cff715c35d187a1117f1281de427 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374cfbb555120c06a2ce248dda337abd4c096cf75596afbcac110ea55686fb4b +size 16319 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (269).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e353690631472aee48722d6d849cc90a1b4b4767 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17263be861587b2a93c7178ea3d94251341f4bb8c0773891e6f1cad5c27ccb70 +size 16650 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (27).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (27).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a718dfb0b18f4ed0fdc53a4a3cb7a180f2f64fd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (27).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83811b79d005f3039153e0a398e698f41b70877881bf8b6a7c4d62a25841d09d +size 13309 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (271).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2061f303d7f039425abfaf25405fcc51003e101e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209e1fdb2b7af8e169a78f76da7ace9709daedd610a7bd5f9e7efa18e9acb305 +size 17843 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (273).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..189659b9a2d549af158753bd25add471a14ded51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182b84039193e8e2d1350dc67b9fde2912edd84b7921ff6071ca0a97e36288fd +size 13300 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (274).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa9d3aaae1cf26e5812bfa4e5fe215f15dbf1e9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a91d2d3a7ee5cabab389075329057be57cf815b4bb3a0eb784a4f95a5938092 +size 17934 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (275).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5575823f4a32c3863ac3f44ce5380b3ec5a035f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863e45cf5de53abc5ce3d4937e7993e371b21a4370b7602e9ecd1bc7fc217e6c +size 13743 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (276).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5691c806cce226034e93c23efe50ce098c02dae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4576550310e426ce458e700c02bd10f3076b337ea1ab460e2906d9a677966c +size 13959 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (277).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6919e65dd265196317e1a799c2b5ea66c54e3302 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13bfb46e1bb2b079b2b4251bddb956f1b3f8988c4206734e07881c41ade7fb2 +size 15864 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (278).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3af63d0fa99bd7fb0e496bdeba119837869b0f37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381f4b85ad755aad4ff5fa6869ed4f05bc5d045dcea5a39c368c3de8f65f0446 +size 12739 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (279).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e50398ce928d610371b26c1266529ad0f9f97877 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1381fea1304fef6084ddac8001c7057d77453addf864b25ed5f569bf0e255961 +size 12164 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (28).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (28).JPG new file mode 100644 index 0000000000000000000000000000000000000000..794e3ab5c79be84c631c09606258fc30bd9573ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (28).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2381603fbb34bc3591a404c76594755aabb04daf23adc8c7d8b4aad2787b025d +size 13885 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (280).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73670a46bf4c8767960262401bd80f7d0910dd8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a951ffec8a6155511505cb6a03282764ec81d4ae915a964168d7f7fc5b60c5 +size 21578 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (282).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4e6183b3668707acfc123c1808ede9098ce7921 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168d5272e940683d96203097fa1d5afa058a31c36815bc2fbd099eb41aa99beb +size 12866 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (283).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c34a7d922081fb1aed7c6751b2422eefe49f1587 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df033b4eca97157d71db81e34fb6c6723d4fbd3023dfeb2388cb1e1f2d2d3df9 +size 19160 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (286).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9457c1caa516c1af999e605fac0c4b3367ea69d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa6108985d6478083abcef7ea6555b20a0324d7c0e70f0bf522838c0f3d8f42 +size 13904 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (287).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3576a6e6841f5ec56d61d23e14399e854c089817 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2084240c9d127296393dd5ede71e2b547a17293b12cf845ecb10448c067435a1 +size 21369 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (288).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08d2e0231c0b80ee2e3650b6f9d6dceb072e5b95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509135af79f0d6a3dc26ee3dd2512e762d826077fff046afb14ac869d716000e +size 13034 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (289).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..060837a94c68524ad773b0c55173a57cee58187c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebc4f1deab779d9d97db237183a9fa735b4fc3cadfbfa8d08bd6048663d10ae +size 15718 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (29).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (29).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e36db1c2f0ef29fcbc267fcc227878a225d6f1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (29).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b60a972d7cd31a94e87a905c02cf0a9400ce5122a44bc6da5ec44fc2b21edf +size 14753 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (290).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..905bbc865cf493aa06cc22937df40345c7d55795 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb16a4d65a7aa4f5336336c49c7c09bcf3f8a96ae37fc3aca35d841d22a5afff +size 14336 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (292).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c462a2da377fe01f68e668964631761a1a820539 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd44b6085cd51992369168838ba5a9189a9536fbf78f137f86fe910f34fe1c83 +size 13232 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (293).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e3d5ed25de158c35b6b1746c8a5ee33a47241da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cffc64c611a6e2d71e0a87424532982687ad3acb1f9f7a3d44377f3cab1a502 +size 19165 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (295).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07759590fdbe4471aee583372e5dd8256cf233a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875858bcd23ce8338e66ed01ffad98af49872271372f22c23b0580c8170c4aea +size 13374 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (296).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f67a942ba0aad06ad54bdd7896e186041588f641 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd64876521b089ddc3aa636f1e63d81a17df0817453432764bc0862b4c967bf +size 12517 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (297).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f959767406d8cac1a819910071f258cccd443bf3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27afd485a34811f7a3ef46d6c59867369357eaed9d76b3e9ad120afca94d8c47 +size 16317 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (298).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04bd7bccf566cdf9deb02df5841df8985d2ba60f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a47e412f38fd492b579bd5ae6be340023c00aae7170c89bd39f9d5ff55e75df +size 14322 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (299).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2996b82f35b3f8b62f3caba37b7e17982d4c584 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc48b00c8795abde09b0b144e386f697224f6790acb760927a027f63c9ad0f7b +size 17908 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (3).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (3).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80caca6c6b9ff4eb7e809b80c1fb139991a882b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (3).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f03019d5fba731081343778052675091701644d17ecd1c5f6369395d4a35911 +size 17171 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (30).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (30).JPG new file mode 100644 index 0000000000000000000000000000000000000000..301dd3be389f8c9bf931d50cc74cb7db4e1bb5af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (30).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b813db2ca460894280bc0decf1df940dbe64085b81d1c54568f74d155d5a3c +size 12183 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (300).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b27784851e39d4501c8183b0864d9cee3e5eed9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66392b46e7b9dad28d0a1ef2dcec105d168855408982ce6da93f2dc179c54cca +size 15239 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (301).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72b8a604008bb67b6318e61be0df062f7cb57c7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911087089a9277ce156801b8e15ec458cf01923824f03b251787853a3d31e018 +size 14752 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (303).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee051eaa7561479347af2151a6cde5c61fd6048b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a46929cc4c5d59812edc74f0b90a5f8d9a9ff0046e6c977fd1388558d15676 +size 18610 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (304).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c96601cf336a62876597e140d4d7c72a8215a7d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc65a9eeaaade3a265b76532ba2c1e1f3d3f4ba20b10ae7ef7420200c99554c +size 19717 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (305).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7d88e349e04e4a9ea1d5b0cc3bf46f65f9ff706 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ad99213e56acc0d2dd487592482ef4bf04a5dde0a6386f9d910aaa28ca1751 +size 13744 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (306).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..090f9a0b99ddd6532ee6383cba12ec1f4f02bd2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81a164096cc6cacc1cceb3c0a8decea49ec709ed659caf8ac1eca453cc3f00d +size 14699 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (308).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b9aaf3210f1976aac6f0a768ba6ba0998ad40a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b621ac351e847acdf4fe563f5af44e08a1a47e26ae2ab4fdfd588860011a23 +size 13907 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (309).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5501d490413ebc237c69b2e565447f392cda671d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4593b2a3dceb7c7dc1bac06ff6fe16edad6672656a3829aa99230d2af6bd65f0 +size 13442 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (31).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (31).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92c94f38136da32aca1394112a973239310afa31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (31).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70abad1a8ae681df515c9f9312f2e9d599c6b28a9565aa1d2469ddfc9d8fb3a5 +size 12762 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (310).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5e21efe87b7d89d0900a8de5de1463843c19085 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b210abf542d24e1afd8be53cf560a8cf4de3b3f94754507989d39b4c8aed3b7 +size 15491 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (311).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b6699758e49579df728b6681c6408456f15b7ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f319beb0d6b35b42facfd45752117127c1ff7ab54b5c4c8922856720cba8d0f +size 23618 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (312).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f486412d74fd4b3f9e451ad8a7ea0fc03e9d28c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9163d9966c255e4248d38d145a4c20ee522c77d2cc41bc7e088435b758ed624 +size 17174 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (313).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e48e3bd79c4c963995ad25aca719d547dd9f0481 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68910c4f108cb55c6e0e2c7846a4165728ababfc51f62912cd63863da2894e43 +size 16355 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (314).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5324dead7e00e79d61a50ac008df4727c4419acf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950bb1c11e7d70815cb3d25cff3a934f592475687eee8fe7a8b81c067a9893b8 +size 13198 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (315).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fde726fc197735d800c3470b9f4146e4e7ba203 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bedd12a1bdbf139ddc7ccc39467501c007e09a98e1ddf254414b1f93e3247b66 +size 12688 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (316).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81d3f77837bdd29dc3397b8117b9d658b86c2a15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ba84b5d47184bcdf6565ccf59039fe438466559df2981868c9526355f13488 +size 12406 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (317).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c706a6f8d7afd52a62c93f88c37f49f5cd5af5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1654781f2334be8ca3aafec335e352d95aaa512d7bb4cbfc84185906688cda +size 11317 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (318).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..314eb6db78cff4a58c5e5cbf83e985d86ab7b779 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5fa1b6c580534423140a757ed8275bde9d2b08b5bb96b0824a8e616e5f83f8 +size 18116 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (319).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0263539adfee81185359b3b7ca8cc077a0af779 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de61fb90bf25894641cfea959b5a965c15993d0732aeceb0819de188e82d56a +size 13239 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (32).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (32).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87312bae2c5a8e03bf0d8483f0f30cd5fdc4de6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (32).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47c8ce13ff95e5b53f819853667e6543859df889733b963bbe271e858eb1235 +size 20180 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (320).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afe81e50ab73cd623554b834dc97c59602990041 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18125b11128bd331bfe5e00c4f99d5e57adfe457c16d987d7e4dc58a268a6540 +size 11729 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (322).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8966a8b7c7dac29ae93dbab224b0b2a3607ee309 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c9375ad560fb972a3987e82761d01c284d048557314f98f0c39e8993c035d3 +size 10905 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (323).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97a9abf1b395db5e6945809f258c5d9651f38a8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a319b10f3516bcd4c78637d116d4238a71008f3c4be0e533b5564ce1c193e25b +size 16212 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (324).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b106ea14ded3d2a94e215232f300c4deb437c298 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a397263c3d7f31257fce63b6f1acfa3d1852ac86062e6d36e3822bff8898bb99 +size 15822 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (325).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06629eaf73dd31d059ec4284c6bb5501b9ec2a92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64745aa268a96703c0c831e931c30e6ae557871fbd685a21848b74c21bf13333 +size 13119 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (326).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e781804f2387b82d4035582e9c8c9a5e782ae8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fa0d32a77a2c0dbf5c1fd879540d1218c1800fa0011b93007054b3d71ac36a +size 15517 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (329).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11d98ca84492bb6f6ea257aff8bc1a16be7c0d54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df04d731f611f150a16b5256b9e2ca5c70e0d5684e1718203d383b35f14b8188 +size 15167 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (331).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..feb596d8d3072416e8c415cfe8d1bd41bdb6207c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd76886c87541eed66a434fef310a1e218e353f2933bfa420e95cb7f6a2ad282 +size 16524 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (332).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e77d18f123429ec0be5a7cf9d72b4113860cb078 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fda7e4c18222a7d89ea53c474eb46f21ab0658d300cf7075f482378b428922 +size 12038 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (333).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89817ce4691700056c70e67a5b0eb44d73cb6dc1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd1decf497cceb6e7e09e8030a7523cca19e5045db45b70f52c297368e04c53 +size 20280 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (334).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ddc0b7cce058ee815fbf3ad9585ab75c648a49b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60752097d43a669197d631795cff9fe86519b3d8daf380e4f814e608d271a4a3 +size 12714 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (335).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..500eea8cd38d2bfea9ba94be6f8e89402607846a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25c102a28171ed2e74eb5683dee152f24491b4d89083b727d292e646de7185b +size 10555 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (336).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52faaf5cbf4bc1ea076fc63f3def7ce36d395322 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad9b1b557567499c3b7270364efc2b972389a26d73b97aecaddd988191a54ca +size 12485 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (337).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60f56231a0d5044e80131c48fd60f656a379616a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637377e98f1deb62e80562cce3a7e60f89d7d42d296bd8a66e5f4904a17a54c3 +size 19247 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (340).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd8587ca80b3cd82cc78d0df4c3b939ac52c90cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a71a0fa30fc8eb6dca6ca0a0b38249a2e386695d3fd8dbff15459c583d03b4 +size 16613 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (341).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..685523e511ae10f67da41be54d5600330bb12c2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b471d485361e2deb1317fb95b843391b8dd4719ed77201ca3ff84daa87d21677 +size 19329 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (342).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffcf93373d74db7422722b15183e23ae72b610b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0455c0910e3d37ced3e932c636a81e7701153e0f9449d888234e52cec972789d +size 14039 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (343).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0440629d88121ed9d562187db6f5c85fa8c75cd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c11372b978335f61915b72b29ab06c762bde36803416920d2aff459076a7a9 +size 9651 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (344).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9af269b2c913388f111bfd44f1b5948424530a42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6589481427e860db29e65444010f61aae33d204b980956facded32eb5928112 +size 15622 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (345).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f53daa88c8363bc18ba640326218cf3d82416301 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76dee6b594ba961aef87ffeadb76ff1024829a97c8c51f52de6eb0ba006d2cc8 +size 23184 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (348).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0c6bda4f65bb95dfd9a62c20796de3303b92ae4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babfb36656800b9c66af34ff3f3b5e6f1120c6590c68d3ae4d8a47bbccc921cd +size 18659 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (349).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10980bb53c053a5fd04f7dc3160c766b93a61205 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b8a4bb95b27ec90b41e46481355c3253cbd7fecd26386becb191b2bce7653f +size 11790 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (35).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (35).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73300a8ab4d92f7fb4968d3d657bb6002585b6b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (35).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a170f71c541fca7071f81fa7543586bd6fc02c4194779db0b472787c86e852cc +size 18149 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (350).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..133141dccc8a2fc1a2024c5df983c3614a9509f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5234fef63ddb5da381232e53e70b736d5c78c63dbd41eb80bd07eae382b492ef +size 11373 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (352).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47dab615ad8cc2f81c6b0be4d2fa9bf84dc99b5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f508ec08432c0139a2e7a104c70089ba2faca55c30624665beed0e2115f61edc +size 16153 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (354).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0859e109b99c4c931a2ed8ad564fa9f235a9876f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1805a1779641d82bad17211a1ac5cece95e8652ee7bc6658ce98e12ad9c30867 +size 17130 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (356).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e358126651ce9bcc030ec6d99d6aa8b744add228 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1441d3ea3631005037598944accff6f9ee744bef3ba2e976394884fa9b431025 +size 17761 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (357).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff2f271f3e8e4a720e4b552fcefdc4f049e51688 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1496db1fb0997434e82126773e0e23e2049ae2dbd5455f25038b8cda65edd746 +size 12812 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (358).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d89ce1768dfea8fd4252671e88fa9dcea9b41846 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a95a130bdec63e2cd44d31a626c2de7f8d2d893809b759aff0b3456adcd570c +size 12832 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (359).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29a7a2be6e4ce208c7f51fcaa3110aaaa33a1cf6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa99ba5d91391df18e3251587a9985cc3685b60aa60ceca1606b191857eccc1 +size 15857 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (36).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (36).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a6088bb820595133c1842e6d1ffb3c36fe6e0eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (36).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cb81c87faaefefee66b080cfc64fbd3949d8e0d841d44b7b6d6ec79dc30cf1 +size 11352 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (360).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecbe419dd04e7ad05e2448361fcc333cdaad9237 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a001981e71cac392d0577383cbb1cfc4905e39e0f35e39ddc0eec057808b28 +size 11095 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (361).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e6ed1a86b282b76ae9834f1c264d374dc4aeb52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a445d2012e007074fb1cd79e3e9c2163452ef85aa852d1de04982aeb6d2eff7 +size 18631 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (362).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51ca5886f9f707d40a5eb3cfd62c439298e255ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa059bb506e9a878a44a36b428e4c53292c54ac2b82555c9544a1161b80a1d8a +size 17680 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (363).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac3061a5643926614fc807cbba371498fbe31b24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab0d035a9c831696c1137e4e41b422f422d83915261edf3ba7625198f20b53f +size 16037 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (364).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87da7a74379a7de22a09655112332bef720d781d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d605379acbc6f98b49c9163061844fd86aba8841811333095a070284af895e5 +size 11651 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (365).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..007c6e5ad257830513500c6ee2d6705a5c9c6b2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34d8ab2f1612f401c9b2bfec0ffe02ebd8976742ee31af9f4fadef719857038 +size 12956 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (366).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea2293692a47087afeb936a85542c3c0fde07eb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace1282ccba00de2cb4cca6f9fded5796bb4fc28786ccc1258f40b3264b5d12c +size 15007 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (369).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1072cdde806c891a5034979d957669c62a70c22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9c4d1b2a689aa29159b4c64090b7ffdde7ffcf7df48ceba15a89ac0ced1d85 +size 16839 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (37).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (37).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3612457ed31998130a78c44b0d67e8345f3eb67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (37).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f1011be89d61f426eda611de444386085101c99828ffe979df9b6391ebaa81 +size 18306 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (370).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f902f0b4f88d980dc75857706691d904894c966 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a9129cfbad624577e9b8536c109aca17e8d08e52c9d77cd97f988e286da824 +size 19252 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (371).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8294fced8837aea712c0c54288e4983d9ae27d9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4461e4ca740b332e596f2d72795d065192f93ed4404725e7298b7aba32347181 +size 12051 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (372).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d302a0b5034ef7bec92518044e1fab778ed17a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abe57a6ba8283275fd5391c2ea0d47c9bdd0e1fc4f5982462d36f3a9c191c7c +size 15329 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (373).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93b246019b768cb082de2c6da038d753c0469444 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79978a3df586a57e010b6b6a141139a69a174a1c71b5f863007b5c970dc96588 +size 16219 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (374).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb01b6b79300efa736c53debdf3094659507d659 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff54d02dbbcc12842cc9465532d62bc23181ef4752f59dd03db6dfefdf754a1 +size 13434 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (375).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4df49746d86391c574183f6bb91857399ed8e08d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa2be5d90c9e334ea09ae4cc72bee7bc1a3c52dae4f2d920541e5314d5bc97a +size 14967 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (377).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56f46895adfc0cbd695e3932807e7014400b3b14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2aedc62f081edd0ecf35d3d12cd88196dc7dade110571eb2490d51dfe9b28f +size 18094 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (378).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba43be94a6920041e752b51daa10abfc1f2c3d18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f34e03b6d5d544a91b5b1c01016549eec2b1de0e29011cf312b9d44b0c0637f +size 14393 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (379).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6a913cc0fd151069290d662d7cafd78dc0ee9c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bb65c40afd2e55671a56cc81016fcfaab27f67640a084a6c5ff0bfb59ff7ac +size 13654 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (38).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (38).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ba380ccddcc30a9ac740eb1212ccf135683d3f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (38).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44b6342cac8316b34a4fd23209d0100b9a19e803b3c94b8d09595a5f0d4f0bf +size 13121 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (380).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..780752fd4c1ae9d01c93e1b2865920886f063067 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3422fb182534921787ffac4acf7987acd34e211d4ea634cd9f3ec20b36aee379 +size 16499 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (382).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f30d1059932b9e499dc33a204e6c39a59036330 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e17f7846337906bfb05534b73c1c5aa2d9047ff2c107d08b4cbafc847aac89 +size 14285 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (386).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da20a273f8662405ce44b9cb07b018a28d72618c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c9a0fed46b15a01d9e5ecbac98f22977bbbae325b082a3116e2e26f9a5cff2 +size 21055 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (387).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..439e9b51bc80303224b6e3054b3bd5af1b5ee172 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bb95ab77dcfc359a8079262e8ae4f65b2f01008d60269b5dff951695d19cca +size 14638 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (388).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..675ffa8aaa7ed1ac4666e0116d530535ef5f5a9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da22ebb06449201796b6270d798ffd512fb905cbd40ffe857908b74506c66e6 +size 15779 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (389).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..462024211041e892a108c29bc50aaef59661bb5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0d95fb9d7df719c50224f34b2a10eb2c2d43639c26e57fe57741d4df2ebb65 +size 14022 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (39).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (39).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0750007002a0a6a6a182b9424bf9aeacb59d0221 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (39).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855ae4c415cde308473042aa09e08455c6147fa32b9c89f755de048e4990380f +size 17242 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (391).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5700f1277ec2c238b1b88209b1b00385d1bce005 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a47a9476ced3a830cb2dd684be5ef516e34415732e6b1f72ee3ac41c97b220 +size 13557 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (392).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..538331ad361a788cf3e58c660247594700c8b695 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adbd1067a48f9c4271134efe54ee45bd9a83a182b9b07d58370e41f37ea085a +size 10042 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (393).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..573c062518cef5b2268b849d621b5622deaa687f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c09f8c9dcc51f2346cfda089e098e3e7bf3ef12f4b3ad84ee19c7af2049c5a9 +size 21880 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (394).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..473ba40a07fa4407515ac56fa0b7301c395b0b71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c314c4740cb7435761fc84f480d28060691d1807f918a9a9e9833992efa7e4 +size 14355 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (396).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da0e23760b9ae37b8175132ad42863bb2c3f4a61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f397f289038b7f3dad96366cb26062a03eab5deb6064d8e9c107225902550e8 +size 9267 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (397).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1e0863740074427844409843190c39f3f2ec582 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578a24bec25ca44cc1a40e802fe3df8ef68ea355bc68ad4f897936db5dec7f28 +size 15201 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (4).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (4).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a445489965581e924b2edbe7eecccd5da2e3dba7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (4).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6298a503cb3d9e5e1d31bfd8c6f59dac37550070f9c313aa7e58f5dc592b744a +size 14971 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (400).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e8804917a280f979e3c82076d03db2b748f9689 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee451e529599659a475e8ab906a82db531353cc60f93ec4637187e1a50e6a1d +size 17163 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (401).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cafdcabfd011a6fb81f54aeff59e3965e3896bb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290328a30b543b8dad68de57b06cf252240d2e81cf1bbf2a99e870e1f811de24 +size 13886 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (402).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7876899b3795005a4aa55550e9f6ea8dd8f6ee59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3314ccdda74aff658d2d3dccaf8f2ab7346381dec5a937195f3b9588c116ee21 +size 13820 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (403).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5aa4eb30aa2f574e2e04b60a82213bc5370b781f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf947c4f1b34254a0428addbb0dd79eef619a6798b0ca4ed233e7f7979ed3c35 +size 14287 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (404).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..385ea4d7e4c2c98f562bd873b68933f365769ab8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9632ea6211366b630edfc84d9f8d6e3fcbd93cd8346b1eb224f14018c0a41c65 +size 16700 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (407).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14207d98c06059ca4af027d726f1f133a40b363a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38328e512db1912f907e1af0f4a905aba38a83030d70213c2b8bccb6f489991 +size 11330 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (408).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e658fe744d0e69cce3ec6565fb51f29c102a4bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac3102137b279c6a777c5d12637747c38ac4e787db5b28b59bea9cec1c92a52 +size 23427 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (409).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c92025e593d2053979aeb8c939ccd78f139345b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f243ab5a4b1c2e2417245e5a7976def50ec39de0ff52347088e34fd6643719c +size 22499 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (410).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d50fc3fad0ed983b979a706bc9fef693042bdd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8052495db9d5c4f2cea6c47c993e053a22fe61e4ba05622ba55898123834882 +size 14866 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (411).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3626c8f8a631267d161e799c022959b231e7fed8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523c9fc357b1d30b221fe7faf315370af28fcb3c85c228c1726ddb13501b96e0 +size 22846 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (412).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81e2b92c8cbfb688d9650c8f8e36402e11125b2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab88542f266942c465100d2770cb095580c17dc98e519cd4586cf4fa0c0f510 +size 13540 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (413).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb702644b75f250cac8d58592cce0a311519ae0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30609366ca15647b56ce5efbc050cd3b6f568c6f7e1d21f07a041d3c1f5600a5 +size 12624 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (419).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13d469481ae1fda38e1add35be63f06f9233654e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f45e90781d14749d1c278f21f46a524c97d4964093e45105ce8fb1914e0bd0b +size 19204 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (42).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (42).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5186a598287890a29b1bbad8ab621e22b27951f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (42).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86de0eab23ad0641d20c2cdeb799868877806426493031a049de1253459c52b +size 12588 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (421).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbc6a437e3b0243968a81d1b550846ec64358014 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76c731f0115131bf3e0a46cf02ef0036e2a353ac8e8a32a3ffcb809197a0d08 +size 14415 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (422).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4b5d4363a9242b88bc6487932711f09305df8b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d594ab38baa4abeb2e6a8f2f3b4c6473bffa28e4f83397acfa31c6ebc71fb0b +size 12850 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (423).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ce9cd38db14253034f96f00d30e45c34efa971b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3fae7123156d984f80303b4ec08364b4bb3d07957e54e88d390956aec46da5 +size 22700 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (425).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..728ba55ef656525f090320ac6499ce326c20851a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a379c59f3c81d533ed9bf675e473830270e86a73d893dab17e4d8e7994d898e3 +size 14252 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (426).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c89f0d1ce040eedb22784264d526fdb1d73e9204 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e2a0d622869aab536ac8d0c6f81f34ad0281db024034b84fddbf148335c80e7 +size 13606 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (427).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3719aaf66737d3b308bb501db0b424b51947a944 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb14941ff0bf3e95bcb3aeb5ea3d7232aec8155ba6d17a562d752880812b5b2 +size 12686 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (428).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..092ccd92be98fb114b10ad2c06e6a9f564e8ca6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a09697f201d830250c90fb4197997c23d0a3d3e4827e9bddb0fb108e94761b +size 15342 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (43).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (43).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0eda7f37159acf2f15ebf11e27edc3c527d342d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (43).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c514ac38d02fc5bcb1c5339ca9a84ab4ce717c021f6527fad71a0bd5825a53 +size 16779 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (430).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30fb735b5d232cf0c85b6bb2fc05597a8c8cf993 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a0106f4bc435bd1479cf52dfc44b95c6642b3be9dbd3d43384134a8ffcf4ac +size 11846 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (432).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..229f619f2b10c139e8a11b6771f4b12743214c7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68698955269ba6683de2cb798afc0f024a991c83d829d1fb16f94fc40f361844 +size 16937 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (433).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..029fa853a7f414717ee3f975a9c3e4e7a27d97e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc090c36476d7af758c00e5c9251d7a655623980f307cccb7e23afe02eed8fb +size 18999 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (434).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56fea6a14688554c69bdff64f3dd35b55329bd35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b9647ca5576b7b559ad712e33a912a5c34c589d70fe8ab409c191c94e41be8 +size 16574 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (435).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..445993549a46fa8bc1324e4e4fb8b1bb1aac5ca3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40be6592d164bb2b1d66041e43b161c8b66b372a0d4c59fbc687d8728b461512 +size 11625 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (436).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81f80f0c723407d0e75520fee1485303b0c53dab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28420d960641b6d1c3510551d3ac1ed303276cd65a895ca4677f269b7a402c0 +size 20088 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (439).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdac6ea9b22594fafc1cbac4c655246e146ff082 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8426148dde0378a7fe1af7a084e6becefe9822ead75302330760acc79ecaeba +size 24618 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (44).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (44).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4de539b265a5204014c22af8b297091f83186fa4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (44).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47824b16a6060ae6abe2164292465c3beb8c07d93596acb2cfa0d7b5beb80d4b +size 11170 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (440).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f48597fdbd946c303ddbb85e8ffe71c0db928b90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c369f44d8d5bd05491b34ad24fba988b98a6f08880d8e5c45c781608bb9f6dcb +size 12799 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (441).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ed423f4f72712e5326b753d6f222e3aa575e386 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a355fc855d2eea8bea6e8e8c350a8961601ed60f61c7341742e3e78c1f3898be +size 18845 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (442).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce5a5c4f31dd41575f6cac71e18074730a4e7a91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcfb48a87a4f6928f41fc161ae8c060c0aeb98af585e53286b54defede7f97d +size 13380 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (444).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f73bc0d762b5ccd33dbb953a5aaad6e3c9ab591f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d9b4cc8d2c74c9db24bb52262c845c5aae1d5903250bfaff0fbd12412a861a +size 20935 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (445).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a76237cbdcd24e5e8a413af1746109b2292ca27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411cdfaa93f16a424c916199931e7373978176ef1de2be750ae1c04c4dacb4ce +size 20344 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (446).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a34500093717e388c3812e1bb8f0ee758f4db0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8b1b3fb7eea63653742eb79b25354b58ac31a9b620154fa55fbddcd45de1b9 +size 15994 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (45).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (45).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1b7d448319309b64d9ab23d1ff6a8f324ca14d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (45).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f5956b229953d5cebccb63e508f09204eb07e9cc0ed57b43e7c7298c59f85f +size 12541 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (450).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dca59b4e22329686089988a2fedf607c04045ef4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2881848367df3ff2279bb7a16b58e6f7cdef0566547ac33cee1136b33e6cc5f2 +size 19445 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (451).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db3ca7af9bc510d3c0abb71197d8215447d75667 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde705b2d7f893c0e06d2a2b21e7f6fb9a3daa1d8a5dc6e1970a507f737f3481 +size 14406 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (452).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35ca93abf15bfcc7bb62085431c0a1fc55139b20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d85708d4af187c0df7978df50f2e490cfd1b45cbddb5ead624d81243860ee6 +size 16833 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (453).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1157627f11321891fdc5d384ffc03307c0f1fb1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fca9ffabcfd96b1933a2ac25b1582881c4e7120aba5ead291f7023943a57df +size 10266 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (454).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e51785036ae9d9bf3a1c5f15fd7fc2ff6ade1092 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ad3bfb6b44aee670c2c6537989f29c18e90c2c4bf9eb912dea8e63e9674d44 +size 17882 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (455).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ec972b13d074c4c355d456f3fe377993f63d1cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9873fad7699268f199fbe91d71b55af7d3b338dacb4e27be95e30de3fba1b514 +size 11691 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (456).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f2619b8e100f20f4bacb5aedff38588cdaffb3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b6ac1fa43cae4332dc106b7aa520cce6cbbf3804b022b1e0d196dc827eba26 +size 17391 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (459).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..231bfebdf47099f5521e397cd6061611a760ea4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a700ee435add193fb0602ecb56a8ab899447a9e2127fdfb7f4d5de4d2e4bb7cc +size 13893 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (461).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81504f236499dfcf5f3f28dfd80f086217fa380c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed700681b710ef8321405588b2099c79b604a7f883a98a6bf9306ce42e4ca75 +size 11100 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (462).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7be361cfc028263af7716bdc2f2939a18577c36a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c326a6ae5dbfd2b67b2f96e00dd3b3928931c80a869a6bd9b562cf8ae9d24380 +size 14541 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (463).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39db712661cdef8184114bb0fa219cf82b063119 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c0159cd6561b43052e1859760100388c5ebdeb6a3c0a0c8557b47b4012b0db +size 21094 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (464).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8369c821ec0eeb13c33e47816f6e45ef76430be2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2126530facf1573acef5beba75630590bb297b9b4078b2095cbf1565304459 +size 12778 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (465).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..252ea394b2a07fd29aa5a5b69d562c4cb8079cbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6f37720c74857281442b88debc489fc4e0442a8a17a2638f3f371741389dcd +size 15382 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (466).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c3f7f72d1068c0c88c6aec3ab568ac8fb745ee7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cacca4098b66272a98659fa00a3d93e5743f9367ad41b0bbb605dbce26efd2c +size 14137 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (467).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3319112f3b1d13cdbf65d6a57d358e16f772ec56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75fa4578578eb57241bf01603c4d47a95bd79d5ce428f7c5ad9c020b97023d4 +size 17302 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (469).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64b57483699a4db694d16e8d65094b8e7579513a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6170aac393179ea29ff29a0ac9612c9795bb77cb375ed5f93729ba2a08351c +size 18175 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (47).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (47).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0ebbd9b12345106a167b067814d75f317a6817d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (47).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d3b07e2b22a26d19e873b7e05ac2cd535460afe09c48a47695ca4bac8d62b2 +size 12913 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (471).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ebedaf4a2e5baf135a64e828b11ad0153771f9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544bea121947108c5dc73f4b9b688dda556fd904d98fff088f1882a722a0baaa +size 18172 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (472).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..811416af7c1e8b76b41e25026697044815ab4552 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651b852bfaf894f0be618fcf62196fd3073bdec848836eebfd75cfcf85fa9346 +size 11455 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (473).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d05f71bc602ddfdd48315a6d654176ee39938f23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0144a94cd5dd0f55cf06fdbf82fc60e666cfecb09076774a3440a1a003b5219c +size 14607 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (474).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..443e5c7eef89c4fd33ae584e9fd8223bb7d453c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b927c4f9f671b71714bb14ecb6ee2f4b6a83073eff00b6eabaa64929a920be4 +size 12594 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (475).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22f225158899841f391703775a9f49e5b838b2d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80bcc6bf2f38ef5a2ced5929861f7da391fd678488e5722207bf08dbac9086a8 +size 17703 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (476).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..544cf791cac3be5945032daba5d273d920325adf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891218465a5a197529257e6100b5d699073119273aa57c2bdc3dd7f0f368815b +size 16235 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (477).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..946e26fdbf6b266b0980186a14c44649c8547059 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11064b4cccec372a2e3ab35085e422b583bd6e6b4c02a12efc6be47d6ae22d8f +size 17143 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (478).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68b3941df5a28b2e9112fb84c09c7988d9e93237 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89eb9624dd1daa0412eb1d48707883b10ee051d8c41b0270fefacc0dbf78df58 +size 15124 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (479).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e98d758803886afd0ea862064bccffe5f53b1853 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97be74e6b581fc7ca264dc9d1d51f806abaff7d6841a7b9231325bdeecdf68ba +size 12895 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (48).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (48).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99177d0d87d05b74c1c7f462c6cebfdf3ecfc133 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (48).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d23b2e65c6ff19cb585f0a89b47c49cba609408523f5264e2c93f41c4f3776 +size 12424 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (481).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dae7bc60c4e3e11a02dfba0e8669c460b75f5ae5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e585c553309cbb07cbb5ebcd3894f11c8d9fb57c0f04fa8e6b941467841d2892 +size 14247 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (482).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14785a3ac0cfb2f3bb570eed57d5b3474572ee9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa987a35bc79fa4443108c5f4e15503389dd89735693be678a27cac1e0938bf +size 12057 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (483).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffaa6c409eb54088d20aadb94e7f2d8f407bc276 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097a1ebfc5cb822c67412cc0dfec0e2c7a1c73c402f7e54b67fcced9b42b0c76 +size 12267 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (484).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de1ce9b8f30088811548b47890883b9f4de3b18c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbcb7893e6a75a10433f4dfa63196e483a5967654d3ee0d26d2d923edab3012 +size 13469 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (485).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2fc39ccbf6a3d22442f3961a4cd05957f50d246 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db446870276f197ec578ba1b02057b2b7a79d591c7bc805c4931b4fd4bcd3a10 +size 8463 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (486).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc9709b76348bfd0d65463ca7d70b0e87aea2531 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c10c2b8303e8a7b95ddaa6abb6fe7ec902826d89c731823575f9f900d6a10d +size 16083 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (487).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21d92d232cc5929c031fdf941f227f241bf0d722 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e489ab5dbeb63096e293a50ed05b3ed8111f8cddf456abba85de90cd43ae0e +size 18071 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (488).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4f9abf624828092ed66a259fcff9ccb816040fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b048432094e6b2f48fc6abc81a1f1d2af17fb822245ee777325147d822cb34 +size 12562 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (489).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9743f2d8b1521d2dea1695d0bc326906247658ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866852942afa0c357d785ff9a02d99123a00fb50196683154bd0b17a340acb72 +size 16709 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (49).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (49).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bfcbbcf13140997fa744b2737c185285db8481c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (49).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747780ce203ae245d2370b0c7bec6dba04671f044147605f422289a04b56ac2c +size 14302 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (490).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..756a9732d3ca0ba798db0e5c09458b7c66eaa3cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7cc73e1f24149c2b996ec08b36d25031c20792380b674768d6887ada384c9b +size 9636 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (491).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..703bb64a9e36c238c6e57870155d655911957ac6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4874a009e40ec9aefc031e89b61d8f070c7c9df8ef7c65fb21bc43e7e1e1be75 +size 17718 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (492).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f87cd724ab1a9cb83b4c411b7ba7daadc56fb1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602fcf392f42b1add8d3ddc8cb6e392e77f09739bd57023e08e3cfaff21f9da7 +size 15078 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (493).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..451aca91c5338bea2e07fd1ac13ef7625f984a2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1941ee1bbe2accefc9c14407a6fc0e4777b661bf840a0127be58fdf95dfcbac +size 16230 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (495).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6059c63924e37cf62e050c233b486f60cfba6b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5b8135aa868f83afa13d7dfc6cbbf51f85e7e33502508ab47f0e87196b4a3e +size 15687 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (496).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46650158308043e5184fa05f16765c10c5d14a0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f205734a29ec90d010a626a49845c0805c3c88fe965e6c2f5273b455ef08b3 +size 9615 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (497).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e5e4f65258bec1befec262523134ba6cc12abba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b41c5a122d0ee9cbfc953d8af1caf8e5d51b7cccf1ff27ca51828f7a7ad5fa +size 16447 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (498).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..536f88296ddcc3104b25f8ee81c3c4492226c3d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7ac640fae92652ae64251d267df0199476f682697b52ef18a385b0e47d2335 +size 20872 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (5).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (5).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1b82853adbb5d9e9dda3d22860c1137ab33f958 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (5).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776ab122d17e54f2a662d8449f42bed2806e94e9c6a690c3c7a56ca6c4e20664 +size 14339 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (500).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d20dc9bb0b7ed0fd590539020a3824a0c3c8356 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b0d0886e356eb248ad99125d3a7890713e7520bbb3ff303d09a39e04c6caf3 +size 17479 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (502).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23843db2e985e6069ffde1262b837ff8d876aac7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf74796a3bbfc42cf55c58caeeac5d66d2488f92c266f5db585d7d7c35c3ca34 +size 12941 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (503).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b98ea21e7a4257f24f79b02a2d76b2ff442d341 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c69910695d413c10c6c4904e2bcaab087bcdacb64ab83eb14ad908a839f221 +size 10574 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (506).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fabd6cb6e055b5672eedefe0f1fea6297a4ade27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d7d8e10afdd75db3421cc4706f2c7f8afcd8a9d092c0bb4e5f64079b245c7e +size 13613 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (507).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7bf6f5c4f14fac70faa652dcc1692266b78988c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a0e8e4a801ab1059e6a0cdb931fff5a74faef57105f86b8177477ea7ff1610 +size 19302 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (508).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e4e6250858b70bcd95d4017ffdfd165b394fa0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1e9f981431a2a78a0a12f1ad6281ad1c2bfcf288364998f351f37bd3967a16 +size 16732 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (51).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (51).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f37e81cbe56f40dcb29c5137499d685757cbf8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (51).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8261a7b00973872c384308975b0b039c73b908b3e38476be132a64dffd6f604 +size 13145 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (510).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a8e61d821ef509615eb724fc3e983abca5727ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b31fa711fc0a8d0f2d2e97fec0293e16c8036b14e8e065b39216d96ec5292bd +size 11704 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (512).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6da399c1be51b2faa363dcddd32f7076aa1a844a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393a03afd7d463b877da37356272e11fd20a70dda8953f16d137756fc14c4b57 +size 12187 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (513).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f256c196497585fe6747cc00c13d6d637d244fd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eaac42388e02df29a1771f55f788838a6624d3d58dae5e894d916954710eb26 +size 12593 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (517).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71ea31d66c5fcdd43f3ffd391ebac5adb25598ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02785d95838339d6b01b6bb87e0f24b399a57a19c12c3d6e8afd5a4e0cc49d5e +size 16902 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (518).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbc4ef69fa8762acc4581496401ff76cf89e95f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4a26a833c0968c8dea449bb4cc803cb952df4895835b11c09f8ba2e8a96526 +size 17585 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (519).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0de5b85115ce9d77fbd93cd0f4436711228485dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d69b72dc98f4b9461eae36f11318b1110f578fd5a9e2bf5f17eaf2cdd5a312 +size 13343 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (52).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (52).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c013471efae3eadea9b583463a89084a951df64a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (52).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708b529bbf12f59f8398b02a0870e8945ffb72fdd970b5ea8a40d9f70c09ea01 +size 16267 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (520).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0401da5647934968b0fd7b20cd03e4c66a766e70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2ca214c83e649dcc75cb951689abcc0e9305a9b103697ffba67ff91a7115fa +size 16314 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (521).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d877a08c1dfd84cc2bda40ecc907b3b550a01bed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11facbdb4b0bfed800d18607a4ddd82c92089b026549c2d9ac505fa970136043 +size 13338 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (522).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fa562948dbfa4b8406aef0a0ae2ef104990cedb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ff27ef6bc616372ddfb98165737c968a37b4a0c96a171f4dd81d16aacab3a9 +size 18407 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (524).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5687a9eac1db1127cf574b5d4518cc1211a2b8ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe5af769784cca7a059f39fd43d2f1a6b8147b709ed0eabe03175ee49b3ce4e +size 22329 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (525).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d4c3eb89cf6b7724d6f0c17327dc8b409157804 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beef7e943cf8ca20c0097f61ab68b18114d38c04d1a53bee56e025fb9041c368 +size 19625 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (526).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3165a6c8227f250ca9967ed1b5fc6ebf5ced9b68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c885467dd7e1f87db0ec9ba7c2b617233e7f17c3af7a22fd409620cac92083 +size 18172 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (528).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5d0ec824c10fda19a0215b786fb30843499a8b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff78f52dc876f745adbd3b01fa058f568f8fc65102561c703dd0f28fb38ee43f +size 17348 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (529).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c79619e5fda09686e95dde07ea801b2e531fbf2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972217015e89ad5119e86dc2fec28015e7980c370ef2910b42da5917947562a6 +size 12269 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (53).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (53).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f59166a20700f7003eb3d1b8d9190897a63ed305 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (53).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078efa33740e95886cb4ad2787deb61d6301cd126cbcdb395ed6de000fbcd75b +size 19049 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (530).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..baeac64fb9cc8d2a7bbbce223edeaaeccdd1f899 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9b23b22104d616beb4245bc0eb1e50ee1cd8f1f13820ec72f3ab3810ca1311 +size 11956 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (533).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b4667f54470148c3ff811a7eb5584cb8641a27d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11751e71eb7dcbf0420787c0fda6624c3988a241358ff8432d44f0ece7f56e94 +size 12605 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (534).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3926804a59bbd2b46502f141eacbf1be5a47ec6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4507bd46317002c2d183d86b10445b0a7f2c5b5a973873aaf0078d7bd77a496c +size 16807 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (536).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aee8beaf0628d017dc27421c47a512141ae003fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b04c07afb5995fd2beecdf288730568e3b08196fa007aab41552bd2c90c48aa +size 17494 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (538).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..003ad9bae96fc8a8e1a8f27f388001261eb96540 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1fd44d2168c0038515825d451a8135bc8b3a0d887b27eee90e7e7e1fa70830 +size 19069 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (54).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (54).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a67fa2c832c60def5f59e0cdd657ecbcb4076f94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (54).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbebe0da8e4b4ab68483b0ebbc28690cca58608ff7ec67edc0e08a33b654b9b +size 12512 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (540).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2c7b344482b50bdf188001c20754a1a5df35235 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cec5aa00301785bf827d05b56d4fd161e5984003e5e775e44a958103979c4d1 +size 17725 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (541).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..226d31844d3bb68ffd7a27f875564f668b903de7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af0d0fcec85a266648273f48a83382b3f4a1da9df304450b261023588eb0abe +size 13096 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (542).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5eb9f1240a4b927376837c12910bb14f1f4495e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf6a48223c155cff5c9b18c355c4552d1d64a44af409054f3b427d79f97f53c +size 18392 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (543).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7c828df2850e99b904bf91dbce3fafdda5aa3a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce055a761b52240792521820105a08eb845eebc0ed0d84e8fca55744d7b5414e +size 16134 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (546).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..915f36a73d6d039da6edfcbed2bc3ec4d0061ab8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8326f9accaffe0556e95dfc51c131e082ebd49130b223386b2c23251d176ada4 +size 12045 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (547).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7779929eff9c21aea9508a925d5907ddfb2c8be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238cf9ebfebe38ede1e2bd70c946fd1c216821458a2521f48a9da0b872fdae32 +size 13195 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (548).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..540463ad628bb53a736da5909fd349bce25430a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447ddfeb4e229d28e1cd38916a29d8b91114e050f059c10ce4bbc23b1c6a7c10 +size 18764 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (549).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ef7a60ed5a369be667cdb0f2e664057b9984822 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9c9e762292cf8df835ee5f5649e832bea0a5975c71d6dc1f07760c1fee0b74 +size 14070 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (55).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (55).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ccace01143dd38d70292f5459c187c77b801275 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (55).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63dd78359adfc63e46806dd2d934207086c96284574e5770bd266d6212b3e3ad +size 12801 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (550).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da038041f4b73142420b410274cb474780182298 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05a8fdbbb51eab1c63294ae25a8f1f97a5cc09ab06edab4193514436d9d1f92 +size 18518 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (552).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc66fab8f96e97c0c21fdda5dcd09aac9aa59c67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b7a241f68b60025a76b56e7299200f7aabe07807b542956ce37e12c3b7df16 +size 19959 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (553).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28a0b29cfa87d9168bd819bf96844885b931986e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0339e027ffb4aed581bb0b6889814da80d9043671d5060447fb79577e494adec +size 18095 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (555).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22e903e47c1e27f7da0ca57cb0d82124a4b5d80b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d499a852de82793e31d2c908eac9a6ce74357ca0ac81f453b414b35ab2047905 +size 12327 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (556).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ff31cc148a082b16e64da3a3636cbb55492698f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef322b99b4df33102e8409596fdaf741b2cf7cef93dcd3d3d11aaf6531f6903 +size 12396 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (56).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (56).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a685cfdc809c6087e6ffae4b211a14d564d55538 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (56).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243cd5f9e2dc37d1a45a058deb89c921767e588c4d1443227065ecfff9da099e +size 15472 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (560).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d585d27e311eb88ad1f30a5f9f3cd46df4aa0ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86acddb6cb0477160b70a4c91401f42b98fcc325e7a17078502e5f0999276646 +size 11111 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (562).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84d5cfb120d0f4eae99202d305a701579bcd100e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c086b7c40fe8c7c78e62abdf6e35e73125c3463da33fdf41d869195aabd1d2a0 +size 15826 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (563).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..932915303ee152ba539b9d4cab43ba2924c2359d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5860498ef3f579c3e94077b7da24939d18a86b13f78328cea847e4f356b0fda7 +size 13652 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (564).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c02b5f5aa6cafc20ee4dd107a243db27c04a88d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801fd3bcb738bc79555944a777fbe63b19fc7f87946d72cce4c7930c3932f800 +size 13101 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (565).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..163ea90dd507c8d1e9b590032370dad92655cfa4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7131e0c70b004666fc6e7baf4beb855e3e703656e4c8ba96711d4941e18e3b3a +size 15318 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (566).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6650c8a7b519d2193e3a3c986909fbac2bfa9d43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9231d712d880b1ca3fb3d54a5772461937f0d6ef5d836411f8929f4894a9be +size 13643 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (567).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3da6a5f9d4d1050a0443d39bdc53a0a46db9318b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e379008db245821135ae08ec6860100969ea0b47d357c4988fd67252e1732f7 +size 14147 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (568).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c523e1eaf2483688ae6c3278c9becc9128382d39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4273edc1ff7686fbab3d4eb3112db8006874f1ceb41127373c6e8bb150d0fb8d +size 15700 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (569).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1802a7ab7859c31819c5edb8d20f81cd599d73f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c8c1b6fee215f3ec31e265e3c6dd9710cdc88859d651f869946159cbfc93b9 +size 13901 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (57).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (57).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d157512314895297bf3c59e6a8bbdd5cf3a7180 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (57).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8497ae534e9cf62f2f1c1f763bd46202f128b85b4863bcde79631af9d6cffa45 +size 16910 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (570).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..483b7711df4f6381ac085b7b612b4a63b8e0b021 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de6a1a3b1d559f58e69a383a12fe8b4f810ea37d685fa3032841852966186b6 +size 14903 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (571).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1876c22e6dd6777aa34471c8734d7e11ec16ef83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5672f3f76f3cec8ec3df0105e3270ae96e9550b673c97108067bea5d44e29b3 +size 15211 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (572).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0644ab69dce444032bb3c82b4772b5463d32607 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4021e49e7fecbcfa63dfb837f19df0a77c4893ef3f0c3ede41b70823173bb4 +size 14018 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (574).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a013afb9829069478b4047ab65acd1c7e63bf5fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2cb4a1b471c06df2f222e72bef417a627291e22f3251a5e015b4637e087838 +size 14247 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (575).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ded2537278c63ced7ed0e8bcdc789c9422a3dc26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38ef4fdc3414afefe64b65225b0ea1eb19f1453e5856a1103d7c3d94c8ed32b +size 15904 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (576).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12d98d8505f1dffd97d5542bc71ce390b978215e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c598fce340ca2351a32931e72acf653e3835444a86fe5cb7af197a72cc79d5 +size 15914 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (578).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79af023affb03ffd9155fa52fb45a7de9ac7f5f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210127c592ac11199d58df0a36486580ac098066d3c77e1ee83fe31ac87125f3 +size 18424 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (579).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e0a454a2950ab4fa114a70e3fa4c25c1fc2a865 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570a6de5a6f683e52c9db3d8c01f8952d90fe3aa22415b416a379fd83482c710 +size 14184 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (58).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (58).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cc80555eb74205b6dc6778bbfb4d8214aee0e71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (58).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35fb8481c8b880bb7a87ad6e270417d07aea83866353217b4a3680785cd8b69 +size 15594 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (580).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..364a42c6c2c07fffc733a9338786ad76a8c8eb60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af476382cb233138e8c9de2b485d45b3a8807b6293633230eafb758c298ff5b7 +size 13020 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (581).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d819d2096289267dc99c9dc9f555571828c229f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88914b9ec0d5396a00a0c5a820d9b722839709118edde93e8c5a0525dda7e35 +size 19967 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (582).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0651697de6a95ba6174a08ce7b7bd52709567f93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc4502a85cf67c5cabb137b11d5641ad41ca582d3c15f8d13c0e0473793d1cb +size 12659 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (583).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a129677b32eb2aad37863f3ec23702e711f1ab8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c133816fa8ab7c9dde91c23370912a15832c27916362bb1580dbedab9311dc9 +size 12948 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (585).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2344fb5fa3647f1d146a53913a32bb5a5c1a1118 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e390bb5388d15de2b5a0321e8cb8de9666ac43b9fc395548e7955802835c74a6 +size 17206 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (586).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7289d4d4409047184b3b43ff58d3786d9e423472 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2745b206af8952c3470d42864b32400d334c0e3770413c70e703c1682db2cec1 +size 14706 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (587).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2e6de94ee6ac9d2065983660f9c696e98f33180 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1b70e38707958db00f14d83e9c7faafc12e0d5ac9e4a87c700d23c0d1ba644 +size 18747 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (588).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da026c22db6376db06a38531299642b91873aa89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3908028bfd5c205cef36b0dc7f501cf8176369e29963fa2a87cc6049f9b88f32 +size 14462 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (589).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08f56a1db5f3956b4018087e3d48fa34465a0d6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1baa18b1d83413e457beacf3da55217c153d76393ee7a58e73be9eb9a5ee7937 +size 14119 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (59).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (59).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a47e8a31a8514a2d83127ee951b1f4f10cac9f0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (59).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fa4e30a0417afe719655bf2d8619cad6f0b8faeeb10ca3a381ea935d411626 +size 13534 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (590).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4499e3b0256f26344b1be71713ff282c5ab1bf6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56798ca7add399fffffb749a3c0b6e56e11dd41e1bfd248723ddb2c2398f2e0e +size 10775 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (592).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2b206e264c8702e833cc7162dfedd83ebb7631a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f918015d4d0a220caf7998f1a8db1c912b80fc1aa5cc992fbbfec293100b5170 +size 11332 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (593).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4772ce1c2b604b2c97776081d8ba4a2b194806c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1dbbcc6c1a9be7741e0a935a8ff6062d80da530e162b821d1872e21099e343 +size 13029 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (594).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3483021d6ebae31db1d47b41d788e6214793ecd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136cecfcb9841f40c1e44ab03ab19589f73ce4996f80016ab9faf76f72a6f020 +size 15830 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (595).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..163a9e609fb4d97de94482713ba2b49cfca269b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed5fd38b94d6ffe0adb541dce1c944f3b4dabd89cf5bc4ea5c33b7c96546aaa +size 19678 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (596).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3a426ad53a00096d5209974969e1c6e173a2670 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbedbce7da421a80f93dd79f62fd1074259e454dd1c306ec1586e9cbe892a66 +size 10880 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (597).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ade6d6a08288357701363d669fb191b00cc1700 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e75915292f4b0dec859a852f327c3423c7efd8549452ce01a7e5f2a7570702a +size 11793 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (598).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd11ca3d5e284cfc7b4a2a4f477bc0f2bdb93dba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3f64f49d80c3b749486ad4a6510ba1046e6e8121df80946bc62434b3afb96e +size 23569 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (599).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b67a0ace1a83538fe3f5a2b3f217229d9b02a361 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63868f86455bfc9151d89ee45a05de93792bde839cb21042cd014d1d14dfefab +size 15223 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (6).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (6).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bf2396bce59e3270254deefcb7cdb3dd45f3714 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (6).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f742c5b34eeb9f083e8822ed4920e7ea90d941ed5b4820077b4ab0ddda4b4ca7 +size 11874 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (60).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (60).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4405ebbb133e8cd872d70334f68ad874e2cee2f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (60).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da67edb077dd60c18a99082d32ce2648b9836a63ad06270de1ff36f80835efad +size 15830 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (600).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d5f9d500a90f13dd378de57165fb938ff9eba06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b959b6a1492dca11ddda563bb832dfca40910eb371de339b87bc34350a4484be +size 13661 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (601).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..337a5c0af4b996a5130ae709fac71b59a415ba14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcb94e54e1a275dbcbba1cedb5227b2631488afc91da1ee4a50c15a1b942263 +size 12345 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (602).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a75676f83d6b9a60e14898adabb6d54318fcdb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd076fef3c049df9ed7ae1b3104f8ff700b86f76da38175009c0cd909633921 +size 14610 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (603).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bed6176cea6438e135d9c720cb6bd1edf4f791e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d212f360c48da8c6f6563291b60e60bd5c215f981320adde51c6bf6bdddb855 +size 17236 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (604).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f52778e9ae3e65d79b6c2799a4d54ff969e74f76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810b2ab7e6dd46b3b9f9f837e38b05eb2dc8c0f79ebba08f0774a225321d3eb2 +size 13798 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (606).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96db84207a50d54a01f8346b5ff324f9f07a5d77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26288163866c7f9d5445bc3862951527b819ce5a94f66f768b26e4034eb6039 +size 15943 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (607).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49f7c955d755b189c63dab559c57a10b8b6ed399 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdcbcfa0e9a82b9a3942a7453f5a8721e7e59f3559878aa0b9ba4241acd6737 +size 17683 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (609).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a28dbc47695a2db711dc38826847ea37fe6ee26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b269f7f5fa6f8827114259ae7e9e06472f46745bbdca6bac40dd3b01a46f76 +size 17627 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (61).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (61).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf6753992bb47ff1117ee553b7609ede996c0113 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (61).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026524c606c86436e64cf069501ec07c5f6e64dbcbcccc599a705bd5caff28a3 +size 14397 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (610).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..673fc1bfee762752f8b457069fce41df7858ced1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d4c4b11d7dada9c3b68703677b7670a3e28bbb6b13e573ca0ceb7e768ca8f9 +size 19772 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (611).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37b3c3d4c69063071a1585fdbd5232c4879ae10d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee46e389ce4e6436b85594983ac2b461e3e1463998fdae7f013851d98ecc492 +size 13024 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (613).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f946bd480ff9eee2c3529da471f9cc5b1793144 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d59a31346a5d4e0859589c751f80ade47bbd2d51b58422cdab590d20c11c50f +size 17744 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (614).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3309e3cf2422f84fda737de7f36b1cb9c6fb8fdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e87cf25c861606c69a2964fcb8651701357ec327de63059072846cbd5e9dc14 +size 17720 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (615).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ce040d508497755a245c3d2882763cbac43d901 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005238d2aa88dbe4090994097acbd61939c2b803ffe9118e01d67595e1b02796 +size 12042 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (616).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f15f6a66b830c7a66ffd495127af1e368c6edfd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d08c857cf6e6f0fb5d4cd0e527bdf1f1342579b1696c6f0e8196503b7d0357 +size 15112 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (617).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b621f5027c284ea5afc48417eaeeb645f8f92565 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabdf50438170b227b85bf5a8101df5119b2ea45b4d9920c97698216cb6c4458 +size 11201 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (618).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f435e141ee39a3c35f4471db0d0f36b9175770c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dc40895bcab1472066a1fcafbaf0a4185f59400ac76dceff8e9f3936fd4e0f +size 14685 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (619).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f79435453becc6e67df7000213130ab5a0abcc00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc92cf54c6708a26e16df1159b06d5121bd29e4247a8151a8703aedcc4d0c93e +size 13054 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (62).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (62).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecda231f7cc086849a7fe879a782520992c3efee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (62).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615bdea11f924e11afd5ceda58cb315030a875f1f5fd04450b106b4b62117b0a +size 17108 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (620).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3be7045aedf8cee761018efd875ce8577e0c735 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d547dbacb31b15e03b37f913904d7e2c48baf7895ede2c3167cbb905754b2f +size 13131 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (622).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d04e2404248ef5623dd5e15b5ec2e145c838dee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ad0ab9b6d95a34ecfd56dfad60b4449e15f53641781be21bad6e364a4c75ef +size 10916 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (623).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8a19837797cfeb9db71c26475546df5fa1aa115 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feea1700ce04ef2bf55d916b8e94cc144ff163fc3c6279f215bde3abb0e8eb65 +size 12899 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (624).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8faa7acc0a8448415fe3b5725d970aff5ab5d12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94edef640ee5f28165099ebe2a9c278cc67e33e05cf7e191d28eceac33eb581 +size 12596 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (625).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fce0e99a2ef7e077c0e2fc2a74df02b6937c8158 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2177f29a6f1e6867d53bd9dc5bb82dbe04eb81161de2c31e37cf526f6275c376 +size 12710 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (626).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83240388d384022840c5d7944e18d8a4d0296bf3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d43d890be0981258e1d986b92b2deac4953008485f23a0580c04c991127534 +size 13182 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (628).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2715dcced70bc50c3de56746c186fcd24029e13e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f405058576cf2189778984c7b2ca27c54f5d07c0ddc3492ee53bfec5e8c7dc +size 14787 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (63).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (63).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e33996c99cacf13a2fe9a683f19e014cddbdc653 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (63).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c19873a7630e91c1c676d3fdc1ecce3f3c65a07fabcf89bacc7bf9be6d54bd +size 19323 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (631).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb54010c7f6b9ccd4937ef860ff61c14d3da3479 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9fcf5183b4221860d6d672e894935674ff8156260809e92ebcabcff5f02f18 +size 11450 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (633).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..069432f36069318f6335ff174b9dc8fd2ad4a3b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f78788a6b4f815e2747e76d514a6f03a5c1296245f0eb58076c0c38127c843e +size 11700 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (634).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6747941dac9d3a48e478175d44ae26e9c0e19e84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d20144268d2d87b41dbce693c3fa53128d7b4a11db7509464c2f1848cacbc5c +size 17622 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (635).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5431602ff5e23ec961351f2ecc4a5e015a96929 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8d78c426d49245a947fa1a4dda68913307ccbfe0357e4db23793f2100008d0 +size 19294 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (636).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b189e4ed2b8a835ab054c07bf0ce4d6dc0755759 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e70e42d2dc3aa4217c1b0b1a93cd5c802a38438df9f6035fd4a30f24ff3d4c +size 12121 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (637).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cca24c20a38a86e382ce50501676f60c8d46d258 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed094700b4604163f77f77239be84bcfd1d076156f64b4da390e813d23367315 +size 10658 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (638).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23e1f85cd11c1acaab5ef9bd95994af5a37ff7e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0120691a1c7a4591ba694e51dfd82ba043d3a12dab6eb1c31ac20225d5c6098 +size 16310 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (639).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec267153f83bcda9c06537326792b262ffc65365 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd5ec37b1bfc469586af4862a79c48ec2772820c0f6f0bdd94181a030d244b0 +size 18395 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (64).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (64).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e0be4b51c97137a26265a5d8ba46c956ed2c76a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (64).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3533a0594844ee513a66f2129a0dd106fb2a533c9d7057fbf0f6928f917c7cb4 +size 16134 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (640).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e93011ea630c9ff3cafa8cf60361c7dc3170e95a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3840b12020793b0fe957b8bd619bd12cebae836cb827df80305814a494b79e2d +size 14413 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (641).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f66a66281b5e8d215579db2ab46b55211884c464 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf624c886035b915fa47658642bdc21ccb6358f1714200b87a01506d3d53f85 +size 13361 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (642).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd7bad0095a14cfa812428fc7193b97eab31ac28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8492973e9ede3d83c0a8bbe9f3a6bfa8815b81245e1ee0130aa515c3ef9657 +size 13962 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (644).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..206295f25468cf677ed129f60a0963e502065616 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f582f5671470cca839d7a7f118bcb2faa86908e2f40f4e0edf2936a8d1d24526 +size 14515 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (645).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1e459d1ff0b8b1d0346ef940b0a55dd1e58dbbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b805cf8be6d63b6572505f96fc0b609d0181d57d63da3a84ef28c223e573bb2 +size 9129 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (647).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..794eb66eecb1a2b3d4849833ce4c3140818b1ad0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cfabab4e64f17d89ed170092b6493ea0aa5f97cb2a060ab4ad92e6d59f1f8a +size 12158 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (648).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc1b81f188060bd31b9a6230b57ccdea5e791ee9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a84ebccc56f0fac4bc2e67430e2b8a4a9fb5f5f74435fca144ae21ef07a9db4 +size 23232 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (649).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..643fd7b1be06595000b3bb809c68d55c73d42824 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b707d8c2f6873063d80b17e9510da42d894ad24777f506fe1006e8baadbb50d5 +size 15074 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (65).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (65).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03bcc423c3eba4b09a044f4366450f215a9fbe4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (65).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84af1e94ade625ca03981d0054fa935b2ab0cbbf757613f48c7a232f3ec6c1e +size 14420 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (650).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6d7bc2fc4a8bd2810b6de5a76f76cd92c8661d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a6e8340f9ed6b85555c071a64581cdd13997f2a5d96c775a9eba54e42ba570 +size 16215 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (651).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..277276329037fbde2b4914b0ada7e37a1085cd72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb3863336ed3a401047770aeb0cfa35b21ed48561c290d323818e294da5b899 +size 16297 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (652).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95065ac7d6f2117f471a62e1b036e96dc51debda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98e3f761469e8e5e390cd1c7501f66fe3d491beeef3c77831830488cac851f0 +size 12765 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (653).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1bd518698e5c8262a093acf4a8fd6bd62725e78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d977c1bc0425d49599a4faca71cfce3b800380bb15aab553c6fb0f626f8f054e +size 11909 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (654).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00d259526447669dbbb6a289c53c37f0ab27b15c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6203531d231d11426344095e21ec5b3dd389eef7284a366e52ed8c96114dabf +size 14589 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (655).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74757750c9c4b923879a1c80452464a1c62f24d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e7b3387feaa7c5155465a23a4827c0906a931a44c4e1258d10a256abbe5fb1 +size 13012 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (656).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c2272ca6127874fe41c439a9dd1ce428fcc33c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054076a2398673d5c03701fc5eca9afaf6edcc3b86ad6f4210221e7ac65f5aa4 +size 13025 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (657).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ceeeb8c5fe637975192424519e175d68ec27ced --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981ef9ea1fffa31c775a02d7067f413b622c71782ebeedbc30dce4920747da56 +size 15350 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (66).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (66).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7738d35931a82518af3467b13b74c7d422a24ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (66).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9519f58c9a87a232411b979eff1ce93bb01b68e185b5c3f521ee6809c6fd004 +size 12383 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (662).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1018f6c179685c2265191e3744378d12a452284b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb26a10f3315097435d148bbfa72a77a14ae625b646de416bda6c2f4f068538 +size 16851 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (663).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..205a69f85b7042eae5ab41b3c170bf534aa2fd30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe5e9a0f98691c84542b31deb5f67563092048b7e41deef564bc510760c7e55 +size 18846 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (664).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f6b332fa27a3f9bdf8ee75db2a30f9a4932d475 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5921f028a4c606ea43d246825bfea50296f22fe63874b481a9d6cfb00d5b6c +size 9812 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (665).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5f99d3d5881aaa3cf317263a73be1eeab403df1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3eb1b6363eed855e080e5e7db21c200ff12ca91ceb30d3b0e5457eb93204c2a +size 14316 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (667).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1a1262143b8d9d5cea915cd8e796d38036a6cba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83ff3d06ea6efe20ff1cc3530b088b7715737b6cf4fa0ab24de2daacc1b6fbe +size 10446 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (668).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c986d760480dd0acbc3312a1473baa273b703236 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbd8c9a8d7b72a5fe66eb054facf88cd9bc7dbae0b7bc14a4b2c4140b8ed1e6 +size 14575 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (669).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11813c3de6feb348c20ebc03067ddaaf4fad6c9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b57870ea850f6dbcceb96eeb1dec0373bd380a635bb2c258455f3b772a2de0f +size 17483 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (67).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (67).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a229bf8270dec17a4dcadaa57215dc96d4c0a5c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (67).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d1250d96aad7856b092bc0485cc31578c95328ee971f5ef6a64ac45a19f431 +size 12660 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (671).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..facb6b0334cc3193fe329c4f77591bcf71f1265b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e48f77a45fc6b314674b934ffbbce1ef86fd45e95144a64981b8f91a9c0a69 +size 14715 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (672).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebc92c2f6583a131c2eeaaed6edaa4866acc5a37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a76ed60561aa960db8ddfd93432fe5e7e780d5641ef9ad3eb303274cfc980e7 +size 16632 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (673).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45bcc925595e38e4b5570f3181bd495139456964 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b704e92a4a8cd42e7664f5d211cd11a20a8dad3c0ea6eaf0d2627d4676c5e01 +size 13827 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (675).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09dadbfa449e16cc99ed964d0f9a96bd6dba9c8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7078ab31697945c24f2c57d820903c2c723da4aa1a685433b696cd7aeff60e0f +size 9620 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (676).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d87b612c92536645aebaf8dd6ef710ae6cd908d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de07201983d3cb911002da220d0cd086110e0005845d52b4fa507e2ff05076a +size 12361 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (678).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e7d702b21683e7d3735f3ccd3c048ce84cc6cf7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc120005298a28e6d8f7b9e39704dbac12e46822af324ac90418c4caf14caed3 +size 14818 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (68).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (68).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19feb5c98259458d71b8fdfb85e9cec71cbaad44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (68).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cbaad0a3f3e0dc8e3590ddcc9542195240887fa56b62295472daebad5f8cf6 +size 17366 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (680).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cda86d07ef0febda223d8430ff21746b042d493 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5255e108c3f0e554a44c07ab255de5cc564ae62ffb7da859384fc9a33d7846f5 +size 14340 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (681).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70ae58a0c49da7fe4f3867a3d17ca15561d71322 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9c8b6c6aeb1da1977862762b30c0426235ac9fb7c3c143913d8f0a8476e1be +size 14517 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (682).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d8513cd02b8131365608df3116c46ced2b9d764 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d1d5f3cc0e7ae44aa84a099eef6c5c6aaee269468c8fa0bf0d47f63574d326 +size 16748 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (683).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be104f64fdf70246e01c4d0d5da50b3f4bd7dbfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e83a2c6912d6a8fb7e436e6d4adaf9adb0a9531a430869ba2058361607ac3d +size 19536 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (685).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee014b6bdc549d26d39f5a6fbf755c248e2c53a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18578f0326eb4d43e65dd4d7fec5a1b3051dd184c5fda4310a91491f8132474b +size 13557 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (686).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ae8fc25a5eeeb21c572939593d9378a13943302 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675fd19b4f86e00058c2f806d6b7b88b9ec45cdad4a9ae7e1140896a5c0dd49b +size 11065 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (687).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..730c50b60e97cab5d1c3559c3231836663be5c6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a352bd63d9c701e25ea8ec8ec641899399fcea1d8ccbcd3080d9a1eaa3f69b5e +size 9650 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (688).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2762c255115430ad0519c4ff21512d53cc539fb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8bdebf536e9be1448e7f26ec74cf534ee74a8bb47afbc969716b647a25dca3 +size 13473 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (689).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51ec190fa300f13d04ee175c1892b802f502b3e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db4474687f21d5214ba42900259931e34056b4959852d87cfe8f3fc94f2b066 +size 12077 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (69).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (69).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c775321bd82167fadf903a0e54eff69523e840a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (69).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45802694bed2b68468bb517c4bb3ce78bc7c07b8dbc2f5b46c46715aebc835c +size 20074 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (691).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17a2f2f30a15bd666e59c46c0cbf7d7171dd9dba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa5a73a7b777cacf3fa336a17bf36b01e56d628417a271da7d01aa4334fab51 +size 12465 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (693).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1466a4ce65815418f2663b6cc39f2bd3ad19148d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d340ad2ece899278b0a4bd947198236f7c1f4f929f88af72a145780b421a5f9 +size 12164 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (694).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d6c7633c5f6749a89d3271685c0fbb57e31f905 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2955b8d8839d774bbf6d56e6229dfe376608341ed7808e7eba8834f6cba3b5 +size 15304 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (695).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a08429fb0a3e5a7bd5d88374e48deaa130bf3b4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103859392df7f73f55c6acbe19bea165e7a1afc3a6a9b612067d9177362ce3ca +size 12216 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (696).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d366553b52426c092a6e2750e3da2aba7786965 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a3affbba48c637901442b88ac3d170b7ac12b88885a001635652702819101f +size 17102 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (698).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc42656652c2c7c8753274c8ae54eadebee43ca6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc533be6a623af31875abb58a07a60f1c505b9022755be559da7745a4d087b4b +size 19719 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (699).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74923433da7fb12a63d0b80e67dbcbcb64362a9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07920b88d4f0637a603a166b637ab8743b4314f7a6ccb7b0fb428441178a35f3 +size 15709 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (7).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (7).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56b52fb8dec73e75c809c8e6ec28eb914580e758 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (7).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7fdd664972277f88f31525060168d19eed84bc700dc06552080fa01ef168ed +size 15600 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (700).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0d01794f2cc116e2f0eaa763998bdf838ccf8c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c220fc523680461e364c3a84d41cecebf8060071c4b023cbd2f62c43ad704ee2 +size 16461 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (701).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26b9c89a604f839d6d5347ae4a3a0095bea76908 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c7210157117c6f35773a7a9b2c35f4dff17f639ab78b32c08ec5c0eed807d5 +size 17026 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (702).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22878f1f981679b009bc86c6618b602eb4c44837 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5414cba29146f6aedd7592127f5a5dfc878c2ba4faae9c3d8bee9afee141880 +size 12755 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (703).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..279be6979ef07b721cf6f118a0c663c2fd8c7dbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f412e48256740ed54b9cca05d66b284cb56c3e5b1d6ab40edbe415868f01eaf1 +size 13252 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (704).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2474a6387ff36a43cfa1ca37d0ebbf4b683326ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a0c25e6627e7ca75808527d99aca266efc9ac4838889382a977f6ab3c8431a +size 17719 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (705).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9df16e0409a10085a1eea7af99bcd42756cce2c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5584e11eceef13659c2ef9e6eb67d255138fdfe9ded8aa40bf5215e3bf5327a +size 12536 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (707).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb88b4fbf04ee095556051694a5506bea582c712 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6c2556e998b851a2da86c0d1374742810ca7e9dffd7c2a3d011540085661c2 +size 15595 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (708).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9dabee1721a1efeeec5de880c78515c747ddf06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539e25516425379975346044d1fed2d8d399c042ec5bbb9a6577b6654be03914 +size 17899 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (710).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f120cc3b1c6ab5b16ed20f897abb2cc6a5a24ffa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6188cb6dba2fa6bd56065537ec279c305c871d0ad6b550cdcd118a92d60c31 +size 24631 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (711).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e460a5b55aabf0e03cf3d84f4254dd8a1a291731 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf18f6cc9f4ac06a7d9b820503b89c1f20bb79534f9ea40443b44c6297d876c +size 12213 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (712).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58a66776412d31f53e99502a1199d4417f585297 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7ad3bc84706f3c347643ce8d671fe03ef1c243d20153b2afcb2f7b1f0e1f34 +size 14128 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (713).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21b352f4641d15c5225203abf495a855c91c28be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77755f03545264653c90f180729b3ae4fefffd271eecb97757dc5eb301466da7 +size 24084 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (714).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57613ddb38c9b36204ec285f52ee1c627871283b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c01e1860759b999dd4be57a1a216fb04d3248b6a9a01be707b0ec3be886f6e +size 11568 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (715).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..523e9b4d681e1fd8c6fdee083c472fab6e44186b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ff43fa37b78057d683f93d5d12f51af129140cd0b321bb7418e0a1d0a3b673 +size 11592 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (716).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..727c194fabe54c40cfd78f9b2f6a3a88ea0f0360 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f119dc1a7e60cce00bb6c1884d1d349726e0fa27142e3130d9b601de42e12800 +size 18514 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (718).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2844e9f4d5c55777a94e586ab223894d51de0878 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df8af1b31cf867be643d2f089f5fecfa379ef3b1777ac0a3c7be7a7bf4bf705 +size 13791 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (72).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (72).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e98eb462f18c27b542900ca21776c921f93a320 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (72).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7db5870c2f9265d2d88038283f59e6f90cab604931740acc5e4259930da9b4 +size 12798 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (721).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4985440b935aff0b02232626b828f2568f324ae0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89426ed70961140a83b71714e48e863f8310d2a5a0bf18f57113060275ed43c +size 12510 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (722).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..070d4d85aa6c620a1584c532012e6f6e5214e9fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799fa23cd5164a116840fc202df90911bcf53b1e4aa99f93e2c5e547a814f730 +size 11794 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (723).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..797f819ef2e8904139319e27543f701cfba7a960 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10f45a96322f1cb4265c9d5195dcd1bc2c21ba99f663fded2c55f72262973de +size 20817 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (725).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a83846d67e6572dbd6196753032769a08912a99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c271dd69acf2320b7c3077cb61f64fb0a7d5ebb013ee47c8647f92498354ba0a +size 12698 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (726).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4280a1b1ca9e10775b4fa97fad30c6a0fe141e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8762cd6f6bd927395e727a20cf5dd4e42a41945ad0a4ef9832c11c6e2e2b8227 +size 17445 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (729).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..271764044aa6253abf82e76fcf2669d325c30ebe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41623563d370f54f1faf3834503907fea960abc46e1018487433a08cbda8f334 +size 13366 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (73).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (73).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1f75b2416eb6c67d343ca816aa7fd51e55cfa56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (73).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238c64b66957a06bfe918c6ce36bedc462d608a9298429ba3a17a0659a3a3142 +size 13537 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (730).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..800f2974a4d84493ba9324f7867f553e46450a3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7ea6b9b411b96d3bee38aeaeab3a9926bec88ae18f839417ce5d3e5604bec6 +size 13681 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (731).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b98e9d941da6beff0a23274b761afbfa5a1f13c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313b1c4e7f1c5df43a2063e1d65faa3530a1f442fa3d34ff574add2cec9b78c6 +size 17875 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (732).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2ecfde6c5a990e55b515c064c723e35051c4cb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb77b59e3eca460b3d956b95afc3ae8338851cb801f1042c82c4cc4bd62629d1 +size 16382 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (733).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e96229e9450c0c07246e5bac52bdc7d165573fc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f9affed6a96db901a51851c49bfd8fe25fa95c44e1a39ec9c735ac11e801b8 +size 15408 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (736).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8096e0cbb32b79ca90ffffeecd28f5a440dfbe5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6e4f6ab7055dc96901eb8c29dfc158039b24c3a170c9619b7f93c8c5d6f30f +size 18201 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (737).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..449e119d2724e2b25fc50d8749aefe32aeefea01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be69f3a5ce6b14d75df35aaf28409fc7ff94dfd617d818c47ce30f50d3160a5 +size 17275 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (738).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a31801da620d96bf10644dbcb18e77e1c439b495 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9315dd0bdc1766ac978f6797022c5f743e4cd019c592615a75457dbc29d0737 +size 16249 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (741).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4565cc566792bd240282268ee3913a7f9185f832 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fde8c114cce91272a3aac1da071828a93a1ad9902376c6582d3ea5f5b7a63b +size 17113 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (742).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1fb63c1cc85dc8d9eabd209a6a2d5313afe36cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30871412a8f11fc2c87b3eb8a29567f6a4184a3111e47a51fb4f0e85e401f7f0 +size 19136 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (743).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..722b95cd2fb042fb055fca5bcbc3aa62e5080c95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3a39172db3b2db7de89c69fe16400a40173c13cfe7910bc37ab813eacd55c4 +size 12144 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (744).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd243f3c58a71725e02c5b9c00a4f01df90d6601 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2063453c3501ac72f6b2a8bfb718762aebaebb26d7da2b1793feeec6baf9b21 +size 13908 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (746).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3fdd47aa686e151bb27f0f0f05f935f2972fdfd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82d411d69d1fb05cde220ee034a059cf974f398062f2f9671aa88f55c3a694f +size 12949 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (748).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68f771507cb1b86bf91ac2722f176fcc6b714288 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f55c3a3d9b63016a60c84b52956992ab5f92f4d13f269772ce1561a5d86ca25 +size 20996 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (749).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..135e3fe80265f5cf347b576a032e1d78b9ad4c39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356433ff538f0c035f4e1167b4fe59519a59b55da64bf5b9174b167c6069e79f +size 15740 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (75).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (75).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f72fa3146f55856fb279337a59ad1c0e25c5da8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (75).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89df094e148efce33a9bfa41cbd4407c44f807eacb0586e56b617e7d159210cf +size 17325 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (750).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc6218d13c530beaab79d3e063a9d35abafee11c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f7a578f7a6429da178ee9aad75dafa9ed901359bdadbbc4219f25dc4028914 +size 23173 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (751).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da8d1e450c7e31f833fb5a835afabf64068fbc0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77d818732542a1fb5751655abfda54837e79854e63eb1a903ed358b27469f1c +size 16679 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (752).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42288d8a2c5e6e4f3f73be0a9142c9c5539b03f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d3d65230279cd493eaf8954b85f2ae8f17d6e7c8343d06b9daa9920a46eea2 +size 15785 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (753).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c6d3c74005dd7528edc30d154869ab66523fd52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9bbee49394abdafed0df30a8839354911d71fbbea70d86bff8028d2892d1f2 +size 15114 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (754).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bf2725c51d5f550d6db081b6566ed30a7ddfcaf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f606df5d0e23efa09f740f9afc3dab69135c0dd10a33418cca30494d68a5c3 +size 15854 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (755).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9beba9efece87ebd09f2720e37e17a909d00e464 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce4c5eea506d92bb2d00e739912f74427c9ad667bf8a09ba2139ed6b5db447b +size 15196 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (756).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8885ed58d90eef6ca10a80add6fc7d2e37370ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d029425a08b9370e0af486c553ba0c1c5ff090de7b2267c065b2a33af60983b3 +size 19709 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (757).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0c6cd88c6b3b0a674b41130f3fe3c37cb569164 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46afa36a035a1278a7f15e2db4be668805371589048e72fdeeb833f8af36f28 +size 18112 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (758).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..853ae0b8bfbbbaa6a984b0792243c8bf4128058b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd787b43341dcb73131b0475861296822112b6f458642cafc4ac9cbcc905429 +size 14362 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (759).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a03c19dd68988dda446b2d4d7e081c7333d0ff6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe06bbee7b3e539a9636c9eed9a371b9254d50db355c02a1f7a825c57d56447b +size 17127 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (76).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (76).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9519715740467e2770fc67312910f93009a3ed3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (76).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69f11481999b86f47ff46ced455727440f38d40c5fcc7ec71bece917f58a9e1 +size 12539 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (760).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56254b0ae0e37297d93693f557e7b549ac20f4d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6292b52c66077ec9cdc0554c997eeb3de4396be1bdb9df1f7d1e58ce349ed4 +size 24176 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (761).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f04706d57d601b17db19d85f81b816d9c6f90bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912d1be15afd2dbe9fe02b805dc767ed8772ce6b24a9924fec44d469e554cf7f +size 12681 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (762).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbeae73068c2b5e93889e0f1ea507b9774cddecb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5367d6243a9d1a315b49cbb71f9b83be1abcf5bb9c17cb05d3f646cee5d3b3 +size 15912 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (763).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f7cd7251254a478e302576d27d95029292fcca5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1176176b6f93c015a8b614a1b24624ef0752497196189040d8a002ad3d3600 +size 12184 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (764).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb79245254cc57e5715687a70aae126f4a0b3586 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402db1793e752bfc56741f89f0387cb4ca99eaf8580df6dd0a3282636d39f855 +size 12081 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (765).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fde40125fa7e69c59528c57a9b09afa24e63f40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7667a3ca3dc6b01d4d16252924b6477ca68a170d5c57a3797771856a2182379f +size 23505 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (767).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fa57c9ffb7f530602a3403852cb37e48207d594 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e03cdbee348b7ef8ca5ee9c3f9ee5eeb885069af5fbd860c43147889a73fcb0 +size 12671 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (768).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ae15342a92c8687cc3a797690e34b3741bc3706 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43431eaf3f4ca99ac4f588d6afa499885c7922620d07a3a69392c6f87e8d0d6d +size 13827 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (77).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (77).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83f97ce28a476a34c649ba31486da6d560e8ec5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (77).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c869072b33e79391d4664e2f0efc4b19c9b74d98aff2696f5bebe204af73def +size 17416 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (770).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1360373848f2419a1c94fec94a741fc56092ac3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3a3e08cf132a4d2503ffea97330354175a73c02961dd03b1b7db44be45711d +size 10539 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (771).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f99043889103780759f6e9b82c38411cbb245c53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3439864e25b38866734af47541934eaa30d5efe74bd0715e965913cea64a5115 +size 17746 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (773).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7a1e23225e7d5b8a48a669e237ace90f28fd005 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde8502d88551666dd7d289981a316d748c131cada1714240315b1e2a3719d41 +size 11984 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (775).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2aa6c75763eb7c606fa45e346f97c7d0aeb0554d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1193b09507f886b24b2b0fae8e73b130201965d2ec97bb11dd7478ec52515e98 +size 15212 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (776).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c90008e00153ceb0260cc6b0f0bb4bc53c25e508 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad29bc3589e9ef571bd4bd1a4413cf9ae7bff9f7f546354e34c2aaeaf423d0d +size 16708 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (777).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cc1b09fd32ee76a77bddd66b344297a350b4bdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e040ea2a7263de2ad7aa99de6be1d2872fed3f3882b6821500e8699cc7cabd4f +size 12130 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (778).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd758596faa3ea0546f33ec290ce71943eb02ff7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2050f1b20929f9b28d3c90b3b6c93c83c44adb87ce8025aa784080294a479cc +size 14611 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (779).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bac422952e07a641869185dac44feca137af2c96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5eb8b6154e2f321c46b4bb465616a0bd5f0e8f08d981014957ec275d78c282 +size 16443 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (78).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (78).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0256911e163e91d09d64d0a1665a4a44a57f9c24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (78).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4013ec2cf45720e8927b176fce45d331328943ef7d0493d077dcc9a2a3e393 +size 13670 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (780).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec9afdcac3dbe86569333849c03ebd53014b2a51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340b6d324df37945b0d8a2f8f00432b6d609c94205383e76da861f64a6d4a1a3 +size 13484 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (781).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25a15aab1185b8b8d3bff9107f4f030b359dcac4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953ad20e98b290773ed7044464b01982bbe1edfe7b0702333e7a17253befa728 +size 11280 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (782).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b39f2ff0a91caa7970e5953b37a1f8aa274acb3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e567753cd2d09bc5b61f3921636a30bcc034b5714b454ed5f2efd527a2449232 +size 16078 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (783).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee6692a0a6afde1122f3d28baf8616672eb0bcb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7336426d3ae85e3cb6f49c39396e1a517bca64b85f90490b5198dcfc8e730e +size 14478 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (784).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..900ac047bbb62d023eea7710b746f594f3b0c2ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c768925d82e7337678803d2926192796ea1354cadc4e4787ead3e73a5cd9124f +size 18851 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (785).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1618f692bb2bc2d845e09bf66b695a3a9bebf284 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d74a0b5c339dfac3424aca77c7f2491a6c273fa4a408f973d4b60f30ddba649 +size 16921 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (786).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e21ec99f5c880ceb7db9d6b7a050444f6144194 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27876ebd23093afb239d6e4d3dc7fe856e4a8dafe67d275f2c58e8e9768ef1bc +size 19383 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (787).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff663fba4eaac1f7a6d48828a5d99888d332e757 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f99f46c3d476977814d797753405e3debe7e0ed559cbaf181c01f0abd2fd330 +size 14498 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (788).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb6b61950a4557674673a59895c4cd9c0b9097c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2522d97269c8d22e1b5f02c900f987dd49423bfe07720aa7cc500a5876e2bf +size 13628 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (789).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3d3780952bec109b041ac9824592d761792f700 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b544c3791308c0e9cc5bc2a0ca178ba8c04f45f2dd0d76164e92dd92bfb1696 +size 13463 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (791).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87713a7cbca80756b5f67d60618eee279de1d534 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71b845ffb6f8b9aeede46f39025aa1550239dcb58c796c23416cf752c927b76 +size 19809 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (792).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b54b1b30cdb93380cbfd89b5100f6e0b16400ae9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4586ea5e36b0c42d1ee3708f0b73261c0f84abfe2e525ae0779bb78d6b5b907 +size 18711 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (793).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de83d451660b1aeb45f0927574fad77b052a2319 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3310b31742581dfc53cdb571ec622c97d10a939f6491be9b41d2c0cdd233eb1 +size 10548 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (795).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..492799a390ae0bd79a6fb56fea762f8d0e3805ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3257c672131c8439ad8e80216f0434e06b5cb498de2b8ff507b49930a0fe62b +size 18697 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (796).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..561a6cbf6886c653ca0942011ee4fa4c6670fca6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd924385bfb4c23a0e2d170778ff0b2306bf9bae6082f8ccd3154808fefe50d +size 14558 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (797).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47a1b804e6e5bf3f06e4222a283232d1e7e295f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45f82db712107a86ab021a0aad457655a93e43e53d73a62f13eb1cbc7ae59d2 +size 12703 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (799).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d3c7ccbd5288f9a2d8f7e678619eb4f4d5435f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913bcacaa1ce287f970115bda8c9c5d5e025a2405d08d0f17f66040d8661aa13 +size 13468 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (8).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (8).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c90f3720428918d1f1dd230102798e33cb4c67cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (8).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8cf07350baac37f7fdfa2a9e54587363c8a8806a28e8d0b085c1de9ab4a3cb +size 10761 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (80).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (80).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85040c652ebfa1114d4675d0be846b8b7c25f6a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (80).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5c956697b271013faa9e4639ecf4eb75300ae6ebf70064db2f8eb4c29d054e +size 18365 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (800).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db86772bbb179b6d8d4ce4ad78da23e835719e9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb99a80547c63e78fd906ede39fcce0216f0715376dcf01f0ebc03074515369 +size 17378 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (801).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9d200742c5ca6454e255b38de3bcbbe6636670c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a54f18de89428e19f9a10e978fd2e11a31f6e457f58ba828f15073d78a1d6fd +size 12052 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (802).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..881b3fae3bfa935829e6e46c8388267c02ba882b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b703f39f77a9f635c4fe3288dcdb74a4c3acdd2ee9de33cfe32750eaca5d266 +size 13537 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (804).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20723b072f19d08dec4a35aaaa6d859d8ef24d5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f695c5da3a3229aaf6945bcabd667043fde909a210c74badaf4673ac0949c5 +size 19901 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (805).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bf0825fb113a7e4ff50daa530e32c48de0cfe3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff001a6d84ebb9aa28ae49ce006efb3b8b0f852b3ca02286566b956fb0334893 +size 23479 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (806).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b94e7c905e2d174b170cafa80df0b5fd4affb8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f18c392fbe5aca681501cdea5374e5d4765f7fadc2aa34c915f20e32cb168fe +size 20224 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (807).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42037240e5775a7fc2804fb333b3f0a2c8b11f28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d7f0122797d2c1a48c0669173d7381c21f499febf8b548c5abd0d4b802a119 +size 8158 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (808).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01bc3014fc269b6016f5c162b66cdfd3d6b9c6cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767777c446f54722de0a5b1ec87211912313a130db121369ef99e4681f91370c +size 17413 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (809).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..104d25b33f5f698cc2f9b93e54853ab9b55af263 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0d9c1a33a59a79a65403e5de9d2bb234146aeff3b312ef70799d3b7bb8003b +size 18765 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (810).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c5b986ef698e7e82fec91c271ba1bec0af11f38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6926f9ff65ed38c5d98e1f698c16e52a1be0da588352de975a1fc17e6cc24042 +size 12900 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (811).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb2ac94f00e8c8e002255f41136171cbd472c541 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e396abfa791f2517812863f97551918d956fb3960bc699bf7fabb8c5f900958 +size 15321 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (812).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bed116e1102b58390f3f8952cb1df117b29e56d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9932d292524f62a5a182c500ea67d67a81237788ba4fe7e31ef280584c16160 +size 15998 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (813).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5319b6d05916a9e1692bb30ab4fdaf86821bf197 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd79f21356edfe86b5e7b83d8db724796ece5d04446376bdab5a1066cd6c205 +size 13317 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (814).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea26e974869d794b1fdf342ea4a9add861703a53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2bef974fbd424d9e517470304c1d919465ddd4a5af62d968e58952aa64e418 +size 13856 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (818).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7014091a2577cb9c801547142915070fac331e8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b075ad9833721013181a7bb72bd3537244e7d8222bc3dbed88190732034d1fa +size 12302 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (819).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4132f483c6dc7f56a27e2a8f56ad43bfddb7d6d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cd40cc15c8463316c9580bc417f899a4303a7580ff89f55ff6e8c564545351 +size 14768 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (82).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (82).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9b2a6f91095f9b1e9dc727ad338e83d096de90c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (82).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa339b98abb2195509f44931377a4071bd61b2f310ccf5a58b84eb4673609a02 +size 22889 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (822).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..161b4a2e41a8d261ab831f7d5dede2c259d5dd4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa31a5366c57cd9df029d86d16ffd30ba8d5086656bebeea0ea46c987e1fe675 +size 19024 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (823).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0aa55cf42e3ab3462ac4eeed0296c1aae5e47576 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ed17d11999091d259f30bd90db0aeecd96a2eb9c3d59bbdcf5c97ca167fce9 +size 16911 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (825).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd8689a0f8642737d1baadc3c81ac06ec12ee77f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f99bf214b6523158bfcb9b51c437f23ec144b51246ba01077b00e8f4d8c440 +size 13997 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (826).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af5cc551b729ac87651b7c2e18959dfc696ab263 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8329dc9d8c06426197277b2bd2d2005dd58f35a1301b373b0ba6096b8b9883c7 +size 17029 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (829).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a3fc164c0d3f7bd9ca191e4ce66719379f329c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f9a86a207a9b4790079b80e6f9f6443f2a1600227f0010b5c1696540c5850b +size 18416 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (83).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (83).JPG new file mode 100644 index 0000000000000000000000000000000000000000..942974526f6f963d17d8fd8944054f7d19136c73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (83).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b98a4c1929e772a061c08bbac563e9af366bd48094bffc9052d5ba93912110d +size 13453 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (830).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b080a3ad76eb7e766678674c3738c5688d0c938 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c47aa2f66f261974a25b00814b2c9fa0db8fe40d2e9a0c79c90c2902d39091a +size 18159 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (831).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d50233335f932601eb5e8b75d3f2ce5eadf1e21d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2568853d7d894893ba61284508e223e1f4149b9ccbb93397004c1f04caff29 +size 16120 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (833).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a872aea419f992618cb344fb0f59a52e89870b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76765ca156ff9c362cf50ba04c755fdf7b09211247b57ea49476106e1ef77f36 +size 19394 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (834).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..433264de96627ecc3e259b85f81c908f2106c3f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0230a1079f85e7bb88b101c24c3fc6a22e5733c24420b93549ce3839036c00d6 +size 16802 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (835).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9d3944e12a865c196656ec5f9ed77f38ed149ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9063b51cf5c1950c364b07cd7a5802584268c2134f8effdd37e5551d8dd7cf16 +size 9475 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (836).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..364570d78828f785bf3ba7ad7456dc0258d5e25d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacf9089b0f87c78019be5cddedbd78c2c500723ba9792cd982e071845311c55 +size 14343 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (837).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f3a5fba1b6153849c85c3858ecd6a3f8bfe5a3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e117d04227e4b325a98e7c46c8fe3b1fa8941d844d4fb370f77e336c38900d3 +size 11082 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (838).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c6541974e439d1aa91cba996180f2f10b4ca67f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d828948a0171092370d9ce5957e063b1f98450fd6b14e138b3bc46a161d00d6e +size 16937 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (839).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..006de32ccdf87ecb08e120a99092570254fcc15a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d1d2866a6f348dd121b00a46c6510fb68e4854763d3d8d3f6e10f07aa24a29 +size 12015 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (84).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (84).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dc8de40844968e5795ce8f3f3e1a7872005b3c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (84).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581f30b256fb312408a0c2426befaaeb510849a6d20203e2127d26e5ec66ab51 +size 19397 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (840).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2d2f4edc3882692117451ae0bf7d5d0a37039b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc82249c92ecc8cfa060e6ad67855426c2654e31989c6902b7cb4d5c7a840be8 +size 14371 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (842).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0c0453622967116558fc917ffb416809136881c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644c772bf855adaaeebd907871b3058cfc96df60b50f04db61ab3d66bce4a389 +size 15945 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (843).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01a2eac5f3db3c5be83e3c460fa1d3913f84305b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abb8dc5466c587d74f2b409f4af25cf229265630650d1dda18e52325f6cac2a +size 13511 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (845).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..016f8b52d1f62d96d9a082e1117f6114feea820a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7953fd6de493ebdf81c92f817ffb45a59d6e52b4c587a6bc99e92c546504bd +size 15717 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (846).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29bf0004ed5549db70998e9e6e1a0c68fa868124 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dec3d1dae34ea33380dcd0656026864f6be80627da682f0af45878bd17f1dce +size 18108 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (848).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f8b73f742ea2e3c232a2591a8e67443e917c845 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d946ea8f703afbe1ca71f2e65ecbff1e14bdc3044f01862c744bce5a4929e7c +size 14799 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (850).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c70bd86da44de144df4814a477df1865cd5dfd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e059fded009a78ef14a598dfc6e2ed5d9b09bc122db206396c36f2a603b940 +size 11993 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (852).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..496333979690f24ca63a66cec071a2e79441ee4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e840c240c1e95711119711148a1f9e04a0ed9c51b5b34618108672efd60ab032 +size 18939 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (853).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae665c5981a0bcaad944ba4c3a36e40345dfa369 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0c6eca5ee01264f7b3cc3ae4e0359b5592aa00ad646662996634e0fea522bb +size 12224 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (854).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b52c0a768d6d74907a68f1591104cce0f0a5a5b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614367345c0d954e332bef5475192f20ed241353e0f4dc092bc71e1c504f6e62 +size 11392 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (856).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1ec8ffb90a2d06675e3d0dcaffac20da60e84b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5917760683a6b3ed8424e37f8dcfaa4551f3a7f99ffa671ee372d7b8bf07495 +size 15775 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (857).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8070b0043647fc76c5e7cd7c41ee773383e3829d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637f2eb1af0ac6fae281a2debc4c9151ed4b705bfefc18780893d33cd4cca162 +size 10618 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (86).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (86).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa766ea9edb020a0fb73cf62dd0092d4eaeee7d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (86).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a91b6e9b546a299def21a13bfc98c9d468e1cc82ac20ded371ac9fbfad5aa9 +size 14121 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (860).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (860).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f83591a92b4ec1ef4bd2c581629a0f70355bcd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (860).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8017cbfc15273a82f5973e8959c1048371ad9b02e37b81c858dbdf66f92d08 +size 18799 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (861).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56e631283edd55204328515a11084497b723fd67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499d5f1b28b971aa45ddaa2f8713c5711e9ffd59340c750f7f372c515bc174b4 +size 18153 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (862).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a92cbd85615f986356c448f424810312a4ccea3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b22212f25e81d7cb240f6714a3f93775ae88fac466d7b77fb9d8533e7205316 +size 12077 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (863).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..510e12f96f345ea17b7bafa0b940f4c6b19fb6dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb1e8302e7b06ff64de4888b64844d7b8588485eff0ba6aad8eeb21fa3ec444 +size 17065 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (864).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00ab2fcf45af12792cffe9ed74d9839aa2694857 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd7ead7a4c952af2b0b6607fd635adeac936ac27f08beb2133c55c9132bce6d +size 13690 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (865).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2d1e1c3b2813b8755139446ce9bb6dc9af01c8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759cc7a656ad8f7d1267ac8eed68b81c75f3c35fb3a08048c75ae779e693392d +size 10595 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (866).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a544df805da085d35e12351592895058e276cfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3491589bc28d9ba583069f67d4b6f28ec2301f10f8ab873ad41e513c49ae17 +size 10085 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (867).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a500b727cec791aa1de282748118e4b8e43547b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f86ca568993e8491c7c82b36429284d10c2424059b462da90a038327e8863e0 +size 15401 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (868).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76c18d576107c1fb828382611e6b77a2ccc06fe7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717beb800a2dbe372b1785360a38bf4c989114dc2ab3e5196d6eb6b77981f903 +size 17458 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (869).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74d5e7dce3929e5212fb6e0fd2952871f696f53f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5dca20fb73d6ec2a1b82aa035fad7c0ca18216275b449e20a6805c6a6678907 +size 12988 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (87).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (87).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51b345434c1a556325747811a20579c4caa7a0fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (87).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5b7f2381849515d204cc00805700c0d504670c41e396d9d73d95f147b2cb22 +size 17341 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (870).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0775ad31d09fedd7d5875809965ca337924d566d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27548e8d617b5499c2a1964e03cc884bdfbfafb77fec9d973426fe0a8f7656ef +size 18164 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (873).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4bbac82294d8d2c2dfb15f6e29cefd00f644562 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba07562b3074dc3453f70a4ecee9596f196d12c742c7181b8c083e6275874638 +size 18297 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (874).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbd82bafc0769102d299e6416b00b67802c2e3c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659ac21a799571ac2c01d51940db2c6f155e8d18cf01b7469623cc2a93c2ffbb +size 17594 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (875).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19db4e4562fdead53ed14b810979c0e20ee2bee9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4399f0f22f4a58e178c68703f376e2627cf493f0263264b5f6d490b73b4e7898 +size 13135 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (876).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90d2897426c05e89ff823ac0ee3e0beb41a40a6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86e210cff0fdd108cf938d48a0202012a861aea4d04f884ee2d1912d53d31b1 +size 12010 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (877).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d03821253d604b1a0de85454b69d6cfbd39d123 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7353a03fa5329e9b44686626ce1ec480f6e4468fed31c2d5f3fed0b21e2335d +size 7733 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (879).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..919874ac969e90d0a4cc3b8f20d9323660ef8b94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc4e908af69b8d0d188c19e4ea64710f6702f1e142dab9521614db23f862b83 +size 13963 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (88).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (88).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6195077fbbf589ac461f7066abd648f7cc8f5d8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (88).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe6ed1dec6a043fde0f4a5d335c69b745d6f9a5b33660dcec70c3131262d513 +size 19148 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (880).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ddf94c2aacd7812dd00daddc84b963deff2e89d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f52ef5ab25d2668f32799d4f845e37e646b4fa10a25bcdf38ad70cdc50b07d +size 13718 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (881).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (881).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2e28c797d83f17a3bb8588a2b2bbe8cb83783f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (881).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30da7c0842a810c50e95d63fb9815948be01c7793dad13385037dde4919ac73 +size 12813 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (882).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a63db0cb0b4bebe270599da5432227af229bc002 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb40cc71ab3b6c4520b79bf98aee538cdfb642d7317580f2b480a45b6393b7e +size 15199 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (883).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfea398b98a3a7ac37784978c95c4e19e2ca483d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce64d6609f1eb2bec19cf94a2ab06fd42b9b0b370ba76cb22cd9badcf0807262 +size 13111 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (884).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e7981f51e6152337f85a3f97ef4ce9799866a4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6214df18b8488092a0c2700e171dbdd81a5bf3da234fc38a2a93d6833379bea8 +size 12877 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (886).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3de2548279f3333c78ad51f8d04808102f0ac80e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22a27d017a39f46ad1bf3749d4e9e4f6907c450486db0550db6a82dcd9c4fdd +size 16608 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (887).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88251280f5156915e16f820cbeb6133d2eb2c263 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc4c76c9451fe4e750edca3a053dffa962e0e12c75973a11e139489313487e8 +size 15486 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (888).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..996e48d7557781bb9dcc1d1782201a8bb3ebf76b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c208b05ff75662782deb7974d67dd0e52ec9d02fced339747908c2e3281ba9ca +size 14121 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (889).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a68b7e154bcaab214ffcd1a259ee587e94b6749 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada2af9d0530d6b3d4e06480965357f4a6eec32b3e5f85c3b5cf989ca46951ca +size 14729 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (89).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (89).JPG new file mode 100644 index 0000000000000000000000000000000000000000..255921eb9e607933f22e43646acc49a8420ce5cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (89).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2818a374901aa3ae2340f605cb3ade6f60a2c4e4bb927f21a9d565094b5d324 +size 13423 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (893).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f119bd5e8c9d8212144f8612f85474ccff3c1bd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d081b67a8e8b0053f0fa586be1e4dc3f6c0c0de03d36f9f6996959ba5cea95 +size 12633 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (894).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17fed5795f9f862abf7a3b796eb984fbf1bb22d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e1bc98a04d7c0a22210aded6c623308f62e53878ce49827c253c594fd89de7 +size 13463 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (895).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a1746bf0ca1fc57960bfaea9eee427e50fe2326 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b21c993cf52cb328fb25496eb76a98878a2f39989fb4433d67cd3fdf7ee2b55 +size 12314 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (896).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e96acbe861af5167d8869a52608c1c16b3b64256 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5990dafbd8b5f6f2be004f75d093d18b175a87cab680987fb30c665ff85bac15 +size 12750 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (897).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..748c26ed0d075efa4a5cbc9b9ed4822882d6bd16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7609ba69c9666c56a1f20493622c11bc8388e4722338a36c76d16223e16b3e0 +size 10657 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (898).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b50cc3a53f78bac6fbb343eddb185b123c12a4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bd6904de6b9defab1c254f7ac4bc621d8eafff7fbb94fc86fd90ce5a376e6a +size 18795 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (899).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c988194792de53d22d3fa94e3f83941f571759b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abb062587af2f3e6b291f0f832d5192569b5417a116d749e687e823e0aa2f03 +size 20146 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (9).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (9).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e28b3f4c410b7deaac85ccfb4c4638b8da54ed7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (9).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a464236bc9ea8dc87b7d77863893056d8b8db696be6db66469bbc46d008b6e1f +size 18485 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (90).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (90).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ccf5a430d6429dfdc34cd11c6944e691784d1ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (90).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77500698c66a7fb79c7174dde615b89a271a0314e40900027d0ebf0f9d326ec +size 11899 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (900).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f561e3ee44e8328d5a8004ef7acea88108f111c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b495ea5c4a018eede71e00001a026d9ba16cb37d8c1116afeb67ea2fa968d511 +size 12410 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (902).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a73544fd66eebb43d834be02541ecca9f461bd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2031eb6f2f97aea9444ae57f2e41a4ff0ff99f8ef077fe73eeb1c0b3d4ed23ea +size 14346 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (904).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd3715b8e8269eb6349b734865539316b631b36a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ff8fcfcbb005f2d339fd63eaa11a19a103a3da221a86c5d956fa70e0648075 +size 12555 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (905).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94c072fbeda45acdc72b86b5a734f4affff3ce47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403031a7373a65c1d8dd8caac4cf469112d3d05a0d90550ef8402b1d99a81a02 +size 18492 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (907).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb22865a0cfea1f7826f74e9538cd07aadc8de6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cfd9850e7b1ecd6657e2fe673db8f45308a857ad6e3436555fd2bd44455a993 +size 12478 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (908).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..157fb3bd9f51cd779cffb112d675e9acafd177fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3485457ceb108f5bbd82c97e802c6ce958a3eceab37e26dbdd6964fd4a757f0 +size 17654 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (909).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26203f4a8dbf537634748407550c6f9bdb5671c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4ab77633de3408ef0103d6589bb71960013848bd841b0ae77ca269ea31d811 +size 13368 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (91).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (91).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed2fc0368cab41971f141a1b61ce241bb108694d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (91).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d823c6886f1bee2dcf68bc566280ccff84dded495f92810278152771e9121341 +size 18437 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (910).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d806d016ced7a3e2f62b9a2e3c8ae25a68e2fe4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9dfc5eb46f94143df0ed0a4c22c0fab8eecc12cb607a85cde843391ee53adf +size 15540 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (911).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..592b904afd1acfa031eb2f18716c8ba7ec403d18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed0f39d966ff1eefbbd3efb2010c89f0c072f680c4a65b9d3e86c1265b0ee4e +size 13537 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (912).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b5393f8ec28888cc53eeda750725dad65b6295b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee98e4d57f3a8a119ccc03eb6ed572ad7ad1e01e9d188be3143c03cb4bb490b +size 15177 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (913).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d024cbf1f253c1c6a6a91c1359288b2612553b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a233098484068d20e1cd4b90e5f05641552909490548f3435c8d03fedbb27602 +size 20265 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (915).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..890a029e0849b951d83410bc4d28d5f4ce83e446 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b895488e622c06a284c0c72875de1fb6d33e66efe6e3c8cf74084f47b8e280 +size 17965 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (916).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..576c64015b9bf10b54c9131d70026e008ab985d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a05451369ffd9e2303b877c81359830ffa02c7d933e04686fbc7a5c0b995a6e +size 14117 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (917).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31385d4b1e3010313e49cc83d33767fa10b02070 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c827f98d89026d70e94d23e23a6cb9739c44cc574b27925cd5107a4430cefa +size 16238 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (918).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b21daf744c797f08fab87472e6ed60dff7063084 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0ff8d143d6d1aec70ba1e903ade710387b80132e50d85b929a0347d0e0f611 +size 14632 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (919).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22be4a17cc1d7110222d9fe9ce17444814b2667e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2903e9becece9abb77bf79a42eb409f5e640f9fa872a223aabf77cd5e619675e +size 14333 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (92).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (92).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b7292fb921c716648693316cea73589d8fc8f4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (92).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f48d3ab39d040d9a759871af36884659657426815fbdfd5bf4b681fa39c90d8 +size 13510 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (920).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87434893666bce22a7576c60b6861fa7ffe21724 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42217d3ef70c38fc6a0587077720500bf2475a557e5d45dc8817422ade6f0803 +size 16638 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (922).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34147da27885376fda005e810cd37e6b6106c822 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dbc9ea24491ffff7fe27e827b9a2c8ea75bef0284af73c1a92aba57bbe7c7c +size 11479 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (924).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfcc99bacfa7b5b700711c8c339fdc0e0bb8d6e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf9a33ebb5f63a8efe4ed49ebcca67378584c1c2cdd7b1a0868004f41fc6d4b +size 13942 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (926).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..096f5e1435f0b52a661c98497a6ebc67ee599f38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6511d5728b2cb66ddf677e1dc78788ed99cac823cf65edeadd3011c59a6d8f +size 12676 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (927).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5775f4482ac65e81af29e6fca9e788d29271579a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffac73d7a3ebee2d9da51f208230479ae36e8023bea9f512ac0e5f1d38da5bbd +size 12179 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (928).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9a3799938bb544d8dd2370aa23a1b10faf92cb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3cf013810c8cd38e9583c888d7d0fa5fdefe774ae98d5b991df79947255b81 +size 17098 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (929).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59c3aae849c6536210688901af9f17b37c8ca675 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d9034137b95d9c47910df77d7ae91769fc113a1754dc89955f8085c2218240 +size 15290 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (93).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (93).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3057a03b6a73063e03077f6cd94e9612be3d082 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (93).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fee1154b394775039edb06e44708fc985e828d93822bc7fe2d80845d9dcec50 +size 12076 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (930).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ef2144e6ca6d796dacadcfc5bc87df01383f8a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2cc7109f8aa6442dae4b5272f28a4f70b9fe1a2a48561db8f30c8cd804e79a +size 14596 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (931).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35b4dc99b00fdab1fa08628432840d4237166cca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf1841cf00187a51ebf1a8237c4829b76e2bba7d6fd37b82e1f3492b1487dda +size 14209 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (932).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c65e77a589e80bd466c0dc21c91acd77c4db96d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91212d5c957bb4f4f4e8cd852010f235fa82c6e806da3631f9b497ef43675aa +size 13047 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (933).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d4c483dafad9b5d58594b9dc1ed6c1b9160290b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6062fb7673b4205b7b001055ea04413cf24dfa2ee9cf562c7d91aae437df4255 +size 20246 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (935).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d28db6b8c96dcb6d5712bb36e9359ff29162aa8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b671c08687befb9be5211a224076891ae112824cd73a4bae990fab88ab83332f +size 13224 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (936).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15ab11977f2e21cd073fbf39d5ad71624b3bf7ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e66c07ce3ce1e15eafdb5a0b71dfe4ac04ca609620812acdd9f5f837c126a06 +size 15865 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (937).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab50d55aaedfcb2319953383bf483cf51eb8c073 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0934c7115c50956b68e8d81a465977d73ae9daa1588c4e26a0c2ff4bb6ff69 +size 13456 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (939).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c049a5bbf05b3941cbb9d8619196a979940226b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262121393fc19152db05be2b373902f308212cdc9dd76d124c4b5009e965b8fa +size 17439 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (94).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (94).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c93bf70c66070df1ddf4dd66486a1e41842ccf59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (94).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af964e62c676ad408af67a4cfd42d889c68eb5c45eff387cb213cf361ab9b77f +size 20591 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (940).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f6e447b7d1850ad1279bcb1947b56db3353f33f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95ffcb31f5749d82ed919160801c34223f70f0baa9cb9b98e94553b2a0ca448 +size 13542 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (941).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de076f92e2c0e8218dc11e27ecf0521dd0ecee4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e00a3b7259d750a82310f22705d704442b56b7763a80112ccf8b80c1956866 +size 17356 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (942).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76ac2b0b2a684431335f3b5ff5dfcba0e1922947 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4ac2070aae02fce9a5be345b854d09ee51f1824f9fd6853b6111e34db144ba +size 18968 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (943).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ad2a3e3bab921c0b4d5ff94c16a61b3d91ad3ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b8159b81ce8fa3f715309f2e5700d7cbd32dedbd94a152aba6d4ce9e4258dc +size 18963 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (944).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f7fef96c8cda7b68ce475ecdae532b208e33c36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31da05d6187645b37ef51f1aa23e92b92828b08698dd1c1dcb054408ecc53c19 +size 12702 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (945).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80ee9f58586ba5afa0b23ea7520e74642c6b52ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b709b08491ca9059fb9fa2e361907afb112c5a335757353465c492c8c055d6 +size 15624 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (946).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94dceb3fbf41805ab7592054672c7ed1ed97f87f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58680dafea1a488d6d5d3d56aa7d4a570b423a9f0c49f8a27ac70d94f4003bd +size 13874 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (947).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7732c2e6c9893ea894e40b7393b374e9d365acec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9a24ef11512900db3753ee5d5774235be22cdd85c16f150d4d750049fde242 +size 12091 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (948).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac23ed328a96f835bd93ea36cb6768c1859ae68d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276ac90ad6cc6a441c27860290124d67ae0a645cec175f6c8ab73adee9b5cf81 +size 16598 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (95).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (95).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b2a875379fd49ea9f289b7dd851715442738c9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (95).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48307e88c6676f9ef0b4716191179c2926e443d971abeedcc6b2f3693a3c1c74 +size 14102 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (950).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b4e8697e258c7f4440a458443be7a8acf57858c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961e99d580607f5f4a53a5e98d6066805dba97efcf1f33807ab4b16cee6db1be +size 12662 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (951).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0326584d1cd6545d0a9e609421ab7f154c3a500b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cf62e2b143f111553f6b2404e7ce65b982d75ba4c07a5dcb08aa048cc05452 +size 17535 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (952).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (952).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45d23876cd234105f2e2cd1589e011e8ef01d090 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (952).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c057f7e132ee956e70479b62f9feaa9651fb7ca4dde7fed2c02135a10875b3a0 +size 17950 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (953).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (953).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28587bb05e3a0652a2cc2ea5ddd8cd06216cdc13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (953).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364509ed3e38027d24bcda14d884852e9a63ca813e4eac9cc1f406956b5b8036 +size 16735 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (954).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (954).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7743aaf8512f413783f9d4852ae9736230e60bcb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (954).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d086c5d7ddc9a9f8cdd79e304190a010f84b8f97b733c502b317abb0c9235fd5 +size 10824 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (955).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (955).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63037f3da07307e9334a729888cb0792e90c9e2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (955).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8cfed801a0489b6c4e12e3ad83efdf6a44232d734ebe0ec1cd03c8dabe30f7b +size 15051 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (957).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (957).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e62b2f223381109baa74fce85268c8fc482e04e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (957).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcee7825fb4f422585b9102e826920bc5ebe5f5e95d5c2a7760b7bf489f5a36 +size 15050 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (958).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (958).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1fc694f8f441465b8eda1f10979ef53231e373c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (958).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5e6ccaa251f8c678fe9c39531380e124cc457ca61924bfe7fd4f2f2eace409 +size 12982 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (959).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (959).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8374ef7acf0a2f20051dbbd3ed5b1f14a3953637 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (959).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe546d236fbd8dbbda044d7cf2b0b486f0379c507f2d743db0939624f0a2ca7e +size 15195 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (96).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (96).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f3fa64d4f020ca27bf1c11327141da89864fe1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (96).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00e986577766498dd160b1e3ee1d4484bdf498422a64b9c2c59c29700462d36 +size 16136 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (961).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (961).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b128a6f9b7541d29cfbcde2bc3e98393a4899b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (961).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d04892d3749ee6c24a872c49bacc1f400d5320ce0ae31f8ba55514809e670c7 +size 13292 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (962).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (962).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01e4fd8d5638d06e32c08164ed8e48c21a3ffb8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (962).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3463f81d78239c6d917075548cfef64e9a231d985f6efdb34687801606ef029c +size 12058 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (965).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (965).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c692c388c6f64b3e73bf66439d47ce9af05d78b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (965).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc315caacf3787bad97091f9c996ab456630eafa6e1aef15c16c1105c280a89 +size 13693 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (966).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (966).JPG new file mode 100644 index 0000000000000000000000000000000000000000..595a81891241e53d4c28013e830699d5ad049e0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (966).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4ae28fe797dd68b759141703b07f7f1924c218f73f215a67beb2410b94b704 +size 11549 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (967).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (967).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c684129cc42b9ec70d7b9d1395fd0b1e8197550 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (967).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39792c666f5bd11db346429a6f0fa48c767a14df3c10fe4a56226b74d58b58b +size 16975 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (968).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (968).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d35f7b3a561bf39ed10df049d9c83d7bcf539bf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (968).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9733af74d7ca19fc972319ac49a3821da6dd99e57cf3acccdbfb5fca4727b853 +size 14396 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (97).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (97).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41b11209137983c18c922f6d075771291994c8d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (97).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16906f147f2980847bcce6310e45af185fb3e931003b1dd809874776d4998e4d +size 17929 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (970).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (970).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52b2f2c5aa29629e96212e97e29c0da0c066719c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (970).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c78ce063337280a575a489778ce9fcffd1ed1f2707d9d60b7a827e954f0427 +size 19160 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (971).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (971).JPG new file mode 100644 index 0000000000000000000000000000000000000000..773bc22797a7371b37875cb87eef726853d6b856 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (971).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd890348d0cb3677959fa81ab027124f2dc0f3fa30e8b86949edb9452b418cc +size 13411 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (972).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (972).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4362e06ef49b0b044361eed29c4d2ef528a84213 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (972).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47b25b709e3d919f123daab44b2b4f2f65fafa968facfe929e75e797e95ec9e +size 10835 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (973).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (973).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0dac712339c99f9d1482c9fc960c7e81a3a89623 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (973).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ec1e7211fbef272a59f8277f8468703bf2be599c859d5034cc9f35f54fb37f +size 13774 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (975).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (975).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a09bb5ab8d20a0ecdd7a5e1b74265a8580bd481 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (975).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f504865441034b14f920dbd1c25dcf20b7a77247a98359b63524ad8f3ddfb94 +size 14679 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (976).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (976).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cb63ca020438fb2065e2c876efe0ccb0ee05fb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (976).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf838354582929fcc58890770a81563c82cfebfac0e87c2efeebd8242e2b093 +size 11950 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (977).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (977).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4afa0228f5bba0027efe4e27a5b3d5741979da46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (977).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1fbd47d69042bdf2324afe6ae8b4b3e1dee6b788cdc0f2bda62ebfd7ae7f35 +size 15781 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (978).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (978).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35a9bda43acd1af331e6d61b26944b348f747b94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (978).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3feafec296226072676602ac6a88c21ad5fd46058d1df2d88459c13ff2930f02 +size 16780 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (979).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (979).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6afbedd02568ce4795d36cda4c8bd648286a263c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (979).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23f62a9f0cab216506eda3a6a7d3c9184500d0ee2da16c676d7598e91d2d288 +size 12326 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (980).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (980).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcb628d428b769d5d51d65725dbee1f9fd6e9479 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (980).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9937a0867a4a7430c58515e198d991c4d61651a0ea79da7963e9497e4b59c7ac +size 14803 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (981).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (981).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c463d4e8c4302c92d72f1e14643e5148d610f41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (981).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7c8e3e498b2c7c033cdcee3728a49404a89489cda959c16589d6c4ac97657b +size 14362 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (983).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (983).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df7762aa82d40f6722e56cba519edb8a03ca5fa7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (983).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340d45585695dc13a65f623f867755c01a9357115f9b5f23c38811b49e451301 +size 14578 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (985).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (985).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a28f5d58a45d4d4f21f044482465a2cf016614fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (985).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74eea41ee4eac05a3ae412fb59f32c8539d6790af03b1fce55d889dc585f2aa5 +size 16900 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (986).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (986).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1eda596d4661b1f00d5f3e4550e713f99e542c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (986).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b91223bcd0dff4971bde8ca741ac147fb10312d40b6b32b82a3d1e28951654 +size 13050 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (987).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (987).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99c9b7fa08ee5a024616a9db8cd2d348af57cea4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (987).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91f78ca2bcfd87e00f95d40155aa738023971bf9611682298c1d2e0c36ac71f +size 12114 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (988).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (988).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9292de6de4bf84cdb9747d7c751cd01964e293c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (988).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c755e6d52dff31d56e162b0924b74a43824d5a4dd4a083b5fac6877decc9de +size 18449 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (989).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (989).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da78a75fb36e10add8bfc406c3e92c4c8da7b4cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (989).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c570cac2a5015df3e569cda8ee70b11367ae2564b17b9d52dcfb3b49f2875ee +size 19525 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (99).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (99).JPG new file mode 100644 index 0000000000000000000000000000000000000000..564edb93658c61d754dcf6bed111fb0aa5195710 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (99).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17152005674a5d2943f051040abc698b4d04a57f2c91c4de96b353dc46b6119f +size 15853 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (990).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (990).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d821a849555c41837ece3e0b1b46d552bad79e19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (990).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bcfc3417c20ccd782f403244e92a57995a6768e9e0c802fc0ff8d8e6b0e6cb +size 17492 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (991).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (991).JPG new file mode 100644 index 0000000000000000000000000000000000000000..581620f6fcc1205f1db5a367dc465c2bcc55dc06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (991).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edd9b718e13e7f1c53f9aa96e7eb435c9eb89d30a4bd1f6368c10f450211bd7 +size 12439 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (992).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (992).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af3c8d90c3fa25f9617aa03e1587dd3fdef2458e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (992).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf509dca207b4573c33e3ae139db6cb4fd24c7dac0518a808fa93bfdb8a3801 +size 17054 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (993).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (993).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ba23653c7d5cb38f60272d25070459722371309 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (993).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7ccb8ba8857f41d9a9e44e3b3f6801e47e677e3fb0ba813298d7d9e1f723b5 +size 14576 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (994).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (994).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c885763cf0af1e3e5187f2fd72bc84bbf99594d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (994).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45feb554bc2bbfa8da0b794ee2dd036caa54351fd04d1dab41b470be8e277b9 +size 17088 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (995).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (995).JPG new file mode 100644 index 0000000000000000000000000000000000000000..598dff11878bd8ad9c4475d928cb74731331226a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (995).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da0ed9faae560e95c1ab1640ebc117b06e188bf6443e4de1aa6238df8f630e5 +size 11617 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (997).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (997).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91e01d14be67904d214f8194f342d982c51a0e28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (997).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7989bb7abd41084a9cc1d178221ab4c90c641eadda0cc711adf92484ee53bf1 +size 13817 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (998).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (998).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58b1c307302251eee6c5f9a6be3781f0cf908686 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (998).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8a305b293f851f3ea26fbb519ce994aa8178ed5c1923ab2f08744be829066b +size 12520 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/image (999).JPG b/dataset-tomatoes/train/Tomato___Early_blight/image (999).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c650afff1063c38bb2c1585f541e9e08c8c79b89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/image (999).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be3e8b849a88d33ecd59e6096d318737be23e9cc161e46f89518668c9d61fab +size 14046 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_100_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_100_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec345fba86bd060b08ca8b8c0336726449cefb53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_100_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f13570196eb82e650b5ed88060ebed7a4598e8beafc558d0ce45dc2342713ab +size 12844 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_101_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_101_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e59eddde418b67cea346092c77697786a386d08d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_101_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bb424143584a5aa7cdd536e31b03537512803ca00da9aff9be7952bbd84703 +size 11055 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_102_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_102_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cee85a08e14db0943154147c6bb6a71e50bd459 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_102_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69d6d18bf3d2d008173b2f49747ab397f42c4482987cb60fcf78cefe54f94e7 +size 14381 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_103_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_103_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29a5b2f692d09ed853cbd6d17da3288b734c164d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_103_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e147021b12e1aa427ddb5043ceabe39e540d9d6eeb349d83508f2bf6d7615d +size 10780 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_107_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_107_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26ee30c019013758658db70eb5f6728acd567c26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_107_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1144edde3db9e5b4ac441a23d2efbd36e8f50889ba0613f57172c31ea4885400 +size 17225 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_108_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_108_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58230fcd786463274a94441398ba236b162f101d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_108_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505750b8acfeef2109dd23e170156dc26bd1b42aca8a0dfe3da8e06314be17ff +size 13890 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_109_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_109_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63a5b1bd8e9eae3b53c8e5ad60985830a3f25f4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_109_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d22225d16e7d26bc113532b792574dc6c8546ab841ab3ed71081851dddd28c +size 13127 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_10_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_10_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29e8fc500fe2db322415e1f46394ad321dfefca6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_10_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427320c1ea6441d710d80b88b8a2a524cec812cc283ea80bc270441a3568436e +size 18504 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_110_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_110_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74c399917e64aabeb86ae1fa8b5e75b5b6730734 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_110_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c736f6ae340502ebc24ca228959e30c448d4ff651cabf626c290dbd2598e2a35 +size 11486 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_114_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_114_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fce14393b1aafe26d637f7954148833e4bf58eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_114_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3b637f3db3615b768177d9eb22ceecb3d23d66696a7134fa4d532b73e82b07 +size 17408 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_115_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_115_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..647c63b0a35f7988a308b8523a3ef4d30c33c8f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_115_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fcbeeb9721807177c1010932b9df1a176842c9848b582cf56e3701caaefb39 +size 14758 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_116_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_116_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d93cd92405edf8b4cf5f9ecb97bbc373d43b1132 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_116_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66785d4d3703fe10a3e646eec7cc1258e183462fa9c7e7996321a6cf8ccc7bdf +size 12047 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_117_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_117_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74f59f3a90d2b0c2755b283fb66820d8eb813019 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_117_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0248ece34c5623ce50eb03a988f40589e1e0c7266e494591e6b0348c2d604e +size 12128 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_11_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_11_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c2f5ec22a67cd5a8841adec93d5e0231dc83153 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_11_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a3743116d72c2d6d101239982b859fd595ac47289b899fecb8ec0ef4557e9c +size 17265 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_121_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_121_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40be62d2d6e475074461117c4415ed5bed2e2942 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_121_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f800dde7dd0c1032c440f9330e84ef89c95950931e9775728121c998778922 +size 23032 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_122_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_122_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3cec2d9d7026eee28bdc240028f1b90275346b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_122_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d1d140cfd1010a4e6ff9388680a84cdfc75a5d3fd7b5b2e5481388f303f666 +size 21761 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_123_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_123_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21608a7b9e1c75a2ca88987f2b242c1fd9c5ff7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_123_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e5740f672b805c227dbd1480bb4d256c7b24a0cef89184e6ca8d972681f09e +size 17517 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_124_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_124_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce8a1039725124d5e7a2dce553d358b0d858f3fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_124_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b235021d3a0c829310fc196b409beecadc89f0fe64686930bb63e8ac6b8ad81 +size 8207 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_128_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_128_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ee14e0398f0587b06edecc814c225e7063a1756 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_128_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5cf0aa4a83713a778f07a4b0ffff748f3f5fff0eec0257232706d3ccba955a +size 12396 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_129_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_129_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d6b8fb760c4751f1848a34d5bdc8524171f6919 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_129_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f19b70498d3716b4a4d05957b325ce379138a8845aa26dd4e9c78e4d9e5750d +size 11467 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_12_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_12_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c4c0f3fd3b5c1da151eed0e62a89c454c935f9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_12_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd133bb874d741bf90aff9459c800ac170eec12137ac80af212b57130e062419 +size 11508 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_130_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_130_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6834396669fdfa16769b795a42ff8eddea0636a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_130_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e068e66c0c2787e96f1224ee804e225dd133ea7e42ecb6f67004f1fed3d02c89 +size 22073 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_131_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_131_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c5c6110e22c8c320b0bb7dd6e0cd3db833b98f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_131_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17930be27aebfa9dea986795ac40c300518d78f3a6cd1504e06bec804dce299 +size 3637 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_135_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_135_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3afd7be28d238608e12c6305698023b8574fefb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_135_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c0aee8fc9a1e8d0269aafcfeeba092455a1636a6dfc1f95e81ad4e58949a96 +size 11826 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_16_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_16_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bf7512c01bcb7812f1d04308f060c765c6655d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_16_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39a8cc5edc9d223433450911359efe17d492050cab74384bf29b2b0b5408132 +size 13608 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_17_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_17_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eaba3853c3faac9cfd703bfd0e7df885e31dba41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_17_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6236ffbe1d0ba15e5be2a45f2f01bdd0cb7e2ab8be3a3a9bfbb6960e1f866993 +size 4360 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_18_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_18_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24279d9a7e9f2db10d790397a2b386ec7d83bd09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_18_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4f4429d32df156c516bd00f123b96a643339ffb691fab684f5dc1066b46abf +size 16719 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_19_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_19_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83456881799bbd02724bad205a249eb8a6d83e77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_19_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2cae101ab5ab03ba1a7d9c75105050eefb0c02fce3aeff28508a125960b43f +size 23994 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_23_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_23_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..420f5d3ca9644c6d8c3a692c835b5a344de127ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_23_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b871ebed1952ad45c0aec91798aa51be5a19a879c64587f29119395f0351a46 +size 10557 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_24_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_24_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4de96f9faab17dca509f7444ebf43768d1b994e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_24_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bc23b3aec935a6cf7647f7840726f4430e3f1d7988e9b7a30ac8ddf162d6c5 +size 6238 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_25_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_25_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f1fa4c56bcf5dc581ea59551e6236fff69e42fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_25_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac74accaf56e121983e7b59354aa4a9ec58ced8b1ec7790cefdc3564dc55702 +size 15501 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_26_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_26_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5148d30372eee860ddd8a8d8371d35b775b465a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_26_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720942a5cbb34e74b210fe2ed61d3ef85ed498002e260f3e72c05c46ac9cc03e +size 18188 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_2_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_2_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68aa4745f4f2140fd1bee8a49d5e9286f6dc9a49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_2_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64227eed5460c2cfb55331b67c7a32d934067222ea25d6fe90ca0579643cb24 +size 14248 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_30_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_30_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb693981d8f036731e6f5a3154866046f1e78dcd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_30_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2743b059ff7ad813395795a74fb25ef1528d7fab10753737f30d037b6082e0e +size 12632 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_31_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_31_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ae024467751794245d366040deeb59c134ecfa4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_31_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7565b5fad735fba24597a2476ca50f1fa6dced54ae28b56735fc2464754cb7 +size 19801 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_32_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_32_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e0f384cf788f0dba2fd531d315b9e1c8e5b4545 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_32_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89215ee80f54070f56010757b087fd5d635b0b9482a656a3aa37f95937489ffb +size 12771 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_33_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_33_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66d0ec4b493f8c04a67984bbc6c247d51bc13256 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_33_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e18d66e549e903f7dfd0fba1010b4c4115932badad78237af5405fe443f522 +size 17784 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_37_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_37_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d519ccb2461007697d9e07c23348c346e60116dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_37_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fb8944ace159c51b1e4d5d9afda783afbd4f8c6c719342213328c373c96f45 +size 20221 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_38_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_38_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..490e2e2e92bc5911a3638ea1823bbfcccf5e66d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_38_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2160f90596a50661780c4671b20d141b5863cc7a76ec8d4c1c40fa4da44e7d4b +size 10982 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_39_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_39_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2782548b97b547bb7248aa35fb6c53f63d09486a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_39_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639f3e45adcba5f09eac3188dcc0d34e8c930ea71976723e39cd1cfe7dc38eac +size 14789 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_3_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_3_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..126198f186a3c675c3b71190980bc1cb60ccc5f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_3_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afd3e8c6333bec156816f70bd27b231cc2e7b906f4462b597aae7bd160d4aa2 +size 13965 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_40_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_40_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1cb6c7c1fcac9f84a2214a2abd249dac5ef9901 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_40_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc92607b1a71d28cc04dfa8697dee047bc218b94661e99e73f42bd47449902d5 +size 12976 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_44_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_44_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78192a3a92b855184d42f4c2f48db4fee7a690e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_44_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29929e0838c8e8ab94897a3530b33a2123b813e4a550ebf743ef3829adb9478 +size 15991 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_45_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_45_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a981b2b9d405ab5526bd6be7e2f0ac121ce6f4a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_45_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4650489b71d2f3ff3cc3972c5ff3814a3f8f0fcfbc9f8ca4278350011d082995 +size 19083 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_46_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_46_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fee77485ffe3fc09fa721aaf0776adeef304c60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_46_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baedbe373b75776d4b42cc0f22c70ada702c4bf83594400e52e8114015792f45 +size 17036 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_47_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_47_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78292b0d44b0e5236e9f8ca3edf2b70fc771169d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_47_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f597d14e583ec647e0dd5d26bb4a758b5bf47dfd569a23532766b942a251ad +size 19165 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_4_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_4_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16523ee705e2abd4c4fbfd73015a4c9eeea716d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_4_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c305f1d44ef8e479ff3c95d50fb1cdace19046c932dbb197dfa2fadfaa95dc59 +size 14315 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_51_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_51_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52d480c056a3bb823d9938abba7d45cf8629df6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_51_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c0f69da598efa45a3fdaa91f5671e40962ad7989d593d88d9cf65167db58e1 +size 15200 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_52_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_52_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b97d6c90204c4fe9f526b24e9f15066e8950fc1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_52_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e78551d26221e486099312f69687179eb2fe7686d29b8b35fef712a0200dfe8 +size 24209 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_53_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_53_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e79577f15dbc51dbdc4c02b40dc91c82d0f21da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_53_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf5f0170b8a6ecd7e5e07fdf8dc6f3ac57fe8b9a1d011e8ab4509bd415b1f33 +size 10170 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_54_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_54_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab9117545d8d9bc2f6399a50a575689c9a18e76a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_54_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f846d9aa6786936637cfc2a259091cd1cf00a861c5bdc30853d9153dbfa2b96 +size 20267 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_58_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_58_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dac00b8a1eb3b65b3137973934082114e6bc7a51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_58_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b01d6476de73e59de8a48f45b4380428530900e7c7eaf8174c4dd8ba53a2d96 +size 12936 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_59_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_59_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4595ac57741b866e339d97379c93cb5cb389c808 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_59_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b9b0dafac939469a9cf7acf58f6f9167fd03881bda953d9463660c24f4509d +size 14772 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_5_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_5_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cf9b3653be54bb4ccbe05e3973a4b86284be75a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_5_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81a007f71a7d4ecd3e2a7a5c657cf59fecc97f2df2a8f5499188899ccd90bb0 +size 11104 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_60_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_60_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f27c8b931cc252364670f3f55444a118155a34d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_60_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4b47a08cd4105062dcb69aa181975fed12c3b1534e7f43ae81bfa382adf4a0 +size 20885 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_61_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_61_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b4212de8867256cf6d622a1d33cbc705d364089 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_61_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1639f61d91c35c6ef41d46904c322f6d56cdf484e832fef9920dea5144877c9 +size 881504 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_65_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_65_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9c8c65a31eff211b616da6a0f4448bb104ef3fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_65_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b4abb8d27ba0a7d2d27b84d360dfd40a24442b2dc34a09498820047996ed39 +size 24576 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_66_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_66_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df32660c7adf5028a25d265cabfb83deee7e58dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_66_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0670b25e8a08ccdb7c675bdca5c89dbc7903b08e98d0caaf45b81cfa889491 +size 4491 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_67_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_67_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea489a67a7b2271a082c33db57ad237bc97ab3d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_67_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193a4d4cdedd38e1aced8c43ad8234445bcbc190a4ad10b61775b994676e1331 +size 11245 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_68_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_68_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5564fba178fd51f4b6e24490348dbc53713d00ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_68_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158a0f560de9099a27a1bd9577ddc40b651675636638379759d59b8fcc207a47 +size 11675 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_72_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_72_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccb5a405c0c76470652b40527f50763763f454f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_72_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42cd8e9d9a57edbdde57d0480441ad6766967dd0103be8b750d79cae98d10fd3 +size 23721 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_73_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_73_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9a54f203dd19d89c39c809c08f3209b73e6e65f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_73_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7f28167314864c20ae6ecdd86ca1c01e99ea2b37e8231b32dc050d374d7132 +size 20345 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_74_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_74_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eeec725daab905e45df16d6bcff22d9796ceaf2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_74_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc108de66142888d923b180b22ab13bef275f99a9b87e096e6c0c62f952b967 +size 17600 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_75_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_75_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90af28c3c3c326b08f653632cd87b8ababa805dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_75_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cfaf9b814bc22d2fe805d810116cd81151b51af8a38543a024afa419e7b1bb +size 15687 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_79_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_79_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7846cf968e366992d0d09972dfe0a5a3171be949 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_79_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bb83cf98ecc21b988f9330a39b9c84b3717a0a6ea6494e4a0993f61619c559 +size 16567 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_80_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_80_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61b952854b9cd79a35d2961b9ab912a2295f0528 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_80_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a61bbbeb2beaee72fe834f11fa18d65a4e02892e9fce243a0f6d11b40df8d34 +size 42003 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_81_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_81_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d5a28643db90f4270ba74ba56693f296c287857 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_81_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d033b1f0a59ee0c50fc07a21fb4c00a55c24b28653a26ad56242ccc7358b0aac +size 12723 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_82_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_82_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c67ce87bc9f4aa5d585e86332aac3aba250f8c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_82_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944313e0784862b154a94e8fedaf7990f627a6ebc7234bc0ddc3db75bce892ac +size 12923 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_86_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_86_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e698ac2ddf9555df4b471be374c82a698cafd30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_86_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fad24e06bbb69de981afb0569833ff0b9a95a4f6091dedc37a3f054754ac2cd +size 14636 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_87_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_87_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bae46ccf70107c9877d55d2e5f1ad46b6f8bb90a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_87_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c798f2c99920e22da15eb511c7ccff5e4de85f5324dbad06d17fa7fa47b6c59 +size 2387 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_88_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_88_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f497d559258eb7684fc7e27b8140942b5fe362fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_88_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9eaadc83bd31dbabb0d2a981a44502d99e64bbae80dab80717293e2bfa4be9 +size 14773 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_89_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_89_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c908eafcd5d4e438350778d67bd5c60f2ec6d7e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_89_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072d9c80a78f4f250d2568b8b7e5214959fe3ca3e24cc0044213b549e0510c71 +size 9192 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_93_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_93_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8128962ed6ffe61b4f032acac4d27285994e25e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_93_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567a5d5397d76c0a224e685d097b7c73efc77c31d7f109286ed7ea8259fb98b0 +size 13508 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_94_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_94_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1b99abbe467640352fc90213fec6b14bc632bfe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_94_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f56fa4989aa073f38e719434d666a1d5a0895aa42915739610ba69ed29c3db +size 7720 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_95_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_95_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c267bd105a1b7f2d67e4b8a2d6e547a4b3461816 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_95_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb5483c5896a012cbf9708dcafa63dc07e95201246104446d2e5e435437a0a5 +size 17997 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_96_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_96_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..312ed7fc17ba47b3b9be13455d52f2d24b3ac474 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_96_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bcff703708e4e53a481e907b6752a579d485a477b8a08f3c71906a3024ed37 +size 16857 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_9_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_9_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c45ab5fa3c79f205e637fb8a116726d5309b03a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_colorjitter_9_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371d31381a9875ab130aa0e69087a4307dbfdbdbc58471a1ffef34b3b55e9d27 +size 14013 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_106_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_106_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..324445a6829e2fb3c7570bcdef844734cc67c481 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_106_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3268b6315de1cb0b0537bf9e2adc21b2bac619dffffd2bb11ca8125ee3f9de +size 17506 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_113_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_113_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea1fad9ab46448f8710520ad4da13fd0e8cbe15f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_113_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74fc061ea2c56add14cde86de62febcf2e9731092ca065a47c136f3b7386ee2 +size 15701 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_120_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_120_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7954a067f96c5bcdf3e9690fef36e879f9c30c54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_120_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3743a84642a95f0da119647e1bb591d7e698589818c2d0188e22b2f44056fed +size 16536 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_127_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_127_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a62eb1d0093884815022af428e38ef9b2a416bab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_127_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364fa7a929e1b606f41d82cd50b804dd7072b93251cde4521da17a31a2bd58d7 +size 11318 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_134_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_134_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd6383225652a9b2489709a687dfb5256179753d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_134_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14604dcbe5b3f018709b1cc4c4b3bd38100462f7611da01580c89f8422c57b51 +size 13898 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_15_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_15_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4619e742a5427201758ed87fa875c770f0a673e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_15_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0361b014247bd0d57dd7501a9d1f4750f7ffb3948e15874877967f10f652e17f +size 15852 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_1_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_1_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..929fa7431306cbd9517b90429b03b72645d4923c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_1_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a76ba965e53afa19b2e914d817a51c982a0ae2a1e872316dd236fd328b1154 +size 16945 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_22_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_22_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..345fc652e04d4d6bf6f4d0bbb9e3f472ee473914 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_22_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b4fccaf268e327a6bcd044257e85689350db595e9753272874b17f05859c2e +size 15736 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_29_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_29_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4af5ac39f645622f9d47eb7caf5da23067310a1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_29_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49db09db826f6e2b3d19d0c78e3b6b8336ac2db8770328b829c8325df0b3496 +size 83625 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_36_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_36_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2917b197142c12bd9efad7a83480689607f10ab2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_36_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bf7e7ec4a4ff59b83dbbe48245f1cfc9fe95e041fdde4ce34e3e5f9aa8c7c8 +size 15226 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_43_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_43_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de613d52f7d7f9f849e3bb88f59919f6f9be1664 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_43_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8997850be9e98ad53666fb6a4433b998a796c32274ee72fed6241fba8f6711a +size 81609 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_50_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_50_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f30ea33b3f84eae9e63d2ad4597a45f0c2964ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_50_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7752614c81aa1795f55d5aad5423d41e11ce3480423b45ff0668feaca1842d2a +size 16312 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_57_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_57_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..148bb412f7e358139f5159c0eef88a3f2c1097c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_57_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1561b388427a4154fb265114e9e9d618f501333720557cf18b57b97a4c5311 +size 17879 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_64_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_64_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59445d0cb48576045fb4313b63d1c1190db97426 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_64_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ac57f2c8fe88f4fa11589f0f5522a9dc615bb3d0f224d86622a2e0b7edc849 +size 12054 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_71_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_71_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fedb52f023b7f9cf3cd17317dff9f06834eeb96c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_71_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2381eff7e04d22708052dbd01c18635ea43fff40c6ea7c76c6bf0704c971d18 +size 11400 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_78_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_78_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c08de3b3bdc30d4a742b4bdd67f2aff57ff8f2cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_78_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd7979b01245aa8af9e2a9aee5281ccf7ac9d64e6da96bd678d789d09148a7c +size 18191 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_85_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_85_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..326c701222b5654d19b3901448a13e38a5c0f0e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_85_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9129e61aa3bc9b8e56a935f49f16adfa5656dddc2b736cfbbee77c030e32fa86 +size 14109 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_8_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_8_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c08de3b3bdc30d4a742b4bdd67f2aff57ff8f2cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_8_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd7979b01245aa8af9e2a9aee5281ccf7ac9d64e6da96bd678d789d09148a7c +size 18191 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_92_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_92_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55add2b0e78deef192182a93eca7d079686edbd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_92_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708e4de767f31bb4ac55880bbd62ac34ba1e8befb27309811547e95fad53d7b6 +size 15772 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_99_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_99_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a96b5d0a41eb8e68dd25d6f3fe71346cd68147c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomhorizontalflip_99_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0ca43bf0345d58ecc64c38526b158b16ba83e5645d699850b6389fa92fd93d +size 19896 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_105_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_105_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..273ead0ac343a118b0f7ed0b3819ff2ab5676666 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_105_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25aed2057cbdf73f37103aee9dfc8e7f4c44586427fe0a7ef5f379e7dd467e0 +size 8464 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_112_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_112_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b947b12c1dbb2070f58e19729c3c75327bf3dcff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_112_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02d04f62109006653a68cd884a9f65271af2d62d5d81808e99bb8da67504996 +size 11333 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_119_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_119_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa5afe3d56f292f80b48321a6ff210fd96d973b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_119_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df490751d6e80a5e9fc0122e5d83953deb643033f6358e15b6e62917629cd6a8 +size 8988 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_126_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_126_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d045606d799a19366c692f367d014a7ba5967a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_126_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e40aea6a234972b540e909b295ab10eb59089167100d5d3535e11da5d91b19 +size 11787 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_133_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_133_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cc484835f60296bd7e44fcf50e9860c3de85668 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_133_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1d0bc4b4145f24e8a7da303a48d65667fbd3a18e7f86ddad1a829231e08bba +size 7485 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_14_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_14_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27565e5ff89dd2195dd4f1df00271baf97cc592b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_14_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f774840d22cbd392a636d1754a84d702936566679d2f39701802b64d99db82a +size 11083 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_21_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_21_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2281a9698bba4031cb29a7c288744916c71eea88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_21_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e4ff2473f2bfd8c43c4bd68129af3436ca1840b5c2ffcf5eee9ef89c2f8386 +size 9671 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_28_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_28_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ceb30203ab2976616585c34bc41c055b3cdddbca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_28_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e4a536bd9fd7ef75b32d6e7cc387eb9ffc9d44b978be3562240e62c36ca674 +size 8690 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_35_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_35_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbf39c699e93f00bbf13e91b2f3c88aa67691349 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_35_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ad13b0856488917898a8e5aea4d2c626a8d59b5c9766c91b24bd8098e2c660 +size 8930 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_42_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_42_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8dfb1f3612e0ea30195b1e54a179e12d78615398 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_42_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e723f475b94b385edd2f208c2d09f8bb64daf149870dc6fa58c359a5121d6c02 +size 9727 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_49_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_49_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78e69f8f3d62b1b34246c15fb63fbc79b3ad122f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_49_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aecc5283573540baacf7da5bd165939d6b2a56c3f5c567b7a0f914ed0ed49b5 +size 9455 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_56_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_56_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e403e175e60614b2e2a5705eeeeb5694e1efaa94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_56_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996cd5f33e74515061a712ee25e9dcb3b85b1063e7b3b013e00aace6b3e3f2de +size 11929 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_63_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_63_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7556813c51c3c8462fb17c09e39e6ff268060065 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_63_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a86c94d134cecee5e2da16828d41292d026da84f07c537f57f684571eb45cca +size 10960 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_70_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_70_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4a9bfe4da979d0b681dd05f83f8765cabdf7a9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_70_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d4d0b852aad1177c1b1132540cb67187a87b95d545f563db77acb9fa7284e2 +size 11925 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_77_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_77_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..535fb96e84518ab893837f5d521cb707aefe7157 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_77_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b412402b9f0878124e4271f167afb4f488cfcec31776d728e28d30d7290ade +size 11037 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_7_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_7_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54f4e70a53f1368556b6e7c086568be258e4ba40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_7_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5670252a2630c2c6ebfcb4c1751165cd234f65d96a9ec9526444091e3f2f9463 +size 10696 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_84_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_84_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4116b9430caaeb959c66cf6b1b055bc65049e51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_84_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e9dab1ee4d31192287740eef6449ba987f76120f2dcf75d1ef315dc80bd325 +size 8354 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_91_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_91_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd39967d6210dc50ae4cb98abf3d92fa8b340c62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_91_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c652c0ef73646fe6f1056beeedfabda6041138157e2e4d5e4cdf8c7e053f730b +size 9277 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_98_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_98_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55867bfe74ac8a2bd8f616e29a178481e9d164cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomresizedcrop_98_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8670481feb4831cdf5daf906e2a22633de67d6d5ca4d81da919bf558ea63b27 +size 10976 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_104_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_104_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75176ec6c8c4415d75bcc5f98c2a892a23e9240b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_104_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adad30ff89e470978b84145ca1787351fe01f45a80e169b77387c2fd5ab43f79 +size 12486 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_111_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_111_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e08674bed07d93d2f1a942e2174fa643f6365dfc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_111_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d0a1c2c228a114c7e1be4d6e708bad32a3013e86e5147a0ae77bacdf6a8312 +size 17715 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_118_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_118_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a009ef90af46be336f61023b3978e9d725bc536 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_118_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f93b25f18dd05eea78f21c9e1e2c748f3240477d50507b0729764d38ea43923 +size 13511 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_125_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_125_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19bd5071dc576813bff01b8e40a2dc63847382f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_125_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9d38b23ee4d9a240438dddc0fe6660d34b9e4637da4a6bb7d50094147afad8 +size 13920 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_132_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_132_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9e07e7a33b347cf52c9e17e2b132da200e67ce4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_132_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d167cd3d8a801e373acbfa0ed1f74e1febf6734b8cea5911fd9f7da1951741 +size 11205 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_13_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_13_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fc14b42b984beebeb931e8835bf11553f21fe0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_13_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aab56cc9ca0a4753176b8345b33aeca6fbf50a77105d719f981f23db93b8f9a +size 11481 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_20_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_20_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3632792a5d21fd841f2d0080b01dfafcfcc6261b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_20_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16521795e7d78de25dfe2eadf22f5a35c27024ac0bb2e18eedbe5e398bce8ca3 +size 14768 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_27_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_27_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54256f42ddb58890d6f5cffd905d22f696446be5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_27_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13343c27a1c634e92fe7a38a75b8691bf6009403504879d57429b50cf082a04e +size 9590 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_34_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_34_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..141f1802efa33de98f773769905392cb6b838047 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_34_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88af7d9ee2d15cd01c3488228be217114655df0e74e2c8d0b9e9144dca908041 +size 14270 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_41_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_41_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cb4dd091a95c564391231e40d845ed7b32caf5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_41_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcd148972cbef854066ea83f92ddfb44d71bbff5993343064fbfc770a06030c +size 14693 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_48_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_48_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68605ba5cd2586c4597aed33db2a27b2ed6443de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_48_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ce4c2fa52cfa31b362e47967795200977eb9e294b6f1a340e581ae34d7d0df +size 15571 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_55_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_55_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18709439634eb610fceb77956ade64a4fe9b0119 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_55_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971441fd8839b87cd85624c064e6ca44de2926358e2a2827aa91c30ed4303800 +size 16712 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_62_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_62_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5444e2baade8f303cd296f6882284d6c2906981c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_62_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa60710e3ae49aad31149191e972ae25320f5a6452173bace17d41aae0f07a4 +size 16396 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_69_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_69_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..148547a93f72463baa3124c248b4bbb987873237 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_69_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3307c13365258eb436dc7c3445f2ad1c1af179edfdf003b57739a8a741c8c47d +size 11485 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_6_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_6_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37a91ee4fc322b532a14e625aed233e3fcbdc6a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_6_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d985210ee83e0f5b9605ea1ccdd5d09676a48a2104c3aeedf8d538a67fc2d959 +size 14296 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_76_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_76_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74296b74dbba16539ac911cecf73984b88bd88a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_76_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51ce819900a65ceadd533525cdb1e60cedde8fc48e25de206846df7f626e0ce +size 14554 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_83_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_83_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4c306e109f3b74b31ed146ef0ad25c18a70d133 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_83_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562783598210294f35bab9020ca9cc49459d1d211c4e296167689d492fedf954 +size 10741 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_90_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_90_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12b025cdaf4a8102c011a6e1410a76fb4f53b51b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_90_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007b6ac2782798c04d859c3efe243833498b903cd34dff2be88a5fc7ba864407 +size 17382 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_97_Tomato___Early_blight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_97_Tomato___Early_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c3161b636e7bb5a54cb0851d4b3a53d6b623df2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/img_randomrotation_97_Tomato___Early_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc87554de26e8451b64166fe0da9d0ec1b9642a84d28033232b921324cd22a62 +size 18321 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/p1020084s.jpg b/dataset-tomatoes/train/Tomato___Early_blight/p1020084s.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15a6050afeb9935546eeeb702411b098cb777162 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/p1020084s.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4acf69b4c2e40021ae5c225a9e82b7a4d0a19977401033cff9c57771d3b439 +size 265403 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/spotonleaf1.jpg b/dataset-tomatoes/train/Tomato___Early_blight/spotonleaf1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb26cae5bef0d177546cc3a1a4d7bc931411d59c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/spotonleaf1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17af9b933a654e3c28adc7846816eac9a876183638fba8a86f339bfef2505f42 +size 39305 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/tomato-blight-soil-treatment-early-tomato-blight-in-a-microcosm-lower-leaves-curl-up-and-die-bulls-eye-lesions-tomato-fungus-soil-treatment.jpg b/dataset-tomatoes/train/Tomato___Early_blight/tomato-blight-soil-treatment-early-tomato-blight-in-a-microcosm-lower-leaves-curl-up-and-die-bulls-eye-lesions-tomato-fungus-soil-treatment.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c746b2f32daf07b23c832053768f05eff979a9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/tomato-blight-soil-treatment-early-tomato-blight-in-a-microcosm-lower-leaves-curl-up-and-die-bulls-eye-lesions-tomato-fungus-soil-treatment.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762de2450aca6ac346d242404351d7c30f8e7e1be9574c09cd83e1323cf2665d +size 96366 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/tomato_D2b-Early-blight---RPitblado_zoom.jpg b/dataset-tomatoes/train/Tomato___Early_blight/tomato_D2b-Early-blight---RPitblado_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2b24a5a287c736c34be7600998070b661d96c5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/tomato_D2b-Early-blight---RPitblado_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981da629d2a419a303eea0e707d0a07f86fc6ce9d802bdc77e1c3efb25ff2ee8 +size 127625 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/tomato_early-blight_02_zoom.jpg b/dataset-tomatoes/train/Tomato___Early_blight/tomato_early-blight_02_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96b1168b9ea1d76e9f2bcba63ec453b8b0f43e5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/tomato_early-blight_02_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9382d0a81d0b6a2d7bab2426dbb801d491bc9f8b9c1a56ab9630e4ea79440e +size 142891 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/tomato_early-blight_03_zoom.jpg b/dataset-tomatoes/train/Tomato___Early_blight/tomato_early-blight_03_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b39e1c1b6eb92174409d3850f5f42e1976f19865 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/tomato_early-blight_03_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54d8cf627857c535b768b40927f5fe54cad4aa546d0bb1ae91c5d78a30ab442 +size 161058 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/tomato_q1hq-early-blight-5052_zoom.jpg b/dataset-tomatoes/train/Tomato___Early_blight/tomato_q1hq-early-blight-5052_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..661bcacaae3dfdc72559e4a39b0a2652b3be512d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/tomato_q1hq-early-blight-5052_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060e4aba444e9cc4fce4c102254449ab482bf289d20ee110cd5f6b49b8d5d92c +size 127099 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/tomatoearlyblight.jpg b/dataset-tomatoes/train/Tomato___Early_blight/tomatoearlyblight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7304f661cdfdb216c1166ede3935e09f59cd8af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/tomatoearlyblight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a49e6707324fe524abd939a7f812db75cbe48021c6b64de1357c80d50da3d86 +size 86114 diff --git a/dataset-tomatoes/train/Tomato___Early_blight/web1_copy_early-blight-6-_0.jpg b/dataset-tomatoes/train/Tomato___Early_blight/web1_copy_early-blight-6-_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77224dbcfeac65ec24c5dfb836956c80f252f365 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Early_blight/web1_copy_early-blight-6-_0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb6d80747eb3b6987239685bd3aa19f6607c684eeaab2ca571a37f91a6b5763 +size 200840 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/118A_Tom_Late.jpg b/dataset-tomatoes/train/Tomato___Late_blight/118A_Tom_Late.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d87dff61de8a9ed152b1a610ad62a67d5b4b7582 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/118A_Tom_Late.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3211680d3b880882f4964b082ba6afece7e80dd36503487a1d465fdefafd70cd +size 10864 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/20150619d.jpg b/dataset-tomatoes/train/Tomato___Late_blight/20150619d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e26ce78b7ae28a64d94195b8853a507f0dd34bf7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/20150619d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ff0d731573d592c97f73cd2219800dcc9b4e7337c8ed90de2ec2374013a9fa +size 35580 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/5816170621_e1cce08736_z.jpg b/dataset-tomatoes/train/Tomato___Late_blight/5816170621_e1cce08736_z.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d78a71b24633d46f770cc68179bec97dc58eee3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/5816170621_e1cce08736_z.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40650f5dce684890969418712fad8b7bfa646bc14b170e746b2ed7bfe2045648 +size 136662 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/600.jpg b/dataset-tomatoes/train/Tomato___Late_blight/600.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa8d0210f68592ac27e5ab754546959eae7b2711 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/600.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e1e291eb9596eafefdfd9e8a2a754cf61097b6ea5704ff1936e7aa0be08e9d +size 22812 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/7262-drought.jpg b/dataset-tomatoes/train/Tomato___Late_blight/7262-drought.jpg new file mode 100644 index 0000000000000000000000000000000000000000..468421d16d0c58772131209d4f6d16c2ec18c399 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/7262-drought.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4220ab82f3b8267deefc272098efbbfebc0dcbe6f1386fad7b4f698721fe10 +size 46237 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/924977LateBlightLeaf.jpg b/dataset-tomatoes/train/Tomato___Late_blight/924977LateBlightLeaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d491879f94616a06d8ffcd503d76b0d08cacebb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/924977LateBlightLeaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f45463b3311e0d105d5870a67144dfd7018d00584a07f15db811649d2b811f9 +size 333544 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/F%294.jpg b/dataset-tomatoes/train/Tomato___Late_blight/F%294.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1e7162261fb0e3566c5bde7fd4458a78e81d3dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/F%294.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cfc1a17079e20ebcbf1744e8d4a57fcb46105cfdfd32827820632096e0657c +size 14929 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/FS547-6-big.jpg b/dataset-tomatoes/train/Tomato___Late_blight/FS547-6-big.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4a3e213bd478b493df4cc4f415b0c94f8c500f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/FS547-6-big.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392b0db6a61373279689516e69fc622f07a86fb656e3354b90022bd158787c05 +size 120891 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/Fig.%2014_opta.jpg b/dataset-tomatoes/train/Tomato___Late_blight/Fig.%2014_opta.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e9449402d4fe4d68bda014ba24d73cc86a47b19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/Fig.%2014_opta.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a56dc465599772ddc4a3fa3077b521e6e67b963888a28342b99a5fbf2261e9 +size 256611 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/IMG_1526.jpg b/dataset-tomatoes/train/Tomato___Late_blight/IMG_1526.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c165e1bcdb8822b53c20bcf06e8402a6d8e58bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/IMG_1526.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55895d4f6f86786b98af334774d1a50e4e987bdbb4e204d67d43d94bd5a88601 +size 2262856 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/IMG_2254.JPG.jpg b/dataset-tomatoes/train/Tomato___Late_blight/IMG_2254.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f2c5585d0b606d937b1a19da4d32fc073edc56b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/IMG_2254.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6769df3101a893e3d17a987aa33b296e1264927efd485e81227d7ab0c4345b2b +size 120908 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/IMG_4182.JPG.jpg b/dataset-tomatoes/train/Tomato___Late_blight/IMG_4182.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..463520d985705cc2f933b63c6c7c8a20f313234d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/IMG_4182.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8da915a9432b0fd85003030f9a4373cd0cca6ace3dc0dc04eb5fe5f27a2ff9 +size 148643 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/IMG_5360.jpg b/dataset-tomatoes/train/Tomato___Late_blight/IMG_5360.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc1c255ad14b47af10b37f166e38bbd4864096ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/IMG_5360.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5118060f0790a20d309f5e181248777912a72453c63d18c2d5db05da9a723995 +size 35609 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/IMG_5368.jpg b/dataset-tomatoes/train/Tomato___Late_blight/IMG_5368.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8499e970dc61c7dd45a43ad7bf3f4bd4a7f632e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/IMG_5368.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3258472a0d67a56458fd268f64ffa0b08164cf17cfa05cc5ae972e02a8cde68 +size 45524 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/IMG_5813.jpg b/dataset-tomatoes/train/Tomato___Late_blight/IMG_5813.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0223e775b9237fe065b6fd7550c288c7b1e2fda2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/IMG_5813.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2610d64ded9d26b2c5636d55d3acbf065e5ce346585bdacc81661e4e5484c9 +size 1799525 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/LB-2-225x300.jpg b/dataset-tomatoes/train/Tomato___Late_blight/LB-2-225x300.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e61b872896b87f88dc4f07c9b55498dd3496e7ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/LB-2-225x300.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8934b2adf56dea95be7e3309de048d83f13f7e148c17b7f5ccfee667303d87be +size 24696 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/LBleaf2INIA_0.jpg b/dataset-tomatoes/train/Tomato___Late_blight/LBleaf2INIA_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40b353908cb530905074eb9414168c98e827cd25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/LBleaf2INIA_0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c62c716108bb65142931eca09dbe47fee66d1b0366bae04ea455f6090df9b5 +size 679483 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/Late%20blight%20tomato1.jpg b/dataset-tomatoes/train/Tomato___Late_blight/Late%20blight%20tomato1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0db71a5e95ef94e690ea5dd6f100859227b14847 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/Late%20blight%20tomato1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe02c0e388c8495ed2634ba409116e3bce2e52590e06a60252bb86820fe76497 +size 54376 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/Late-Blight-A.jpg b/dataset-tomatoes/train/Tomato___Late_blight/Late-Blight-A.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb9347ccdeba422a900e1e4324428d3ef8f969de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/Late-Blight-A.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f048eb4e88675df2b8223cc8c6185668dbaf68974e85917b9fafe9f6204ce8df +size 22268 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/Late-blight-foliar-leasion-on-tomato.jpg b/dataset-tomatoes/train/Tomato___Late_blight/Late-blight-foliar-leasion-on-tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46f8c8bd465a87e00c7e8eb933095e3fd4e590d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/Late-blight-foliar-leasion-on-tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9567fdeaa51c7770775c6a12d993ed54b8857bd7a7ce9a57d1d194d0e9acc3f4 +size 173928 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/Late-blight-symptoms-on-tomato-leaves-1r3uhy2.jpg b/dataset-tomatoes/train/Tomato___Late_blight/Late-blight-symptoms-on-tomato-leaves-1r3uhy2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f4a6b3f7763845b496b995739dba5e071c62f84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/Late-blight-symptoms-on-tomato-leaves-1r3uhy2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f1b3eb30a0a7a33c0bca7a94d448820bbecba9d52d9c23723cb921d3265675 +size 1774865 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/LateBlight-Leaflet-Large-Spot_9005-ROTATED-sbzntn.jpg b/dataset-tomatoes/train/Tomato___Late_blight/LateBlight-Leaflet-Large-Spot_9005-ROTATED-sbzntn.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8d379e56e0ab53b72c298303b116e5d114ee65a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/LateBlight-Leaflet-Large-Spot_9005-ROTATED-sbzntn.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcf9d49b5a47364965b175ad10266aebc75d32bb98e3f2f380d89c8cbd85c98 +size 287143 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/LateBlight-Tomato-JJ-2009-17nxg4q.jpg b/dataset-tomatoes/train/Tomato___Late_blight/LateBlight-Tomato-JJ-2009-17nxg4q.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c85030eb407d752c91ea2cefa4d1bd3461b73d8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/LateBlight-Tomato-JJ-2009-17nxg4q.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8ce87008be630aaf9153b16e33bf11b427ea982f9c02a9af247d35193052cf +size 100225 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/LateBlightLeaf.jpg b/dataset-tomatoes/train/Tomato___Late_blight/LateBlightLeaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9683acfdf44cd6a33c334699deed0e56d3c02bc0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/LateBlightLeaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a5a8fa44b401240bc20e971371df722267115731d247373489258e78c54f3c +size 52315 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/LateBlt09_05.jpg b/dataset-tomatoes/train/Tomato___Late_blight/LateBlt09_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9841c48b2962bc98bfae5d00f97480a0cb74e34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/LateBlt09_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28b4fd36683fbf9a582188c0b5e01d4ef79706316f6a0505a0316ba8051cc91 +size 19429 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/LateBlt_FromRusinek.jpg b/dataset-tomatoes/train/Tomato___Late_blight/LateBlt_FromRusinek.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80a0e8601b1e2545b02c5b54f94c4ba49cee5dad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/LateBlt_FromRusinek.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623125f67831c8382451aa861828fb39805c1c4524262f68e1496397f6352ef7 +size 34135 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/Late_Blight_2.jpg b/dataset-tomatoes/train/Tomato___Late_blight/Late_Blight_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ed9b2fc9c8982abfde85b2582b4fb31f8b8206f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/Late_Blight_2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821928ee1b5d9b44fd0530639c9954db0e5bcd231af659ee45aa6aac104813d0 +size 217295 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/Late_blight_on_tomato_leaf_%287871756748%29.jpg b/dataset-tomatoes/train/Tomato___Late_blight/Late_blight_on_tomato_leaf_%287871756748%29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9075ad890c7796c2cee4c3a7675ea1b164241b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/Late_blight_on_tomato_leaf_%287871756748%29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c307edf59875fa677c15ecdad3b10230d96886942fda2f743ebda8880ad2882e +size 3743976 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/Pest2369.jpg b/dataset-tomatoes/train/Tomato___Late_blight/Pest2369.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c178a72c42d623eedb0c387d0ca7f42a9cdb01d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/Pest2369.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b031c7e4550ac090c4f7f1cb2aa150bd5c45dd1225f44d2a3f6144b22a71f45c +size 26105 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/TOMATO%20LATE%20BLIGHT%20ON%20LEAF.jpg b/dataset-tomatoes/train/Tomato___Late_blight/TOMATO%20LATE%20BLIGHT%20ON%20LEAF.jpg new file mode 100644 index 0000000000000000000000000000000000000000..269467594870d4b9c5a11919924102716c3e4f97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/TOMATO%20LATE%20BLIGHT%20ON%20LEAF.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c063ea0c9ad3302c45d414776d122f3f860c0b9307cfb84e03d843db7c67d4ec +size 43578 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/Tomato-Late-BlightBM.jpg b/dataset-tomatoes/train/Tomato___Late_blight/Tomato-Late-BlightBM.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c4e1cbeae03c59dc76543d21194ec2b1bdee2f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/Tomato-Late-BlightBM.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13308923f530e5d174db26a36b92621f8e1df3cc4a1225bb94140afa2c0822e2 +size 2016968 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/TomatoBlight.JPG.jpg b/dataset-tomatoes/train/Tomato___Late_blight/TomatoBlight.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3234a6ae91c254e800f150677141264c2a848217 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/TomatoBlight.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf46eefebb094817ad199cb5d84822f4dbd55213373185c38658adee34e8a7b3 +size 704498 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/a7710b5901ba1f8e9759ef7576cd9f09.jpg b/dataset-tomatoes/train/Tomato___Late_blight/a7710b5901ba1f8e9759ef7576cd9f09.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7cdd3397c889adc8cca35402870b7da5207abb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/a7710b5901ba1f8e9759ef7576cd9f09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dcae1eb24088f5742e9ede12c476f59571827915f0424907c58b348ce26479f +size 984944 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/dsc_4621c.jpg b/dataset-tomatoes/train/Tomato___Late_blight/dsc_4621c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e64762e12ee992a21fe83793c65775000d8589d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/dsc_4621c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d074496a736f41783e0eb8b05f832102dcb07e9a4718d61374cbf2cf3884cc90 +size 553151 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/dsc_4624s.jpg b/dataset-tomatoes/train/Tomato___Late_blight/dsc_4624s.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcdaaec8f1a707917a2425b1eced4d17bf2433b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/dsc_4624s.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96cff195926f529f8e96819368cc3e0a496e438220f0a80b67a984f8de2e2b9 +size 500479 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/gardening-moisture-lateblight-tomato-leaf.jpg b/dataset-tomatoes/train/Tomato___Late_blight/gardening-moisture-lateblight-tomato-leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d0ac3074209856326f3541b5d7b8a673d0c01cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/gardening-moisture-lateblight-tomato-leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5dee113131e9f3b690b46e2a3e4eec551051d86c24decb4f68e57400e03f85 +size 1040616 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1).jpeg b/dataset-tomatoes/train/Tomato___Late_blight/image (1).jpeg new file mode 100644 index 0000000000000000000000000000000000000000..4a3bd6e2fe27d789e8ae4b8e44ef20821df741f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1).jpeg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07742efecc8878af14f9cacec08f110d8582aefa6b5f343738acd88c395400c +size 12412 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (10).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (10).JPG new file mode 100644 index 0000000000000000000000000000000000000000..163cd7db55ed0081f8ea0daad29a36f64ee796f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (10).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda80e6dda7ffa77e2a5368e901963673a5e299e5842973aa3c5ed8ef3e7b5db +size 16179 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (100).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ca62b0b8349371aaa17639d8604d7ce783e5264 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451c33a9f32e9f9406c7f5996b9e0d6e2c23b96756eeb74b3430fbf8791241ef +size 17191 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1000).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1000).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82cc7f065f90e9c9a21ea153da395dbaedbe6c15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1000).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b7651284a201b4936ba578522b6f266287963c420809cf8be18327e279ae46 +size 9277 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1002).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1002).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3a26be2cafb6f0f0112a94d10fa37cf38a1b38c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1002).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c922486e6f76a58b254b4395918b252413ed04e1594ccf9e6c1a9137970813 +size 8991 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1003).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1003).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8f167ef5ec2b7bb28e68798a626a54d8c9ad8c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1003).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ce023e3f4b13171b43f47be678020c44d749afbe8914f39d9c87050e57fdb5 +size 9010 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1004).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1004).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab262fd6291ea3dee03586621c71b8ac1eff9444 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1004).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ed8caf43f53dcf80c23d4e979ed0cc24b7f268b2abed5c4bcb327645334ea7 +size 18423 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1005).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1005).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4527c512e93a84f2bf4f64d86d4bdcd06873e3d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1005).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8f66de798f6a57b17fde6717acb5e5c88d1e438d18a3c5a87c590344424387 +size 10376 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1008).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1008).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6407407128e9679d9e9793db32e762bda620a0df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1008).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267064919901644736cf3df333325dd77d8dbe781a99e548e156e865553c4a22 +size 14561 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1009).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1009).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7274ed4de47275ce25b34478d14aae3e7aae3b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1009).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e628b0c9274d0ea063c8c45a124701b4e18e808843510d16051d6da2436e919 +size 9458 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (101).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd39cd4b0b5a7c9f79b9561fd9c19850264c2fac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bd58e058f9b8174eb957dac99821f8acaccc77b743aaaf7e2940d180c4d7f2 +size 12175 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1012).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1012).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29330ebef28852d0f7dbd4a82b27051de9882c3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1012).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb16a44800ff00b0590b944edb7398a0e587ba4d23a3ec740c2b63d10f3b5525 +size 8058 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1013).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1013).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe293076fa9de8219ec22d1e88b187b4e6529d92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1013).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b73929961b2371f4bc3226af4d5dd1127831f4827ac6ec40a11c0af33e250b +size 14868 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1014).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1014).JPG new file mode 100644 index 0000000000000000000000000000000000000000..771013e3ac82ef3dce32b0b61a10f034ac28a53c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1014).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39031f7dc2149f0520b527b7496507489b52e071e656f084d2ac89bcd097f91d +size 10675 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1015).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1015).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67a061f8e6db04eb78d224e9cf156dede3218e64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1015).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00884dd40f3234729d28c0d5a0c48c6a71275d8592b73b62cdd982c2d231ad9 +size 10672 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1016).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1016).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a54949e555762116d8f26c27d3ae75e349713523 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1016).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b48b4772587fbbe54723e215b29e71e1589ab09a63450202c9fd8d6aae8b92 +size 9952 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1017).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1017).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9bd0a817c84712c6878e916aa8e1158a5cc944f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1017).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac537f9d27b41b547aefbf77a5392d1c101ebeb72b1673dbad5b387f84a9ec29 +size 14695 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1018).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1018).JPG new file mode 100644 index 0000000000000000000000000000000000000000..108c8a27c8561e7c19d123a5eaf87b447f1927f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1018).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f55688948b19436a98c89cc9e02c88c67d046d580a94bea1b5c3f5af6ac965 +size 15887 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1019).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1019).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f7575b85ae148964c628c4fd6b0ab5aa1045ecb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1019).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6159c20fafc6e67c9f6cac5a3a839683fa35be7c7fe92bbb286001a245968358 +size 16614 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (102).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd9f3efe8d03d2644ae88ae82e9b186c40fc1b5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b37778015cf83b2a515394e8273582f2b0a0729ffa29501059fa1b8bc6ec2c0 +size 17415 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1020).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1020).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc1f6bba283d518dc857466d2af462aac8ec9890 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1020).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969e3926e88c1aa94658faa61a78fd0a74e1d0691a6dc058367c10c9e4c751f2 +size 11690 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1021).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1021).jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ae8aff54531450fb26496285b72c6e322e2ce4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1021).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd87c77a855a98f9b50c24362ad20baa2309da9c973858c4896bf245bb22fa77 +size 6097 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1022).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1022).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e816efe77c1b9123de5f3d7b56709b266b8dbe5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1022).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d56b5e738ccccc5eb6b336ccf124e32ff94c71c7b4143c60f7fd6cced631fe +size 9111 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1023).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1023).jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e511046974eb856bf4d6ee988385ccbf963785f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1023).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664dec2beb987b350a3f04ed70cd9fab60c7ec8f5f3a601226ede106c8c98010 +size 6305 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1024).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1024).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44523671f91a463e903b7b5c84adf3806a1c6eb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1024).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad326754f5efaa757b68a500e76c503fe063f290257e13aedd3a19079402458 +size 17126 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1025).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1025).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c4bf616b46fd4ef5b35c999c774105321a838ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1025).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0199ba429c64681f1e95689be59632861111b1f02b9f97efe13c3daad346171 +size 14067 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1027).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1027).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70f333539fb2f42923b64dc54d6bd9b22ff68f24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1027).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7a494004f0aaeec980749d592bd4657dceb0f3edcee5e768c3e21856782baa +size 13014 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1028).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1028).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b2d3e8700a79c94012866ba6b430cc5a39e7d86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1028).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e327a4fd932249639760798cd40e78d10466b1594eee9f26c66527fcc622321a +size 11847 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1029).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1029).JPG new file mode 100644 index 0000000000000000000000000000000000000000..728e7b7ae8bff06cd4a21f344d2de486501442ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1029).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f696ef133107061b60245b09bdf4db7fefdc04fd047257cedb6d453d4d2ade +size 9785 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (103).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e2fb5611adb7e8d8c0e8e21491c54c6234cc8f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9673795e91f33dd15f63908651a6fd900dd876db9134f13b18b334cfa8f6f159 +size 8025 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1030).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1030).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aaea27c8d9ecf4d1b98722a06267509f126289f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1030).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1e38bcd8837771195c2a9ecc5c9ed0fdef6f98002810a83e2bd9be87857449 +size 13950 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1033).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1033).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12926afe935e93aeac2129f3ba6291bba4c9b02a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1033).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0c110cb93b0d12395035082bd2a98bc04e7dec94400e9d635f98d47fa7e151 +size 14359 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1034).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1034).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a8bd416bd3cc1e0649fd444483bc7b18af9d255 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1034).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c71faac56605455be9d53acdcbf51cc0027ab625775f7e92a372242863b1a8 +size 17421 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1035).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1035).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05632dc397863f47f228c0677d4dcc9b0602959f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1035).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66466da077f808f9f96e81fb2f02f1463824af6d816daf887e30fcd448bae9bc +size 16367 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1036).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1036).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b393a720c3672f83ba68dd91c48b5b3d803fd2bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1036).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ceb96e4be9267959109484d3c8b6819be41f2d5f3c62f5ba72ac2d4d11c4488 +size 14252 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1037).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1037).jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb09c788dbfa28f7428a552bb78a9f3f979c6ef0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1037).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229b8b6316bd5b2c85f96fcbc43f8f85329e5dc4f1a3f245fab819c901c86d10 +size 5400 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1038).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1038).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19dd4c4f6fccba3d496e98872456a2fcf4156b58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1038).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677ca5ff0ae744f82b93271562c7e88a5f49e859ea6573ba4b70fdca643e0966 +size 12790 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1039).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1039).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4410a7f3f12423bc63d83e00f2a7de9237b29692 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1039).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76eb6f23f513a27d08664aa008224b426d1eeb62636418fc4af6e1eff5ced49 +size 17962 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1040).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1040).JPG new file mode 100644 index 0000000000000000000000000000000000000000..921286da1da9fdf1a06655606a44f0412bce697d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1040).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1daf95b4b7498fc84de42ac1fdfaa6710bebed8f66bede3e7adb74f59f6b519 +size 17776 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1041).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1041).jpg new file mode 100644 index 0000000000000000000000000000000000000000..75cf21328fbfbde07916b83d88b1e7c3fcd05a73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1041).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f6ac34602ff0af43e73f73a1672da04a528d7feb20c4f38a0756e95d05c393 +size 5209 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1042).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1042).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56a29d4f31059df25cb3d8362506fd582ecba4e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1042).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1f59b6c80d664bafbedac52ee914f57fac3ba173bd8fa169e576bd33947cd3 +size 8387 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1043).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1043).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3225229dd42a40747218ac32102f741846eb2e64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1043).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3bb673f6b8d5ef8ed8e23e770b09e0f40c6a363749d550a70b417e4e14e04d +size 17231 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1044).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1044).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbe8294de5f64da515050b4347f672b4d5db9d9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1044).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d2fcfd5c93bbc4f35b4876df245ceb076efa3b4d7c146ba3b707fa4d5e5b02 +size 19366 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1045).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1045).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9f2c8e3162d7c51fe3a20e204613c028ff94082 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1045).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eeb9fff70e67b0e149ded8bf5c75b1783bf78d1e21f0e8d2d03764359df08e1 +size 17579 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1046).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1046).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9fe549784b6245a51e6be3b2bc79f4aee9ce72e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1046).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59424d9a0fff92f62e82f3778114ff3324c753e1691ff9ce70ca3ee2078e5ae9 +size 14921 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1047).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1047).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2129707cd184b62d3095d7536bd9d9f791514fc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1047).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ba274f90e1119d4ee3ae7a1eb3e37e61f1762b5e9e68ecab23871087c8700b +size 18281 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1048).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1048).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f24e6aef533fc99b09f53be8e10ab8336052c26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1048).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31abb4eae7b1fc5d24497b35ba06a75b2d1e867861fa61a4078da2cdddb0713 +size 18574 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (105).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0702bb0300732393f109377fdb54d3dc98d48bf2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e4852484e3e3e28d19ff1456a4fcee96f0409cd91e948d2772bbf681da475d +size 8882 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1050).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1050).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2b8496f591c36b073882e4a24fdaaf55062a877 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1050).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e41845c86e58b7374c08c0e9de4f549316eebf7c911f9ad0d9582883fef564d +size 16777 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1051).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1051).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef9dda5124563b668ac741382ceeeb37510b5fd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1051).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfae8581d7c5e80e3ef53738fc2c3abf283452ee3bc6a605961b6e8c0ceee2d +size 11787 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1052).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1052).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4082340bde9f46af11b76e2181545219eb5beef0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1052).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616514551d31563727b5753b9998b52b3224b25dc6ada2e64086ecdff47dde1a +size 16662 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1053).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1053).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09c363fed850e7b67e992e88ae4492b13a3bbfd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1053).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a5c439df4f06a1b7de109b788b010c7a0c9610525b48e427ae6eecc0ae6820 +size 14062 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1054).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1054).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a28016d6342d0735e096102468d45bc746578968 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1054).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2692c60cec84e90e14a1ea96de75e084526661f1706216272131f517163d559 +size 10205 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1055).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1055).JPG new file mode 100644 index 0000000000000000000000000000000000000000..635fd6f54b7e92d86d2c1b523ba8790280a2688d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1055).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265b15bda4523392ce0df0408209bd40cc2467f4c566efe28faf9416f49175d9 +size 15590 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1056).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1056).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd06d6bad87bdbd8e0750dd34618a766ae54adac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1056).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1327757e1961bdd5b743d6cd82c24ddcb343d180bd182ab832a661227829e3 +size 16081 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1057).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1057).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9ace48221b9052818ff66f7488c427914b9cc74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1057).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7305330435f96c4652e1b9afd3d1ac37cbc0b508fb6de34b0ff7e3d98443d5 +size 15835 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1058).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1058).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81d7607f42d1deb121a0bd5b83fe40d5c78177f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1058).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498f9c710ffc63c603831007615a08023ea1b0da5acac7d30ca9ab7836f2f2e8 +size 17226 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (106).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8c5febc620093d79681ac4175b58fb5152c2b3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73172dcfa40c32fb7bf1c6a268aa250580d5d194e3d9958601c4f560162d6b3 +size 12963 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1060).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1060).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b8d53636d889fdd38f8f92b58e2886ec10f00a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1060).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e1dfb29d2b4e426f7899c178ca6472e3857278cb0f9c81930b7866e0d6fd39 +size 19014 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1061).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1061).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4abfb7c949d23d76e8d44dff891f5698181a9549 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1061).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee1e2b05cae8770a696f91822463b17faf930e082f4ba88b4dbdee9802a1bf0 +size 17351 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1064).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1064).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da6de574afbfb5f8adc3476eb093cb26e8351a51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1064).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444007c6c702cdc495e598d467925a1ac68cab7214df2e545648647982971624 +size 17318 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1065).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1065).JPG new file mode 100644 index 0000000000000000000000000000000000000000..778f138e758ef4d9dba90c2258bee5178ae61795 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1065).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e7082e8c452d66de88b5333e9fa09d59be3ff49ef0684843574e163165000a +size 12882 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1066).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1066).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0ff5a19546f8615f5ac304c0db32dab70910bf2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1066).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbf7f135e89af4154b437c3d502a050f74d67b91b927aa7bb00c1496292734d +size 8554 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (107).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d6168083a041727322c35ca8c219b587e4d60b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98690f3b52ef8679ec492f00d967258ce778981e34c9e3eda3285af64cd189d4 +size 17226 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1070).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1070).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4683a966a4ddaed9c827b9333b25aeb22bdabf0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1070).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e17b3991e43906afb551933c7d609e6f4e813551ec67503da94d90d9e0fbfa +size 11578 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1071).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1071).jpg new file mode 100644 index 0000000000000000000000000000000000000000..2404961a2fc79562373f7b19f1acf886600bbda2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1071).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5cc2c2c93a447ed5b7fe70420e49b710cc92d3218fc38bd430ee5b294cc054 +size 5624 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1072).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1072).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e85a06fcef47ee7169cd9f94df74e85ad52015a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1072).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef9d9d959c4160467117dfd5993ff2a1f84c55c2e9cb1d6f16af89f1add24fd +size 11046 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1073).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1073).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6f1afe91f322741d91e65a16cd77cbba994577d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1073).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19aa9745d5cf29ef637013b0cbeea3177331c4c6a299ec960b4d013a6b77acb +size 9824 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1074).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1074).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71309faf9c9b4d6362dd690db45c2752ebf0b146 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1074).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434d1eb0fe03a2995c4e0710bea4aa642992c0fd61b88c4531059da2ce243a8d +size 11144 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1075).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1075).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7ef7dd3e9f29de57a86a2cdb2510f3a54b236c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1075).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc04750e57fe3807e4e248385ffc695659edf35668634b78650435fdb9cdcbb +size 16825 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1076).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1076).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0de85a3c512afdef2cfa4dcc7c829d281b178aa5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1076).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d060f0b43c165e53c60549dd67b32aab84a7fe975eb07529d2a92c44cd24c4b6 +size 16904 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1077).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1077).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ec306945b2669c4a848b139387544e8ff8eaee9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1077).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5b1589269e8242f813bbd02127a9471bd51227734e0f5528487928867a65d7 +size 14275 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1078).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1078).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3276274723b942d97da191070c43161dfe1c40b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1078).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544cc38e010dba3f6acb832ac7c5bea10196a7dca84f1ca9934c2143a6bef971 +size 18243 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (108).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d9aaf2b30e321aa25cc620b08180300ae44a1a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6058ec64cf11488725b0fa28cb27d3fdfb6760494ad34c35a5fed57235eb90 +size 9776 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1080).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1080).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23ae93818434abf291ed0bacbe2e4dd27eb8c9dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1080).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5e4451f402a5add984e76405d320d1ffd1ea01245a63541c3ec21088bb5d50 +size 19844 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1081).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1081).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2abf951793766a7bc00d152e21a9acc81b06107 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1081).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0209d12959b788d3e367907dcb832cd66756b4506a4dd9255e00f7bc7e0a522 +size 16322 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1083).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1083).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e577b518bbe1e60be62a8887fc8989e8afde3a86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1083).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434525bd583d462bcaa1538f18cc2f39fbf019420e3bcc3b60020d7f7da30b4d +size 18467 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1084).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1084).jpg new file mode 100644 index 0000000000000000000000000000000000000000..50ba9e2948b6ed8a7a0b51a28326912af8963e80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1084).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8637ecd67939de4f85f6e2511833d7f9d4d17b18b26e0ec73f9da79ac4ec7510 +size 7166 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1085).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1085).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4068f75d148bcee4d0320f41e8533a6103e44190 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1085).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702504c9f294bab0b51d87b0b0ca4cf9a3d96415d322fd795d399c2bd61932da +size 10306 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1086).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1086).JPG new file mode 100644 index 0000000000000000000000000000000000000000..725c76c0c0afb4aeedd9d340453e204c7682f2d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1086).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2178ba4c3c31a28b9033141cde1d285988a249a8c9310faa24f094938d40c5f +size 14247 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1087).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1087).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cdbc4c006ec1828a7ba9cef5bd8b0bf77c10daf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1087).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b59fb3c192dd84893e66977e621940502072feef5040724e7da97c05cacd8a +size 11656 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1089).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1089).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3143e1c8a109978189b241640cff3e2a75544c2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1089).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9706a60bb697128f0b095d91d0b02abbfd0b2da998d1f0aa364912710962a0e6 +size 16576 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (109).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..358aa5a3ec45fa06f6dee5ad02425991928e93b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff8410db407008bb9aecf0cc5505f2b47ffd89e508413a30ea983b4bc169714 +size 9863 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1090).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1090).JPG new file mode 100644 index 0000000000000000000000000000000000000000..667eb2f09e7b27c17a028ae9f9cabafe090bee76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1090).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f487c5574a5cb3180632d001b13b6ae226afc7232ddc74aa3b60bcf3d13e0987 +size 18784 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1091).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1091).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96e423ca071ff5ca6c7cd200edbf2a795067d8c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1091).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1628d281eebd968fdfb820d790bb4495cb3b7e3b4f98ae7b036894ffe24b949 +size 8601 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1092).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1092).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6dd3efaf772ba7393f90ac82c3bdecbab8729356 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1092).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3386832c07aa8569257a8220527eb8a5bbc0c85c22a8ed1ed0d3bbb209e9346a +size 17690 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1094).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1094).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edcd359f140a5ebe33cb92d5d8c7824659ebf228 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1094).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5e03cd2007f9a0e558928d28347fd32f308427193b604d5c80c863823e3786 +size 19653 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1095).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1095).jpg new file mode 100644 index 0000000000000000000000000000000000000000..e90498bd01fa2efb2a8a8d44ddd691088e3c9cdc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1095).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61ab30680c932ba802cd3495342a2df423747a88a12e98a0bb5b97280f1d1db +size 6295 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1096).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1096).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7b51e484668f4037f7c67df4afaf2728934a966 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1096).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cfca992bdbec44aaa3207a4f70563a75c6553382aa247e7021012894fe25e4 +size 10956 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1097).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1097).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27785be7a5222b055eaa02e79bd1ec4716069bf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1097).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a440d2cbb13610608d38692d0ff713e1829c9797716dbdd2ad6e95f2963ce06 +size 9349 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1099).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1099).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ed3aa52142095a4df409da2ed10482861e888b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1099).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55627cd3069738642ea5ac6792799740edd3fa8f9e2651de0b1f93f6a9dba7c2 +size 17265 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (11).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (11).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93b33288e023e0e02cbe37d8fc28d1c3f83edd1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (11).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ec598820ff3fa1e31a1564483ddafdba9aa6479b43d8bb2233e8c49ebb0d40 +size 16100 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1100).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cd67f5c3b184820d88c246ae5c092fe6f994085 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b453a4bb0e1915b3f2a55a3260947cad6a161adf5469d1207b4e644b348834 +size 16411 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1103).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..427775e892e8343ba59af529ec0283659a5e26b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5405340ce2a217218d619450791b09002e3b99d4dea73c552ba15dc09e7b8dc +size 13108 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1104).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c40c997e03985ee6ef0b7ad2decf5c322cd75343 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa69beca8b1b91c459cd562c594c89dfce4e55b274a73b061a9a7d3123784858 +size 16649 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1105).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1b3553084a7eb6174d5843f8349fec3b6f52439 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45469d0075490026da87340f1878c9674e2b77dbd54cf68949edaeeb2dbefc0 +size 16322 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1106).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..816b634796ce5502b479c5553cfd799dece53793 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab73eed8b0cdf469cbed1c14f62b0f03e5998e68b26bb834fb98c6c27ce0a85a +size 13676 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1107).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1107).jpg new file mode 100644 index 0000000000000000000000000000000000000000..08e6d6eed61ca0e45ce54a2c7a351a307aa80dfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1107).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e372681c44b4f29c5e52cd0e133dc2561d3e4e6159c984ca5f616d64f1909c +size 5442 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1108).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abc4148dc178988a95603c62766429dd6ca5f37c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a8f6e0ac4e112bed4a7528d54b42e850ee57997a9b7ade281f6b9046452adc +size 11071 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1109).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb16f488d91909662e4a17af6440713a2da34b88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41ce6419145cfb9a7ab9ab03c7848091d368a37b66ca341365c937a3958ce0b +size 13115 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1110).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c078bd75f2f3748109b268ff7096be6853154fd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1faeda9df4ab56052e9b1abcdced41f256e544ab36c19a44019bb8757dcc886a +size 13361 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1112).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee9d4187b946e51749b05d1b453cd4242269d85c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53fe6913c4cb9625d8dd0e068a330031d0172bf908c3d2ef0efa9fd3d630f91b +size 16535 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1113).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4aa5ac86bdfadc065322764f043a6297115aeb39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5d06583a6a2d11dbb3b8dc075546d74152f273848a572a4fac3ad17167a30c +size 18108 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1114).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbdef14ba9e4d51b53477787fc70c7e3db4ece6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dcd668d1a265c2111576bc5c1d98c21a06c79f468e1c753155f1abb952e88a6 +size 18674 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1115).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20238ef45ecb0036b3087512e446722e64493eb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c168062a20ed7303e3970d0cafe08435321b54933c7ab85c2b0c398914e3abf9 +size 10777 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1116).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b1c90d161e2fbac2decafb436bf070368912b58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112c2451ffb47055999c5e686cbf36655f3257830afd95f5632fe2450c6b14e2 +size 14543 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1117).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60aa5e16705c811b21d335745c6e8383dcbdef86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd57ca5e375b0740fa23a098068c1a81965cb40fb35e75fd8e8a3af1150f710 +size 18501 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1118).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f38f350dfe4b0d3758213019f2f956821f571fe8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bf80417428874ced86c55ed76dccf9b3cdfec5bb882f9b046d9bafa2b7a32b +size 11350 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1120).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebf29a366fd368cbbfb53178e0d3c581c6e3588e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c26088ef6e49ba31df0b932915c822a72da21d7ad213c4b2ad8a9af75b57ba +size 17155 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1121).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55b2588ed3082a31aef75b4157d0130ad2b8ba9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4cd509ea2eed01eba5e62ce7b8af91f4eaa366869880bab1eec3942200519b +size 20637 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1124).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f5b64572974a888d22eaa5e6958b87a5f4044e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b89f40f1801a6a0a5ae38e6cd21263770348b972e6c899bec3cb009f99ddc0 +size 10382 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1126).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8b4e297c321e4c49b853ea7d40981d3fbe02949 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c355abc8669403840c5d171ec165c09309cdc110b5b580d297a8c89f38cf7bc +size 18088 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1127).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d6fc255685c44d1802946cb50a2b0048e06bc31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be33468e9229e3f6fc083316ba8a87dbfa9e439b237db398c7017e38cc6edf2 +size 15149 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1128).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59b41776cdc5244dd54ef3f584566f94c802e54c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98deff0567f6655cace3a01c142b7499e9f320c50eefb6a555a2b8a5590b5d90 +size 12930 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1129).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e6385c0bde3b3470d89aa57805fa3f1d1e01353 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782cf63e234910106177051896c9022873a9ce21d4d0d0ed0d63412b13c3e6f9 +size 19309 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (113).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd46471b2cf63b4d70c088fcba349cbfcbbed087 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafb24097d84721591c47757d62e3670dcb965bdf88a256b08410461e5bf4714 +size 10983 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1132).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9279ec69259c04d4dc7f282220a870f41e2f2d06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b7f5da199542b1498e6747288b5ce3171f4b4147beefe3e66a37b9fc2b6f76 +size 8903 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1133).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52d92bfc2813bcf5d05f466955420a2b2b343d57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8ae483a4e02fd03cfdeafd191db9116c731176c5ad8d0622bf0acc9927a111 +size 9718 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1134).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f2fdeb0be2faeb66f16060c888d0ac4d98831d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afa3af5d65e1f89717b8f5e8f175c92e4f8d061bd40173d15e24d94a4dcd5ae +size 9384 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1136).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75bdbd31e1bdcdfe33e284c39a86310e938bbd29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42d6398a07dd03736941cf988280928a832b933704058327911a313b87ad770 +size 14219 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1137).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..266210c9ed3a6bc0e1d66ce5ca2b614cd8c34de8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d4e3d6a26d5777c968cd97ccdab2a51e84fd59ea7394261ba7f9cf17bb6a82 +size 9620 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1138).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8efb3da97684b011876eec4c7e7462bf6da7e456 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f99f21b264e245147845867b553c6f745e205abdc530b845a5977975ae3c285 +size 18128 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1139).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1139).jpg new file mode 100644 index 0000000000000000000000000000000000000000..f718804527f2f9580fd5ec518d1a7eff98dfde5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1139).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53f6078f382fb5e3a743adc77f61edec6c8b1f0f7073181949ec3a882658a6b +size 7359 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (114).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89db336b3a7769d7a827753b48bcc3792e554334 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84c82d1376048e0084d4fcb4a51a0b6b8ab14f89fc113d4264ca95280ab3563 +size 10320 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1140).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6a14382b9d1c9411768df3ffd63649f14a56e34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b05127434966ef6b1ec04584590de1be6ca34ec7678ad233da927bf2e0d1d90 +size 15318 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1141).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1141).jpg new file mode 100644 index 0000000000000000000000000000000000000000..9df8a80de7ffbbc960d166b82c6bc8b90a06e601 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1141).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfd7402980f935c38289cd63cd91d4bd6f2dac1d165d3462473ac995852aabb +size 5845 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1142).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3290c963a3d8958229696a44360836f69837b703 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6968c4319c376a85c6273918f8e137d5dca27bf24992c78eeada758bdaa3d5 +size 11830 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1143).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..946390e59f4fef1d803b758d2832752248236587 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29a7164654b9b76ec72eb062723342248c28837877a0ffb788defe6625c4a74 +size 17962 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1144).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1144).jpg new file mode 100644 index 0000000000000000000000000000000000000000..51ae9d2ad00b5308c50e9e7d36e3a9ef8bca2ccb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1144).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295cd0da6876a5df1159f4cbdf328dcaabcd11c49629f3299d4040c96fc5ce9d +size 9677 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1145).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9e6328a2135e7d1cea784fcde91bbb2b5eb815f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06de4c8253f0c843230301a376186c616b495771df1bed84c908b851091cebe5 +size 9575 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1146).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8d93397e272df4abf3690093204bb7842b842c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840affcb11c6d62414605b95afe53dc206dd8b7fa5430717fdf942fc523cc8fa +size 11133 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1147).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b823f5a9dea8b3fe0640c4cde60e09d10f72798 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37acb7cb8b56f820b8ff1999fe431cbdd4964f218e162fb7fb6781bad10f10bb +size 18321 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1148).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64988d6fe0a34f70eb473e3662ee24d7ea4a8f4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fb5be9c2dc2c63e5fe2e2bce3b2cf1ab2564266c3988d87f04380c81874f13 +size 14972 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1149).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63bd9ec69538448d148b6bff952947a07e50233e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bc432ad02c590d6e8648bebf7ba58b5d02eee5455a1fefd82c17160714861f +size 18555 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (115).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4b0e292f0210870621136bd7c75e05095f62c17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dd9b437057b5320153c6f8544349d390c1ab8bccf17923cc633ec752203aa9 +size 14994 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1150).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92fba052d55ab740192cf7f43814f8f8efb07855 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f02dc8658e55fec9d9f733cc631efe3859cb50162ccfc4962e06eb6a3f5b33d +size 16987 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1152).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40b7b9678d334d551af78d3e6647086626c2c2f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f17efdee14ae47a75c77adbe29107ea8eaa916fc58967e5f54cc05708392b8 +size 5529 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1153).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7aa1e30d0f4d994288cdcb9dd4bddc5f78e2647 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7211c6ba70134d43e0099fde1a43653d736280dcc1e488470c459e84de7a3eb3 +size 18786 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1154).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7149682e71b444b6c0acb04703fd840bf971a71a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae075f5246671d1bdd9ba59713af54d89bb1d6c90bbeb39eefef815b90a7af26 +size 12419 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1155).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6c8532d89c532b1cfdc6659d44efe88fec910d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ab524b09c3bf2913f24dc46b00b61cb9cc6ea001557841cc2ab80ff0532d30 +size 14012 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1157).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26b63223a4e358fdcca27298644e38b0155fcfa3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f32f5ab426c4fdac0f9ed6927e37d72658e1d668ea7efbcbad834d073d8ec8 +size 15807 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1158).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7aab1c1ff283923a134de9b24a98acaac9f693a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8b05681ef38902b397c9863ec41914d713d10935877f46ee616891a15ffc9b +size 18336 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1159).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..373bc6d9c7eb1a60b0ce9501b0d24a1bfe357663 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f714f59afec6c1f5bb29becaf1f62355970d4dbd7ca710fbf3a5c44a6c3080 +size 20933 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (116).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78bafc8a328e3f151f9b289bdf39912b5756fdf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5ae68eebda38f3eac24d6f5d5a6a5d9f176c5eb080531e9349dce156aa2fde +size 11550 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1160).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6320d4eb4ed3eee36448965ae608f500abb3bda2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91771f72103746dd3854aa42b5cd696331f88808b88dbe61d4b99d2fd7c3281 +size 18284 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1161).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa34cd2a2d83e704dfd9608e95fff1827dfcdf21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b04b84e800510196ead6fd7fca54de9c0968422532b5740fa6e76e8c4a1f4e +size 15210 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1162).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d813eeeb5ac290a3dc693efc58de4ccb868fa85b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ff23a59710654a6d64025062f238181021f7615fb2f30f4ed29413aad073ad +size 12666 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1163).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6283c7433958e2e7ba30e96e5dd312f9556832bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b2978ba2b5f2bf108fae12c6212ab1450246b5ce7dab3e100369568ad0f495 +size 9882 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1164).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a812771c51c9c44cb47ea6566c1d75bdad49861c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacc9a6d880f4c271fe7eee32af21434d6d5a56f0c686baf2d705a342bd0802b +size 9003 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1166).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb7e6e4a033cf286b0dcb7cc585125f0e80a0fe2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be16a521543ee303dfdf28356079a899cc32d4a3fd950940d3c0979151a0f753 +size 13598 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1167).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..640d8b889c047275e6b19992d7c5a69119d1bd41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae536e109b5f9ee6ca85849a31c212d1865ad4722d3afb97789852fddcf0219b +size 20895 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1168).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2c87d199232dd5a7f2730987abda00e86ba5edf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435b9f077d0e3014a78e3ef800ce02de1469e2fbeff474dedf366a0ea4962c73 +size 11340 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1169).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bb8fa07ec4e3afaca5f80236e0bc6c5d9e1bbd7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c23dbd1d07bdead8226a1e1de5b62dc494c3301c09c9f888fb8710727b7d97 +size 13644 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (117).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd88b0ca6111e4a698b16e592ea9b28198553635 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a372ede959b5a1cd19aee2216ed4bb0f8021de5f55a6300df2fb04ce2191da0 +size 10764 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1170).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e871999889d02ea83a12a97c5acd0692bb493150 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00d234b1ca135ac71f386d9c8749bcb36b5cdef01df5fc2f1b6bd11bbb9d241 +size 17676 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1171).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a361caeb9a4278bca71a06068ef1978e905abb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5ec4c782f5ceb183e1972a999bfc4afcdb35e9d72a185999db91ec9f871c76 +size 9824 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1172).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e73cafa57e3dc413777588c392c37f44a4121407 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d230f533813b0944b439fe4cea6e78df970a3ac63ef5fdc485b2811e6e88bd4a +size 12059 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1175).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e3582e4801d38b0cce42bdf07fbeea8ac831a94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67437e897286df70e1f6a853019ad9bbf7ccbd61549e4350c85d340cc660aca +size 14499 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1176).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da39143aeb67a37137f26dd8e0a186a9f84c8552 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff858c6dcf43e16869ca406a2dedc257fc7333b722408de38e5f732b17105cd +size 8915 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1177).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9638646d6b8c5118b4293d1434adf0ff926cef2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db47dc8b5ba5cc0cf63f661403076eb1e630b100cbd97a1c732b539fd0da41a +size 9568 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1178).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f180aa3cc5214a43e49e7b07c9d1ca3809a5962b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b187838ed6aec287526f1a6a0d61b94a6f17c06d04781dab56cfaa862d2e2591 +size 11866 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1179).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ae9644747900715703a7fd248c12a13dde63b87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c388d312943b1e43aa0897f468b79d5f04a0b06fe270daba5fd1e1896a70b4c0 +size 16317 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (118).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9c13609aeec9e08fc221f9a25d57a9357f43259 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c0d7046ec1e16bfcd19b796a8aa4efbb3b38b4a0e6bc5fdf9edde2465b9b2f +size 14217 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1180).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e72a437d0eb2751a7515f4ec2be89b6b133d6c4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d3c2637a5e5451dfd9707f8a00494669628deb145e6109f08c89002463c40d +size 18256 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1181).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5d726898fd79aac33cb1f9e04a7d7e82b5ce63a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f91f462cf509b076c801778eca393d73fb7550125371647833dd7b6e819a52 +size 19874 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1182).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1182).jpg new file mode 100644 index 0000000000000000000000000000000000000000..eefaaacfe11fdaea8e0f3a7aad919460e997646a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1182).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4cb0ee3cba09efe91198686a8ba0dd37aadb900f3e750ca2aa636bc3126b8c +size 6829 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1183).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbc53d80582ec496f2371d3f687d68b44867a015 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de15801880356341ad2a0a98b88a0a577c284b22d57203aa3e0d5fec8dc82869 +size 9016 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1186).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31bd28d61e1fa22197c36cdb499351ead2441382 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3ce65d25331967dc57b2065eee70633d90f357eca57ed7284d8cdbc73f73b6 +size 14555 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1187).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e4450cf67b4e0d09bf69a651007c4b649f84033 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c447437ce119651754b3fada761dc510c361b8b435953092074bc7ef5b5654 +size 16366 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1188).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1188).jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7ba818a0c0fa18f3b5fa2dce82454515ea2fa25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1188).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90220c67ab2c3ed150e93f0c26691d463200e784c74152e62acedac8a4d2d525 +size 4787 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1189).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31e76415a3ebe0a58207750e06cdca0acabe386f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c99a6b07475d1b02349a58a54fb37ac879adcbcf8acd8cacf76542d743806e0 +size 19387 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (119).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2e2c1ad243a2d654d2ab67b4fe8b6430884a097 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3704c256f0a9fa855c1aeba7d92c8192cfc96d250835b651f7b92788dbc29ef +size 15403 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1190).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06d8901baa9a911413aaffd69b8a131e3152f645 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c49813ff54579ef90fb5e7c28ec79a9598d6f221cb5c712ed19ab116743e0e +size 12279 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1193).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d70fe78af8cab10858df7b16cc4d10d89f4a9a4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ece3a601408f616b513d4ab57de9cba9f0d8fe751f9f36ff42c55e4c6e145bb +size 17704 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1194).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fb4d2040041d5d6d4f7f88ce38a24f5082faa26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b1b8715bdfbd025bf5aab46af9e08c29e8107a9848719d7cfb81f8db29be63 +size 8315 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1195).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4bd7161946dc29d7851c344ea2280a317e98065 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08423d7411cae1cdffea38da79637e2719b1656ab419c8194598d30b0d33fe6 +size 16240 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1196).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be78539cd2519004f9da1f036e8a3718702fb107 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468b228e936c99af4390f3c7495528732bd216502fb60433836e9722660e6242 +size 13760 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1197).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..862e346af7740f339f1be84f53cbc959efccd1fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68fe9c4b2bbdc5afc6b0c318bc4b1d5bb631add5ae82c3367193d820cd4bca8 +size 9141 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1198).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c2cf5f0e2374a4ffbaff4324976383b59b06de0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7d0377be278a31f3120ef644ea1513ac6514151ce4f9e8e1d051e8650eddac +size 11215 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1199).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f12ee64efeb5888954825fcc41acf0ce3ef0c315 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cc2449bc59d2fc835a1895f0a69d155d181383528c04d9e43396b9dd57bb91 +size 10619 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (12).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (12).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5cbe937538f34d063d8ef79ea2dd63fd23c488a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (12).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7b5f1a0630a2a0c219c0ac139de4efae1ca6e10781bb533b2ecb4580e14957 +size 10495 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (120).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b91ad1eaed054540899e40b9ed503af60b5a053 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c951b968e088dee7c26882005a016c8451d89d131d0cecbeeb872143711580c +size 10852 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1201).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07058fba14ce4ab2615beac7d8a9dd57101618b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335cd66052362bd09a8df5dad452a2bb12ce93d9017f56e87869beb5b41493b2 +size 15336 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1202).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0483fd50a751d1f5c688f5900b2440355ecbfdc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2f8c04e20ece8a4af41e6771b276fc3026e5adf40c63a46f2c67ff91856332 +size 19376 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1203).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..002ffbbce3c3bac22b284a76873c3a18af7425d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6400592adb9ecb2cd4dee15ff3a46c129564b4b3f50e85e5894bab9d38ef5d +size 12058 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1205).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e27a978422509753f6cafa6bb0f2cf6b77fbbe04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928f461c5fb7b575d924af8985cd0c31c2570be1ee148e11f61fae926d695767 +size 9985 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1206).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ee3ae4037973154a19d55805f4fa186c4b9a39c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b925244c78796d936ec5698bebef1fc0f44057c00332875b282eb68e4c5c0441 +size 17091 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1207).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2fab05de264e3d72990e612c05d8b3ff82f6dbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d53186ad5cd030b375b8bab19548927bd5a1d9172112644a1ae0d456dff868 +size 18190 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1208).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1208).jpg new file mode 100644 index 0000000000000000000000000000000000000000..3de50856ae966b58b813604922a38b3a80204349 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1208).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17454ee1c5df427c9cc34f4e7768c9e8a910f0ee6c6d9f07ad5aec36ac1810d9 +size 4969 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1209).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be470bdd40ed44c67c2715290fd5d2248c4fe75b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb4c75d0ef2d661eeac722984e7671ae2f86d0852b15acfa0b46533b978bfc4 +size 12162 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1210).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c09797117b74460df19b81e2fe041ef1feaaeb2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe905ab2e0424555d800797966ccb6d1aec8f39a41ff93edb182193cb791008a +size 13621 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1211).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce9dd980f5f3840a8fb7c50b9b0a0443dba4d90d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13151d1648cad48d3128ed0d801e1a0efc14e1769de7a0772e1800152a43278c +size 8290 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1213).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8d7e1a14e4d7f37a0ee8ae899b0875a1c37f9f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45796d5ce8915e204c6310960d831c10e231bf62ff57d685f6408ea9fd8c606 +size 10690 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1215).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..832c458b9da93a2d25dc3ed6db2185b5094089ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f558b519c64205984107daed08d15806a0493e502a4c096ca7e23a71f0c01960 +size 17245 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1216).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edfa13ab6f0b00515ebae53dfc4b5ef6f4f18d4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a696cd1006f3a1e002803e04a1ba6625173d704745fa302ed8e87d509159380 +size 8235 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1218).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ace81a8ff009d5eec68a939a294a3b2dc37d44bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c2726bcadf6b1b61d400223d09adac525746e5ed3e2018ec16378464b2478b +size 10156 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1219).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ef6d76cb077d4521e5cf7e045acb9ca93d705cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f43b6d046a6869c7d1e9dc2531a9a8e75ec74fd7bdf7a9c5610280436247670 +size 10906 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (122).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8d6539afa4529d7089ccb0d1314f662e626fe5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72f9ec8cc43210bfb9ea4d588a45962d28d3cb482701ebe04485494c4f20142 +size 13208 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1220).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d526129be8bb60d4f3a598afafcea12fd6230371 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cf105b9d9bb4f5b2798ff87e58c0517c8241e1cda1691daa7e98d4acc3682e +size 20008 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1221).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c160bce8f2b4d9c887c1fd7e03e90faaa2bdeef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfd463836f39df78c21682ec73c84d955eb92cd63eb5cd9809b8f83420d8944 +size 13680 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1222).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fa5634a774c46c30464df7aeab6cad1151f0a8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec70bd2e5df034453b32a95fc5e7883bd43cc8f8a271a20ab994c65c56479389 +size 7114 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1223).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39e2a6ba3be7ba3789760ad2b3d994947902330e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d70224e0dd84698dba0955c336e7b090f1ed980de27901fad71350c024d98e +size 10542 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1224).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..527aa477f3194334a0ec714717485d6595807c4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84275f852f0afe6ec88d005313a5702e83b71cafbc89f80a77daba3ca857e57 +size 10217 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1225).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50668e8ce1441845fb40988d8fcb40ecb9bce9ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d62727b9f70f829537c1a437f033cf0793e609d2445a019943c290f1c664597 +size 15785 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1226).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d072bcec733bfe7f7b9e03b0291e84b78159b3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61635011d5c3cdd0c4d6d7479ecadceb1c6a412a0c23ec10ee7d04f028266c1e +size 10336 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1227).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7f4ae74f88cbe6119b99c1844d93df45bf79965 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635896da404a2b711d9bb0f2a0cb9c5602f4c17ec5b377ac4dda9bafddb8ef79 +size 18587 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1228).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00b5db3864c34c8ad928939e67e416f618dd3c90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8eeda1547c865c9942d023759ce0abe6900c1ba654c74ef5e10dfa6fefd2d8 +size 16279 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1229).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7aacfe6b4c174b8c18a54f1f0e05b2dd270974b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65859fadadfc0ef39433ff2bce1155d222c543edb7e604655a25f97dd333657 +size 10948 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (123).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8de7b7b8489518f9425b3646456e52ce693cc4a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc13895a29086ed53c6bc4e1f6954600e054779b5379677588aeffd274761274 +size 9383 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1230).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d34d4e9d8f3bec8f6e78a92a54cfb8913d1d00b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7ac9ca66601ce39ee3df07853e0607ce3389d74845afb5d194c7c46560a944 +size 8280 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1231).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e01a83d7b0eb767e845d5d13c45a848be8f8123 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a812ec016934b5c358db8fab45bdc1a99e808bc0c6ae09df869695f15926c18 +size 8517 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1232).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1feb3ae03e53e510c4ba2238d29fd557cefd9b71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1dc6ef323993353bedf1515c2d76baf988a79800fff8ff74e077b4e0d274d3 +size 9391 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1233).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f66c809aed6e9458262c157a5d8414c3dfeeb931 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2f296261b30e1715c6bc23597e104133ee7da8751a83bba3dfe41bb73754d6 +size 20165 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1234).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1234).jpg new file mode 100644 index 0000000000000000000000000000000000000000..635de9befeecc572e1323d2d781aae8b6de68889 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1234).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788b45592d986aea787d238131f47ac067924990aca205fa8778cc834dc7376d +size 4196 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1236).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d27edb4d14216ada02fe84e2e2f9c0e286063e46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa9514d5a8567e098e198024b39fb3a99b1999293ae9511dfe7a9035065563c +size 18703 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1237).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c9a52245d16f6101ad28d20d94117c638b0bb47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e35619652165b2e043a72c3f280a3432fc4af986b2a2f3867ec9b49cb4244f +size 10652 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (124).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f78d8921fb17ed86e3c7dfc6033038b02ce266a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f1ecac1df77441d087121f652339922226a4872b060ffea28f1f6e2db22515 +size 9986 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1240).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1240).jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bd8cf3a814f3667489310aa28c5bd2977c6e2fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1240).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28f8aada27af983eddf3e28792c20d301af63711e209dd3560e2678c1425f01 +size 8237 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1241).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd32915d53d034a132032aa030d7d8123f01c396 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcc3536af8562064817ee722242c330edc2aa46e28677369413eb15843599aa +size 17772 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1242).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b00b96147d283f1f22e11094488f6fdc7be83d80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cec0ca4da9f40821b8c7bf42dd9898992b648a855b16fbb7b6d7b84ebc9cf2 +size 9732 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1243).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61a6806966f98f2b082522a6b40cb8f7da4ec3d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6577c14261bb76e8656b2b42c7160fb2b2c8cc44e8bf9ab62ef2873be32520ff +size 7652 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1244).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..167ac4b1a745e9522ae17da4bd893a2fc34af3db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f837839ae2f5ccf9dcc7a89dd01e2aa6f634e3ef8e347c6acc478235563cbb48 +size 16569 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1245).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9799b6b41d7d50c790fbc7c9c7ba1c44ef1d09ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e572b0b0677909b3767862b2e938ddf4381a784305133e0b54ec3432866c9a1 +size 13219 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1247).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..748b79549709d0c1b262c5e70357a7e34a698393 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab95567742a34e268fe7f038327f966de790579a91f810aa0fd50576c86b26cf +size 9756 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1249).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b81e33543cbd121300a28a36a8c269a2a17dcd34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f93f387e354c4ad79faa6c030959a1526dcd45268e8977be61baaa4183d2de9 +size 13052 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (125).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8235508a188a9bcb53580289f02a762cb5c3d1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6101ff8b490f89a8957cf22dccf7b118eb0f1022d2f0c2d7868d07a94c95f733 +size 16845 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1251).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..005e69fa4ed4062d21bfc8290ab34c0ce0b52074 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35060964b4454d2a5781b0b49a911f97be15abf3886a49ce8e272fefeabcaf09 +size 10902 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1252).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e40686371d575b4e89763a69b8e813730f39b4ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5fb96cd556183fe35bb012b613d63f812fd1a788cd3727423b02f72e582cd0 +size 9669 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1253).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f8d7c65a9d81d7ec13740f3d49bd1420ab27b4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be5068fa7a2840c09592683985fdf2219ce825b37fae415c0256cad927ad014 +size 10030 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1254).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e06cbff65c1dc73d94cce01ccfdda08fe6087954 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11aae724ce7ce5e155d65fd8e8a416735f8a4258afb59fd01903c4f31ebcce42 +size 9835 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1257).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afe8caeb2233350e656a57ed7be6fa17cf8d11a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15013d7819880bcc5c24d2d5021ea9c3dc117ce83e56fad9cd42920221f4b4e +size 18111 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1259).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a54e2e53eb708fd8192846d307e3b2336a3ba8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0c8e2a8fe943d89aaa11476bdfdc664c3f16612d379a7b2dc327d5811d04ad +size 10135 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (126).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ba987a907f219d88a8c30dc623386c39170d02e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2092a2b03d4c54ddc0a8af56a43459e0290ba4862616dfad4922b1d1070f156c +size 15665 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1260).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1260).jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd65897046fb1c6365ecb11d8f583c6ce0cc99a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1260).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e178cbbb038290a480c352872af2607e7f451a2e3277efba96d74d46c6240e7a +size 4302 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1261).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..529c59454c50d3ea18e52a08cbb6de75382803bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ff79c8204f33bec51692f945a4da19e320bcb88733658b1975d38e599ecb1d +size 21272 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1262).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8620db1f229b0a4d050c565cbbffd80aa1c76db2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ee13dfb6174ca5c5c2c3f5ee1f600b183be7b3de12e0b1703b88535fd44261 +size 19196 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1263).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a78f107d1d0501dacbdf207d6c95df2942fc6b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8189c5572f0ef989158bd4b6077e02b89875570a5eeb9f59208b9744dcd31a7 +size 16194 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1265).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f97f6b259b89eb5bf5800c5cdb916c83a64ccc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5ca7ff4bee846970d646abbd737e34f235d00ccceca52c50ee3eb03a98216d +size 17779 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1266).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca719ceee0aa2341e4ab034d58572dad210c056d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856d281ddc750e66fc39befd24520c2f5e49bcd18b2b0c70a519b51bec0709f8 +size 9383 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1268).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47b46db40e08d395730c4466ec279694de5714f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f97328f11449a4defe453571e95ba2e9fdb03615bcfd6b2822db08ded2942c +size 8864 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1269).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ac8a833b47444ba9b17478df41ce4c525145216 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8598706501987dcde9586a8233d7b4f9ba12c6adebbb7fc2d7ca985a444e8e +size 8960 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (127).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bf3ac678199af5c45d6b17af6a1e0d494c8ef89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db58b7a332b548320df7cd298fd6c4abbdcb2a55b8ed82259f502e3075740eba +size 19019 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1270).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1270).jpg new file mode 100644 index 0000000000000000000000000000000000000000..313666984f4e220cf5851260c70062e86bf11c9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1270).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050d599f89c9894b7dc4d87ce58caf9ca4d300dea04f54e7dd90afba5eda9ec1 +size 6586 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1272).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ebf1d8ff3d3c8dba052b3ac55f6187505214577 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ffb02d93616f9693f90241d6d303d70748ea39df649c0632a9c2e2cf800f88 +size 11976 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1273).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1273).jpg new file mode 100644 index 0000000000000000000000000000000000000000..5325439fb17f448579f32c522fe871ea4f9e2bb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1273).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13ef2275392d97d5bcc6a6ebcc0e6e426a6636253da90ea567f39449cc7df4f +size 4963 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1274).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d91d8a402a808b749786b6ed25bb9acbb9a09cfd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37b6239f9b383d5e985807d77748714d6bc35c9ac91b91397427fae4c4fadd2 +size 12479 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1275).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..088e4aaefd07dda5666a83172502be173efac959 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac428bb2257b8ce00571286064cf4b9c3ac6c79463bb144b4409a62c56687c94 +size 18597 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1276).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1276).jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c9d7cd78028881554b88a90bfa56eb8b189ea0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1276).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af6a9727de0cdbc8ee13d8473588c998d3e3169bae6de9560119677eb94cb4c +size 10740 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1277).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c49f4999e44a546e579cb9b24289305864a0800 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e7fc03652e0d8f42d1a91ddda806294896c9554466192ec993a73bcb0a50a9 +size 8222 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1278).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b956343b15a01c1d9f6098e295a91455cca5334c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d6d070ab242c70e96c67e33ade383131816b3b8d771a854eafd28bb0c77bf0 +size 14924 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1279).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9917ca8bab6a426f2cb22660db74c4275e03bbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5f86fb89329e7490d6dbfb00c335e645e8da43388f5b5a583f4ae4c3976c1d +size 12384 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (128).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd5f9ca6e358853faec57562d4eec3e2a85acc58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3859fe1afe271de950efec74c26e69c794d4c1991de517bdac17f826a6186e51 +size 11263 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1280).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36a0149918c55824305a981571ee8fad1b27cc20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a10478a813bb5476a415d2f54509dc82bcde0b99401b8c88d2f007f43f53dd +size 10380 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1281).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc29cb1844b3a003f9068fbfb1bbefd9d37c78b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ac1d823b1f5cb8f829754b0f3af772f35b442be5cf555a870e06c2837466ab +size 9853 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1282).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e37efc4dc0640cb2d75617a27fdd3d98c3bf053a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc84dfb71fbd3044a20952a13061a38d90b6e722503ad5409fd3e3489d3db88 +size 7653 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1283).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d8dd4e16cdfa36b42a9efa45eef36d16a74c7bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecee20d07ec004adf20f82cc4ddc4dec63bd0d63f9adb7e2d1ebdf5753f62e3 +size 9381 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1284).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1284).jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb3d6a23b7d9190a8ae3511618d694c0f217fa7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1284).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afb1034c0b51ae4eb55eaae3dbebd72852624b4abb1669e4c9bf2a2307a6a0a +size 6891 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1286).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cec345b52fa0257d67ec8e8ba4d7914e341dcbcf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4b1712152fd9e0571124537672c4cb6547b0dcf173ba9f40b7d90127fecbb2 +size 18947 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1287).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..186ac2cc8ba68369c098ed60c793e4dfa46cbefa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a30bfe7aa52dc599f0d7af36cdb65c8967de171da5d9a1e4b5e02ce29675b3 +size 12276 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1288).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9af45bea105e0d1cec136d6fe99f7ec6d7fc65b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c187aa31addeca08c0f292255fe9edadf18996da381ee88afef1353bc1af4057 +size 13304 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1289).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1289).jpg new file mode 100644 index 0000000000000000000000000000000000000000..9df1548165ad5a9d5ec36af4a231d0f12e73f17a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1289).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b66d27d9f7c624eff4babc9b50234b2a05c94bbfd44a38c61baa3005b327ead +size 7087 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (129).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e61c30e3f127d343a7416ef6096cb181d1ba335 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2aa41a18c74ace0c8f466c081c40de86cf5b84d82b2425dc433f8bff49ae59 +size 15045 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1290).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2df1d8d8aee4134f8deac29a6319b3598b1e6480 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcae5d4b6a4fa70bd62df6e7c035843ba347fd2617dfefb90c568b2a921167db +size 18110 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1292).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3791a59287be170ae756f16913c012b5c113498 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d4de687d7e85ec6ffd4a9fdc200dc4304e36e0ad26d78321f0d14964325e06 +size 9514 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1293).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..334bd116ff29679001052f109b1a63b051bfee1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90612962a2c926296ffc79fb136d4a9967d6630c3526ae8a35ad7cde688276c2 +size 18763 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1294).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a10f09bdb78cfd7cd5686697706eeb824dffb9fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826ceabab4c7b0355216f615b785a69ef51f47df29c07b9f1a8261271108c33b +size 8833 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1295).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20cfd3999e197997c900749b9305d649f4928f6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d0165d0d2f89acc7c21ac898b33d566bba5648800282de2b0480b585332e11 +size 9720 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1296).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af30543a3a6fe515c7b09784b37f2d6483f44c0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d446042bc50e9039dcc25618c9ca857b0c49e4fa658587278362c200709a33 +size 9314 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1297).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e23ccaaff7c96a89ee2bce5c0d4e5b6237fbe472 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07fae90acbfb8a50dde4f096fdf565288508ea74ec3348812721a859df301f0 +size 19398 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1299).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9a1d378ae0d740b7f96c13f783992ab6bf6c4e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7617eba8b3b7694119c756bdf09a1d49db88b64c8160831e92129961470a06cd +size 10488 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (13).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (13).JPG new file mode 100644 index 0000000000000000000000000000000000000000..422f2c45a30bbcfdecf371ffe3a74121ba3fcf26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (13).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219feb779780edd3d151589620c249e62dac65420afaa31a59981960a1f553ef +size 17741 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (130).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa5597aad86fc424cb573c30d1709a37534a0a0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d01ca4e04ce26ea2487130c3433427c06705423fd153a9779a6fa74fceb53f +size 15049 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1300).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf7bef27e66a866338ef9831e7dc6e04c0dc8817 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3145097c2938d656130bdd1b3efeb1bc469e02c51fe5affc31041d837013ce8a +size 16159 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1303).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f5b4087689bc9b8cb1328751b8124d9a690bfa7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf4fd609b10181a5538d6dab0270e58c052a4857c7e81e9658e8ac31b7a6b74 +size 18388 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1304).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80e1b82b5e4c1baa140e18e272035eae1eb83a17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c843a1b03cb35096410928f3491eb2a8dc6b3766808af02d97e2886f23e06545 +size 10080 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1306).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7970b62b970524c7845af260f4f66a4596b55f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a1f400ad95e563bd84ad4697f46f72e86f2572fd3150f25daada62c65b7362 +size 8016 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1307).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1307).jpg new file mode 100644 index 0000000000000000000000000000000000000000..192dec09b6893eaf14b2c550113b8711c0f2cc4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1307).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4614608430b3d33e2e718456c3725fd217063d6207b2866211997a85d67c9353 +size 4824 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1308).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..181af63ee579619e26f8e2988265735af0e329d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f767441280415ac27ff5be707a10beeda4f78909ee39c7a8ce41569b75457ad +size 10312 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1309).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1309).jpg new file mode 100644 index 0000000000000000000000000000000000000000..25b5bcc52eccc95ca659556449cc682d7013b4fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1309).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a273e0c305f9c73f6f53d440bc9bc5031550379b3788b28b42b795bf0ad7f9f +size 5376 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (131).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b5c3687a5cb40cc7ae8d9109507b6f6c5775b0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434ba8a220153bcbf03df58bbeba0700b1ce85a7147f5c2b41d0c30dcd960367 +size 16842 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1310).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a04edc431ab8387e9491c03668090141fd1dbeb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b4df3f4fe8152fc52ebae58557d436d604c807686bc0c01e0e6a3475dd02f8 +size 13754 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1312).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e489808335a28042ae3dbe0c2e1dcda37ff2ad61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708bd9a20b72e50f5bb31472142be64ead632cb5a3d5eaab1c54a8321b81e122 +size 16284 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1313).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e250b56c5e79fb91b2cfafa10fdff3057ec2c7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78381e49555caf8e5476729776967e960be18db196f5586f6ee9980912ef6ed +size 19141 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1314).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99ce89aa8f972a2c5bb325d12d4a380ddf268a86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423003373d06888c47039c169b3273d5facad55914c444acf195713e8de18ae3 +size 11322 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1315).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d9396dddd0ff7244578c0fd3ad0d03757be96d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb7ed2e760c998c523ba3d58c9c43c63c57f7f15313d17091f081fb84c48e44 +size 14203 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1316).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..015bd85a6af5aed860fcc4032f1e477d11924565 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b608b8dcbcecf440a7db7c68ee2ccd57f3a20441a62f711a9a80c2fa6c1f7e15 +size 21452 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1317).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55268e1942ecf000516a60af7685e7d06e528171 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661807d1713581e0da03b49f45e3dc9bac22b6bbd911cb6e5d8d7c9d96424710 +size 13294 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1318).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1318).jpg new file mode 100644 index 0000000000000000000000000000000000000000..65ce905b703c10235419ca214470a0a91d5f7542 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1318).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69000676996ee9893a4943ceae12c9d04ed1672d95fba36b0c2e97aaecbb10c1 +size 6373 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1319).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3eab918e2798455247fd5081fe39223862f8ace0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0958adfdef257cceee1a6a0b038848ea93df65f14897fa58b7e57de88ce6031 +size 16237 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (132).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de946fef4251333dd136925d5c490f0f4c0a1b2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38dc7acc05dcf2d6ff5762224b3c8d5dbd980c019af15ce25c8db5c1ebb4f693 +size 16353 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1320).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5bd1bcb0803eaeef4b5dbe92ba372df609f61176 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2457afc500183da8677f11228cbbbeb1177afcbc203b0f868ecf05e6b432f7 +size 15987 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1321).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1321).jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae350653c9ea8651cc6c52bdaa77dbecb1f74455 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1321).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee543e050138c77ae8c97fba4724785d78393a9cee2952161627d6b95153a38 +size 6417 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1322).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3919e3ec5ba4183cb691c17a07b4be3035be67d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f96581e23f3de8cb7cafb34e8997fa0671d0e1ea6ae880cf7204965eeb62b4a +size 20773 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1323).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b1aed671d99a4e5b5aaf57cd13533135b667a3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3c25141f476f4c874e446dd256133ae307dda6f54eeeb71caae6d14af40ff9 +size 16508 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1324).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fc111add79a0c798be15dd7622b1cad5b083d5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ef360fb73e5d5ff5b4b43dd875bf1d49cc59a937c4565a82613c198a9ca424 +size 19025 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1325).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d57ef9bd894647db90734664c661f9e0c8ad402 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e784d2bb9b290876daee9d272862ff0cbfc852fd4b52c66ba312394cccebfac5 +size 9287 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1326).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff0d55db5d40d2320596ba6fcc1057b49a6b70cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd960af1a61b6177b68323d68b53647c840208c7a63dc194a7b4853e4530254 +size 12109 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1327).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31e5c19f213bf53db8d90bef35d5da30c5da2cd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f736bb342269f898bf60226aad0943493ac79250ca2d39ed93cdb554442bdc +size 17242 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1329).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bcbb64a92624912193515a317e878839796bd79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500213970caedeb4adaeb161bcfd1f97a93eb3b28da7ffcaee59a44cf1970366 +size 18867 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (133).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29c9a62168379817e97e57b46390177d1d67e5df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f22812d942ac6bb3f578549477ac8ce8b2b87a91cb3421ac0d5bbe16145c523 +size 14748 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1330).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5af475e23c22e43a12afe2cd7f6324a653ba6ae5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480770df7665128f2ff7da18066b3a58f3e7ab3baca778458a824930a04cbb14 +size 9190 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1331).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53d6eeb0416cd6db06b5b2850b6d77179a546844 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33dca613eb7c09c3253eeded7c48dc4f543f42a11b1586a01e45060025a44870 +size 11927 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1332).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f13a0e372b76b81d0d3ca209195f7bcc847e5c33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2711305168d240844c9f8d4ae216fac80f5e29a0ea2fec7be4d7c5d49edb49 +size 16161 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1333).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86a5fd97f5dcae01b8efac918ff8de5926f2acaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c844361047c8152d02f6afea2aa4892241e303a9864013c2b170b6b0aa05a18b +size 8538 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1334).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62f6a5d1fe5deb8f7de0a93c253ba19aa4a4009f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65087e6ede0e19cf6a5266000e43b4862d4153ba3b1a44d53c36073b9a42df0 +size 17399 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1335).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bc6fbb1a1e4c368b98a3a970edbf4064d7f5500 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f3eab8430bf9ef24d039d67c2c924ec0859625a2bce9fd2ed9057646181146 +size 11097 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1336).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38a4b32163094ddb8b27d8e229d2405035e76590 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73542fbe93ab463c1ea9a4818aca0f29846ec034fcfdfc7e5c3cadd37ea10103 +size 19592 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1337).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8ed6b7667ede536e3def815e53c6f0da60e694d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c984c061798985c5e9097fb59a4d5a8beb99d9ba8cb9cb5369dd399580cdae8b +size 15888 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1339).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49808fe3dfbfa1b2bbfc4d5a9530aa96c7e26c52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef430d2fa7ed241d4cd3c1d726941b310f9620669ac5f6fa46bc0e0e4021ca1 +size 9756 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1340).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58c43bbd89ad75ac74c362d9fd09f13b4829559e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd73d3c9a6c47ffc7f743fa05150bb466ac8ad913f6932200bb4e4818fd62ce2 +size 19923 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1341).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..784e2bb36ba88cc6bf56b72ead202f85c5943da0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047a0c0737daa2c5bf55cf12a1bf09ca914dfdb965cc64fee123b73bdd55ef19 +size 16123 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1342).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bfc9321040201da4796ed0e1640ecd6f390a44b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d63bb60d1fa2ed10fb1068fbcb4f2af4260348160b6f3a0e5eb27354fb2360d +size 15437 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1344).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ff3491e4a05a00009a3f4e975614a80a7889599 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351b131f508ddd4d9772685525e10898585951c5cc0344f5d47d3db2830f1fb5 +size 10821 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1345).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fa41c3da60adfee6508f5afdff6ee64d8eaa5f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47efe4cf5e75363cde5eb2b859a7cee34a481ac804047a56c328360ff51a7812 +size 18259 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1346).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35818b963530b94859f8dd3024e16de38182311b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be1dac048cd5243a29dc4ae75e251bee9b11e25284356df2e004d1324b05987 +size 13075 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1348).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..942fbe969887de75821081cc3ded0014b5dd8f45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd06ff9a3a1a6c42dff9b4d17b2fdc6cc9e9c9d936c600cd196d522d1f0f7bcf +size 16419 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1349).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fab7c365b0a48b07101f19579188255253b76ff8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c65839472545d447be7d4f156acc9e828580416856fb1493e51af8f240ba13 +size 16616 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (135).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..321da3ca62c0539f2ce1b8686b5844621f645561 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5251a1637bd5a0958ede8f33c047a690d9734a844917b8b2ed16f564406e6323 +size 12163 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1350).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf5074334210466066716b2b7dbf8d505e3f0666 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8936e104d7c2f498b214dfde2f9b3b74920b74fe93a618bfda000f47405eef60 +size 18553 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1351).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d54dd66ff8a8463a14663304e3e01cb37e807e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d923901d0e1bf0059d1857954565cc50c71876651b306464f4a48ebb665ed5 +size 11832 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1352).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73934d1f0edbb8a1e2d909fa50c8d52e0e51feb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78be89df74eaf350658d00214a2d49e58c86edc7bc573fc82add212cf1247116 +size 10450 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1353).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ec017c77c5b0f4bf1906f0e29f4d277f1f36339 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b8d3964ae6c489809b8ee8c24d60d241554c21a1759250d27f3a42679c8c96 +size 11593 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1354).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b5fa745677fa9708d16252cc90dde098b54992a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4791db78dd823dfc9aecfeb607a4c4b2a4e749d340ece98bd4adcd57b64d1f94 +size 16780 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1356).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1356).jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f703dbc1a20cedf112a94811ff01e1af879156b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1356).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6959d0ce0f491c7ea4a8d315ee40bc0fa62c487fcab4da10d1f3a5ee26adb069 +size 4913 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1357).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d30869c35c87445894d6c2ff3f463f97a2353fda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2df9508e0948b7a9e12c44761101410e3794abe84073f99291bddbbb7e95481 +size 10538 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (136).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f553123158699e87720a6b9fcb5ddf34f02780c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98cb5e6f343863673cbfc1e17e46ed990e0d651ad6b22b794183af003bacb54 +size 9205 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1360).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb8c44f25087f091562dd217141e91281af0722b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a744e119a8acd9718e6ee75fc409999eb641645a1447dfbb175f9c40174c130 +size 17321 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1361).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e257ecb6fa57e5f4fe3b8c055db9612c37f3dea2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85734efcf000977e7d5a70c5153e0f67f1e806304cc108f959656eb8d7a5530b +size 12759 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1364).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56568f43431c1b9372a2e48ba08e0c518c9ef46d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023e834cdce5149cd1c3622f83512d17764702bb5c165dbfd358ca9933628926 +size 10367 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1365).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f73713b60b17c9fb93c3ed5905eafde6240fadfc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662f351aa17f9b347e6c8372d61d03107adc9d81542d34e756c96e9c973b1338 +size 15633 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1366).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b28a75f9bde79e80c8bda63c0aeb7d5ccbc148bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe6409faa6a0364456b787ac40a11f790617e2f56155bcc2cae4aebedcda8f8 +size 15263 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1367).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7984e2229bf71a700cded115f1f4e2819655e04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d17829b1407a27fdc7b96615fd2644bdb5611dba128c4bf89080a8b481231f +size 9879 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1369).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a59f35e2e705f5d67bb564354e2cd6c1610ade21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4decc6ea7206795ab64a70071c8bbd4ce7ecd97ce8632038a76ae561c642ba98 +size 19029 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (137).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a950c82e520bff5454f863a97a07efe548cc13ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7ffeffe7c9017c6044a1b8e6e78c71f3612cc663e1547939fbc6567eaf1121 +size 15842 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1370).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89a95a513e1043321f18c59f596188172154df83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68ad37fcddc2f7f903ce8e2d9697bad8629cfd26fb7b283eb60a92a585d88c3 +size 9013 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1371).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91a1047fba9ea69704390023add4f5c2f07439b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4712f50076ebda32ab5b8eba601d22bb6fa6efc593d058a00773de0d4dbc0779 +size 13523 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1373).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a53bdb258e0e6aeb454bc8d8a587d050a2b2786e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77341f03fd94bcfd8acede9298a9e2106922e2b907d9816f23dde49e1fb51297 +size 8345 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1374).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed68e53da7c5305618d8b37dec7208de4a454155 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5bd954bfbd5987663f328a81824acc5c5079a88180db8aae39e7aca023b66e +size 20764 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1375).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..222b39b827edf3e9db8bf9bc3c68f17af779be44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43143a8a79e44f38cdc51b0e654147aa19e030618a8cde4ff258bb2e8d5f37d4 +size 18641 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1376).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66f6aa82c6f63c8aa768e6a946684d3c69bc9b1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c988db0a2e581dd04606bb70c21b06ae3b750d6bd8661bd7d5492430e16a726a +size 17657 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1377).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c7052b1b0ec95ae133d1683f55c77921a87ec56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f06b97891d1e4a7c53e2c34b6b806c8fe4a0920762d4e800252c1c552ea9836 +size 8599 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1378).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e223c435bb8c0eaadcd145e52abfd1b41e06aee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c521101c9a665dd86ff4503596ca9f7393c46409eecda7a9d6b88238374797ae +size 13913 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1379).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a265e4f4571fb7ae618551528e9f3acd8fa20c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ddfdb848b367c50c8745316894569693edb9963b7edccf7a4bfdc29902c3cf +size 10623 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (138).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c709485dc63c9c1d3b55c9e5855ddd57bf963707 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c8fad65ced8b4b7f0dbacc53483d5d9d8050f0ea56e15442c045f2396cbb93 +size 17513 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1380).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b0a25a625088695d0b122ed6b16ef212648d912 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e238f8169c43d580dbf49fe5fa15e12cc2a638bc9fb54825f92d89940547509b +size 16227 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1381).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1381).jpg new file mode 100644 index 0000000000000000000000000000000000000000..209cbe774686267f13dbe6bc5af4c6f5dbaa98d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1381).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee0b8040908c8f78aca7f3ebbd40b60d90e5a8c46507c2206e9532493bc3911 +size 12097 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1382).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bf6230698daebd27f91ac5dee0006ab8086c511 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26265ef20e5a53d579a340352415d301d9b74985638d0bd810ad0baa6f904fb8 +size 15943 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1384).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1384).jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9555c9ca7ac66817cf9487cc09f0345a268c9cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1384).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86bb43d250a2520067be1ae8689b9844bdca5c21494322539d4f4de1bc7ab7c +size 5054 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1385).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1385).jpg new file mode 100644 index 0000000000000000000000000000000000000000..675a2238c93fadde8951258fbc1e45bd4e154243 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1385).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1ad4b2be7465273a71480ceb96c4796a83eb9fa4e15bbe10dcc4cf99aeedca +size 6782 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1386).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77a25cf60e85462eccb913e3f83d03589e91430c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b372728044c3955a6c9bfe2991a7f08f442a8f8900fcbf327ba1dce2a424adb0 +size 15383 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1387).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f8b000363d545633b4f879d0ca25b8e5648f2e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03dc4df4067bdf45faaae32c65e4868ea94dc39e86ef15504acac197e58cd2fe +size 17368 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1388).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82d0198468246c1112acaaa4dc751c15777152c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ad0f6e5674bfdedb31f25fad524d717a4ad7ddc90b9d6fe7424d8f1aa976ae +size 15389 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1389).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..622486843300398c6f39d8a4fbd64fcb637ed045 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb0759e051e2a7fee86b28675d164b816a2d7ac4517d5d9790ca5c6ae1363ba +size 14308 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (139).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..464ced792a06e720af5699032c0ba7983b2c6444 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355d9ed5d0212dfc72eeda78118c55966febe086b60ff46fd7702766e92827d3 +size 11714 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1390).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46e387d4a5f0f3d7891e0c15edccf4bed8f659fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b18094afc507f75bba48261d77cd10091f7252a29b0a1119c5e7ab58b4afd4 +size 16372 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1391).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c4ad13cb8fe3209f07b88692889a116fcbf00d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b730d43407312f668454488d17657a0209670a703b3ff465f7f2b5ab629884 +size 10052 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1392).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7eb6b2f66f3f92aa8b0d421ed477fbdba5d7b94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2f9a105009282c3f9459e22f84f858476c981e0450920093a2105d5e446315 +size 9783 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1393).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1393).jpg new file mode 100644 index 0000000000000000000000000000000000000000..457287847d4f763603fa567e74f27be6de21047f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1393).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce81bd0205e71c0da0afcda1a5ddcf333bd02ddf8009a37f1245d7b0a573bab +size 7919 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1394).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..310331f3f0103cef132aba6b9c37b808f64df503 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fda5d442169611f658efac24f3960f68b3db8ae865fc8e70ae3a7c0453f363 +size 15188 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1396).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..622dba4977499ab77a1f3f2a9fdbd52757cc08b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bc8ea4f4b8dc18db48c5e714592336bc2aee87e2b5b7c15c6b5bb491b310fa +size 9865 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1397).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d0867184905ae8968ed29c74fee5d826e8e9e8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee899094263522256792b6a4e37eef73a0660cecee6bc5149483205f6e44234 +size 16161 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1398).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d88e6c7f35ed2f3791fc390ab7ae85eb7d1b35c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf18ca837097695af76b2d2081c4c77c2e78e1a489e727722f51cfb3d5cd79df +size 14500 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1399).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed7c41d19c55017cd5dad545f185f6106ef73271 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92507c7139e1bdebc3bb7b2b75f3ebdf03c3439863609a36a6fc6074bda92dea +size 19876 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (140).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4a8fb4269afeb5206e384aed6eb222d58863249 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32469f014c4e41d8e518bd55f6fa44b7739d6cb933dae74fd6072a9901a99ce6 +size 9511 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1400).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1400).jpg new file mode 100644 index 0000000000000000000000000000000000000000..51ea27f4b1e21d2ce1451084d2e9cd3dd14d3675 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1400).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375eee7b5da77c7afdd73d089574bee3148d04cbe266ee070ee4774d26aca750 +size 4822 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1401).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5270927965d7fe75e7b28d63e4b5b65fd0d6c098 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba3493ee7a76520b96f69203df592248e67e7b8c734f9b2eaeca255065fdb58 +size 18499 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1402).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75fffc124ee48eca88a724bcad4b235d18a050a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff29a7a7b807acd24324382ecd2d1ab7a4ed547f765b146194ab7519b18e02b7 +size 19921 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1403).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b768ba70c28c9392ae125b51f709266cb8631e0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f955a15f58f90b0c3bbe7cc94ac1bfe818f5aa8f5ba4401efd54f854851046 +size 15072 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1405).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1405).jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fab6726cd7d4840690b72859ff276c93cca16e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1405).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50aedbece7f76eada6f752b836e599494c5a9e6e0600acca388255d7ea8a1cc9 +size 8106 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1406).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05f46c6beb9af930af6d2ea3375bfc3aed27db43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de8b5cb0015dbc0df4fa2ee5cfca2b1a3588aa28e0493aa5d1f676bd42cb1fd +size 10171 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1407).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc6c53239eb3189a9f26651dd6edb27c1f703138 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0236bd455d6b87c42e1e2ad07fbff07d8eb8b26b277791fd434f142aae6bb7dd +size 8333 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1408).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b89233beed4f1e93e0dda32816bea10d8f5e7f0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d684c58034bdc46f163468be5f3a9cd622ecd1703a14bcd66bc9f4a8a56c8ab5 +size 17287 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1409).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80f96ce7ac2581dbea8ebe71814e3e26d78e4e13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc6f8a71fe66444fc1ca0b4278792b2b4ab7bd000f63e4d4ceba8e5c3ca4d3a +size 10337 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (141).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b345ce0abfc1ca0bb49a632e3ed0e9eadefadd19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d33a3a29f0a3514068c994c7d60442e48058b1a58dae42d76f715b346f182f6 +size 15803 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1411).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9163a592abf638d71b6954f8edb9b4ef9d27792 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbb6811475b36e984cc35c9fad2858861d2dd50eb99b44b801677e8534cf650 +size 17951 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1412).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ebc324cd411a41caa2615182d3a2fe03e4448e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dc9009811d9c51f0c99fa2d4f6c2475856548612e87692ba14521e65bfb2b7 +size 18904 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1413).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1694b69dc03ffa3158c8767c9dd82702eb30cca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf58ff11d96d300fc1f9b22a1ac3d2eb113b75be2107a54a7a88e2e75e16dd0c +size 11596 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1415).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e86569e7bf0874520b2fd472034a7447d4a92c53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe9a7f7b70b9eadd919b85b08e0ec1e639b8704d8e3b2add3e1b52e5c91888a +size 17687 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1416).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5d7a9ec2ee334f2138ddfc8f9d067db9332e6bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6dc484386e7bfae9460c805e365617242b7046b0fb599ba30a1402e6e65e49 +size 16648 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1417).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be0c002f7b196134da585ae59dca774b37e2a589 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7dfcef27867d1552cc0723d94aa9cba0856b789024402bd28b21079239d08bb +size 16044 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (142).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..803e5a7bdb23a97fd563822e78a1a395a67a510f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0db68a500e718d9d8a031e510427c5c5670ffadb5574aeada85abbb0bff8c2 +size 15139 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1420).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a263fd2fcd538c2bf07b476a0c05c9c566f20cd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d7c849442c41a55e6e01bdffe9b96f36b06c80797e5a01214d2db361aeff8d +size 16577 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1421).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db7fda53291d1faf8c09011cff32659338a0eb0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d371454d0b87b1b985fc4b69e440db97b36e0c82747aa505b357776df7c3eeb8 +size 16861 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1422).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d8fd1eefb022a5eba469d11c804454945c9cf20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910e76fcecd1dae0122277450fb714cd27d537414639f8befbd2bc67a1d7dc99 +size 9836 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1423).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..280ffb1e7354d9957a1fe0dc979c3b5c4e20be38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a9aee7d6b773de7e41ca2325e3eab6b28ed750080ff6cd9ae09698de46f1ad +size 18943 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1424).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..365d11b42fc7ea45f2b689d36549291c465d6b64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc072100071a219601d5e13e88c81f1a2b4ecf6c30aa509142938032f2727910 +size 9377 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1425).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02a1ae33a2b941f703767563d7b99975f76e59ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c5d947d3622ae4ba9e7e1176f7b802e78614310810f1f52d2aa8d08ef73d26 +size 15118 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1428).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..529ad7a797517288751c12419ec94be1e25e7181 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1426bb12d6c8dec9c19c74c2dcb062b4747f9aa9b872cf5d03ff4edc357d3835 +size 9957 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1429).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9413c96a28f6619528c37a2a18cca38bf8fb7d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292960fda77ec70e7d0df9049bae2e229d7509726beb039bd7dec45bc876f36b +size 10597 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (143).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..889b1dfbace3ddd9e73375f4aac0ebb90e88d1a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9e46231b3948218d157226ec36c5c4e8275c84929be928b71c34ecca55ea14 +size 8620 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1430).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ddf350087a11e7fa87f67374e9fef1bf00ca20e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75f9c1fb650c924b576396b4930583687456d6bc62ca786cd331c81e6cbc09b +size 10331 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1431).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c5d8a75ee538ce5c9ced0e62520b4355b0ff95a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ba101229b115bf84194b430b9b7d1d9461173055a1895329ed8d206ee5342d +size 18301 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1433).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab069e15225bfabdeda618518f83f9d751c0d582 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6e5016da1d0316e0f6a01dae94b3d9b3aeaedf264bd23d18fefbdbe375583d +size 14559 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1434).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1434).jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebfb61e514bd86dd8d06c26207e388a5aceb2f74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1434).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df9b2f07d81f6986bf2eaa283e2a946577ba49e64fa839a5eb15c2d28ae71c7 +size 7831 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1435).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb39eb26576a1f85909719256b89d5361e2fadfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5c2cefc319b67f121931044fbf17d541f98d27fd6ec16b7ff0552597569d14 +size 14126 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1436).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ad846c3b3fc209da2a82fa81662fd4427bc7f1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91ab82f18eda4d88ea58d873688914efd2db10eb48af8e083f277b0920ca9bb +size 17226 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1437).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a97f09087878e79c60a243e63c40bd8d83c35a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873af3d3db67bf117836444c3c7302c04cd04b5e0555cf4540371ad9cf58efda +size 15495 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1438).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21ec0076eebdce1fb303baf103c9557bb09c2e97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbc3c103a9aa40feb46dd66ca55ef66b771f2ead9357c918416513a0dd2ef67 +size 19113 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1439).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee570848105ca06e5c3878a89ba4072f39864127 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c599765dc114acfff665d29ea41f42c578d483456ce121b21205c9898ca07ab6 +size 20525 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (144).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a69ee843f1459aed0fc678ac02c8f4a02e66b02d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3d0ac299c4597f1e00fa760d27ef02433db8dca21c3cb9e66d973457b6c859 +size 17313 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1440).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e3d388515701e7fd68d2c153062172377dedd08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf538432e3e7872553cb5933e23c9b6b22edced8ab3db9d8a1dc4c08716e276e +size 9322 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1442).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4dafae4595b3d3a49e9340ea043dc7af820d477c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3726e0c18a0463d9235f1bbe20434b68f69403c2894d8ea91e3f1ba82266bb +size 20041 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1443).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6868c161de13fe5dca1d2eb9f9d9163da375c5a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefff969d25ea44436d9e2705c44cbfda40ffcf99ccc3b3cfab9084329036556 +size 17375 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1445).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4be4d668bb0dac88707d65962d1728903429aa5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6da5d83729e2f8d19dbe025e70d745f19ae1ae5c446ab42ca696607a1fad408 +size 15916 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1446).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd74549fcffa5f2711c8bbf6ae88a694d37b0ccb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0966d3c9f37b3d8d1ca6396ab9094aa61a2dbe9505b91a74e3995bf2c3c8de3c +size 8369 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1447).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91cd28e9849c1d459c048a4d096f142151e516a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a16da57558a9e656a82f5e91ba3e4034d420b6826baf913313f8a466cb01efd +size 19457 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1448).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97d9c3325e9ce4143d5489c26223058e5aa2c8f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6144fb76b8e0b2078fa1f54756329c5470e296fa54149e563021b3118cac334 +size 15050 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1449).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..137d7122e1dec89a2e87ca660ff8e46f5b6f493e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca08b59361f9c5832490f23650766ed34914dc491c4dec22f748367d7d27a1db +size 17491 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (145).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88db74ebf9616e1e5e233a2f7d2c829853e94c1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ccadc452cbe2e7139dc944bd1d57b823c37ea9a96209c46386cbce592f564b +size 19371 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1450).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0e106ce0b3e90d2cf0e80b55852986af580c5a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05143c8fc9849801047a57bdb22148ca12ba7692b3b23297cf82f497581fca02 +size 17303 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1451).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06a95cc1806bec7e44be199f55dd325722787dea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b3a734c4274201c33998c78abf03479307b48d34628ea779aedea9e43904e9 +size 8314 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1454).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fe401efef5bcd14431da89e56debba19df619ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e84e4ea5ad55dc73cd869c26722caec59c58f6fb2d7df27be0c8200b5e15ce7 +size 16701 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1456).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30709ca6a54bd6bf3a33ca366a2240a7395a8461 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c249a2907415a8cc3b4c97e99c0c3b1023c187d5796f300e39e7f395805e0dd +size 17139 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1459).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b2dbf752eaa2b51db9c1354be1a98f25091d70b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ff8bd7a9c9237177af6c7db5c264cdc8cfb7924368f90598dc82e036d3fe2a +size 17892 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (146).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (146).jpg new file mode 100644 index 0000000000000000000000000000000000000000..120b8387c217e122a8b0fa41e6413783ded52dfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (146).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27c864e962c390c1e9872b27d95cd003dea21b10c9f8d7897a90a2273789f6b +size 5525 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1460).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57b1955177cce212f7ca16d8360173c5fcb9b09c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea52abcf80804787ec87c530fce780e4112bb3d3841cd41a92c04f6be08ff40 +size 13479 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1461).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ce2d9616074ebbaffbb555031cd6f3467cc0040 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1ef7c437d3aa42e585c1420311dfa8573f1223db86ed9a0d49ab725fe623e4 +size 10087 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1462).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51b02b7ef6ab3ab1702e29e9f6fa63fb37b2017b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8e2d0cc9fb08a29dc24de7835a0ceb26c77edeef7bbc028f1fad35177e9348 +size 15616 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1463).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1463).jpg new file mode 100644 index 0000000000000000000000000000000000000000..f052f0d9482ab3e42a1d3c7f995b00941514c8e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1463).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29daeccd69e6c38e5ac525b8d783e175ea0efbcd466df3d26315efb2f5891e7d +size 5255 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1464).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ad9d2f7a52783f57d04e933c1c69f2e3cd0158f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7566892eabee330bfdb577ae8e1af90f5c9d79a2c57813db9f2bc5a058a31c45 +size 18836 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1465).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a62012105c9b71b4bc7152d6ba62f241a819908e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b03bc9514df3df580c131d737f5a6b80ebc6a309b88a774ec22143c5d8eb59b +size 10849 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1466).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4aa9ba797053887995f9ccb80f2e39bfabd07f8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a11353543e2926ea9bdc180c52730f7b0304fd32ea3386ce8750eb82ffaaa4f +size 8256 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1468).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f629344cfd585499d00d0ee943f4780853b0916 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1426f6b24afc5b4a7cf9689174197b33b34100625b3b462c1a26c4afca4c50fa +size 9418 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1469).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46fb37bf6e0a4d42ee5acca80320da4d3a2b794a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8d1d33e959f86317e01c826b509494aec4fe8c0334e857f9a7134710669a48 +size 10689 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (147).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..deaa4dc0b444c105e6cfc1eba4f9798b6bed67c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d56d3f9f578d72e590489df4cc3f59c5b852a01f8f4a34f1eadf9731d2b1a1 +size 8163 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1470).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1470).jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c359c80534c89691f26896958733f0a0b081a1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1470).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a917ec9c0bac662762ebd9f2ff148ae22928b07d959059e12b04fcff050913 +size 8815 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1471).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..294fee57fb84afb360178c8f670992eecb5918dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b56c28242db602d1e7f96325c2ede452a1276d4f6a19a951a60a4f305f403de +size 19706 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1472).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b6e91b39601ebf2d9e82667f83f31c48706259d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b1559725ade84022c4e1d101f5c3855fb98671f8977e3f665ddfbd265e0e1d +size 15981 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1474).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64e487059be9de3dc3fc79856dfab612ed7f45b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfc3eda3572824649549d3298fa97b70e89becfac42e2b18ae05dbfc10c2585 +size 12474 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1475).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbd84821ec40df00680ab502f6b70072f1e98608 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72814ea9de89ed849028bbb8ad773f0d5e5bdde4d94c08635d3731354f4c9523 +size 15720 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1476).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9053327bbf49cf83ae06e7da5432e63ef5a17e3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e02ac40f738bba286baac903825a049b02377d99705769413504627941d66c2 +size 9771 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1478).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42ac780b94bb5e54d8f130992f577b67d31ead0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeec888a65a1daf39b9a3954353c84f139dfdcb11f34d53bb89f8db70ff509b5 +size 12915 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1479).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23214af0fb58d5d965212720b44d23357935ad3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e3272289e37cf72ed435597c47c69b2908459ee6c048c0a44f3d0183b0e53f +size 19125 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (148).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c411becfe61eeea507fdbb0c834a143995096f95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7ea0003a425e13dc5a41d7649a3e211b9e4488bde81203e169c6b80fcd8d3d +size 12972 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1480).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c8eec94799ce8ddb726214fbd4aafc219f9ced9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8448a02dca899f1102c0ff49a36ebfe6c7baf37baaef02288fec25228a15bab9 +size 12271 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1483).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f16afbe65737addf35110e3f8c24e7743dd30269 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a064e2a9641fba778dc2f1d3053458951d843c58a3d54730c79fa713e8123e +size 16500 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1485).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1485).jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7ba818a0c0fa18f3b5fa2dce82454515ea2fa25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1485).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90220c67ab2c3ed150e93f0c26691d463200e784c74152e62acedac8a4d2d525 +size 4787 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1486).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05906e72154a46c67236878f182a7b7e198eb196 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dacd2b9c33c405d98c7d8654f686c77f1494cc23570ba4a8533bb6e2742dd5 +size 16263 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1488).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1488).jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae2f88a92f37b457a1e936e10b7218fd7a4f3c6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1488).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1930787777ebcb884e8906dcdee84ebe97e7ea696e2872a655ff38b4e9469e +size 6602 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1489).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a258265098f12a0184d542250c5ad4800eeccb1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4092b4affbce74ced4797227865b92d0ed5a9164344e4b84787180c1d65b9b +size 17937 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (149).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..759acd47e6e15816046ace16199eb837c22a7e04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1a202b4204adfd381d8c3a93465aef1b3c520021eb01f8a002c77c848b233b +size 7560 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1492).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1492).jpg new file mode 100644 index 0000000000000000000000000000000000000000..00f5b5a34ff48e751776eec227b169d12f5d5726 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1492).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c00ec9a62b688a3e57313da402572193226651c4a08b4483db241e84f7de90d +size 6197 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1494).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e5cf9792e33bc246a0c2e2a089e1fb028965511 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e15bcdc85f00146f20add78ced08dae7f2a007fffa2721743e150a7c33be2de +size 18918 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1495).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e72f232937225778ec38e6da5b7cb47141d2bc13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea03c5fa23a35de23b7428498aa342a74d856bbf307e5dedab835027a1d5653 +size 9748 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (150).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..baf03b116d0c02b985f78d0b228c1161009704ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69515149e6ab220622884613f601de04ba142c4cb7ac6a3dc9db8267aec48662 +size 12479 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1500).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7b6f5d2c82879e6e6ba75d32f620e6688b4a597 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de47e4e80f3bb09ca28d709d503505769e4fde667249d78744ba9c0bb80cfbbc +size 8657 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1501).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3fc871689856d456d63d8cad145067594710898 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd28c84697b287dea6ab1a8422b5cb376c6ac38c723ce2117ab28105d28fda0 +size 16608 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1502).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e83e6dac83ed8ed11f3c3cfbcae5a36bed155119 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00515a7cd04826361804c68a254d698a556a0f5c3d9c9d12c17744969ad5200 +size 15801 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1503).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5a6a3fa8d8dfb64844c6ecf33d77576b45d25ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2b3c62f961b8aeb73005182e94d538c9dfe2341904625784a3de5d0b2b0179 +size 16083 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1504).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5def001bc8d2d03397060ff99839de10f6e88121 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107c1075c8f09537cd72610822d1aeb8cef2ecd4dd469c5894997a3bd85867ca +size 18284 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1505).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4890ee7d42047ea922a5fb7187e31cae967f1ec7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bf99ed73fc7d3acbe1c77c80d83c7fc2e568659a4a381195c002c2cce8b0e3 +size 9221 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1506).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e80548d7265dec72e4524f05fc3ed8693a5d821e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1db4ccce7a0a69bb46c8f9e1ee60793f23d34e325c464affff29836548d2755 +size 11457 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1508).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5760300b873f8d2b6f909e27604457b47cd55e1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276af6ea666ea5bec6f2066225a7708ddd7aa7afc1f1b85ee805e52a6000cd82 +size 15723 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1509).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba049d2d4c3085622ce96d49d8539b0159616ddf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e199f0e9a888a0263e82aa0ca9c8269cad86f392d67f7fe7b781da58c99532bf +size 10888 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1510).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63d36312b93c758b224944c8036b1a6cebc462a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141d8e4059250d96193539f355725f6b84623ead4ca2fac5e25352e1366bff85 +size 12847 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1511).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1511).jpg new file mode 100644 index 0000000000000000000000000000000000000000..766768c3b1b7e69df8f9ca314cd7e5d1ceeeec18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1511).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d751e49b292631e4cf0a1893776ada070efce6ed581cb38be41bb07439d4574 +size 6858 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1512).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bac288964dac539ff9a983d7b3705b48a60fb7a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc7409fc9f44c8013aaae8cb869d5b92b802333a204f3ee775a33df819d5f16 +size 10071 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1513).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f72305e9d56940f931c208216248ec1940205a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79bf3b029e0592ffdcd859f997883b1961a4dd34918f330bcca09ca04626b18 +size 11094 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1515).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea6d97e682f2c58784ae4a6c78dad5b41dd82126 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de516048c94306cd9f41f32467c9f15d6d13e334651dd935578ada5e21ac631 +size 18921 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1516).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..175c0b2e90fa597187d23ba3ca88ce239fe7f956 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaab529974e4151e3fbba2571580eddfd39f8823d1bbb5fb6b1b7f1922bf1abf +size 17578 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1517).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f70cd6394f717cb679ad0e7fde7a35d5cb178f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d4e10f001f61abb47b56f8f51c173ec5e756426dcb0e7a61be7b295d8a9842 +size 9980 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1518).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e5317f5ff5fa6de08e7bfbf3c27559ee1e7eb3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8d24bdf23ba164e451889734c31d66b9b3535e85d8a1bbbc3fa041b32d35eb +size 14735 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1519).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f841d40cca771bf594dfd4c9f492f07c03d3de6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03905714ac974ff2eb5e3d887551bb8cfd11505a257ce54bd5cba6b60fb2ddc +size 14948 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1522).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f72aea91cd79ab50153819e1148d816f0836db08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382b0f455e99fab5a6dc0351f4ce00bd439c15801a19c786b4a719c6e99fd40d +size 17238 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1523).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2013633ff9fc76af31184f240663a109c324819 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fb7647581c467f3f5623d19d879bdf340f3d7a25243ec67da12e78491a6809 +size 7114 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1524).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6354bad9cf2193c9ba0243d1758ad13050e2fed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96455c6bee66a158c08bcad9d2cde14dacc901025516c41c143860f75588e49 +size 8805 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1525).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc069862bd52e3ae858f15a6c2d5956fa8458dd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f6002c7515b7eb38ac072a5483d42bf723a65912759d08f447281c1a290e77 +size 18932 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1526).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15fdd2cb32bbf379d8e2c27442ec548e7d3e6548 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efa2f98a7e2c7360805ed106145b7a03d5d75f76f9ed9e5b5351e27c10b85e7 +size 11858 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1529).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02bd1619cd5a93388c058b0923adaa928a89cafb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2ef7c7734b72f5f6ffce64e030cf25d68c6a4fe20d367f306177c541eb19ee +size 15111 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (153).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3aa02a0882999e176598badfed22f3491c8d1d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdd6b858098dc636d65cf34995a27a64e9d71a5b895080ea000d4434db3f859 +size 10140 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1530).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77691bcb6f4182ec7398ac23464f28f90e116553 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b491e90f38c16e32d17da025057a3f28175d9755c912caa6e891d11794cf3c +size 10081 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1532).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1fd6b9fa3f798763f739816b4592ba98c24c007c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c3d08ff16d56d05d4b7646a362f49cb90846cb7f7df2a8b3a837f16697ec3c +size 8268 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1533).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05be54d44d92db6683e9e2e48b7b172b5fed551e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e335ed756287a5a1688c5772dc40935d5447c4baa6b533ea4c9de6164cdab801 +size 21186 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1534).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34941daa49d7de12897ac6cffc2df648cd4eba62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926f0aefecc62548a5e98dadf3918b7fcb61d956fc1df93febc6cf41a31c343f +size 15924 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1535).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59fc786923986ff7353bc0ed57c2154cb9386326 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da010467e7524ae48b8dc74946f213dc51e8f94f0c5845ec908f63bc44a187da +size 11323 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1536).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..873e36ff4eb56e47183ea5b0efc73dceff1e5613 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a196cfed34b186500745b43e5af1fd1c6a12c4c7f95b475d7d590f11cb48340 +size 14627 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1537).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36926dbb703e70295d71b350bbe8fa13a363fee7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1d2cb2c5736208ad6b5151978d0bb8404ff08c91699f816e442d069a3cfd7d +size 15551 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1539).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e981b9ee85901494d45fe535174f2ee0492f0d9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10c246a745cd376ef7be55cc10ef49d56cb32d703b7dbd42fb7a5effeeb2f04 +size 8476 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (154).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9ee78d2201f3bc8726eeecf725b703832670252 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257a3f52338c279b1707ecbab3252d16a3ab32754e9fc99f5a31e926afd3136f +size 12943 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1541).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2677d004668e3dc551916c6320a21a6881dbf2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f2d4d490c977afe4eaf978f739d6fadd7ecfd16fe81ea0c36bd8433aace5cb +size 11825 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1542).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b7cdae177edc0b1609a46464d1b0240de2d63a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ee9c70288ff3621460b22c6a3fc0adbb0de24daf899720cb999ac49ecf3cb2 +size 12752 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1543).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7c6150e9cf1ac0dcfc4c32b57e6a9176c33afac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23aad28d5c99c3985aea59803cf8fb01e0cad662593725a3728ce16c55524c84 +size 13231 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1544).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1574334fd55d88c2e4977d225f33b4f8dacc987e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b236a0068b269ce8c2849865438e3a48d6d64da520b3bb559f064098fc01941c +size 11549 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1546).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5eac0addc8f8049796993ff007abb16ef69b719 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21433be3278eaeff435a6718696adb57b7ba9b8856500566c7c7ffbd3e92f7a7 +size 16197 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1547).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c272d78b8173295b3cfe306e709910c9ffac59a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1135eddfc6b1647da9ecaf40c39c88e860d2da73758ae2beb9bfa54b80b697f6 +size 9977 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1548).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8e9f73f7f4f68671f41b906da56d772d65247a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457387c9fdd8b1f5e6806288d999bc6effcb322d9a1e70bb1e5a5b36883240cc +size 10047 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (155).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10199a204b9256ebcf23ae15a98fe25258bf5288 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f4780da882c09e07aa14bd26642458bde0fbf79be1f9a61e398866dbe8ca94 +size 16280 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1550).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd512dfa0807b0d8f3b06dd28afe9c7be897857d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45878e19fdbcf68b54eaf09d0042bacae7f1bb87eb247accd59235e2e157bd1 +size 13468 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1551).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..038cfadce47e6eb237b45bd8d3484f605d85ab5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e2e5a20d205ec12bf1ad849b0bd8bce89ae9a9736816f640786384d1916991 +size 17386 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1552).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..001506d9298e81568c367e9c118920ef959e2308 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58103bd21575ad0f01493fc077ccd43071a48937557fd13b6d396fb0fedc904 +size 14881 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1553).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2edf85a08fc24b8d8bc8161fcba5cbddcb652625 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d372207b48a2fdf965c7f04654c4a3a7115a11f05fd1b5f0e9cb123778010f +size 13211 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1554).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7a64e5d51d7fc28db570f103fb8b47cce44ef21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620b562a5ec5cd33ea074260dbcfdad19034d01db96d42bd5fb11dfb9e051a13 +size 18804 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1555).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b60df06a983f75693c996331f30128342a498bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7ef9aa4278cbe8d9d37f864952d94eab638d349241e7af69c44aca0faf9c22 +size 9388 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1556).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed5f579a6efdc231ca813799210414e659ff086e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52014f28849effdb304bd523105ab5e4b0ab9e69b0965b5fa87e8bb36eef71ac +size 18711 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1557).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36e1696e587bfe5057a8d6ce83c67c17511c563f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa63a2bcb32ce5d174b72976501e8d136977fe22f011a97fb995e048b5225412 +size 9967 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1558).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ee7911d0173d7c303f27af0364b5bf55178a35d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009b25752976b15928fe3f11557895936febfc1fd5714287ef35978f7e41ccee +size 18521 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1559).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9243d41eedd3aa136096c50a8a28b08bd1b3ffda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4357cbd61de543c77f9e282a487b52384ae90583780bca47fdbe602d17011c6d +size 19180 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (156).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fc4f36ccb7242d0157412dcecdfdbcdd87e03a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675ec0d21711fbfce35795a7f3da94512659fc9fd18e74045f1a2cbaf76b8706 +size 20177 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1560).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..878b077d85ccdde41abeaf582aa5cbc32bb31eb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee218abee857c4176dd4170dfbc0f633a78d0112a20b91e598280c42eecebeb +size 10171 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1562).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16cf4071b24c8de6c21cb947fe02496f0acc1c66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5566a8e00b96513a4b372fcd01ec12593fc4cdcc613a528b12ece0aa7f04f53b +size 16908 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1565).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3dc02344fbcdbb08ad6ab04308fef64f1fe8fd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1812ff98d31bcd182790a1754f5326dfada9afcf6c64a7707b6f1e09ef2c37 +size 9354 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1566).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c1c449276b35b940c567313458ffab52d1130b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b9907d1e26c45f706c926f39ab080f7f93e47e33a5ceb0972021502e51d7f7 +size 15252 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1568).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5381c920637caaaec1503a92ca50b7227a325944 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3396b0c293881792278809a1790fad40b70fe17ab23a8dd00f1caafae2254886 +size 9105 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (157).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f89fe031527184aa94758ab7ee942513f898a21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9606dcd05de45c8911f2383339ed457386bd99f5e0817c3376a362c2c3f49ce5 +size 15264 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1570).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce68643862bfc46c3ba47e2910e0680e28e39e02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29858f35b68fb6c2d76be5cef277a391f9cfaa04ff0a7078ac73cb25465197f1 +size 18377 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1571).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f12c85be153f8d2722160b7698dd6122daf6134 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6673e3f6c9c0b40de2bb2819a5d263f5bf827ce0b700b0c5ec323724053c4d1e +size 17563 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1572).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1572).jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c0375d6c9cca2fba412e5ebed92a4daef303e76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1572).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c33f02cae75d375b7b79a8a53a4e0c5d2168b90dd78572025b54d35ee1093dd +size 7851 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1573).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18f49b5cd0fc733fbb7325382b11222f45a322b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ed5d6f7330a3143a53b6257fd577c3b7b22066edfb7a9e8b34a78cc8e21105 +size 19687 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1575).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1baaf755b5f3e0b9c2ad1723653c6ade367e544 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e04c2de6e733b10e28fc2f1f4e1c9318f72c7d50aa3beb46f45a2ddced1e0c7 +size 11385 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (158).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (158).jpg new file mode 100644 index 0000000000000000000000000000000000000000..df00e1ef70378fe53876c5f129ea477f111cd77f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (158).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd16f0367800fa5285f6df71f2205632dee989fa6dcd84c3cf36a031be6e7fdc +size 6462 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1580).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1580).jpg new file mode 100644 index 0000000000000000000000000000000000000000..62b48f1314a246e0298eb86e440cf9c154735533 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1580).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98e20e1a4d3c772dea7b9b9f1b4ba3b52aaae4d9871e7c831b640fe2bfc4d1a +size 8707 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1581).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..401e011cfc87e20127e7564fdd67e309541c7a03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b642e4f2dadf3dbf131371b8fbb77870cdba82c6053a590d64ce4f34c7f0f984 +size 14272 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1582).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb509fd585135da611c7a6fc60e01c625450e935 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115f774cc4aedfe8f3f64bf64c0b3d0219623d7bb548ae63fef9e95bb58fc47d +size 7784 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1583).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd30fe0e6bf004f8e3a589deac1c44332b7b5e24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d03c6f2b559c5268c130ab4ab23a1339a1029d111f0eb18b451d171042b1eb +size 19473 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1584).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da10e13e51fef0433a7d2290320c40ca3f356ff8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2cb8c35e120e802613c1b3e349398992020c35a6c23e7cd93b9263593bc2b8 +size 12547 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1585).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72b5fee8d17d6373f7fa23f324a7ac6b0aea0c18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880aab080aa85b7e35962d626de2b9b9477b23939d9af654f62c6f55fbcfce63 +size 13302 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1586).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3421bd037a5f1862b1e4c922b78be732f41763a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888e9d9b20df05e5893eb43fc32a33fbdac7d8913d147b391dfffcd2d461e342 +size 14786 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1587).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64801ad3e738009fa75024fe05da9646ff7d3324 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71efcba3e0e27591c30610699191b7c3faaf4e707ffa44742f01ae173569507a +size 18433 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1588).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fadaf6d1172d862d2749fa1f982a9633177fa884 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f928ca44fdadc5cee7541a2dd9095a2c350abdeb31631e3b9e5fe9cdf01b8dc5 +size 17861 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1589).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..941a627e55f118c62f2fc8ef96150c9ffc1c51c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1983a2cf6e2d558060f88e10f8cf3aa522b63475ed30cba6b24868f0e0951e69 +size 17185 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1590).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b73b16719ab1316dd9e88bde9111a1afdf0670db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52be6c48a45f876ba8471d6cdf51a9ecce1446b041622207cb30be6ad24f780 +size 10527 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1592).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2afe2c5ad42b5afa3bb57c15ba575f052a57d9ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c0db23c9ed91429be213d048eb40f88165b1c24d69a3cb186315dc80d8aac7 +size 7437 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1594).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..905dcd0a508512eeb1f7772ee1a0c807993d7be0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796ffbb2c7172f072e2633655d6f1df24b3c102c628f2aee7357b9321e89aa1b +size 15067 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1595).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..631efc2bf9f5903e84a27869f95f9cb0de14a575 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b2335eb2f17f8ba15a7a1813e7eb560970bf58630106ef561247ca2b7f16bb +size 12145 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1596).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb23d39c88a47d165637d6dd49a340d4210033d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98d91bc8dc703d7b85758294f917824544f16e9078a97f833234ff062f6df20 +size 19935 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1598).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1598).jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a016cd2477712c9008fef2e3840650e94af1920 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1598).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a60a7b6f3a287981d21dca37f27e5480cc46d1144688d435e53db7a47b7006f +size 6283 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1599).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1599).jpg new file mode 100644 index 0000000000000000000000000000000000000000..358de8de8f01a4c3e4a5a029eff6a461ec20c662 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1599).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0653a5a10c42c2abad0d5b73770c74be7b5b53e04248c094def09804d79434df +size 6785 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (16).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (16).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5fae24ea3d743227bb8de968d05364a9b3310c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (16).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd77efbd23aa4bb693f6afe5d8ccfc5f45125f21eb7ce1edf4b4fe496c23decc +size 10102 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1600).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..629e746fe6575b9584a1a52712633155ef90dc5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3909f67df2b5148d2d8544b0ff98109cdee62fba84d6f5f22ce350b9069c8fe8 +size 17525 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1602).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1d92e5035e142a3b2e63e8903235994974d90cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d75b0f02db44a5eb4c5c3e8f0332416d90f58c28a66d2a88b98f898ec69746a +size 15107 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1603).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d18e0ceadcf47391bcdb7a2829458b934999ba73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0631486c71ddf8e552fdbce8cb1b3323daa1e6c3d4db8c27601722f983ca0ede +size 9587 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1604).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..872db687dabbe41485c2be7f89edb25c42602c01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac62dc5c9327f2653194e58746dad57ff642c5b57f73cba91e7c1d8ee8aaf7d +size 19333 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1605).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c76c9617ab67f3ee4448ce401c7d0e0cd5f0054 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da93f61c6f7e9864fd2d38827d838567081222ec4ebb36eeb17ec160b6f9767b +size 14318 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1606).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ca35e11df64591b1f9a2e55f5e7f285cd516f49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb436fb426dc16d598dabc35ba096c95be67048afdfbbd30cf48269a0c5dfe8 +size 12244 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1607).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0034563e73a30e7973f31a4b76d6abfc952328c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125cf1e0f6302a0564e6c261467277087be1aa8adbca9d5280701f094301d76f +size 9089 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1608).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e434445bc67443ae7a9e657324230bf1150eb056 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b60f1ce983a5d2fd27c1800e3d68e780bd1081d4a29b6cc06eeab217ccd2d7f +size 9139 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1609).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dee839b2e3043382e05e1c238f3369550656e840 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24eef0559530f4ffcd9db602b83ae638b586bdd1dd4ca2ac657491466519571 +size 9547 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (161).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e6d25d9f8c9227d2c6df1acb097f8cd5ba10392 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e740cb57c3088ca2afa0a9073cc95fc3a80e439606fd8d2da41372cc1cd2b483 +size 21781 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1610).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9c9ce0cabb46a6db964110eb1ddd8425d6bd813 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fefa49081fb27ee23fdea7773bcfcc5a1a8a24c37457ad9487bcd429083ea9c +size 13287 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1611).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffcf65576bcaef534891d4940c3ef523510c310e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4a35ed20c79b9d36bc8f564d7eaa4d1987a90de60da685681852bac3036139 +size 17317 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1612).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a46d955befdb99d5b1466cefba2d5e6514281e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1826fd10ddcba699dff90d299564d04a871f4bf54cecb47ccdd6d2fc3bf65c +size 16941 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1613).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0afd8ba6bca023c3c4e3df55827fb55559399c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe498e619295d48eba16494b051dfb8d693fa8e93687c804c3020acb1a518ad +size 8454 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1614).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efdb8acbeb1f98571863b19acf6ce3de292749c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fa0b38f5b8c632e26d3d1aba62f90bbf5c18987eb2eb9a87e85cd2ad3f15a9 +size 14247 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1615).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c55c982b179f770495415eda35a23216b2482800 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a04d9d9e9a6d4edd3b952b3555e7f9e74383e079c6bd97a76436efb43bcc37 +size 14415 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1617).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da54cb2e1aed9d8e5a52a77c7012002145861bbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d18dc7d0d9d42bb2dd79d2c564d80c04e31f2fbca03963dc89d965b36f07c9 +size 16567 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1619).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7a804366d3b72ec296795574c7fa2b81b9ac33a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bad8043f9511c3067b10f6572c5812c0f6114ff45d17b1ae78431313f159df +size 10975 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (162).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c7724351ca4e4175a4c1bc96694353f8ae07163 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3f1c62c0d743700b46f0501e1e481b16111e3068afeb135e091bf982674b17 +size 16594 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1621).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8d3c1f5429baa8607b2d8979c03741808cd681a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b7dbfe837a736b675a0026c7ee5f93ad22999936def0c39bedd83e83544ba3 +size 12759 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1622).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d33ff3c34462f81e943b6bb8b505e5460a7b536 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8527ab5d3e80a2a574d22f58b94e033acf0b47eca9b8c2170a28ffc9a58938 +size 17529 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1623).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6afd7bd562535682ec1e387b15b24f29ad1889c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c6f93bc1f377ad11855f90d1c6c6208d76be69e6c4a618e2bd7c509d08d967 +size 13669 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1626).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0e04b679c92c4bdfc50fc8a1139f1d4becffd22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d133472481394b52ab00adda0f95f851e99dd6743dfb3af3c47ed939628e6850 +size 15977 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1627).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8db6d3391b1e6072a8a02d0bf23336f103981e5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05e573ae6c4a28b077b8c9d01249be849f4f8e1790b2625b42c6bc01098f718 +size 8687 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1629).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eac472a085915334136efd8775db54d943cdd7d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9719b2d24dce6d5c4c1bd66061d0bb3174750be8c9df9cf97d02fa68e6707b03 +size 19898 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (163).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae707f14b4ba357e90d08b8bee66b198cad24060 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b854b04768259aa765df5a0281117fa3e48c37423da1418bf1052aee1b79f9cd +size 19872 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1631).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d65cbc5d8fe5eb46e2bc8d348c82db7d1e7cf771 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce2c8404faa3ef253951a9d60ab4556e52934b36a75db43733abf4abb036ee0 +size 8587 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1632).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa6f1f4fc5cff1c5e1a6b9229b5bf66dc67f9862 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b778d4743188e320de8af4d5b5026279c0ff5416410c001ae8068decd2954059 +size 11778 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1633).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccbd5a04cdae4a3fc08789026e322d41d94ecf63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b00df12564c4488b545236265522e95961f9d4a7c7d8dbcd67e016bcf5bd628 +size 18663 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1635).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c1633abbfe59208555b6fa309c00869f27ff046 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dd20b4764816cc21ce3d55e6f01ed37d0c8d5a428d70f2d5d0147038918c59 +size 12268 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1636).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..959b5ee1f090ffd1ac3b3a4675117cb8da0054be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229a42d3aff00f28d4e595651c43c032e1bd06ffe08c1c1e8e1c234a20dc64ee +size 8150 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1637).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3a7f53f49eb3b249133d7c2ef865a6ac1ded760 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617609732fc5ed1c375593da8205bc0fdede78cc135850e504d378b3deab0f42 +size 13449 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1638).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e319a8b73c6ae66c168d22be93d1a9369cce0830 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686d4ab96d7cb523f3f4a91a0f811564fa3d1a3ce1ccb54619b4f33d68ba6d75 +size 15915 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1639).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e79254b6c4bca9649329418f81d0cdefc7836fdd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a210e9e68010c7ca39f234f09f1b6a00bd85aa7c24ae69a93200aa2fbd637fec +size 12820 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (164).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2eacd6c460f37bd62b1899abe0cfb2db55a7ae50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0732ec9d2da3e189d2a81431878386b3db4d013e0f30bc5debbebd4847a3f57 +size 13277 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1640).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e2b0927a7c65f7750843be66a378c16692af04e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98ffb9e644c83d3fd7acfa15f4e454b8e6a09dce110599919e8a01100d2452a +size 15663 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1641).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd0dc8cda3bfa7fd5e5dcba97ee254ff116d9d2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8b531cfd4b04adb9c494e1dff21c956c3901b9021035ee22ea03c484913955 +size 17386 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1644).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f28eacd8a2a9435a180164896fea77d2ec62c52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7b788e53ec6c9c5880b9f3cec0a550c5ee7b2cbe1bbcdf3bf13484a961558b +size 14728 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1645).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d09623b1639b020f0858222cc5377742a845402a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f4f2cfcecfacab4f14253227b44cf2fc776b325b86581f419a3bec7d4c95b6 +size 15986 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1646).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2fac220a96ed6c13f4da4e07348dac1cd205e3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8750cf25753b5193f0695c66f93b4d5e0e309c75f0ab2e1c46f2ff426a10cc76 +size 9662 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1647).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efa862c183c5c2f34d5f0478e0f40f7c8ff88b80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6674fffeb037c7ae0eddd09e4b46d646b8cce0cca571099cc628f1980df95c0c +size 16715 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1648).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..812e4b5139b7a176813b103425ed768013dcb962 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32742d18d22723a9683e1c69331d87b427feaf22414ebd116c74deab1b14d52 +size 17057 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (165).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab45c681f18fb4e154b85c04e29c5bc694d0130a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0140e62003bb7d368b2fb36d323fd9d18f3139233d9c0244ff0bf1655c5aabc +size 9916 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1650).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1650).jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7c90464721f75ddff9d7a2b69de888cead08bb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1650).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c880cc0913f92400b65fe3ae407b1e420c79ab82e3cab6254d83e62c12a3c31a +size 5382 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1651).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40c127268702202be022fbf15697b34e8162d6b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed446956dd9429124b261eecfec6a3032a7dd0906d2fc25edf6b0a3bba4db9e +size 10177 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1652).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa8099911b4cd389fbe5b82866738aec3bf0cc8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144351b9f17858ed4065d44791f30d7d9104aaa851f9362272137d458a777091 +size 8668 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1653).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2d1766d33302e0b8f0d4cf16ffcb1e3b2873a6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b5e8fd169f8f0651997c6a58e9e8b763a8cd45fd9136d6682fd3f50ec553a4 +size 16878 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1655).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..911bef6539837c85a034e6f75d40b88254519936 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547858bcb7dc7028f5f845fced57cadc0cd5aa0655c55aef5b4013bf7197a4d9 +size 16469 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1656).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bde2d6912295341b52b8089f71124dafd469881 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e943f3818c5070ef14f02a332342500cdec299b4f099fcc416a0eceb4e48c3d +size 16252 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1657).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aac93ebd58c0e9a45bf8706d2a6821c51fa52a1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bca96da3fd0de6c5c57072567c367e2f20cdfe54ada6773c5c3ce3feb2274b +size 9126 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1659).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..366cd54bbe1038f53ea80fa3af3b69de33831663 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ebbbb4e8daff519bc6115adb87268fd8372f3f508b77a38668cfa007599c29 +size 16577 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (166).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76d444faca082a817900b6a92f561ffcc64e38c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11fb821de20f3a68313d7c6301b148e2b2423eb5909698f09cab7d91bac9c55 +size 10532 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1660).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8cb9e0236c1a168d0866412bc9854df7a32d03b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d60af02edad49c97fed66822430ebe2623debcb9f2afac1f94ddc872cda0f2 +size 16548 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1661).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1661).jpg new file mode 100644 index 0000000000000000000000000000000000000000..9080a14fffd4d2de8f3f797eca6f7aadb749a50b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1661).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f3f62c8f19285d3936e36051fedd9f434468898a653495357c08bf7ff0df39 +size 4898 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1662).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f071555742b5aaad08d01676931575d76f899cc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522a91320deca721799f011caa40035be9271dcade2ccf3653980a14a80e4277 +size 9960 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1664).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33e71e2d946acbadb41bab03ef169c4d3fe7a4ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25583b23d782454dc1ee44810a1dceb70eb921bc5f23b5ab44b82ca2bd798980 +size 15422 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1665).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57bd9c3ca435e36b8134350db2927d5bd22eea1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562772f18c475177236868b0843988328b6a4bbcd67cc3f59c26e76ab69d7378 +size 11927 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1668).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3c121cf912643e35280e86d0e0ea51056acc605 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0946fb5568c80a33e2234363892f578238f6bc591b112fd5f03292e2e148744 +size 19255 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1669).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bf94841e23004d05708f4fb1fe4cfcea7aa514c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a276666389d9a9cd80ddc999814582e35bb3155ee7a61b0f4fb6cf0d13c30f +size 17733 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1671).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ad8bdf4cb55d1fe56fbc9cb061f72db71c7078f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1caa4ece2a5f7769315a35fdb26944f7e3217620b1d108531e5f07f43b60a8 +size 9926 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1672).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2d05ef1c2f8f3260c83a0268e27f8745314e21c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c85669357eacc23cf14dfa4c6f91b96d1dff5bebbe3e69e252a712f30a454f9 +size 19442 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1673).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cfad62f80a158d8635596c10d7b96e5dcf06a2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4362a96771cb9a8155ecd1c3bf1702159aaf24f4f851c16f070e5dfd173d39 +size 19303 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1674).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc5089210333f3c741492a9d6fd55142dccbaf58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615638baa9a163762931527367a76224b8e927c1e5fb1bf550737d7cf1c8742d +size 11931 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1675).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f88f29d069c75a7db99f0a0996607163c82b1e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f572c2053b7327e8ca89563661803623b8bcd3e21f660de9b882eeaae13a2fc7 +size 13338 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1676).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fff0ea47b71ac1c94dc2bc17ec35ddef2e858022 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fda55d03088855cd9f35f0e082083e67d2e43b6d651b574188e5cc9f17c4f2 +size 18457 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1678).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70bdfd13d2e38b40a6d3d6fb81297182702402ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f939840c7df943f2da3816678495e9d9ffff555254340410664ea0c0666e9029 +size 8681 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1679).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bf637833a6ec367b18681a8759d5821ef2752c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0e3e4d9b9fc239bbbd44b33181e47042540887507a30ad06ddd316efe5d0a1 +size 17555 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (168).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (168).jpg new file mode 100644 index 0000000000000000000000000000000000000000..92b14c0a029423e0a4e9942c69c1c6d77f9344d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (168).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481981a6eee247221803472e8b37985eba4516bb695b6bb565f6df9c57626daf +size 6699 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1680).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3941f6ed085532dc509e1186fe733fda4ad0d4ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad2abc98db46017c080ba1e5eb92b340822a4aea8b49a418933337d8812724e +size 9467 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1681).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8285f5b14abdbf83fe447b0950bd0f83368eee51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588cab51e0b160dd4dd98e46e45c7fc3d048da817aaa2c0527f21d3c728a4cd2 +size 16143 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1683).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e74446e60e875643e90e1398da2ef5451821bd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cf0e9a658caa3194529cfcd7ac5a39607cec0b5724c541342ad594980f2c3a +size 9013 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1684).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cfcdf54eff97b76f1b6399542cdf9850ec11e46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce0c82cb5c98f834066ffa8009046e1b8f339707aa62951deea14f0c66a3c5c +size 14643 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1685).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccab99abf0730da60b3a8e00fe4afaedc5aab041 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cf3d8b6922edd2d112f3a9587b14046c60e17726de7e4c68c3f3296332b99e +size 9079 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1686).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f863c0fe7d36847f6eed3695ade8ae233604e3c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1415322f7aa884c8933990ff7e2eab2a3b97b0a94264424663ea4f084b1001 +size 19441 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1687).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..688ae3fb58f7b4167e61cc02eb8ef2ae4b34158d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829bd0ae2f252e9bb85e839ce9709ead53c6f78ce7d1282580d98aba2cab6966 +size 11256 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1688).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..443ebef6ae38b7fda9e3329607b450132b389571 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb7716223994913637101f3108641129bc0ce357246ff5a0284253149fed513 +size 12911 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1689).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4fdccb87153770c87b886ffd8199b8b82acc5be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1037c01dc18840039dde25d46e85dce808aad96aad0441c6d7c16927e4319fbc +size 9581 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (169).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..565b02a29909c9642036c6014948ef442b4c3591 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c1c447527e98fd06fea537663e6f51c13c3cf7dd8cf568c33b92392515350a +size 9209 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1690).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a5fc36366b3193608ce7d431531f99983c33045 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171fa0ec9562ae800a41bddedddb1f60d9ddb0ee1e304218b9eaca415b0ed87f +size 16060 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1691).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4093133965b3405c67f2d32262c155ad23ea68f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f4edd591f8d6a7787db86ba11c2160798ab2be667bb3eecb0c4bf3d5ea398f +size 15043 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1692).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd25f309d45b959b5eda492340614d504095bcbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399c51ea416afc7e4c0752d6b7da117e63c54bb4520b09f5b2f57a0bb4ebad2b +size 10242 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1695).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1c7b9ff27970024b8bfdfe191b656c823a3b9a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be62979d201edab6479288639c15d55e10e874b109293afd7ca3c9e7aae6ee61 +size 17119 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1696).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c701703eeded00ab51fdbe3d1fe44734f627cf6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857565c1d0bc86b6cd811d94a7094e3617f66eec6f4bf720de29fedd0251c47b +size 14620 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1697).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63b1622fc56fd741a71d7d248f98a315512eac8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca83e10f58d4b2d23c0ce7732441a5d2b292e15fc15c549304c536db2ce815de +size 16948 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1698).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20ad6b392e0ba294d0facfb7bf3fa97ba68000b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341b5faa792789ebc7d546eef6f4d61d55186c36b6162d007c1a91c1e57cf4c4 +size 7915 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1699).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1699).jpg new file mode 100644 index 0000000000000000000000000000000000000000..df09125086f2d303bed688fd12bb92b130469d1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1699).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b2ef5871cbb43bebaf3ef1da45937b00eb1473d5ac108515ce049a6311d663 +size 6364 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (17).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (17).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a504ecbd27c08fc101716226f027c620a082892f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (17).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cde462aea879a2abbbab406f5d00a1c3e6830531467575e6b3a4514eecb440 +size 18397 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1700).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f61c44b94d87e3f1452d3cf8a19f47bab10a856b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa86f1a370fa67360867a1fcdba0122e2a50df7b70e8cb25e35b6a6ec89ce77 +size 12046 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1701).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e5db5716949688e547bfa60cee5a22258dc623d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb94c2af7df2981378e2986d8cd3ff6d652197c9f71093e7b6605332e39331fc +size 16310 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1702).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..205ba1e7dc70f29a767f5880a2d7600c67777fa5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fcd7db7509a67db82c59ec0ebb5a5cc0c182d9272cd1d83ec2247ca955e25b +size 16366 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1704).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19ff9c6c5aa7656df6ee134db3d746269989e045 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aeb7479e975df37dfb54aa7b403f57f2ad90b018c37809e572a2a932f55d2a7 +size 11665 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1705).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b186c6d504636ee43685f755d4a7be62c219154 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f4938aa74507227ceb194ece82c664fa29fa51aea12d9d357979ca981473c1 +size 10371 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1706).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b454cddf03d5b929d7906d89064aed73bb5e6c04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65661d72ce8d204ebe04425a5f0475adb260cdf40ce349fcdf402ed752a623c +size 14807 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1707).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ba9541b9ad1370bf90c4467dde39e91df2bbcd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e0ed50b76959b76d56b41b7139ac6b2511f636a5d72bdd2d0f7cf4b190ce55 +size 10245 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1708).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93e31f5ed7c50d4f96e0c5365edcdacb821dc1d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6961fd5a24ecd2b231f6e046330d305740aaf20fabc1ff1bce07231272c3711b +size 12179 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (171).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03f47422ded5c41d4187689c74b77dee4fff555e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a570e132176208f0ecb6b33d9947a2d253a40823aaa98793164b0c4443e9ef2 +size 18799 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1710).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1710).jpg new file mode 100644 index 0000000000000000000000000000000000000000..47855f57a63671290d1be346cdc36f00bde3cfb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1710).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ccdc48b45377217a05065d3c845c591ed27c44a4874d10a881150a9f85211b +size 5162 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1713).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1713).jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0e4d84f6601f0005ba253624a41adae84c0ce2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1713).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3015ae56095afe6119a69d3a7628e669bdd1e12e366ad89f538c4f74a028d1 +size 6947 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1715).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e192343e116e0f734d6b9e053ccd54359c1bd18d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e20c73d59eb7cac1bcac82e6f5b041a29b8e4941bec5c9a5fa5ddfc14ce09e +size 18248 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1719).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..294c29873d48836161ccced5307bdde05bf23ed8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b79e25cd55b88c74f0d9deef113736fe5d8969e84ba5a445eb7521b93f1190 +size 10972 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1721).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5c477952c7e5f666c5c50a4e946afa7da9ae715 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627838c4ff159bedb4cc6bd31b4bf6e9bd5b3e1ac33a44fd73c3dbdcdc53309c +size 10341 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1723).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1723).jpg new file mode 100644 index 0000000000000000000000000000000000000000..623d144404fab012b58abaf2fb67d76ec40a70cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1723).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd6fbc9b06277ee4de07db8f30a29ef33ea07dfaa6fc5efda7d50f77f5e2142 +size 7250 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1724).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0e58281dcb6a1b1143b02cf2ecdd4b925316516 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d07f8907d767019bdb881321383b466f9b8d831fd239c53e5893352899f5afe +size 9388 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1726).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8dffc80e034273d2f01b43b09aa49270f0a4139 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4c270efc299af06b53c765b06c08fd232d27e0bd62723017c126d93882b398 +size 12108 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1727).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff1d04777e38b3f88044439d8f84c93bfaf8b155 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bc8abd01000530f1457269afb082464cf46b873d020fa637417cc277bf9380 +size 12196 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1728).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..466f0735010bbbbc0abb0951171970f8ddfa31b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12915ff72ab3b351bf3389a39f9c6a7fa6a9394a9ca79c27c7d9af1d859d45c2 +size 16158 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1729).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1729).jpg new file mode 100644 index 0000000000000000000000000000000000000000..8275ae62611358767cc0e5f94288c1e1e5404621 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1729).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e242de0e8241b975cf8dafce6c90e451d743882d4132a0f01e29b84e2d3ffff4 +size 4214 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (173).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d412574d01b28d43c9dceac1a276137f9713ee61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1a44daef442397edb7b36efc026ed4667ab6fbfc3515df30f7f56107d04b0d +size 17066 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1730).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d06bf14be0e89b4424dda3b32b444adf82d9b56e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c554d5812116dc4d6f478e63f1d5dfa8287dc7c71bb51fa229055ad34f111e +size 15384 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1731).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9f7dbcd495990c3894849752221b0af2ce323b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25064ec5a59740ee4e736ceb818e438a19358e583e1f2a9aed56b9a2ae83231 +size 15009 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1732).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00424c7309d33d9adef2bbdc558be4b77556c455 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37dbad61428f25337a22d9142d9469c2c91249b72a09948a826f75a79d7300ab +size 8406 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1734).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..988ddc90c2f3c84384ef6543432b30e540e54e19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8534962325e62a3c72cf1d6e23d8df2dfcf830c405b1cabccc1c71a9f41dab1f +size 11005 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1735).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdc3a339f6133b9511c9543bcc2b8f54a91c34a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db65424aee3dfbaec7519529fe0ce4ae912450994f19a4d501420b66c0f3025f +size 15789 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1736).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b26c608df7d9f230972dabc537a822a8e6a7290 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24adb8b33192546a8ca095da51836216594c45fd4331fad96bffb3162c29e228 +size 13906 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1737).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6876e13985897411932abbe75588f0dfbf204c1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9ef1ed817ff37912416d66751c566b70bf348471b5f80dcb23adc21d369034 +size 10852 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1739).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aca782edf5fd05cad84b036efff41dcb4e755082 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2538d0da13af5fee338072635e874d7469f249dd816ae3dee22c5b9f3c3853 +size 10856 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (174).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10f606374d8dca2547fd7b6696e8ac0a58cb7131 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c563d62c974bb05d5a7edce2af6ff3c06859b2f976ef2b6cad04c4368708ccc5 +size 9795 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1740).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97199480ab505c27f3c4fc7819ea57c7fd8faeb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34286a584716c502877f3dd6b01caa7512f0c69d8f6a9c761b005ae400df3787 +size 12798 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1741).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe0e66bd1c2ec1479cd3395d7cf8a86f6e49b14d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd41e5ec8653f19588918f0f7ada2a114fbf2be9d18719180ac42551aa6c1d0 +size 19043 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1742).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b0cbe58eaec97b421623e8e42a6836a2592e5f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61af628e8137b959db12d22963c4f6090df61ef5c6e8773e581d5dcd9711d4c +size 17362 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1743).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34d2ad32858932a612197ef62a840aa11dfd62b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1810f02b90dfc31296bc9407e4e90a66cbe3a66cc7e8bbbf90f81d46dfd53664 +size 19928 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1745).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc224b1284138672bc484ed7a0337588af05dd0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7223b2b892a6ed715513dd2b44ee65e571ceed84256fc3536bd20fe899ac323e +size 15883 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1746).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..763f5b4a12a0539c2ed7e9763fa5da32ba6fe9e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de87327d0d26b831ef84547392b0c28113e243ba3a23d163814d7f307d2b5488 +size 16968 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1747).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93caecd2f61306c539a99800f973ab39c9926213 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d339464395d1f51323098324c78051aedce7ff64b7170b33385420c0f37e198 +size 15191 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1748).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3024e4f3a058a059c4730b34888a3df0bf294c66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1610d4e0f6f84108af112322d11779254b2b2d41958449c64b0bf938628444 +size 10961 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1749).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84354a01d68c9c9232083638291150db7183ac24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab5b699c1b995334be5fc77d3c8571d116bb2f0fc640eab966d95925c012a27 +size 11265 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (175).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4123927fc39019ba7b8f1b49f1d48f86c2aec298 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c17c2fb73167ad463465a8476c93708ba30d748f8a3de90eaef77957f4bce2 +size 12556 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1750).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d879ce21fe1ea8be4ed0ccd5dcc6d0a9d5213662 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c288eba9b47bda990c962504caf01240cb669b5ccef7a97d29ee86dc1d4d435 +size 18773 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1751).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f42418e0f80d3c2cb712b5f2f1d1539043a7d63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdea0742a31a9e6d47db21d15e395c37df1a4c7a4bb7c973f858d25e375d7a9 +size 17188 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1752).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c4b358a2e9ebcf85d0b140e59d367d1482e0c47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e387aabe7abf46bbe510a15e0236fb3950db33259351a3f2c10b764cea9b43d8 +size 15650 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1753).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66d9f0eba7493b2d44e40b6cd876b99aa00d04c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1972baaa005a097885a530c892532d0d84ff0f137dbb4a0a2451edbda0d00596 +size 19997 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1754).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..526c2727122fcbebc5d09c2653797465ec024f10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582134f236852d02e22cfd54789316dda2679aff62374d960dd4e7677efaa1be +size 10619 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1755).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40703b926e852a786681dc66d498cb15882b15c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a2cfb8268eba01b2b0f91f90f153ff1128a3485f608e550a93587b31ab7b71 +size 10913 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1756).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb76f0743798e91533da701ed513141ccc9dc412 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358304d6dfbb425afaa484bb2295c9845e940d025d33c262d1263eb332cb906f +size 17360 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1759).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c267c63a93f681ba22d7661492362d12036d4f8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e96e4d5c712c4b7b33063920f6dbb79e598a5eed4b16d17181255b707d848c +size 9717 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (176).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f940d0f04cb81429dc7f93ba8bef1bc28adaad3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18122b2124b7a2c1fa0ca2573ea23203ad53adc3a43ce713084f1967ae3de0f5 +size 20334 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1760).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1760).jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e541009203ab313cc3a37a98b1fe2c2963c53cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1760).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbc5a26d4bc70243c2088a6f4d3a77ccde02a559672039d2cb877bce8164be0 +size 5448 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1762).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ca0e4a1eabc7ba5ae61fb510dd96c4d07039e38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cc14e75ad74637d365a215551da72ccd15c59924ec1ce0ee4cf66c9eb79759 +size 19726 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1764).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1764).jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e2711516bfa204bdeba252496c37d6cb80100fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1764).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2ae14de0c4b2a5bc038cd227310d481996e14078a3dfa549f32d995dac4299 +size 5225 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1767).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96c7d40eeb738341c2fcb2c02541fead45ad055e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be954e3e3b9a6dac796755b8c96f673cb89b4b82060a2a2828e2e1793bb6d3da +size 15582 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1769).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a01a2836d7e2a366e1088a8bd1cceaeb490a67d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe23c8791c388451b93cb1f26cde0ab37b58790516727bc271a088959bf4f4b +size 7888 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (177).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e73c135dee53031062909c4ca8f9851f6a3d4950 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb374868d9ff7fb69e5f8c1ce3d8fcdf72df08b96f0c9307a25154acb72176b2 +size 9098 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1770).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..986f759abb62fe3067337e4bf462bb0922d4aa01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e697c922f0a752a646d6b666c5e23edd1b4e992f47fed69581a635a52296e0 +size 19070 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1771).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97653bb03ef1b8cf509c350b1ce5a5e8a6b042ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6d419c86f1bd04fdf0691970d168af507cb0cddd34d83ac33695c5042c7f77 +size 16529 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1772).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6200c1ce161d1339974449acd173e8038428ff1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46d0c8f2cfe407940b08816dec32b1c0d3d4aec702d841fa2dba613ca507d37 +size 11275 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1773).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1773).jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f50fb7a8fd29d7e09f5f85f07aa6c31b6fe8a19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1773).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f754c193ebf1285dce42ee461cae59dd769f5a04976cc1762fd59d2d51f6a56 +size 4971 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1774).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b0be27b02a397dc539e87a15cbf2af21ef7b2da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6b38a74ca55262a4a5db1cb5e4abe72e1bcab489d8ca66c1957985afb55b61 +size 13071 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1775).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f921a249d4274c22c072fc057e4aa1fab68751da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2d4e01ac398e773c1d6571a1b40ee45fe541073086070198b8e07c490fd196 +size 8987 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1776).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1be1179958ae436527440853a9ddf9d301d36cd7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d160ef88fa9ee99d683b38f9751b63d275e59318f3782ab01a5583daef2fc26 +size 11066 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1778).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a7bc3a5ffee78d0bd0e193f34e0d13c7f820abd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ec65b17e80e4f1a4abae5ee18e28b9fd86a715d989bda34445958217d312a5 +size 19617 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1779).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69ba53318391ec5b17cd161bd9536d696fc9ae72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6369f1f60d90367bc1a6b87a9dab2e53f71229ddf79ecbf641dd310102844a +size 17753 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (178).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3233d49e8829b48e9da6bd74733f46ec7bffecac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a1dbd33b53d9e48f2b551ddf2225bac6e9edbee849a8898be65387011859b4 +size 12436 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1780).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a968be76e067753c3ceb7030a5bb3b3ddceff828 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e62c71eb530a0fa099a9df176cceadf5ef8a0a135efc401b2de8f3029e8316 +size 10787 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1781).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..632f19e34b9a0cda520a974fe5700028dcf598cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c519cb8f9d491a32d3a75e8e264cd2b2fb20d4b77f4272b24ce3b20411932de5 +size 16874 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1782).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e76318402925d8b279c022f12fdc85eff70677c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc28254c59734d3b7bcb405032231132fad13a16cfa6dfb5802d111fef50f068 +size 11375 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1783).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1783).jpg new file mode 100644 index 0000000000000000000000000000000000000000..6657d7f4234e02616dbcdb095d954670c3c07c18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1783).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ba593985d4f1f3b98242f539091dcc03adfa76bf9ea9c02061120f493f75e2 +size 8322 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1784).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f10a2e5f8900977f778bd0684cddd9cbac31629 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e22765671faa4b92d08eae1d0866ae111793c60556f95c355fe441a0074db3 +size 9306 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1785).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a2da29494268d0b506062b100d6c6ec9181827c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bf40458f0db0da48670701bca7992150384abf2ede82f1c3aba11eee2f54c0 +size 16005 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1786).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08523f8190a857aab578ee1b121db55ef2e2a59c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef1a0b66b065dbe040fb610fcaac9b1c9047ca5bd3879e23bfe9e7aec08b37a +size 18817 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1788).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1788).jpg new file mode 100644 index 0000000000000000000000000000000000000000..aff525a42904f3e4c2947d04e114abe912e5d26f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1788).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b5e7aa1104a6df3c9eaeb5b3ec63e1d216cd526f191b67d4af65704aae3df2 +size 3440 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1789).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bee5067d65eed548395ca2f4753cde100a43a2fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e861782c426dc0cd53bc4719ddfda15d1656cdac873f07a06d4446427ace1c6f +size 16570 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1790).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af8cad850a771e4e32c956eb99046a2b9abbd232 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b9a92c9753d671451a678ae0aa145feb9310ec16739f20611a1937d5b180ce +size 11996 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1792).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48d5df51208ff2d471defd28dcf77c81fb0ccc9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5a1d939236966bfe7049bf2009ba8077c33f41acd97cc0d36ef250af5ba297 +size 9429 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1793).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7ddc2d60100fa1796c17b59ba7f4cda7fbeae18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb64398cac01f7eba43883028bdd12b6d5a777c68c04882fa8a92ac3ceee22be +size 9152 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1794).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93b9c4b21fc93c43804cfa3294fad20ec8a5807b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5901b54f06cca07b4301166e45faa494c8c045c157d1369087e4f446a380cf9c +size 13597 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1797).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49b3b549e99f61eca103cc7f3f34b532e9ff8907 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a67fcea3f34f7c84cafba4999e73f8619223546805b6c0a71f2f0ff561afe6e +size 19837 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1798).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebc06899bd02f7bc4bdb5eed9c3a85b27835afaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d69397e7a9f740f9009dff11735819d9f6cb7915f3d89c47bfdf8a42f7d3b02 +size 20041 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1799).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc01ab748992cd4d766bbe59698fed5107abbbb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d768c9c6f4d7de40fc710ef95c8db178424abb58d4d07865b81d87008c2c11 +size 15743 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (18).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (18).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1046929e91a74f9e082cc5410874c58b2a5d8a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (18).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1506806e3e99918476a0070550672240a5e70a59bb06fbe5eeaf3cc078e34a +size 8174 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (180).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9170d8eec64a3157c64afc8873d45654e8b861b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88302b3705068875f68b8a22b1c5f3796de6cff458587de8cee522a3bda1bc21 +size 17181 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1800).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53da339cd40e62193e4dd3fb35cd7a07ea3f411e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff927fd437c14ea000a2d29fb74e4bc2d2fd43e7da292c079ee6bcbaebbbaa0 +size 17117 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1801).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15f7b18dd243aefc13e0e2dc9ef1151e109f9e2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1ba08aebec9022009b148e51b76f551415ef76b0bd14a274471374bc9801ac +size 10348 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1802).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ed69aefba6d35c27902e2a4e57aa67c3271d5d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4718f65fa08b3260c5d8ea3fdde440030820b0688fc37f012efaa5564d49a645 +size 10660 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1803).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27025ce5bcdb54a1320c8bf77dcd8cde47796212 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acca06c356ef41916021f757d7554892bf7a30c46c57b84f9694017511b8a9e7 +size 17891 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1804).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..625d3398c89165a17389a8012241d36806a78b64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975d16e5d8b527fa0187b10b0a19357eb9fb9487441998f5b1862b17d7b44540 +size 16933 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1805).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e9ed24175f1e5d14d41c50d070ed51fdce4032e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd86b41a2ce76c7c1cc970347318ec551e58f8bfcedb8ae9c57c4a211670954 +size 18032 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1806).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf987bca88d577e0430f723f378c4b13f88eb871 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b186122a5e54086f51d8ea47dff561c8a30bf0753694b1321ce0d2817e519eb +size 17267 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1807).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79562bec2b9ab65cb502d9a36dc0d053174df814 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6c4bebadd229f534af2158fd820a9a324c529d971d0b5282365f335c55add6 +size 9588 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1808).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..749a79f278f6e1a942308b4e33ab4419855a61c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7be76bb4f34d37f3f434f6beba315b61523f468369ccba53dac9fb5f9d6625 +size 17421 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1809).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd6624043e232997e9277b25af24f553b29da29c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa710c7fe4c19e42083c9737b3e7a39a6b52079f58d7a1cb0ec0ce0541c379ef +size 14038 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (181).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e7b7d9bd781f3244f9fd802791f4e2b3b098af4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855a17c094412defe86385404f3582d02fce98229a4cd3e026d49a113807f4f7 +size 16426 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1810).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6685ea42cbca82853201e72bd9f689b36619abe4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cdff9ea4b8cd07dc1f12bda1bf9ffbf638831bc55b0a8bf9dc8c311058054b +size 12126 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1812).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa70f6d02d133a7478a5ed1cdbcb878438c54907 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c024abe63e88fa9a3e3f227d1392a21aabebd9ed1edf4b83cd7f8f35c5116f7 +size 10844 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1813).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c77eef78a07b790058e72252c585daa4099f8871 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ec5a964223374e2d5d25532b8fafbdd039d9a04d6978024b6f24e1f54549c2 +size 8188 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1815).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9036cfe742728ed91ca56d5538e7b9f2abbc190 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc3950890009f2c35d6312e44b23b523fb71ec7d23da504372a0423bb24b030 +size 10687 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1816).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9b9a55b4c5ae04476f8ea0d10dc15e5b349943c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7941b83acfaf47866503c6f45b63140295fc7485b6ca26c4a0bcb0a6d890e7 +size 16537 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1817).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9240f54bf6707c43e30b8c82222bf23c9ef7ddad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27ff5d07a1a32c4617c6945dafa2f2f6bd9e5a067df3481339342a17e2b5c5c +size 9658 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1818).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16e3c5054d8f78ac6ad31b1744ab6fe8bdd27861 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab8d0da15be6fd48bb5125bd3dc035728c32c9a102547fa6ea96b1f36776b05 +size 11437 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1819).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65a78608227423313fea92713b0edd3163c21d17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a366bc0122e0e6e3bab3bba7ddc0a6b50f902c4d9962872aee94ffc251a51eaf +size 11039 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1820).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3886fd9ed544fcfec45bae73a7539536e31f21c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec37273a006acaa5c4835b293f81d7f5bbc489eae10a6545b1b5442979a973b6 +size 15843 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1821).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..771ccf9a1919e6eb3ca95c2fa250678cdca5a5e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6015d553a83b96caba9d855ad4e03b6f784f43d41ab37583ff4e0251e94e339 +size 11602 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1823).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e00159a57af4b9f2fab0409ae8235d01457d8fd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace8447e255c29142f4af0ab923bcd5cf05e757d95414e1d1729a36925479000 +size 17899 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1824).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ca2e891ace503b8955caa64957d6e528ea9d40c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803b205fe5fc74d09cddbc38d3f9d50945b8ee1da601fa90af636ab9787e090a +size 9902 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1825).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbe8d1e216558282ef60fe91838834ea806dd50d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e923801e983c2c05d9052914ce1936af18f901731fad2cdea2dd5d8ff7ef337f +size 15007 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1826).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1826).jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d852ba4d33a42a0c9d87039bb750eaf854e2142 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1826).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4c82187f910939290c776c5e51bd237eada3fb3ce149bf1b72d03a5d2e1c18 +size 5652 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1827).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6bea262202a0c1d2f1ab88edadf1ce826d23b6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6275bfbf64b74873f3782b435673743701f5f88fd910fcc68fe8a069a793d6ef +size 17946 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1828).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4417788245f3e0b650b9c8404a30dad6fe48d10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe914dd91c29a24e960a3ac06f93a35a250ffb638decf442fe231ead2f64a39 +size 18495 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (183).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ec598cbff7f54fbda3f9b932176b2ceee6b49cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a00f29acc1d18d4dca867a483ac5ff28caf4e1508f1347dd35934b69d35d462 +size 17638 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1830).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55ffb2ff3d020da3f570a57b1e4c99201b6254e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ad2982a67ff7c76dde6064c3d4237a3861254a71b21126d4e1f5ee46b2343a +size 18024 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1831).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6df3bc34285d96ab48936f96228f40901e6f57af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232966c7a7aacd107b72a35164363f9f11ae7fe4c6770cbb7ea14584aa882dda +size 15932 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1833).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3ecc8ef0198643bcf3ff681d87f51220c0ef65c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffda8976f068c30510a36492895041b392539af371db26a76a8415a2230c9c0c +size 16978 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1834).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3089e4d520e82f56ab0bca288d9c13fd53970961 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c581c1668f9090f01101f9a9142a52fdf4c5987aa1e76c890f13ff398c2da03 +size 18595 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1835).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88cfe24549dc784b0b7888a7a1fc6622ea661666 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95295a71b3a7a85753fc49195a632b9621f85a2f823cd3e4be796b9750b4ce8 +size 20907 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1836).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0680bbb6573d559d79468a473c17964b23bb95a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f3309715bf9026b99b83930cb9a3f21d29dc91eb67fc15b77328c5da8b95df +size 10161 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1837).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e31fd585d69f0ee2347f8f65355d33107d453d3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1db08d2d5fc4469178211a30749c0eae6be2dbd8eaca75bc5445771379f7702 +size 9061 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1838).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5fdc91b348ef70e49fe3f00d07849b0d6f638b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c98955b8d261e25efeec198f4eb1a79ccf8bae09cb3661d56bf354a12572f43 +size 16649 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (184).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4b96e593a45053d47381b451f35a63209b20f0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8692a837468d21e1024121bfcd347d63df580770712a01e2638e5018dc8bc5 +size 19317 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1840).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50af6e8ec3318d1af7e8836dd2f2eda04160f350 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf5c5d2c4ea414093d04fade3bb43d91bb7351f9e121d530544444db55965cd +size 11904 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1841).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1e09f0608d14c29b8af6b56786d582213480804 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30ed5e0c366599ad56840c50e13a84f219f2f1c18a03054952bc8a9e368f5a1 +size 18286 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1842).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f34509d2d6eac150dd04cae37d1d703d45e2cde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707c88233a10292512d552003f2ecb5e0dd7d4ac7b9927da3fed28505d7abc9e +size 8435 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1846).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2ee6d87b8b23c33fe191bda814999c1bfa2fef5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14512052ef2d43f6284dca8e34650ba281e453b3ccc503d9d4e49ee29266fba5 +size 16928 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1847).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1847).jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a63c9751a8d61434627f3cec2d8fb859c46bd6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1847).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b451c4b42a5a2e2c73acdfa34aabe5906f04c5d7076367244267b8202a8b26fd +size 4867 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1848).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9de44a040641adbc5e9f5a179ba5b1d5ba383f33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d677f8f1c71f84c32dd05dc7c2b0a49141055067ab4cbf0ba023e0e3fd9e15f +size 11374 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1849).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2609a7094cc1c669cedc6aaeb5f05cc43821c227 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84e1e0b700ec2bf73a77b5c0653b27cd6ac1303d35fd86ec47d44ab577c7710 +size 10060 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (185).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38b69e02dd604a026d0fd38d344442cd9616cb3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ac93665e57567dabee34289bcc9ddfddc1627bc9740a86704aa445206efcc2 +size 15677 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1850).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..daab32edcabb9d7d8ed730118ce31703e2c2bafc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b06068fa7cee48e9a23300f59512331dc107147e3427e9a0a09440274343884 +size 10590 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1852).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b1e5de2db78f79231aa1f3568f09d9dece295a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c595aec706d881f3cd5e097b7a7c3c010def5eaf53b970e1f99ffcb05dc0b9 +size 8578 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1853).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca05805849499a3bd48f731e3893572ea6f7cd75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce0e78e814173c9d56f6896d4f218f71de971c0c828a6a59a5842a7d8013346 +size 18106 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1854).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37556247e4876c74813017258719485430ed0e55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d95de0ea738dbf058722e3362eb13c9e3ea2e267ce3e07c6604ea9442426ee6 +size 17133 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1855).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83180b72222332b606c608f49969422d60ec36a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56ec3c9c3944e15fd5616a8b39ab9dc08f10fd829b93a23e7126e4df84906fd +size 15793 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1856).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78a859409fc58556afe35e2a9512fbf79bdc3105 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee28eb2083922bc774a04a99ac1b87a6b6796ba53c2ac14008f2157602f35be +size 12137 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1858).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1888e90ec56a097d43e7a2bf1d9b6df2fc3d1fb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e89a96856dd09c006e74acb299a0889d9506f103325d9715ef56c90565203ae +size 9773 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1859).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f284a6c71934c064731442d84df9a07303595dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befda1d3a9cfd36505b9f1b9efa53bc29bf8e9334e98d2367391123b5546da31 +size 11732 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (186).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38c39ab7130ccd2989ac0d1d077beee00ab317e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67ac41b9e6d418ddb87b2792264668b45ebdccd23bbb7b83adec53c2136d0d3 +size 16870 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1860).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1860).jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d6ba0f356699d4106bcd79df0a35da47aaac170 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1860).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714cdf318b37d6b01c97af6ebc22212e5439930b85c545466bffa7fd38407ca0 +size 8444 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1861).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62283f5e67aefa7639af8717b1021824a5e91210 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf5cc31ae0d0852944217eaeb378b490f35af5c562edda8e20bb9e2e1a8b812 +size 14645 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1862).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89c4058336028a01c1509603bd0d57581df1d61b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d117c2f18696d49118b366b9a33723051c87d55cbfc6e43880a10b4525c47e7 +size 9879 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1863).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c93fda038f6a5571d88c2297b223cb609f39a50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955dbc804c988bfcd0be3b9cbc9472aa69283251e98f1e1a33cbce98f3b9e1c6 +size 17146 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1866).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50314b5a1f4bed3054704ce8ba6bcba6610da319 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd33618e08d69686aacc2937cfc2434494dcc4e1e735e7337c16242d7ab0fe94 +size 16283 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1867).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ff475b0a835e9c8f5bb162625c4e3d3e6480f41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd8634b0ec023586efe014e1fd9598d6402b9619f8f5e5d0e4fa5c4c51228c4 +size 16943 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1869).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b7228cad69ac26622177869012939c83cfcdd36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3f795b5b4c39fa8aee73bbbb155fd3b0f744ce058dd0c5ddddcf5d635bc975 +size 13893 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (187).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eea963460a3a83b1b8cba36d43647c5626e6b816 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc77bb4ffc65caa24545b9d0f0c03cc80491bcd138649380d586be5b6ccb50f +size 15220 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1870).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e4c36178055fcbc709e4da3955abb814db39ecb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795dd6c38fe97427f2fc06d405b2a1a28e8f5a63e75ff138baffb11174a43e1b +size 18319 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1871).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2064b62f2b8c262fdebd71cadd902600ac3fac4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a4374e18ec05610b99bea345e035c1529ab88583966304013ebfe48dcff44f +size 17592 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1872).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aaf06d03efa1babf9d5fec6c1205da303e177d73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6054b3d8700ef6ebcd35e840224f5cc9898f3b8c9cbdbbdc4543f3c356747908 +size 15696 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1873).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e277e45b639cbcc0ba8abdfa19827d1946dd3423 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013304d790da55f6e30ea2a2aebceb7ad3fb9aa4ac0dca113ffb35c54949dc14 +size 18625 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1874).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a98fbdfe68541867a35c8b3462e6699f22f376a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219b08a7269fac79b48f77e28a2f59c01f03ff8928888aa3382e7c146d40c6a9 +size 11469 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1875).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6046de7c44355658ae4e8854ce0208631c3c54f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4630fc22c64d46e19004a4a5fcbc88c636a1d13f7df4c38f0ee31c2581fb9b80 +size 21659 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1876).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fafbe344298242df8309564ce9e57e972023b731 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8287811bbb3c1acc7f1cd5c6d9968398cf75b7b27abfc2555614ff09112f33f2 +size 10909 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1877).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3165f0275d4aaa41e721b3ceff38dd043e6e3dc0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ae04bf4415f6d85f025e70c82c2fe01a4cddfe8e9f2e97e5a3da1b8bad63d7 +size 19764 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1878).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f60b0f70db72cb1fa907f561d1a75e8826237f4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537b8615c6524c72a770960b0e1fb3b5e8ffd2aca9b116b574dbc1cea6ad1e94 +size 11459 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1879).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d1191792d69f5f27d2db743fcb669e712b4497c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c2941bd1c1a04e757236764dee31b74b1de1bb6ee06adb051169eb6a50b7a5 +size 12601 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1880).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4719cb9b88742f7adcadecaf32a3030ed322467 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d536c192c457165b0768f62d45b1f7e4b06d019ae50c9b3318d8ba68f668d773 +size 10725 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1881).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1881).jpg new file mode 100644 index 0000000000000000000000000000000000000000..6047227df1d6abf3c76fc250bc961f9c590bd063 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1881).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982c59f4191dfdccd05d08d41d3a753cb9a9e0d70de21a01a94a38e87aecb26a +size 6773 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1882).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b674acc3f559f3de4f00d17a234331cbeafa80eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f936d0c6925c59da2dd5aab8f6eac4d008999d6473b270f4f022e6801ea4ee +size 10025 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1883).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac7885dbcfc237f3c52037c38907d1d8faaa6a91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70580c51527f7fc3c0d48c87cb26a86002b69f63aef474111e79e6b1bbe9db8f +size 15828 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1884).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1855d17e81c17999ed051b353a7fec500b8403aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345ca739dcc48f9648970c85908342530bea18dd7f9c66556c0333caf304499c +size 18995 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1886).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8eaf99c0a6a5d48b9cdd45936ef61bfde1e5158f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dc3de88c9499178562018bb8c83e4989a2161c297848704c2e858c0cd7c25d +size 17191 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1887).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b9791c20f7a9fc05a57a979d502b73e5d68f04b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2fcad325d2c70d2600d0af7985a2464f8874e4041b90677de3c116f2249225 +size 11404 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1888).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d72f1821d22c559b43c6223827fd84e07baa39f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f578127cc1603336742e8fe376ed435beaa0d16f14c5b238d1cfa78f0143165 +size 12211 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1889).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9290f5a96c291fa87a0d72666e392fa60a66f258 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f068e8b21ba3cc032ad70a8799c28667c1500405fb22fe723d98eb2d3dc54e1c +size 10554 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (189).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11c77e7e70758e6c08d13a6a2857104f91050482 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3203af5e812ab14a61d69b05637384ecebc8ec47d3d844e9f5006da6b43e5b +size 10761 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1891).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2a6f374f3fa415456eb91842082570fac3ce415 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8146f4d06a1599e7cfb6dc7b9872dab89500c0f7dad2cfc0dd2e560fba2da021 +size 13203 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1892).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e98bf54936c40982852ed892a18dac81059a7bad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821d05c0a58f51b24530200d126bf905ba042f620a7a85cd6085d584e3825288 +size 12113 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1893).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10ddd73411091a83a81c5c439d1d618562ac75b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e455e13b994f6bce5ca6f97de663dc7d1e789be445a496285734a6bb1d24b3 +size 20439 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1894).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3faf7120d1f36727dd92e7cf98af80364ce343d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9315247ca09081aeff9655faa4ce6def4314238be6cb6e4d6c86ed3f8c50c037 +size 18568 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1895).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..708d965cf26fe5866d149be45bee1e17272365f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f875548f9d9d78fdae0a778765a6374b180797c3fa204862e500dcccfcb5f17c +size 10421 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1896).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43527ab0e87b4cc9a11682a799ffeee57fd1a90c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886d3a867116447eca25027e48a86572294abb87ed22c819bcb334f782f3b8e2 +size 8842 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1898).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cd236e326c6b1475e8d839628e814704c55a708 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651482f4664d8291b69404ae759b17bf35c0e29a96d0a9007eb92daab15f336c +size 16728 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1899).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9241df4bcf1c0ebf354b8cadfb917ec9e1225e7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72e50e0450f9310b5908cead8d57db5657b5752c48d76ab57da5f117c1f8407 +size 9087 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (19).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (19).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf33e55acf605199385d4c87aea43292f3b7caa0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (19).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6969b60a6b2d2a00a271238bddc5d00b851b3d33aafa1338603c73f54deb8550 +size 10888 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (190).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ce1902b434959918e180894eefed2a0f5f6acdd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6008c6992bbb4373458d81117c8847091cdc8067a82215c1f84ae75fde6883 +size 13585 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1900).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1900).jpg new file mode 100644 index 0000000000000000000000000000000000000000..f901aca2bd8b46fc0cb0d559c44320a92f7cddfd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1900).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b7cf2db0a12325f574b50d211477e22100cd5fc15479fe266b9c51396ad31b +size 7127 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1901).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1901).jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8e644889a1744d0f85d01f4d0a0f2b670ca40a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1901).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8e6846717740a00f53a7dcf131f5b3e6779c83c18ba7dffc4b996e24579d2c +size 5858 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1902).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b27136307db900d3693db67671c7b3483e989728 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3a3b0510953ece1220a03e314d76c9442a598314f707f54b8f0ee223ed34c6 +size 12692 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1903).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46dcd32dd89a42c0bd1b544c8f37cccc0a457491 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2142b5ab52a3b394909cbc58427634d6775a6212b543db85db337b92c9f13fc5 +size 12429 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1904).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50761dad752066faee4566771d7647c3c581e14c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d4343c50ff638e2e55e03c2206d521bcfb57d3ad0d722ecf787d753fe218a7 +size 11339 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1906).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0ee21e60dafad01ffdaa287c111969d98766152 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa85fe4aec2038adea10ad7721d393faeab7052709d5bbfe0680ac50a7a3fd6 +size 18841 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1907).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (1907).jpg new file mode 100644 index 0000000000000000000000000000000000000000..eadb16058d657c01696f39cb52589f65b1fbc85e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1907).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803204570cd70dfba3d83e8937c7a64cb035f12e9d1ef63c36048a11bdd87bab +size 6690 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (1908).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (1908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..662d19b17fc6fc756667f10d32273fd234d6c6db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (1908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ee0fa5940b443e46dbafee13043c7214eaa1d54be6a29ed0291fa797b9ffff +size 10318 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (191).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09f74c10a9a22d547def9e899ea71206b5e80f90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b507eef819abdc68825fa8638ad1cae0dc58757f2d232e8e2346ed11af190cb +size 12128 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (192).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..918f326c388c1cfdf00fa78bb3802c6946e3bcfc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2754adbce9fb14f3e131b72da74121decfa22d8eca458e20e6db79aa2c1d2383 +size 10147 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (193).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b181c301ebf88dea2a89481289dcd032970d9c70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4952a1b5b125d5e9be0a3ccd95f1bfe1250ca69d5bb3148284e2bf77567d2195 +size 7948 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (195).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (195).jpg new file mode 100644 index 0000000000000000000000000000000000000000..642229c771157b2f3c509aba881f9f026694738c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (195).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99253c4fe575741268665b4332d7d822cb3b1ae4b965be1b436fb113f7160ab +size 5127 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (197).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a8f70d7f958dbeabb66353ea14c53ab669bbbbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77149570b3a10d0bc03cb8d75f625286dd226d921755ab30e40cf1aad21baea5 +size 18035 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (198).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (198).jpg new file mode 100644 index 0000000000000000000000000000000000000000..372fd8b920870ed3df4a9a649823ca4f70bed293 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (198).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a922c86dd7f96586f5169ca816abf748ad4701d3a62864de10b3c59d256cd76e +size 5803 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (199).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fadd68beb99c730dfa881a31ac3699917cda01dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9820ae54bbe4a3060b3d35be8da1f987eadb1885bb01d8ce0aa8d2e8a9b027f7 +size 15337 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (2).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (2).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e2d1f332b489455a7739a4dd536745429981fb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (2).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e5d7ce00e156c444a6d5e2009600680b463b362b4fc3b50c9367a78dc994d3 +size 9768 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (200).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (200).jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9a6ff466abf94b67b424f7d216119e597cd210d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (200).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf0dfeb8796a4d6dc449b211b4139ecbab7e33d41811fc5df58943d35baa65d +size 6125 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (202).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32cf5244d39d9f5d168f24f2f8e869c7c6681b56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6371649e7caf9eea008c921ff70fa8642ccc95b20625e6895b68ec846392cb +size 13040 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (204).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14d1ad7bfa9f1d01b56851245486c5d7d454c291 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cb35304d767a2c8ae2eb8ec66b84a21c951a73bbd03ae2f38c4f53c5735924 +size 15007 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (205).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2f7ad9110474736640ee28c07c7cdd4cec797c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc28ccc633dfb1d2904e1720341bd4c4ab928713da515ac86197678af423b5a +size 9867 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (207).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8e72c82433c0ad688d38fdcbe40dfae2fe824f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5add45cca939078b0e2f76a44a16e22c46ffc189f6432ca4c2e53f2ec1efe8 +size 15381 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (208).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53f555503321c9139bcf8165e5393c05fa5a86ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07d54bfee0c9b81f4ca8f377db3110ce0e790038bf96a7eeb776a318f340cc2 +size 7751 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (209).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1104b214a69095deaea262b6861672d502ae07d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c00b5604d3c75e6be170197d614ee409f3aed6795cf7926f8984aaec8532fa4 +size 10463 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (21).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (21).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce2fb94197ff72c0d49f46f905f1988289e825e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (21).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a71ea3575ee0b1022bd46937f5bb72ad015b9397788b3c1182d9bbb874975ea +size 11192 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (210).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..953c68b236fbe1d4db242d83a711e06f9a5b8717 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac73b25c3afb5b5b67d468577d027d67ae2f7ce4e663637cf23d63488b822f2 +size 14282 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (212).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8382bd196a7b52288ef858df4a50cbcf382058a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659c1398bfaf978fe869196daaaa891c528d150104283297c05a73cd68642754 +size 17820 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (213).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..004979fadc42eee6a967d15c1a23191cd37d22ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26535b11a07c6c5dd5814056e5364ddf04b2f11adbd915a71cbf4269c6fc96bc +size 11248 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (214).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32c0747eb301dfc89b77158667c023d6fc8fc317 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f683aeb04880442c0309c2814a364f32ff770e4f15b46b028a01d4d22adddc90 +size 17826 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (218).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2d0a0877be4c68f88d3edb5949abf71bd017d51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365c1101c7e2f5fc13f48b7e4fc2e98e9405a09372f377766b2160eaced062d2 +size 17983 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (219).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f191c267c743b3c491d588224e835643d25bb55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732452f58cadab57cc62a79adbe2062ff2c46e149a030cff02631975f48278a8 +size 9533 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (221).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..effa66e17d969f65485e3465baafb274f7b41bfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7685740f0941668479272a505ce18260601ba950683282d3625320912dcdcc +size 8204 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (222).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4bec30828fbcbf33766efd3825c04b9fb6634a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf62fc9cb0fc4b6ed9cf442646b9c2126a8e8e657af525a2972d9cb13636e77 +size 12952 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (224).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e7b341cffff2003f5588c0cd47072aa67b2243c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d55201c4b210e6020bf8a7d453353750b3423034a4daf8b8365884b63757c12 +size 10706 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (225).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f643d84238ecd51c934cab3212ea57beb0f1944 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb687274cc19aab23d8ed4824f8308a78fede85e560a2049df5dcdec7c60af18 +size 17379 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (226).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46ed7a1887ec4200017b4913479b0657db710e0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507f342d784f4a1a3945d9e465ea80b1e8b0865d418003d0bdec72f25b9df0c1 +size 18074 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (227).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d58710d5ca1f41215a86c655e6348c609af27fbc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a18ca9b52529f3ea59cb9b464054a06ceecf681e02aae359acb39a21998d018 +size 17934 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (228).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dba253244bbea9a79b8cdd98c44b9cc4418b1262 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0058324ea2a047f7172ca2631d048702dc2a5d1e4901526176a7b6e2f47d87 +size 19064 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (229).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b6386257aead75e1a74b7b505fccb132cd6b3be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d41b9a67afbdf7b42a0f267149fb0605d2d70b71f0b33783a5e6c3b515f1e3 +size 18668 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (23).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (23).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b6cb81d552749b4a1e7c3d06a13a42bd9d5f8a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (23).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3141040a209c0bd84fee069a4d137e136a5af40009aada4196eaa155a50e4524 +size 8625 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (231).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7a16745e02893c71a9323a7ee45dca4a588e3f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9eebda1ea65fee7d9f42f975d8b30f962b7a12c9ffa4f38ac9d95b3eda549a3 +size 19294 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (233).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0cb1e02137a0e54dbaff4f8c7c65de41e94f69f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ecdc8293fcdb2332aeec95ebaf49a9b9d128f2075630accf5509842d61da2c +size 11800 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (234).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a499796a21cd0d972c80f63c7950562a88ba71ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2843e5fefed6534a3459b5148a0e753c064549414d58ec584b654dc2f50c8afa +size 15634 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (235).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2876ece1fc4fff86b81e3ccf6c08acf70f71bce9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdc5f355b50f2602ab3cef5e6d2cc2536b739bc108fe030b7c661f0e267f31c +size 9256 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (236).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c722c4149eb334ed0fe03c9175d3e2cb082dd958 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac79f9f252df4be2447825e4a55f7f7424eb1336c032cf8883d8f8598f5501ed +size 13601 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (237).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d44d24df5508487a417f1d5a85e967bbd540887 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cd664894105d15ede0e30b03fa3940fea9d2d6cb1b59d0590789d5eae2518f +size 16449 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (238).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec4400850735fdec4ac1b8637573572e497a8fb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9480156cfd0527c8b9cc59d2b25b83ff4b2961cd5cb42b624a953659bb22a650 +size 9864 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (239).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e86f4efc087d0c7fa7c5ab5350629426728baf0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fa1320d19301ce5e3e9154c3e9bed80a166d675ad2fe2857ad531186d8dc3b +size 16396 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (24).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (24).JPG new file mode 100644 index 0000000000000000000000000000000000000000..122954cd6c0c1824e728d6858443bdc04970d6af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (24).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ff6b389b183bc61dc7c766231d8672a3f80df4283f7fe4a34e2bf1a45fdd23 +size 8505 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (240).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e40022624ad16f57e9e60d15fae88192c30352b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cc89552fc010a8ada2e63174b6a5cae736186834d29cbd69447c51035f0c10 +size 14006 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (242).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5a1261b4c7ce95aebdc8a8655a782894f15087a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41944b0e5b359538871f44c0837b24d9d0963bc4309d7521a4e1086f51202958 +size 9400 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (243).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecf3d7c42544f60538a91204a184c5443b23a196 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f9053feb6526a5baba93b9d6c97b128da644114841f3fcb9fa26f9803f1e84 +size 18504 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (244).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e2e49388ef9dae36478b75d10b46017e8e24110 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299a720bb54323c9720dbdeff2ac7f7928e7f0f803cd9cd7cfbdf854ce92aed7 +size 9230 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (246).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..742ecfd221bf473f733db577dcedad5671529fb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fc0447dd036ddb1ca59438395fb7334a4679487695096aa46a175565d4c3f8 +size 18624 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (247).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cd7faa7a57fe0d88d47daf088662c5beaef429b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a5f70dff08921d5a97f97164913ad28b76b92b6b3a484d8b903501bf3f81b9 +size 14505 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (248).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..385c4de78abf2a332150e2870152cc623c83a05c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44823b01b7b52ab9f7d6c783546d8c57fe3c4357c0cee0d189028f92521234ea +size 10705 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (25).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (25).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cfa73b796ee9b0644ac2f6dfd5d7a0f4549e344 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (25).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46cac22ac9dd5fb47aa0b1f98bc984c4f15bdc04549a25c66f69659586b37a2 +size 13447 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (250).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..012d95ce182109db5e6ad9961eb3d1e48b7981bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef167af6900d576c6907356f4f4f8e7f9244cc517f9d08d0931677e501d427e +size 19734 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (254).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd4ef15c93808df1606227dddd6bb523cb9db172 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75652098f309fc5e72f833755c9e07921bdc76aa0f455cd799343d3d995d7ba4 +size 14903 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (255).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c314c6dd9aa8ce3d15e59435e67847dd77cc87ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e78caab83064ab169fb6530367e6891c0809cfb25df0a7c73c9da3a6c1657e +size 16898 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (256).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6416eaed78b82156a6eb7cd26b7c3e2d269b9cae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f0e3f4c7a4b3f53a5b70d6619ea92e7c9bfa521a4395c145c8940136488e89 +size 19822 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (257).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..653b7a3c0c6d17bb396add32fc27ec8c8784d92a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37041965ada52073f30474b6b96f65c63b9e807c8fd4e6d3c6ee82bb5b90ac9b +size 9021 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (259).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e72be5e92d95d4422ceda78653dba3f85cab2cf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10de051d2186ddd04c3e3d7ba2340f551389e102a6924d61fe48128d2c473378 +size 9684 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (26).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (26).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efad191f6ca3a9f3a6716ddd7e24514081b9b67c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (26).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9447c2b69d08da26e1044c25000c94d022a523abfe9ca34f56868d75476162 +size 9845 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (260).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6570549339a232509bbafdc2602716a59e80c2fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef310780e0bf61190a055f6e8a792553a00918620cbb2b465bf5db0a3bd96700 +size 19413 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (262).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fce193adc8aaa219eb59d8bdf7355a9a5445f065 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ba69bf4ab9de2e1a3bc05a299fe036d005feb7e1589f222a68625e605394c9 +size 10444 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (265).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58fac1a4340471386634bfe133b1f6b726fa2f4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe29861b081cbb7903cba340c6423db954c8ce3dbd1cfb5c17b5dd5fc73e088 +size 8840 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (266).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffff874b999d4687f1aba45c915347ea3de9b1c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742ed16c2ad4ebcc2198031f9a9c1a1d7ac3eabb9409f55a53eda7770f1be07a +size 16472 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (267).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (267).jpg new file mode 100644 index 0000000000000000000000000000000000000000..559eb145847bc3bad2a72b9c627510119e3ff1dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (267).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b316cfd26c54c257fbebe001cb536732346cf868d3b807caf1b56f572981403 +size 8969 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (268).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a10fefa401c031494d0ae79e70c088b90a8cf446 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098f39af85cc4af6bcbe65c4c44abc964b633f6033a0aa1226949688daaea83b +size 17457 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (269).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0333497742cc2a451fb3be5523b8503f257a9237 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0fa9aaf6a1b67055e323df59ee37f76412b86c157c9f2a4d8c33b616baa37b +size 12148 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (27).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (27).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13d82885d5f06030ca7e030a458ec0ab4457e065 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (27).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0add43f468bb2e61cefd31272d4925afbcdd5d04ca4d1b7ac7382196dedae1 +size 15956 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (270).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c6075fe62b23a924232ff25dc0ef491787aabc7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7000686d055735549a2bdf66d1a67665d91dd07335ac183a16b81e22ea1aacd +size 10330 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (271).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9621e68e71e45c76bc8e4388b16de7cebce76308 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0b28b9e54d676963d3a03b5bc1c1594b318a8d5c7e95e31c3a55584eb3f2d0 +size 18444 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (272).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08b9e360d18a261fd3c726aaad051a701c029f03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d0217152dc030088b10955814ce7fc4b5ae3685dfd2fc506d733828564c821 +size 18090 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (274).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..005acc8c280fc9c3adf905f5883dd82e1760198f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edb2cc32db06c45708ab93aaff9a7dbe53ebf574d2a804c095ad96b0e5912c8 +size 18342 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (275).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19ff9c6c5aa7656df6ee134db3d746269989e045 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aeb7479e975df37dfb54aa7b403f57f2ad90b018c37809e572a2a932f55d2a7 +size 11665 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (277).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad567c6f0538e346f22ab40ca3910b85e7affa6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde6ebd0c1ef002d2907974b73b172cfa9abdb39f398797921eab47f1f568b2b +size 18023 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (278).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47abde672a343838b131a09522374f2d90fccb78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c9057688b383bf84032838ba15bce55171fb198406524bc2acfef81eff696a +size 19598 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (279).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c679a2fc1ad0daaaa26823fdeb684fc5005ba27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1d11e60a8f8f1e47ac1022f61b512078f6ac8a7a24fb2534277017f6fbfeb2 +size 12815 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (28).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (28).JPG new file mode 100644 index 0000000000000000000000000000000000000000..204dcc9f8b2bbd575ee6cb27f98d2435516399e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (28).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84609189c1e792af32f651a932ab8114488bd912ccb77aa0604bc79715848017 +size 10436 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (280).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e6b3e64cd07ee2884e6ed1e08836d8effdb0bc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6f11a60fcf8bae3811b2f302791f40b865520f3c92329e1821000c09455837 +size 9628 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (281).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a141fdf8a3884d461bca62150ab883f8877d898 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29562bb094f29867318a397b7446182c685239fc95c4d439f2ca904928423e3b +size 13001 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (282).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae7a72990ca7e2f7b581c07b111428539263cee9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a9aff334c572329415e4793b24f74c4764994990059e516ae48658e866f8e9 +size 14531 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (283).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86737246482f387291349b886b3a2e8f858c7a9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1ba915c057238985f263dd56e9b33d2752cfa225d928e7b71b6dc17beaf825 +size 10818 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (284).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa585e9d1828436bdffbb96b97b5c302b16fe116 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd32dc57a526934ddfc88f161f058a80cf1991ed1948a26c5de90e39cb5e248 +size 10956 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (285).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0455f5ade77b662554975fc4699fe1ddaab6146 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3ae481aa9fe628f223e66ac1d150c63705296ea537cff5bc47c8d74c6cb961 +size 17772 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (286).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..087f917a88578df9349550079195ddffe846fe69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef89f4ce8213ea057f951d8b7a46cea58dc618f69206ced50d31bc7efa8d662 +size 11931 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (288).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9aba7b781e9383645c455ec1b36fb97b5120ce68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327ebf4fc33c1b083ca98d5a8c5a8e094d1992288710d7701ab8ef1dfceb6d6d +size 17003 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (29).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (29).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f478c4a00a9c89f75ba97f0492ba2574d2c26a13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (29).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93802b76976535560950a758469255c235e0a22554b9873f57e2063c7a28c1cd +size 16242 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (290).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ceed977287fe070c46bd66325938d31e8bc2659 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3e62ad9fbc5795d062af7fd409cc3874fdfbca8e13c5f438d8b34a8bdedc22 +size 8018 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (291).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9fabc5dd3e965d27df156b4d9a187997358d7b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def75eb61b1d2b6164e64bb43d531cd52e194349a955c89233a3f0eedc9717ff +size 13805 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (292).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19488837bf7ab9a4cd6bbad3418cdebe62ae7464 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704b3077da04cced1b2c705228cb10330aa9f422eafd78e5a2f7c53d28ab53b9 +size 13818 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (293).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c32b671bd9257d5331ddab33ddf3eac5fa3a2073 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4458de398f7b4e9697a9ba3beec882cc4a892503a85f7fea587c0e23ea44efe5 +size 17057 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (294).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d24a41a09e29e68f12072ced4c63b6905d1f7948 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f8329b88fbd3a1033bb13df92ab89da2890936fe387bb162a0110b9c2cd8b9 +size 16273 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (295).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57360fa3461f128e71e5459cdff99e9c6aaec53f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c55dd0e0170aef8a05934f865b289132677061314e20f139337a70184056557 +size 17248 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (296).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (296).jpg new file mode 100644 index 0000000000000000000000000000000000000000..899f0d7ec911629b9ea9a10509bc5ce2019062cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (296).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc8b76b4643f9973b1b6245dcef8b6464075885b5c891144b9ae12a1cbf6431 +size 5193 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (298).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8709b9680dfdac5449ae2d85b12fab6af3df6ebd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce9371c3d151c564605803680a3937cef3a7e337022c728e53f124163cf921c +size 17761 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (299).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e88de71c2e1e71d9d82a112c5837bfe12749585 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ff20a86d8c1fdffa03296694a7448978d52c1cc964200e950199d09c9d6e00 +size 20511 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (3).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (3).JPG new file mode 100644 index 0000000000000000000000000000000000000000..154b04e5e3fd74864ccc88c1af4e590714165b8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (3).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd4b909be15ec4d7257791bb13ba7ff32beb8269fb46b7420e00efe1d4b1ec6 +size 20779 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (300).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f04adc9f4d182c267625380e5693f69d55bb660e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f33e3a0bd20d039705263b7b144ae7fd756e5d6f6e59c782d04a5b1b5c01cef +size 15633 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (301).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d815bb4e182f43b2479308709c362cf883d3744b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d61626300dcbe4f12f5e2e6a7a3b0a47b91f5b746625187eea701d6720c325 +size 14646 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (302).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f29d3298bfa49f55e7591bc7e0aeae0142142d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8340d775f4304bf5e32d262250f2adb4d08444c4e0efb4853e3a76e3cdcd2cb3 +size 17077 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (303).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..565bd267f01ca57366c4fea1736906cbd5d37522 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b0ccc1e85d4d9a375ebab5ddb7ef108d8a864458aef9195905532db6edd7dd +size 17864 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (304).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8b3e1adce53a1e3a527f060b0f86d1101383d15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1cbe4d58920d73a1a15210f53cb8c4dc9753f9c61c5b58c55c4592f169a2ff +size 20953 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (305).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..553fdfaa25416f290e3ff484e77ab32f6030ff68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9605a40c08fd1fab6a17fb132f1f2a0125d998fa165ae712456032a9ebf1594 +size 12553 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (306).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7e45326c97d03cd25a547f240eb08e69c6c6790 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07865d6e4df00c7bee38a4e9d5d7d8b54e45de7f47f4e89bb2e922fb34895672 +size 10193 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (307).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f7cf0714775e66aa9050960594ffd66ff225964 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d3add4454d70e9801d747899c48b25cbcb87c35b3dc80d3b9515923816ec8d +size 12262 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (308).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bc1a6f5900d9ebda8b4956bbb6582792c6e80ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d4bf201329aef6685224c95cc4b738836695ad5baded9bcbbc0caa80350831 +size 11907 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (309).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f61cd7e5fe9ba9ce8fddc5cb53d596e4288d01a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0d709f7e5f3a3c2b295bc97c8c5522471000fd8260210c3a8d2cff9dbd3635 +size 10031 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (31).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (31).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca3bcde1757a1e5273295368d53b09debca33265 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (31).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b816ebd92f3559698c5103e7a2512ec52bc0ea379c7cd8b77ce081b427a6b2ef +size 14127 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (310).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d501f079167a16e46be7ea45e34037989e97d04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feed2924a76f2d5d9cf4eaf3f97cbe5bdb67735439733bb3d9123822774bd41c +size 16793 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (311).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..852594bbb8be8b1e8c05b5b1fc6847dc1a984eee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e57fa2bbd20e7e0cb35435b4444b0b134072eecdedfa7ad1dfd4c7c5b2ec461 +size 17061 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (312).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f272c59f08b6992899228db71be9071928e3677e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a98b5d477f072b4159002d70dd1d294dbebe88f5736a6592ded2933801f7e62 +size 19257 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (313).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da7aaf04258c88e482d163ac9b9fbafdbdd2c344 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1d0e726380e8517a685793c723e2efbb13dd1807d250a40b1ce5d741b2baf5 +size 9422 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (314).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a513a4b1c7ee057af3cffff7e735ecf6ffa911fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a60f62228f4b9aaf39951f73e8f93431d33d81244ad46a6cfd0c2a29514a20 +size 16690 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (315).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe9002da7ca6b1c5fd8a6380beef517a13851cf7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1582ee6546f00d382ea32f6dc17fc823717ad4ff3ccc537f964b88d95da8305 +size 11398 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (316).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68223e3cfe4b1ae85fefb2b67bbf8bf5e81f5fbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bea71012955055af0b6c512e7c420c32e855884ce58b25678d5529b1fc03e09 +size 8879 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (317).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6678b7a21b61f72098bc4770d8e32a102f25f3e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafc2c825d94942390cfd124413f513d09a7864ee664ee3db6640f7544a94fcc +size 21313 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (318).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81f77c301a77e49babc3c9c0d130acd442411036 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d424ad21df4f7a37810b888f26b4ea56acdcfca130e4dd8387a9c86ff79eeb +size 16010 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (319).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03bfe46e47a62892c71834d25db5cfb5b22ceb27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c8bd094c1ee7d9f9cca13204a47380941f7228b0f215fe904f8ac4f9eec9c6 +size 18211 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (32).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (32).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c7680e2d48b40d50901fbe11c02254176a5b029 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (32).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3ec5355697b3947862009b43b3f8bd4c66d6136137cff094e5dac23d20a0c0 +size 11903 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (320).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67327ed646e2e3f25e75030d115caf521e481d95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce788bce708da97f5e4578d9a3405a10ff0d32532dcd21dca9cc90259ac5ceb6 +size 9947 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (321).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a74d68d92133e422666082e68f3a1785d5f4a4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e01c16c5d60d6432fefb0a62470030e5ed524f3e06f568f503d8ee1e5458120 +size 16233 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (322).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (322).jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e3c1256e223f60492392a788bc8582543af17b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (322).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b660ad4539c70a0e1285dfefd3173ea07f27399b8492892599ca245bc59e657 +size 10801 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (323).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0053c43149b35541cc8486902ad7126cef63ba95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309814b27fda3b9f1e05fc1e671068e59769cfcbe80055bb4805035de1ce4c2b +size 11314 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (326).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92a122933ae59c400379ee6ab0496255dfd4b2af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49efb64340c9cae22143da2b6b7ce42a449d011723b228be0a9a5fa3c50fd1e +size 17709 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (327).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..568e779351dbd1fb3714662ba513ffb9620abcde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fa9661d2ca6ccacf3a26078c4395460332a476757ce1314e5c895ca792c12f +size 10051 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (328).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40356e1b6868a3cea415d587e5e1bc04cef3326e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84a39456105275f5e942f8329586274b6edaaf2252b8ad5b9503504ab955bc8 +size 17373 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (33).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (33).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99cb7e2935d4d6373fc36386c59785d1a3d86d7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (33).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcef76c5994012185052483bc1b469b4fc87298d1654db1dbaf56fa9307c71d +size 10137 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (331).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f02ce6647d377c920e6837dcc4530d79274bd05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a82f5b083e389aa3ccbc9fe7f152a69bab4719c0c0daaaa450e347d5eeaba56 +size 17712 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (332).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbdfd719ee90f9864f9123674664b7697017f7c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13936ee6076a1e6063ba2885250b8f3433e493bd10c2a0ce3108f912ff2ec0fa +size 11037 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (333).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..477a93c31aa0d3e9f38f15c8f13d0f65fd58d2da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bad6b2c93540b524810a2b5fa9d94fccb5b868323aeb26781b89d893059069 +size 7161 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (334).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a5101ebf73516e2e06a80e5879c289e01e7b703 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cba1660104f1a6d47a82047039d3c2d435f0a8b14704b23f45f57186cc03cf6 +size 13123 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (335).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23b486c8513f8e068312999884b81e9bcbc90c09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66c1b645e2b314cfdf09b657b96924dd2fd218ab29be239bde192fb4ad6c031 +size 16851 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (336).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (336).jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf5df33fe963f2b3d990ea17f66a921b7f4ce261 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (336).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb703c50d539088eeb98e088cf938d74418c7d5e5f3dec926f6f868f8a26a74c +size 3525 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (338).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ff29f45cd1080ee1c5f45660a6cd35cdfb57c52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ece2d156226c3ed1662f0d069a023dec22e719615bb48f75aeabc40f578a8b +size 17659 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (339).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3637bdaaa5f0d86ecbc89be94bec824fdc97e499 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39d197642add3d1824087bbc5cf9b993cd96f9cb57e1c050766c2fd4421f9ea +size 11127 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (34).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (34).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7edf29391ad5ded4e2e42c1c79a41151ee1a04a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (34).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62422e2c4847cd656bd6154cda7e5589aaeb31b6de956f57923b4a969f04f3a7 +size 11762 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (340).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..367622343dfc9018f37d6c037d106a51e3008baa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac0d84af0b8ac8f089e62bfc678264510987361e4837107794150440904b00d +size 9544 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (341).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ccfda5eddae6e943cb8fb96e612ff8f27ffe77b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dbf512abe7512c1ccd615b6327f2e6567cafbe9d75823adaf222ca09fbf206 +size 10298 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (342).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8ea13f4c3e1fba31d30a87a893b9b656cb11af6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3771c93e56817b5cdf14899bd0d40c05005bd91b7df9a0154f929c2b1e09c3e +size 8632 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (343).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (343).jpg new file mode 100644 index 0000000000000000000000000000000000000000..36041e549c9bdbadbb8257c07957b280d7ec1db5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (343).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edc67daef51793a6dc5edb99e98b39775cbf229d838d0877e7a92f8eea978da +size 5696 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (345).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91c6bb2272da2f4c02209aa00715d811ab61861f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313848454c1f55615fd9e604c05488e41651d2b7af5916550b902c9ad87e217a +size 9083 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (346).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3799e057165c05de080fae90b6b464496d6db5e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5377ed1a3c7a4775666c6b908a2e9f7f573b3115a8d6777b7600a373fdacabe8 +size 16744 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (347).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f536c6396e8994b90ca81c57b41caeb2f3eaf8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8f64889a3b35f056218c32589b56e9383e626ac91d626a380f1138844ea820 +size 17168 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (348).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..751268859b1fc718dd7f1e2d1d1697de6586b59d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe985855b32ff476562dac70e4daa30f5a68cbdb178f05db8269a71e3ef630c5 +size 8843 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (349).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5551749dc5bf35bcfb998ef9d8c99790fa9e8209 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51ab617df549865608e350d64e23d7bb747452f7df65577bfc209ee0b166b54 +size 11416 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (35).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (35).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71ef5d8e410be1673370965849093e5ffe5be11c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (35).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86772ed1756046b1a76575a338ab6efc15c8e866eb3be8e7115d3ae38962f24d +size 8695 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (350).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e8105c0cf538cb415e74cd216317704fa9d8ef0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53a670838c0108ac86b9f5f2438e173402a38861c2de53229ff7e6951ce9578 +size 14456 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (351).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..942f0f6c280df43d01bf571a1918dcff8655b40b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22859fbb8c7e81659c12389d91a211f319a1410e80e3094cdcd99b61b4593ac +size 18777 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (354).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01ff43cb1a070b9f4c8666f73f4b7837691eb9ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3311060df2a2a3dfce04bf0be0acafe0f8039336383e9ff34a32705ed27cfbda +size 9667 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (355).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f68157ba692299e1eac8c62b7d2b54ff5788166b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9cd6037be6eb4fc85763d2b2c76c42ddb1e95c72b6f7052a559982888d2f7b +size 15673 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (356).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8bf359b4bec5b25326df8dbdf294e5c998c24ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3538605e794f5e6151d4112dd40f88c0cce328ad14a9892da96664c59bb1b630 +size 19266 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (357).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3623559c13856f7840400efcd8495bb9ec021f4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a25e59a8f3811ab9ace4156212502a773c5ce153a569271d4b9d246cc7691d +size 21675 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (359).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1660cf2828d843f5864939afa0ca92b62dc14fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1483a026de006c5972bca993061d41970101a935946106536a958264f33fb27d +size 18407 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (361).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (361).jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc2e4f2f1b7677441cd56007d43ab1aebdc12a69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (361).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ca7a68f5b0086b65b9d2ce52c5abd592e166b2d91e404418b45b4d28ce3034 +size 7096 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (362).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de7bb8c7f6c382797fcdbd3fc1ee22b466480deb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a093df1cb7b33dac04b10616a8c2927c613e0b2e6ab2755f83bf97ab628bc1ac +size 8767 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (363).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da974c17e17599966ab704508a2e9999c4510374 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d3f117d2d9cca90322d85fbce78fc801f0046520589bbdb227324526bac8d2 +size 17748 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (364).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..658c788cbc97b9e3a7f5a9966b97f3c5438cc802 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2914f05c6db759ab43e0bebd4031554c7c70a21a12dd09b2e2c885cc6f119b96 +size 12001 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (365).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b63f7c037d48dd9466d90f0ea303699df8bd6a57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db894f3e096c452f1f7b28faf9b27fac3893762dad518d401c7be42c1bc77968 +size 15125 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (366).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17205ee04b18295f8f0e2c34a19057bde3eef968 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c296a0c1afede0945b641196847d9c89e65be74bf1b5f0e558f2eaa7e91c3b2 +size 12071 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (367).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0b02f75665d80b17fa3a41f8fdfbd1dec3e0ea0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b99505a152adbac74c54d7a6433a03a6045a44456025423d19b6ff40f720bb0 +size 15727 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (368).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51608425753d05795ff109af6ff52ed00f547b34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5915c03001ed044be49b21b1c441518f1c35dd97107b76de61ba6ccfbb06962 +size 9611 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (369).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9dae56ebf9b6df81bbb3e671c93ba2b8f0d99aa3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09e986f470dff83b97ca941b8f521622225b97330e4a9a61e570a8b96804bce +size 9691 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (370).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9afe7c3d9d179dd48fe81f3a8c88df9947f0e23a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cbdcf867b9b92f8df3db9de32d6e0148660b02e5154ea5fa7eac03467a96e6 +size 7436 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (371).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1c35fdfca5c9f625a38cb24766768ec8413fefc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d76a9352280f33d3912c8f0dfb20981669756b5121b471ee63bf4f5ef86bcab +size 22044 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (372).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15456a2873e0bbcbc727c0bb92ab0d6e018b4a42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa2f0b80141aa758bad56a5112667356f628ae8b749fb22a67668b14b9c6e97 +size 14593 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (373).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..521c9892136083f8dc5cce761a063a42719ac0ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3230a4b462c1fe54eebf9f960a3b7e9411e98c810c53d0b89645d3139513d72e +size 8743 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (374).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d99ac6eb64ac968aca662e82278799796522783 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2351f856bd3a5d13abdb06bcd1fd9d04775572c2860e8e46d83b20afb476e22 +size 16148 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (375).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1894d95c81bfdb7ef64bc8e8b548326367ea1eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226dcd25316b30d3c2a3e36120aa3aac120b2ba9d4d2c0fc3beff7575e1f61b1 +size 8997 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (376).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e7ff97ce034392996f705c2efa8a7f3f6cabe2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7d7526f99c7a0d1fedc4731c9d62457740ce3078e92abed8ca5556f3b4cb2d +size 15987 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (378).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b598eae459ca4cc7e831cb6f0460aad41e3a5a98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bf13afeaf2cd418e4f754e288c92ed55e21b62cdb81c96dcb553acd60b1ff8 +size 15980 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (38).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (38).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9a2f548c613257f755083d2894bde27c1b63195 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (38).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff9160c9d719f207d94a49c4797839d860a56cc70f1d3a2a991a3e452ff81b6 +size 12742 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (381).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e847a7b837160feae4fa6dfb24624b064939407 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4669e996fb190e51092734752394464846ebb59c626c5443e0ab45466edb5070 +size 9972 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (382).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40c503f9db034e6f0a75c5d5978628c06091c7aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939bfc0fdb655c9becd54db05addcf0bf694bff20d617d24df8890bb9d630d41 +size 16128 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (383).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7794cf9147985ce0c91b5bdbe31ac500fbc35c40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46821f84b1f1b7e6bd770868f7db7f3c0f6e5f1a11dcad2a0d5b9d820b9bdc7e +size 20605 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (385).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b263dfe00dbd3c315f8df85674baa237984c3366 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f8c7c4de2ec66038824a62703220eadb95692de2c1883f0ca1f47f8ea2619d +size 19982 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (386).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bc8ca1ec7e4ebfe1fb1e05093b5c2c95d7ebb24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84b80e3287b005d3aaba79946f85149edc74ac66349826be6bc1b1f163f21fa +size 10168 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (387).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68b16ef8f91eff57ee6297f986db45b3aa906020 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f191fe6f676e95e7841eb37c1338037da2cdfac7b1ffc0adb9982b82ad230f1 +size 8011 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (389).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b029225027e655afd205695013ad5c2204cb9a33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f0fc97d47db84862c27aa9f17fc58a69233f9bb70aa451cb79677a0273223d +size 16770 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (390).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..419b79678e5395a04a48acaf71e2887a3f51a779 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69181bb287583fd4b520877a82b91bf83f24a3193fc147c25b33e0bcf0b4cf4 +size 10111 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (391).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6624f767dab46d6292576ab32aaad98b76bdcf2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26de0a6628fc73fe7ff340e01653391c176a70d7e66cfc02e5f991b637df797 +size 17927 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (392).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ebf737f677f34f67b34cdf474dc5a5366ad8068 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d9304a446dd8c9da0a2cae8f6e62e3da54268324c163e14a0d988f38d06ba8 +size 18265 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (394).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22f02ade22f0169d8c87970ccb0ae68f7b60b553 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306f1e09b701864d49486871ee646ed633cadd78ceb4a486bcb40d0a654bfc3e +size 13794 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (396).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be88ad364f144dd569fc0b3ecf38d3629f050ea1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf00aea16e27daae92a447b63b87be88d33bd75054a43e458db5c611e7073fa +size 12470 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (398).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e477c383500b1134a3c33281a0ecc132d176c96d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e551d8c559e884e226fa3363d9458d5765d67e5988d350c00103abe289b8f314 +size 7596 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (399).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b608540d6d1575c952f1c8493515e882a8623186 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b64c976c94fa61f560742937fdae068b5b302cb290ec703de22a14242a2b95 +size 18393 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (4).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (4).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6469459c795ede4c50abd93e4b21779e377e7b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (4).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f38215a2bb397fe129cd52be2e88ee795c4005a9cb80350e8b1cc4ba428fe1f +size 17464 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (40).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (40).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71b0a74848fc86d7696b33930ed83286d9213946 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (40).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41de0c488d6829f4b59792734e85661726a1f9af4839ff0ca4ae18f9ccbdf849 +size 9801 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (400).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ede6c392b40280727da6983682ff200191fbf0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c84b29431b8481da53dd40aa2e38508efb8d45fa4b317b60b60ab0ff6bbb05 +size 17561 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (401).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ca0a0bf96142fdf06393b6a19587c73795a1cec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a0ac18882485be9653cbff6833f50b7cb52b5246773ed4b531e89c7e3cc6ad +size 9152 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (402).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ffff237ea397e7552f28306fb82d60952445955 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0132c54306c884c695f0dced4dd26f9540e1f067e64c780108a1509dbf9871d +size 9056 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (403).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c0c8e18f8e66cea749443e74f7edc847c5014dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc0c07ede084076a429f625ab7f69edcdb683d90fdff4ceaa8f4be599b19d85 +size 9294 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (404).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bde1b725d9d165de184bd490d5336ee63f3b19ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0714a0f2bf1fd11c278465c164bcbe687cb58906ba2380de716cdf8776dd98ab +size 16796 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (405).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f7c76b0baec2e32c2baf6272709e5a12db850e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185cef057c704d4ee630fba751451de840a183256b21a396c6c70787c86c6dfd +size 19474 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (407).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78214890db147c4c74690908a68df8fbe6e39e1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e53924344613508e96b8755608337acc310d67a5f48bbe0166c0ceebbc8d896 +size 16995 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (408).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..524230ed3a86926237421afd8112c0d494d08f6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b86721458683cdf378cb69ce689ea9a23e49c74914e462579c6112d9afafb19 +size 16378 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (41).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (41).JPG new file mode 100644 index 0000000000000000000000000000000000000000..893f656f2bc986577a992bb4301c4dda26690443 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (41).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2567e2c99814e23d951a292980ee5671f80c77ba33c75634afd26e306ea13aa +size 18311 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (410).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a6bbfe6da4f887aff368c9fde7345e43d79009f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40d68a59294ccdaf37300cffd04efa95b41186d5d667650e1bbc26ac5b5e461 +size 15584 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (412).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20a01d0000a4395b9de0079439281263b93ee846 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88101abf4fa32140e98a6fdae460d8bfde1457452f7c448afe3daba3e0009bb5 +size 10328 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (413).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f82e1f340dfea27888119c3fc79f8d5893c319b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf9ac1559ec5fd314039cb803e3894b9427a2b9990bb875e90a1f6db91e17e3 +size 16613 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (415).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3f81cf74b89c3078d43a0e2e65144e3607e1807 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa15c8429e8e23638bb9ec00e6886ae04c0cc1ea181f5488567998d32ff6ccf +size 10973 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (416).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5592e24ad92e379eac7f3c13b2558c1cb53d4278 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ead0b437be213c598f5c179b785d5fc83c108d8712ef196094f6d86b59c9038 +size 11641 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (417).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac2a1b25e90450dcb0cbeb83451f03175e5c383b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea46bc144c67484bfe2587ab84172107dae902f4c45567b8d80d6f6ef58570aa +size 16167 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (418).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a593386d6c99f1713bd36dea59ec0e4f47210ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a4eba41f800f478df925942aecf018abc4a9b8a4501b805b9aba42d80c0fe5 +size 17623 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (419).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3e2473b1c92bd72bb4bdb02968035a9f4006831 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1cfc44c12a85ffb29353f02a5bf3e10ce308b9a508ff1af1ba8bf3b2ecbbe5 +size 18194 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (42).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (42).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6877f03dfcd0d772a116a164283c2eaedb3079c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (42).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1846105f0a3e2f104dfe9fce2039a57c90447e229a11f5b1248405403d8abd0 +size 17825 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (420).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11000897da8d0f99726391d63ce6eb45f6699e44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48891ef0b087fb6f70115b3390cd229289abe5aa46f7e786329abf2fa1fe9bdd +size 10315 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (421).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca8d4e06214a400a1a97879fb1052b9294d6d2ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c768d3af45e2ddb168e9d93f7c386de4078b3c6fb43321831b9a0cd5b13090a7 +size 12101 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (422).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89bde178221d3874efd23d038cc4893e624db323 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d894aa494b2bc81f08778305a8a54733c134d4c96763eb6004f99ddde5023168 +size 12808 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (423).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5979c9745ab9fc4b3997602cc87a7cb4b015e6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df315367871e14d7de1562de169d13906cc17451140279f696d1cc240d70605a +size 18067 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (425).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f130fb9f4a3e056f2d52c973dad4dd67cf47ee61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37aaf89addcffe41a54dec993c49f87606281eacea93f079791ab29517123a18 +size 17028 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (426).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (426).jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf3c9158dbd264b3d6867e80b6477341199aea86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (426).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f665e82716118726c31b17ca3950c18c980a3a5786ea7bf1193f2485749ad2 +size 4260 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (428).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (428).jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cee5018281057eec2d24a96cf8c8abf85421fdd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (428).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34176893da18931ae747c7fdfa0e335bb71f789cac52aadcf971245664fd363a +size 5430 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (429).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5ee168736b45c33d273fb87068ea2bb7ef518af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b827d86e3a66198f67013a68cb8a3101794fcbe4c5627e1f672d885193c793 +size 11656 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (43).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (43).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d36451e8c011115862fbfce4d41ab39581d2c25e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (43).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5867d55cf0c46036b0e8259da4644820883cee72eac25afec9d49d331ead1a2b +size 15793 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (430).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6df893c7a17b1a9da48b302d676a5ea5edcd488b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221a67e83d583929e2479afa5902a39384f15d70aa918bc912a5e50c79c01d19 +size 12281 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (431).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cafef9dae154ec9c1e2992e4f4f430004066522f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e68984383cbe646992be203b4651e50538faf0e8fb8a6c4e2de00480da8bf2 +size 18193 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (434).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d07b97bb044f2752f7507bf10fe3da970664e4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38186245bcbccbaba8dfeece3b33f1c484aa39665e6acb03a988b10e1f8cc278 +size 16368 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (435).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..136d28589b84707b53be471e2c6546e872c50132 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37a688275f852d3170e697f51c0f3e954c0c5ff8db2ab5e8593d09dea9ad3fb +size 11775 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (436).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d381a724ff09557b70b800d13fb31ce6fa28a1aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfd0b2007df5fc0c693c476f0f11892c3adf94dc6a0a2db361021beb51f3520 +size 9740 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (437).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..acf6bc54f1b191a590ea3ff1abef88f4b5e5d3d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb409b92e92428fbcb10664ade5cfa6eaf6c799f5510fc780d51e22ad70a0e50 +size 10111 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (438).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f85ef89dcf0b361d5889cc565277c9343e3a1735 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a0ed8a6892463ab3464ecc07cdb42b6738aaa6283baffa8fb3548cf46d241e +size 10391 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (44).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (44).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50ca56f2a796f9e4f79a7bc6d4e57a5eda3732f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (44).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd7f8cc65d51efb9d7dd33417fa964760ce14598d675cc270ed429b561ef689 +size 10388 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (440).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dee8998e51f34bbba03ab75b99fcc0e8cffec593 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1e8d61c34c58f4bd876e126b9ac1b40b84a15053df7d4a08b3e71b87b35538 +size 17544 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (441).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (441).jpg new file mode 100644 index 0000000000000000000000000000000000000000..95eb63dcf50211ef6244ad2571e34ea54ee2f471 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (441).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618cdde9082b2eb97c749ea51829d10bd146dd5d69f3635329139395e5acbead +size 7289 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (442).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fdc2a4eeb55578a9aefe14a84f5bd0139b09f74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f8bf6154c19c5e836774f8adab50df61ee7a8aed27ba0796cad22732284ae0 +size 18025 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (443).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65657c1e8b30845d036b62bf45f3982ba101250b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb07db98e3f00a5a348f68ecd3b5078b5190b836462029815e312572122b0eec +size 9345 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (444).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53a4e40f92ac08c28ff47ab83b076d86e4b6d50d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1673a74572e50cc15a9d5fbe737479e8493732f90c34169b3b57be61a31a372 +size 9576 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (445).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a8c07ebb272ce1b33e2fac5768d0222d98680f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5caafb4856bd76ae36aaa50956ccb7da52b302ce3634a6c3a8570cf79480e5f +size 16778 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (446).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c6e3dfe7423a08952955a86d84208a7e3d2c516 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a9454db3f7da8cf51887c99d5f362fe0478b98d2feda13d356c2edb4717ba6 +size 15899 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (447).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea31ce833996fbf5bf534f1e8f78e61317285d96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f76984d23db80ed7dae4e185555cb4aa1a288bd20ab87ebbba598a293a737a7 +size 9002 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (448).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8f46180602368af0fca7a80909315d8eff923ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074dff1101ea18b4949f9af232d6ced3e7d70feb7166c066bdf28d18077f87a8 +size 18783 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (45).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (45).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eaea54a59dd12d5e6d2e2dc17730cef0a37af8e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (45).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b1e9ab4ee528401bee5db34e0f8f46a82bcdaca1a923447c3010007249a802 +size 11355 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (450).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e992582471e58b271c858a490d006915e3571120 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a9bb088c53108a038c66fa7a6e07ff6577d37d13c7d75e00a5189e7c021894 +size 16199 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (451).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99034cb8e9fbc62cf51416bccad7d1c56eb3cd2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e500259b648a77a753c07f6e11b5d338663c0adad187f0061bf73e37c391ecb3 +size 11256 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (452).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b9d4a9f1c1f6ba168af2fe0c6d9045ee509121a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476062a7b8194aa9c851603fc1d56932e6cef2f56f67817bee092acde689b835 +size 8917 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (453).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bcd9c3be03e7bff81773c6ee70cabe4ee5d9111 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60bef4e7f0aa3ae5319d2f8d54081b6002b4cb259112a3a9804d774fc70e05bb +size 9792 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (454).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3307b421d51df1bfb6885276b015fc5d3034693c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb9969a20c6330245898beb888dbde3ae6916df7e130d2895fc02e7a9b98e00 +size 17357 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (455).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a63b9443cf843764dd6f05b2f1b39e3614369eb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6857df484112ccb0265eebf0ee626950789ccdaa519fab6462b3210ae97cccf +size 18369 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (457).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c89498a89ce42654796192efe53821c65eadc80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff307bc198e82a8586a8a15753e686eab26201e9cb4f1d9e0bea3b6eec44699 +size 8016 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (458).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8ff2eaa773777008084de5c52239583fbd98eb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67ae30118bf3aa07243d3f0ee908a5791dd9805c2d667827e9a72f2355a3a5a +size 8718 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (459).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3f7d318170f845a7694b17e6e0ccee9018a83af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1732f3c35b73168f6c61c9dffa536e2365b16bc30abbc5210ba41e13749790ef +size 20568 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (46).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (46).JPG new file mode 100644 index 0000000000000000000000000000000000000000..531bd8ae6ebafd50e7dbc93c682312a34ee517d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (46).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bd390b189f91cbfa45884176ec6ba8e4d87790dfb9b23c336eeafcad934774 +size 8932 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (460).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32b1d9d67cedfc6d8468bafe5834a05f83f8e64d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba36086e567a3bca50341d0ad9923923aa3a68b62d2f487b2674a9ccf157d54 +size 9107 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (461).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..208d57aace30e2417c568fb9c43dadb540055f13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67f2c1ccf4daa7e66ac8f8791412f3d09c291cdb598a4312a90da2801f4c990 +size 18090 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (462).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5447c539673c0d0ff7088e42a26bb95ed7743aef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2616bca74e3b8de699e5052e7ee602c9010837343d663beb5f718603701ebf0 +size 18665 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (463).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f9484353aaceb3608ef90cadcd80db3824e4800 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe6f39498d5991078576e7f6110d720cc6bd4d29aa8ce4e8bc5492941fb156c +size 10031 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (464).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3366ea72d50ea39f45765be2df887fe1a5d79bd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90741729c0509cd76df561d0b19bfaa2c7af983971240ff80405939116b512df +size 14457 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (466).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04dbd473ce41394cacfb85bdd3d5d0d67fe80930 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac288865b35f9e069b086a828cac9e7aa95cba27009e6e595a9d9ccecfc2168 +size 7055 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (467).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (467).jpg new file mode 100644 index 0000000000000000000000000000000000000000..049310f97e0749225db6d9c4f7a9d8fe9e9dbbd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (467).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8544c701dd1c4f26eec0113d961b226833094d8bd017e3573a414f9823c51f1d +size 7083 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (468).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5b9f847c7be5f227419f47d3de486c97989d8d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71696cbd19f8bccf4f78953a64cb5874528b7a705f3276c8fdc7cad74493f9f6 +size 20193 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (47).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (47).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d27fa446fe15aaec695600ae46315187301ed8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (47).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc543a1987ffdb6febbb73366406f8cb32efdfb317db1e37d383ddb3c623b549 +size 9414 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (470).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a6e3059e25117b3c0a1f36e4681fc435d39588f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad79070f5a1f58d05f3d85d0092b6b98383cf2f278450ed7a3d7c3674fe9069 +size 19989 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (471).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c779176e436387e04442031027717841953f2b0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9560faac9f53f6812eb66ddf21de7a836e4106d69d6800e4c9d489dc013c43f4 +size 17201 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (472).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b7d0ea8700f38f61753f289e4f1c0f2efd4075d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e502d0c5be10b9ef8bdf5004500ed370274ea8c255e14b0234fd51c9d3f14c36 +size 11174 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (473).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbbf71b99408ff1e2283fe17e343fe6fe40eb64c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4292f9d206db6566b7d3a7012545609c282cc78614377253eb060c3f631132a +size 19051 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (474).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (474).jpg new file mode 100644 index 0000000000000000000000000000000000000000..adcb44e0eb30c921ec5b04bc09c39e4d4b25a87b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (474).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f974e746a87a87bbcd2765d3d8a8d42194854d1bf601e833b41758ba043338a1 +size 5545 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (475).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (475).jpg new file mode 100644 index 0000000000000000000000000000000000000000..307db87608c98c1b05599011d25875767daa2fdc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (475).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e5bfb4105687be9669f40c49f4a2c61dd131bdde07d4ea60098eb71423b2d9 +size 4573 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (476).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8980bf98f8083eb994425621a92a8d752dc84592 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd931b2ea65cf16421d6bdceb5936230337945e0b43e8fae8cbfb4a09cadcf0c +size 13374 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (477).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..919afcef7f105e988054504e600fd55b1081d589 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466b7f99f43ec41deef58f3e18f2858f60eb863b758d128dd859cfe52e9a6899 +size 17600 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (478).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e5b63216d0a59659de280fe585aa54e08d6a519 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade1bb0b9f44219d7bf3219caec75c9e70283726911537ac1bd42a39e653d1e1 +size 19450 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (479).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (479).jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b5de67af93f18c0239eb37019e60b4d68f76e22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (479).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5444473a5ee28c27a62be60df784a7c8d3f97271b10b66380b8b8a8f7e805c6c +size 8701 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (48).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (48).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70ec74e64d524629fac08e3dba982b8e67651d83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (48).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ba084eeb3096830b820bb772f7642dcadd37aa5448baade57b65731cb5f948 +size 12877 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (480).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..362e0a6fc2d38444a40ceba90987adf03e87ef22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a281fb5120c6d1f4853df1ce1ff7c97452077e941d51ba345bb2f873c29fc6b +size 16279 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (481).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4be1243156254795d3a230e7bd8f3e5b0dcbba9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca9bcb7fbb8b6edd736e09af3ec72e7f7c708475fd11e3a4b12033e909967ed +size 7282 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (482).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01dc96377cb36d96b9081589730144a69d433fa2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59b2055c2c59d9b35c31c95e159d3aad48ad3fb0c70c06215e75e2c299dede1 +size 13197 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (483).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56df43c37821e4c2f5ee9182aba34d28ad0efc5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf7642118790f2b8a7f7baf35bb438e388fc61e754efdbb64c9d178cccf79a9 +size 8937 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (485).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4beac4fcc76728099e86503905de52b8764c54a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a485a864eb8421f45a3111ad492db8599f5564e30f5ff7b5911f08f1177fda40 +size 8189 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (486).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (486).jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f377989963c0c8b9cfa16cd57f2f3ddc0475726 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (486).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c56a086d3b6e2aeff0bd1e850ea88a65c8e3fa22c4c0613c8e50af228e1f9d2 +size 5792 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (487).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65f88021e183cf86c5bd5a19ee3e861f46ae0e31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddb42b974f225f201438b3b245eda95495cae1d4cf3512ef5396ba0d6442ae5 +size 17468 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (488).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd691e1453fa9d375a576a247e5f167cd946fefb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0056a0d74322dd9d97f3796e5542877bb7f979886364ac413ad2b867b57e84 +size 17239 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (49).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (49).JPG new file mode 100644 index 0000000000000000000000000000000000000000..545b1595e43c962e0591a923903934bb85361e73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (49).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bdfec9b5b4ebda5f10f0217b537a1a2aa0da95c59f7551e45845b9d6ccc696 +size 19646 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (491).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (491).jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6491abd265b34aa4850848eb19ccc0fd114d518 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (491).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea80d6cf2f23535c71a21fa5b767773d03d17a7687fb100ce5795e56c6b24ca +size 5065 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (493).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3d5b117b5e0b56c730777d9c43b28f2cabe4252 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebeb7555d732b3fc9e4a7bf4c27bca50ef5a62f7f3ce5fc80b90cf4a8c416733 +size 14921 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (494).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28d041a75e4891aed514b69c3bfd1dd49b446409 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e491cafcc0ade0163e2e458da756a334c49aefdc65be19b9c71d238418d38970 +size 14236 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (495).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d015710a02e59c8badc5572b0ddb9627bf4a195 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a006744a85a626c0cfe10db0a5d7537bea0da2fba57aa6f7785295da60a5e168 +size 11463 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (498).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..534c912721f069825e09055a5502727e12d711b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e97c1be381805e5c1fe5274b7703cf8740d93b6baf69b72e4b3bff6d9df103 +size 16251 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (499).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cfb26af9c6f419fd00dfdd9ad0bb675ebdd3a2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5327d266a82a07f1b5887657e56f42d8b8914d159f1f9f98be386300d0cfc94e +size 11492 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (5).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (5).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68fbe97f24a80dd8654b39afac0cb2d82f90d7bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (5).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297add4e9bfa51e771f76a667c385b3417d932ae34bd57cc002ef462e11636f5 +size 17666 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (50).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (50).JPG new file mode 100644 index 0000000000000000000000000000000000000000..842cba1e4f568a19917db8292ea4ead62c1d7b1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (50).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898b14077ca2cedbcf9ce97bbd86ea37c9508de9c6fc405fcc0d8f012ed75a40 +size 10165 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (500).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a5ba6afe7b6a3079215e0bcc1d5b2db9c892504 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e63dd94a92df254b851d008fc7bb246894ef9d1445708719f6c5b612273006e +size 8629 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (501).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58cc73e8194743f5be4cf242cf7d996051d3ee31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a180d76b0d8360b8dd2df65a1a26f1e3f59f4943f44eaa55c78caf5e2b62bb1 +size 16610 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (502).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27cc70f02622acb97a21d330fc2a9022485c40fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a852c0b6a300de54d54fade5cb782c87f266b321f080c706471a43f8c1f8658e +size 12950 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (503).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5265ab2e9836f48476bd6d42dc46af5fdba5aff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b8faf7a6122d02520c1244b53729a2985ac461453eda1ac13eecd4f417836f +size 17035 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (504).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d97353dcad7c8c03f34dbe52baf498636ddf058c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2dc1f2ebac8fd93973929c51e7a4114634621696e493c1cde12e9cc1562ce2e +size 17884 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (505).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b9bec10f22aa732bc5ac5b97609375b85b10b36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac245d47c0ef796c3827212ad66e025435dc1c7a56f218cf74d15acdf04207c4 +size 15077 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (506).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c9270c611e038d242df58f40210ec7a7787ebc0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b24978ac887905b0be6d1da4edd93e9e183c5af6be6922ad033441a3a766fd +size 20492 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (508).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfe4b871113d3b68107e855f99e287c233e76a81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d13025013f13aa05593f155ae24dec6e11e15cb1b70be6a5f60871070d55a94 +size 9912 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (509).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..952a5a61e047429e485a7e83b4ff22b4576c659c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1096d9fe10e31c769be7335f48d8aee59829f81a816890d39f066788759588ca +size 16688 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (51).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (51).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71948d8fdd2226180dbff6232ba70c90c36f7d50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (51).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8028d5be98d27f5856c24c8c5a0ac56a713557c478a6389238142fe38439bcb0 +size 9921 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (511).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53030e0471c03fcd5c76a8d56a529e69f7269860 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0612cf305839957376384d2ba9b4558590d14a05be77dd1bedfe177f7b3e80 +size 12727 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (514).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f37b1b714f067f26d63c05fc02bb116e2d2732f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c189cd019fa5200be00019ffa5188eafa7c904a7c8eef332499f4429a0596e +size 9156 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (515).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fb553a6609456f32e5d9f152478dc524ca1febd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc88cf37163d968c0de1eb8f1cf832d274f6fd6b4970a8365ddb0ce69a84206 +size 19567 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (516).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d05de54f5a45e73f0affda75ac961ce1276a2079 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e292d7694c2b6489e255b1259b0e69850279943049533d961938d5c60f918a +size 19398 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (517).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1986bc52408619123d184b3a5bada3dcb494189a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5c39c60633dc48c0c038ca411a58503ce0d63f9cec37c36db6f305ef2b68df +size 10019 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (518).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eac7c286931128a0247d6c706d11dd42f0af49e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb169304ef68d1e1f4de7d17c85d39f1941cdc2b63719e701afb7a8112561ca +size 10730 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (52).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (52).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa396019be1ec2ab1f0ae0e7cf27bda4ac4e9721 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (52).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cc64f9f212ad38a98de4637e2bae32bcff31b1b899f7c04bc6d8327d5be38f +size 11177 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (520).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62e05797808d75a22f428257727ecfba36d20e82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8554a5a6a49e2ac104bd4459019aae8586ba37ee5a07721d01800b97cdfaf797 +size 11118 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (522).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14ffdc893a1612f16a622f78f832a582a209a79a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fd429ebb9d1f4418dbe78a50ad515b320b1432b2001796ae9328cf631236c0 +size 19641 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (523).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..199f4ef2f22600f3c667844d958935382e67303e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d270babe83477e1a236bda3f04263c94f3542f6239e87603faad3fe01e445d56 +size 11844 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (524).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c33485c520e7aed7dc3146458c3b29cd9431b84e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49f8d0476dc287d6ab474fdc3cb7ebd515f5afab7ae312aa04eada1d9a73622 +size 16721 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (525).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f24e7d9941c166456c10f68e8d86735cfc36af35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f219baefb1b8de5c26339e66dd21b4217b7f5082fbea0fe91023e29ad0488b3b +size 14136 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (526).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0f489accf2fd58a97e5609cb9cff7330934abb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b55bd85f0076fc8d29f4051094b96da3ceb366b01958ca12c928cb7ba53e5ba +size 13831 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (527).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc88ca84a65c6a91b28f41c1937156e0f572a510 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb4c05785a5870fc26683a05e6c6e91ee5b6461522e64412a769e85bb645f5e +size 9785 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (528).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b98998d21ff86adb863753c05f24e0a26ce24c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d87a429a90253a4c3bc921344fc90ea1570b7a91cd3520d643148f8f8f1c60 +size 10421 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (529).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ae55dafaa514e88a9f2b0457a025ef241da2f19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536cab0d7382ab1ab102c59a15412323bb4b9100963c6535889275e7d4e5cd26 +size 18530 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (53).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (53).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b20768bf7cdfbdca6f0ded6f780500c49bb0289 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (53).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8210a39907ae5495b7e3f05c0743ae54f0a5d3ee1ca4eeb0c1bea8e886d29e48 +size 10752 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (532).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88d25ec1896bdc78b0ab0630ca8e87042aa963ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ad34eb13f08ccd3fc0078b246efadc164b44ef1a9ab932a0857936c6a32dd4 +size 16980 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (533).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (533).jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb67f9d5e246b7d9f9b81bf025c764578766bc57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (533).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e657cc162119cbebe0c31c2d21389e7022e1423ae48c4efe23d90cd2e921ae +size 6691 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (534).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc0fd2af60f6250153ddc9ce4021a720960426cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e16b1f59ab72d59810ec64e956b05bf56ebd32aba8ec26295906ad56a8bc637 +size 16332 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (537).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b75a33a3f747f88a309cbecbb1632e5ca1069196 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3456b671377d78ec4f218c0e14e86b20106e96f6f40b81546ff409eced7bc7d0 +size 10597 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (54).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (54).JPG new file mode 100644 index 0000000000000000000000000000000000000000..358aa5a3ec45fa06f6dee5ad02425991928e93b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (54).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff8410db407008bb9aecf0cc5505f2b47ffd89e508413a30ea983b4bc169714 +size 9863 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (540).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7277ec0475e6e5df6620e96540b2a09e70ec829 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8995c7097939fd85d1c39182edea0c2756a346052c955644a675a888b7390c1 +size 19411 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (541).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89d5632ceb6beaa91bfc18fc1ef93b36e8209bd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b8bbf44f8b1f7b97fbf70e4eae9d03b12f5872631a2aad2417b5a7f1dcbb98 +size 12700 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (542).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d49b216f1fb1eb975cc3b2919721d8faae471844 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bd8ad567d761dc0144649998a43f6e5c235ef3ef3e2edbcc76ec4ab3b2fee3 +size 10602 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (544).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71acb3542cf97b005be4bbef4b032c83c1d3e71e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78816c3cb55b18e477fca0d284057cfe85292cf53db2480c97cd287ab8666686 +size 12316 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (546).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..364e7064def0ac760d3fd49fe9da2a15039eb2ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8b82ced144cd4f9cfea641070437f915c63017cf9cacaff3696d357345af26 +size 8260 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (547).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ba267fe788395fa90160e9530c98f8364abbabe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711aafe78eaa071697754555dee137269ec421b8e5f4b11144af0d2ebe6348d0 +size 12964 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (548).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..172fbee5c2cb0edc31a4c68983f0ff1d9f0426b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d3e9a1e4da246a7cc207ea14194c3479384f07ecbcbf956a886dfbdb2d1075 +size 17272 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (549).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ef4a3a32ed4800fafd5fe6f1b59d247339a6d32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97090d6915adacbd4c35c348ff3e3713618e2857ca5c5d6872ef586837577a8d +size 15030 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (55).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (55).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a76833179ec6229990d2f924458db55bdc90825 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (55).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9cc27ddb04e88d069d14f5912676119fe8ee53912b7113e2ce71acfc20ae736 +size 16459 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (550).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8450fcfeb189eb729f21db3d5f7fb7033839db7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cda2a60e1e14ee600b7aaa2e0539a99f15aff599337119d4b2a204c3ba2632 +size 15223 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (551).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e101d670d7aa676835ab433f08a53a07a3d6c5b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e3b7ad48ff76f5c83f15d033bd2da6ff725f0146b3e146387603c6b1b00609 +size 9560 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (552).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b010d7798d6aaaeeeccd87d7419d3c1bf50307f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba0b9a260d7635c9a868530ffe9b64d88bc3385a06d5abc1088b04de90f39f7 +size 10423 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (553).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ad9626a4487b77dc7b3bcfc582829c4c637db4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fe36d1f77424a22446e9ac58f53a7292bd7ff889c125f10d1555fcdc9d0479 +size 16790 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (554).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b738be6da3b1182a67d592429460acebb368ef27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f93faacc7b5c1e4cae8604a0d1716a5c864e3ada78f90ad111931face8b84a +size 19096 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (555).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (555).jpg new file mode 100644 index 0000000000000000000000000000000000000000..714bbe7124ab2c9068ed01d7fe527420116bc39d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (555).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ea499a5dd8365e85f7068133b2951f360a4a4f7bae17e0a5fb0b0bb04612b3 +size 5432 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (556).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad686c3b7450c1dbbc99ed84d275dd0f795508c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3afaf2d5a87d83c22c0dd21846b76d1bb54961f50f13009aa251be769d9d2f5 +size 8833 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (557).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7126e1ef1642430789814230730f34fb6fe2fbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7badf3f92a535e51d6f53622e289d85e0f8adb3d4a19072ccbde06f362faa66 +size 19137 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (558).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59702473b87ad75aef5e668aa8526057ed6bf9c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3aed5ec69b721d8867ead309d0feddae788efa0b2de7a1f55db053c2617fc5 +size 16324 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (56).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (56).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33fce683c1537e1996322aed09f4e409b154af7e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (56).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f3663d4ed1b231cafd8e23b880fb5a330ca8d32044dbed73a198320424afcf +size 13835 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (560).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..833114f90639eeee6a6bab048c854557b6b8424e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78bdc1bc6b170024d0e5396d6f6b6f576afdf43a8c82dbece6c3b9f02c78d4ee +size 8262 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (563).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdbb44cdc7fe38935fed6ea7a113eb9326cb4774 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886f34b73674d31d9ad2e3d26403b80d391e37c4f90820ba7f9d8c4996eaf7bf +size 9113 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (564).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5455a699557550d77413f4149889424fde07aab8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5de21681d27c185eca96510a15e163d6510d7862d9a59e087f082c6b55894af +size 10550 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (565).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1522ebcdb8fe1a1b72073e7f2f39b9be12f5f198 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef37062a4091795ee77727a9ecade202da7ae3076bca4c17dd0816a550842d5a +size 21373 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (566).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6947b9c73343414928d7de0df7214a552f55fef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1622ad2c88aa0410770e685a8813ed76a8cf64453f39fd2f598656347f8df5d +size 10513 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (567).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90385355896efa91c2e8a29ed69c555b1e7d977c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf469c5161db93b05d9a16ae83a867f2ce18cd5572a5a6bb5389d558ac02f982 +size 11309 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (569).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b304b95080b48c4a9f625aaee0b8f8551a18895e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f762ef99822f62640c2093ecf0b56742a7c94944229311e726e8ab8b6ca9fc58 +size 19426 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (570).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..244b35bbc0567b3701ea1222c61c7636a99ca164 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35adadff7d6175791d29657c6f26bfbd6335342d1fd6523b5a65d1a9e3a05545 +size 15683 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (571).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba49185d7280e81b262b793982ce1991cb9fea79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e164769b54f889f13c808dbd3bdb0e8d65091d4d813acc8009d399f53dc5aec7 +size 13566 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (572).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d373ea7ef731e32ac04c2bf1f7f48ce81500b13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6946088ed0635b5fbb02b9959b60e7155627e6bc631a67801d3dd7ed6357bb61 +size 18078 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (574).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18e353cf2fe3e3dd02d7bf1c151e11b7f8605e89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc410ccfd3eb21c6641a3b18eac2efabf9173c964d6ddd6245a5d4d485771b6 +size 15374 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (575).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c75b1ad58b032636268928a663427f84a3024382 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e0a1038a44c1c9aa7d5d5281fdc1b65ebdba896e08707fa21a247df4a35672 +size 9109 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (577).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (577).jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d239fe5254da7ce6fcd247620d6e80358607247 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (577).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57eb2aa5fb06666f5ac232650b4a839c27d4049378ee3029e1719b97d716c0f2 +size 9681 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (578).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fc3e957a6edd76710481626c419cc2292570867 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a40fe73661ab54d9e369c358c067d6a5957cfb7d02d66f8411adb20101d88e +size 14297 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (58).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (58).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba261b168aa1ddf2145a963cde816631c29c2bd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (58).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab6e2ea9683c4a2855ff5a4f5efefca2f1916f87d12e51767d292267a3a58ad +size 11101 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (580).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab611716107b479d9301752fac66cf7fe6fc8088 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3945b8ae6a092395158126e9aa2211664ea54d25e4e9ef6739a44bcee5d5fab +size 8982 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (581).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23cf35389c174da288a9aaefe48f70e56e5da636 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510b44660f7ece26fe12ee8dfcd0a9029f97b8a461f7cbcd0463ed101d4b588d +size 18850 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (582).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef5e95cbfc4135511149fa431a017053b50a294b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e753b17213fa1275a067e970b8b198d1bfbad25956da9c31dfe892391c21fd97 +size 14766 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (584).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ef808e0522ee3e511d7e2769ccc1a4353f7bd06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fd624041dd997a59a421e72a14bdcf1d85d1d178bee9869c60974b2870872b +size 20954 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (586).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1798828fbfc3a43bbe83c29dab05b94bb999b24f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e069349cd61ba012a21db51a2b775921e1210c3a1daadfab387b0c0556d729c +size 13087 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (587).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5e8d19f1bb8c476ff1396292dc8a980cabdf374 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f20124cf924879eb17939c04ab6291662f7ec4e53ef019c9f34639a48d8bb15 +size 15375 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (588).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e49ff9034912d3c57fff07a6056fa3c0aa35487 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c0554eeb147ac89b87bec6e7a9fb30660c2fa23a8a7b7e9d2b8192bcd3b7d2 +size 12022 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (59).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (59).JPG new file mode 100644 index 0000000000000000000000000000000000000000..420453db979f0a7d492589831006e7b4a03f995b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (59).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c76cbe00acbaba1600df18dfc0669ab5ceef8e1f6444202c14982afe4ba3c5b +size 16544 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (590).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (590).jpg new file mode 100644 index 0000000000000000000000000000000000000000..51ea27f4b1e21d2ce1451084d2e9cd3dd14d3675 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (590).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375eee7b5da77c7afdd73d089574bee3148d04cbe266ee070ee4774d26aca750 +size 4822 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (591).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fce2ecf9e3fa20a0c5820521177a0d552de42de3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15128f99169f4b7c34834110a754cbbb9b64676e8da99744504da2954d62e8c0 +size 14572 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (592).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9b223d00ae0e435218424fd1aadc075f79c47f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29af09f8bc7609feccffb33577d31b6ea15c7a789776eac88b2eda5e43520eca +size 17780 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (594).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bcb54887cdaf59f3888aad5a8e1319c42bafe83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4374215de32b06db17c1a466f3482c1dec76a25cf92cbe9d9a8d4e47f6ed9e57 +size 9190 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (595).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b2043c9b5b5ce8e31a936ec38dae8649601e4d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a7015da6f2f6b551541bbcd2bfc5910882d1ba16a5123cfcd93a126facd2d1 +size 15905 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (596).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..705651e08532d8ef8cd7ad6c36205332d9490b8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf6c410e65a2b24ea5122e4e7dcf4b500726a0c2a7d0201061083881e0d04f2 +size 9819 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (597).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6cee50811a4f8eddb0a6c52ffe26bb64dce13f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b3874b2259d678893585525cc21a757353d3717716bdb824d53b53eecaf124 +size 18908 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (598).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..443209113b6d42e8b18a8034d373b6427614fb88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8c3ea272083fad71a11ff378440ea3d49868b5e3e6f20f74202f2a5cb95aa5 +size 17562 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (599).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75bc66108038879a1afec567a786d5fe9e8c44e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b37cba3ed94440180ba6ca287f0c28f758b76427dc3a764d7a172550b8b0d0 +size 13790 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (6).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (6).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b1299fc2154bf59284d56c8583eb102438de15b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (6).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87918d042e41358e5b36db6a0c10c1cafb80ddcee7296b8a69b35c6a986e9cac +size 16423 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (60).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (60).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85235138e2d83bbd0d2d945b702657cbca68308a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (60).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d47499841ff90a6ed93a03ad5f76e94b7739c4981d6a856706b015330d59895 +size 10004 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (600).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fae312f5fa49e70d1b1d95da12c851082b966a98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3d757d5119acee3e9ee427f8160daef38efb9725112d9dde3173bf34cbdd8b +size 16735 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (601).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7633b6d9caac3bc52d5345d2105a7e90cb194485 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b43312823edfee7d9ae5b3e6317cac63a693455934daed982c6cb16c304c1a3 +size 10558 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (602).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b52ba6be0783d89b0b54ef8d6b07bb3f0572d88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3539ea5cdb42f318ed9efb5f8e33a447750279a0005f9bf3bc64ae5f1b78e20e +size 12162 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (603).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90ffd451847e2d6c62216a8c2b6d7f63a0f0799e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5db522869533f8eae88cb05ec7f3c3883a5480ce5416da31422d32e8d2a725 +size 10370 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (605).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87bb1d8bb017718cc97489c69a509cff0fdc4944 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9b37f1093b4697e8be49a57132f217de29b9a7df8a186582f6aa9f2996bf45 +size 10229 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (606).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fd6b7ec64be9b47836ca1f19ed9e15143fbcd29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f45e981e578098163a27944e8677d43b90bbb308f3fe09b5c2d6cd155dfd6c6 +size 19012 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (607).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de761d43cf6f38a2889af49d8532b9e8b98389bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b481005ec5738a263404a8463b8f06e124646949adad20aec105454ada88c48 +size 12619 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (608).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0a2af5270d6b150e30016ea34fabcffbd11a7d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b03fd00bab50afe92f41abf856804f76247d8a27b02082cae0886877198f3d4 +size 17584 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (609).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edea01cb8edaa7e2f58594127ff1245a6e2d40c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4c866062b66691486b5fcd018c799f2be42bd6fdc70819a36cd616242f9efb +size 10809 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (61).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (61).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60a91c59d241cc864f4186d0f1507e999b4c86b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (61).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a058f2c5a1d396db3111df076b4d1d997d0e36749976bb43cafef3f71db5cd3 +size 16595 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (610).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c28ffd1311970025febedece34d9eb27b8f81338 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5d5a7b9d8ac8146a81e84c9af88b5a38ecea9e490c0579fba7e9bea221bcf4 +size 8893 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (611).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a0579cfb989d7ec8d7331effef745bfec68e54f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4898cf65cfd1241f12be2c34a144be246c34058a17dfcdafb30583122bc3d5 +size 10255 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (612).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40226e84e42a611d525248a024c381531e75d69f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cab4e9d97865e92ad64ba9d62a71b8f475aa3d518ce660aaa6a46a1af7baef +size 8467 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (613).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eeb15991b5830527e2f6b1d32960423e266b7dba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4888ef57f5e74be4527884de09ae785f2c8aee73f12216dc1295ea173483a4 +size 18955 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (616).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0cb126ce4c6f8f72772367691a3b2d71d37a7ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d428a36f77f24fbda0c1109612387a87a4c17ab6d28ecb853d2e1bcd3b92792c +size 18663 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (618).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e5014b29572f94927b61b8d7b417e7b6877d480 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f93b579e928b56772c1a0faad491040de4c3bfa3f42732ce98c42da024c56a +size 11334 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (619).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0ea05204a91a7cb97670af60aaa84de77f593d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce56158d3f4274c32fb66d7349b55d9727eafed38e0f6e3b2dd62e8afdf553fc +size 15244 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (62).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (62).JPG new file mode 100644 index 0000000000000000000000000000000000000000..152cf58407525fb11a348d3ed8fe15861734cb24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (62).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cd5037fc5a41b984d0c1169946607ee5f99e2879226bf2e293f8f008ce34fd +size 19232 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (620).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd4e133cb767b43b6c23ca04cc68ccf16e6a1b4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e396a14503ebff8af097d8ff79157cabf83e57543e460d8a81670305d25d979a +size 11899 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (621).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a35992f434d538d885d40948afd12a2c8241b5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9472fe393b9b1aeb03f754918ad2171ef628fecfed9b538221cf16ec2e66c4ea +size 8821 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (623).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5636a04fbc0a609e894bd7f2b1bcfad89d4e48e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6185d9d8b502894f23438bf7820cb173f52a75c2817d74440c8d97a6fc85e4f +size 7073 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (624).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b494cff61021251065ba3454fbcdca699fca1bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e814d1f14706229f2bc359cc9dc5e0647f8cb952697bb86ad350084e9dd22ed +size 15567 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (625).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33b1512ed9efa5a5debefc8aef821a4c6189a348 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d310139976f3c0671ae54dca16860ee5391f98963d1052b8d92391e0690cbe1 +size 18881 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (626).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a950f4b47f4c904fe12cd1fb2db10781e3307423 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e191ffffc71640bc723e04f8e02d2b70601bfd22d9efce654df973441d61b1b +size 20467 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (627).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..007a35d255bc15b342ee36dc5d3c834983a57006 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3646d4854aa18f188fbde1c4396195afd2d9f8d6df032d800c4687052c4b4d84 +size 15455 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (63).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (63).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d530eff540c01c5e406d26e5d9e56a8899732f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (63).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99aa400a276e1a30e59d01ff6464e4e167f2d97d546b2506c3d3685fef3227e3 +size 12839 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (630).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2db9be3f2cd07778e4c1586e03384889c4a320a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142b31176358b626cc85476b0fb32ea8e2b66553626109b71eae6d131f782e60 +size 20339 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (631).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53f8fc6decd1c20155d09bc61f9b88df59ddef8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cd238a1678239ee9653c8e191471a4e989b1b12447495ca84df8943de6274a +size 10936 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (633).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca5742afcb0eb61ef3efe0731ff62d8ded596640 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37551bc522f780750d9b5df018483c29a930d36098cbc5c46dc07a342254275a +size 16510 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (634).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec42063d4f22a23802f51f49e3c1d48fdb198c1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac9a079c5b47c7f36a2a9c1bc9783c635daf82a3934373c05f2d2ec37335ceb +size 19698 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (635).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc26fc6c906f6187a2485ce8a442c674c42e551a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538b6eb8034603a70b77dd52360e455de608aa82db0cb2fecda497cb850c0e7f +size 18566 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (636).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb319c5ece8eea800a8eacdb980d9f32cb17ebf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681f1f23e41ca9579681dcc4ed4b299ecb101887b76be6c8a25ecaecc1755804 +size 17500 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (638).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (638).jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ff87f0fb853f4b48e2d443f91a867355c030833 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (638).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd100027311646ebe6b61c53f6d456282bbf3ddc4ef233692d362d7d3cb6c954 +size 6616 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (639).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14fb204890c7f7fa9cd1b8870eee606ccf0fc482 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd89e19df024518ce246c7a507abe6438f85e154c864d902a7d321a90f5c82a6 +size 14774 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (64).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (64).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b1e7ada371b8950dadd1eea0ea4e1b9f001a3b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (64).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bfd46e22720802f8f72fa71f199680b91e3ef393b1c93fb51e3dd06131da0b +size 12165 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (640).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80a199ca852246d586ba6975b1cb2034be51f89f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce19814b8620cbf4ea4f2f8e3074d4f838d0d6d8ae239aa4b59d34c9c98dfb7e +size 18617 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (641).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d4fba05f6418069ac778ccab6b4011cf1e8ca70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166f78e9d47e88fb9d6d6a032036279b872e3e4d8ca8fb1bd8233aede6d0a9d9 +size 20295 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (642).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d36ed54ee558d2993f91ccfd239e6e0f7da4f49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1bc34c592fdd4aad877e3759c28e4ff5164254c2982c81a7ce8ed46b8401f5b +size 8737 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (643).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43baee3f2ef0bb21777e4e6487d1ee568141a143 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b303fa2acd2b84a62fb5d37b753324bb39b0370db701dd0687bd21497e270621 +size 15414 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (647).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee120e2b10059341b508e81d91df4dfe0307423a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764736f9a70aa786faae9350fa51fc59f10882108cce8109ff7a939f1695eb2c +size 15747 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (648).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2633338343cf793b6484f022771fcfab29a40d43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3954794572a510cec0c1e5d7e99916750cbd1f712defef36db3efbcfee77c01 +size 15257 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (649).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e602a06150ba5b84f33968148fd95a3b9ef177a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f296db6aac15ff2ac5c4ab21f2647518962f821e8005b9d3653ee909b86a49 +size 10710 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (65).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (65).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69b284c70796d623b4553a7784ad347b497d2975 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (65).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11b05a40402187787ca51a2038f7795dca1e181564d52147cb5018bf2b835f4 +size 8262 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (650).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb00f74d31b51f2513eacbba2f4ed488b48ea728 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23b798355224404564bd8c652f8ffe5d1507c79497b9b6395c7d55ceee48804 +size 8999 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (651).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (651).jpg new file mode 100644 index 0000000000000000000000000000000000000000..20ef8b5841fa026d26ce7c2aca7b7c0ecc55e5ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (651).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429b541d2e1de7f03075a1957bb75bf92ac9dc6484c17bff84f57eb5d09c483b +size 5971 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (652).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..498a9f5d940e14920a908cb2496ce057816404d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddbf9159726041ee2d1ad11836a33b9bb77bf4fef0c649b78387390c539f506 +size 19208 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (653).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21270b1f3e4c32df97b39e8dc05e174cc23af207 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b79c7fbb34e48b98f743830ab6b59bdfeea026140475a15c6115fa2bbc034f +size 18249 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (654).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73a94738ab9d797ee768fedefe0517abb6c28ff4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f106a716e2b5b5480a33e58bad2506d5f59377ba7290989fc59ebe7143d84ae +size 8750 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (656).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8caafa787f8e405a9e8b7f09dd497662f48f7df1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5efd0d75ea9ead3216f50cee84df70f677cfa87acf4ecbc130420109288899 +size 20360 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (658).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe8c6d53dbd59fa60419e6ea0e34c57940fb6fa0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61a7a9b0bbbc08d9dd408e89411ed8e78794e17b59232cb7431549b9632b6ab +size 17094 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (659).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68b405830b4f8981fc00436b54cf92cde4c560c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bc5caec4bbbed4555446324b8762c312bb1ba171c9852e0e1d31e36eee50ca +size 18580 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (66).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (66).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bbee783feec4842e9da5b55d7d5cf8b60730c7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (66).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5dfff3845f64a1a8916c868dda224270e16425ff570850b5638d261bf8ae08 +size 14192 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (660).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56b27bd137368867c5ad87764c071a5737badf31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55d3c899ecc709cfb9842df5935acfa6422059cab01112410b0f2e56fb8da1e +size 16478 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (661).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b22db8ccf8a531b969b0493bd3cafd8dae95f14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf75a73c6a097cbb888f5667e07ff899e2d3d2ab4d7f8774ad9a4e9ec8877ad2 +size 18359 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (662).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (662).jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca3ae2e9dc25808221eb0966b598a23ed2d4c46d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (662).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24546fde3ad14ae3433fade91bff42e2319f8ecc132237d8a3c910c537cad189 +size 7547 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (663).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95e6486f57e14a523d3bda174ee84cc7c4a0aa0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef65c1a3c02e6a4f6f85ff2300a29ec0ae4d095a92ee5c63aa0b1164b9d8e0aa +size 9706 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (664).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..426331f62f67728d0a6c520cced3c9c2d6756480 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ef61d198184478a18afb95ef4a82887ae76d5bf16a6895c9fc85ad44707f47 +size 17759 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (665).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7db4050eca3057ee150119ed24e1101b8ed4a6af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481f70a78eb0667b3f1530f05c387ba162251c3ef9aa7d86f6514e3bc6dd7328 +size 8778 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (666).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..092448a582dc5b88b47a842daa12aad04a03b171 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d2eadafbd42302ffc2597028c50830fc7d3535b32b8b1e9f3d27e2619484d3 +size 14240 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (669).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1668d1d768b0291052251099a0f1844f144e41fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36596ffc22d24ebf436604cc9d762fe92dedcd3598fc523a8f46530c003652df +size 8227 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (670).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c8d333781618c4e03a8eb7605b3ab009be03922 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189c1a940dc9e74e227025b6bbe738775b80afc048c9a773a3af59ac87d46095 +size 13268 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (671).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..778979bf4b021e5e605e9fb08171507422672fe1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b73b5207ac1a5d4f481c87dd38db04a0e49c3d17e2ac9d30f60e82f9459a80c +size 8856 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (672).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc6e209cbc9cc8f46b7c83ee530d3a8fdc4890ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95843382fad9b496d3ec963ae1a951c8cc8d73d32af1d2069fdf636bf15e1d4 +size 14239 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (673).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93d905aa0b55d1ea5eacb7bcf4c95e4e47c14aa4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6443d0e967d3b367e9a302968c164da0f9baf78859345d0529c8a94249336bd4 +size 11536 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (675).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..733b0e8e6bd6ce882d5cc9cfa01923918e0a3a0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9329c9975ca7b091a2aea377c92108252b3a0504ee5182525a5d6530885eea75 +size 18552 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (676).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bdb9d90f6f1a5a695f56186566c4734392e5ad4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843c7610b93fa1dde4f4cfa09c60ad0e23c66817a5bac1b16318cd4e38866de1 +size 10139 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (677).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (677).jpg new file mode 100644 index 0000000000000000000000000000000000000000..e24e9b440ac33b3b0fab55bd79887938ba5fb16d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (677).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf9ab2940018ebc2619d75119bcadc01b600e89e26b193f8f5a07a71753e907 +size 6268 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (678).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b54a044809752485e15e531e5c92e691f8648b93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046430e1180c517a84f1cad085cc4cd0e1d46c090f70ead6c3b2697a4f640c24 +size 9002 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (68).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (68).jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e660c689027703d735196c2fd5c777ba8d30464 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (68).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb6e63e91e2a45927739c7a6eb2bb00f34ca2897bbb7c4bc0d51601d208fec9 +size 5451 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (681).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d636dfb4d2acb2228c5200aa6f9f5eca9d34b95d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93638bf8639e0ddd66af6376f0b08b9da7821fc18e296407b538e4d655f3ea3a +size 17957 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (682).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c6e4dd9eedbf888105598c10889cb77a3ac9988 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3ba6e19c1c544d3a7e0e5a063cf74325d60a3d818eccd36294aa6e9d6af6ab +size 14850 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (683).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90e14319c9a0b38c3dfdda9ff1ae3ddceca078fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3a6f2135772e8cc953914912ccd09160e89cae30f141e48fe8bbc03760ece1 +size 17706 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (684).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6214353e2d72f0d69a8acf2921631c8cc6988c7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bff1747925ba09f7a38d371cf7a16b52e395866103425979efad747bee809a +size 9416 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (685).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d84c4fa7c3059212c949dbf82e77ff4c37f800a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d9ba8ddf29cece035454cf1e214d7db307482b41295007f70c3a7e1cf54647 +size 14725 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (686).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f606b1b38978a269cc0102fca9d12df7741ada46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00a07a7d1baf93fddd82fe18df4b29e5550cdb95af5307d25a2c48dd76811d6 +size 18502 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (687).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..295ccb35b749cc3fbae91ef034cb355e932ac0c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43067cd88f776def893c81d27c0b0940b30386906a1cc73fe9dddc326dbde3b3 +size 10520 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (688).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e98bc994e73fb837b68a70e0e69f5783328aa07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d297720653656babcfe3ec3e0536c335565f600453a7de38d99aac19465b5f2c +size 11371 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (690).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3be9501e32f1011579bea5e436d35efe84294654 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb300a0709b92f3a0480263d95b7fa75464a807affc4ea27ac50d4c97a145f39 +size 20045 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (691).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1058240f384dfd7c1701ae1bc176650bd8990911 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617a8311a4bc3eaa006d8ef07b7c4c7af95a5346b97c35d9661ecd339c329ba8 +size 17216 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (692).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf167879ec603ab78aad1099e698a794c34d3fec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6720a2114490aa0988556d80aaa99db9ce77f6e43001b3dd774872ec4ad2ea29 +size 13551 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (693).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68d63918375e888aa927e89c63a6d8f21a42fec2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3892b864d4209cc1a585b328f092afa3ca2c0a3afb874ffd6cb56e82649d852 +size 17587 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (694).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a55a47a1b2af42e614e43a8759daa0beaec1322b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67539cf0dc9f0f36c85e86cdd2cda1ee831e10a0251ed50985176c40f5d81df +size 8139 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (695).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..001449db80643bde4f0f6e1d1aed2aa4c3808a93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432ce90a69be702e050a57805274252d5135c907c7cd76f3130dd12e1cd4f084 +size 17014 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (696).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (696).jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ef2d75b579efc08d2b3a6f7876290a7dddc7584 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (696).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77092755aba583bd57ebf03aa0a1c4bd908c4e2c8ee0717dbefdd0f338ddb33e +size 7033 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (698).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25111a1dfba8213c6775ae7903fa157fc21a6150 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c273d5c46a905f7f0c45269d679b787fbcd0d5a1b72480f3ad9d22177f2405c +size 19464 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (699).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b482b7251e2552dc5b916440758562f445c62719 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090160af721c45f3bd5dd5f13515ec3febdbdf287d820066951e82d3e5905ef6 +size 12644 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (7).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (7).JPG new file mode 100644 index 0000000000000000000000000000000000000000..873e6fb312a84435e35f1f3015d0ad1e5393f0af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (7).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0791f48e1ed2298250dd8a6477afcd25f04105a3550dc678e54f2099f5250351 +size 12603 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (70).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (70).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd5a987a286434b17fdda384df39eccbd35ae4ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (70).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b934d8ffdf49c49657cecfdddbc498c8f1096d0a55be05b098e3f4ae842a9aba +size 15835 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (700).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b0d6a3dd4766e19c7540780999b25b2a4ab94da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4668254dc6775fa2e0f15924bb5453eb093153f3f3ac466904f10709ef43f0 +size 8972 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (701).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (701).jpg new file mode 100644 index 0000000000000000000000000000000000000000..591dbcd2bfeaf2173cd6712f9fbc2f91f1f7260a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (701).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e64279ecb31581c71f052366bbcc5963722627e8278f96916099d9a39d0de68 +size 6733 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (702).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2114df0d083dae32f3f8771df0952c824711e8bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fff4e5ccb3002b2029cb3a09b493680f88dd298c2451d5d1cc1bd75624c4e1 +size 19759 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (703).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5de9a1b474df526f962869707fb609aff239cd59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b171239507366f28116cdb3750512b79f3791938caad6d8ebb46972ba4551e +size 10581 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (704).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a9fd34bf8b32b7548d0f58a2039b8574ee623ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8a191105df66621b9632a024d312f7793e4b3bc1f6ce4383c49f28a1a68ddf +size 16481 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (707).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd02315881c09fc62eca4a1365bd95337611f9c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10fb99f14eed13936d2bdd6a9c9c4f7bf8112fde9c9bac8ac9743edd2badab4 +size 10118 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (708).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..934fe487df0b982ee50c8ea4661301c60a31432e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6a2424f5efc49f2e66b5d7ce85cbc7b76dd5afa7eaa1e5471e9addbccbebc8 +size 12401 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (709).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66af04d99c2779b64ea52218b2424a6e974bfb40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5f39f38e05c08ff5493d7c182fcf1226a87427b7659a66ae7536208ea79bcd +size 19873 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (71).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (71).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34b825b06d8df420d68d38be41511747c6d55b11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (71).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b03353752c50697e27b3b26623f4c6165c79dd2dd0f286adc041e60d14ff6d9 +size 14780 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (711).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e93195fc1ba4463692ff028d63a9476b4c66edf8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c04e4b1fccbfb592a5bcfe2a9061af203618d592d61a61c17f39a63460c09e +size 8163 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (713).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41724081d6becf01e8fd869c0f4e87ab9f0c3e04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d68f213daa18e8530ad7f94312c0ee5dc904993589f2474f95cac5997b1fe4 +size 19840 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (714).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76c49b0c7e2091bb2981d2cc69a6ec8ca0bc8e09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda8bc5a453e10b0859b64cd9d48891045a512cdbe9ffacff661762b745d4747 +size 12231 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (715).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..052290963301bfde3ee43589e8fc26d3b04a5c17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc721f8c6124742e503fb7514c4c1d2d140ae968531eebe8f44c07326d7ee06 +size 16108 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (716).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95bd2a268b84740cf4399bafd7e11aef744606d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e032348b50d48ce27390a2c2ee0be8a82d5b0d9347928130e93fb3d09ecd523d +size 8561 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (717).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a560442766bca09612e33a45ebc2e281c4f161c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e86fcf73707ad68122fed1e20b3b0d19a89154d9bd0f51b3c3ebc5e9a64fa7 +size 17193 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (718).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5d9ad870c97ab57da159b51d936aa04344a5416 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2276a85f8c1bc1fdb4f9002efa42fdb91321155929f5ec7d58d177152cf2c763 +size 19319 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (72).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (72).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d4e172eff74ea1df86a48e5a28adcc2a6f94557 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (72).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c072660ddef1662487fddd21ae331a6661e31fba4d592e38cd2947d3b4b64f43 +size 9671 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (720).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8be79152f5e1af1480d1f137469eb8842f927f24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc1318a25d12c094456e31d6be2c198f0ee0766f86748c0a256c4f2adb5e943 +size 14149 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (721).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3b0147bb4d7bf1dc8b8d66ef01c1e6f41955c6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6045d1922d7de1c462f84f14b67288d2e29d8daac01788c8dbdfb9db6bc665e8 +size 9340 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (722).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0c41ed77cace59c535bb751229c8c20efc566c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b80230682bbd7d47e3c0a572dbafdbedb9071b3514c9994dc38d23dcb47e39 +size 15811 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (723).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26101bac74379e647d61302ea6cd9bcafa234129 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1417fee2e6f84d7e4a3aabfa3720e0295a673e709968d0fe1117d46180f3e79 +size 17500 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (726).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2abaed4dd5525f6f8eff8f4879cd6293f26d493b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9294277848a045e6e15099b607a538364e725d18ac677525002ed82a0fd7c79d +size 15237 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (727).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4d777efba4002d1108319aec37137c2b3bee4ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e12af59d44b29cefc519429b4e708f41562b61c3f0e41cc5582c38f8cbefa7 +size 20560 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (729).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a76b6a60ef8fb8f9358cdc48cae05664949eaf18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aaad017e06b4e81b16b715612067e8ed17bb8c0249b1b767ff445301ca8ad2b +size 18814 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (73).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (73).JPG new file mode 100644 index 0000000000000000000000000000000000000000..687b06ad611984a856b8b73086c523a49f453274 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (73).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10f181689708b2d0f9a543d20e81884b15e3b305eda36b4a55451de73e4789d +size 16268 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (730).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (730).jpg new file mode 100644 index 0000000000000000000000000000000000000000..edcec55a03c491b0977865bf73c7ba6b9f2390cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (730).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a01376852464c1f747cb63f9c7b34e1575fa7b227abe652e8600cd7f540d5dd +size 6707 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (731).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a5575195d532aa44772d8f10c7b431fc63dd604 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9228985aa1581a48dcc46d78924b899946a29b1c8b7b06a63e91da9c27cc356e +size 7912 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (732).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9e4236e69d63c3b9d3f489ac7cdceeac995c141 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4061c6bbe24423653229b00a65e4e0b23a2b7baa7ad022d111900122120e5c +size 17917 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (734).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf41f9130a2bb6be3e3150623e57b5f67fa61b56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198f4efb5c3a01d27fdbac9a17cbabcea17f97846653cc169331102d1f331508 +size 8592 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (735).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..711bbdb867693fa1dcf5a2abb6e5a941e1fbeb23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb58d8f901a247296e4caeb6e406d24defbea595a3edb81b61bd3a6ed94748d +size 15367 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (736).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4fe7aae57460ea8c64476ddcbc07306b81957a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1f519526310b704126507f84ae1d130403bf301c03a0b9470fc7d798e5f760 +size 9595 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (737).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2db9b10da444180ac8d4ffdf94eaad42a9685b05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a506e1464d3fdcc522ee14f4ed7ab7a703541da595019a4418c00754bbd54b +size 9874 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (738).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d7eeeafca19b4727435b058321b70613cc40bcc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c025078909ca0725a5afb557992a08604f6e5080bb8260ea70239f7e68a32e97 +size 16693 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (739).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6eab7919eaf7bed56d7adb9c8b581872ef634635 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b5f2d52730b9896590f1e676ede12cb826caa413e8b8660d79f0581fc20de2 +size 16413 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (74).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (74).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3473b6b7f0f93c8ddb817a3e66e1a6caf5f5504 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (74).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e6a51dbc9f43abece001f0d2e0722a0a544b57e2efffd9a6e6053a7170a4f3 +size 17922 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (740).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (740).jpg new file mode 100644 index 0000000000000000000000000000000000000000..14588261a0caa56dab946c18d610885d7cc97660 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (740).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30f1bdf0af34c1d91fb44303f76c9b0a33dc0fbabf975cb8a4058fdd3a63856 +size 6080 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (741).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a80a6d09a8096461701d7854d881c204e71f29e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e012508fc86a649a1e938f131e1ef3bbe6cb629524cdc6222406fcd8a4eb9fb3 +size 9504 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (742).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (742).jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b77bc05c79d6429657b3b596393c2c012be861c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (742).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26dfcc38839c161f772a9b2ed67b453e6319a103d85f09733431400d39df678 +size 5258 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (744).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ba2a7b52ecaaf0fa56ba7d08da556e5e0cc3623 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998bb4a3f0865ce4d2328b3e748480f387f780d30d7d84dc8a6d20ead35cc38f +size 13288 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (746).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eada30993a848adbfacf837a0398e302e4c81b85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c77aa208af117f6527f775ffdec064d95ecca4c1e320fef35357a823a276b6e +size 15747 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (748).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (748).jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eee5aa77053dc5420ecce736af227e6e9207664 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (748).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a249e0d5a65faaa59641eeef70b5e616871b7b4f257cf333c7100074c066938 +size 6942 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (749).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf5d086f2129469faea118aa3c7dadc706c2480a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68909f6902e9c781aff6fd86b4730b86cce42f3229cc387ecbb08cb56570ee4 +size 10308 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (75).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (75).jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3b05dd4b1abb156b28afe7cd5bbf56f54975648 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (75).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a01709fadfd33358a31f4c08a6568ed6852ef3e60acf769f4bfdd6e0838e216 +size 8438 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (750).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2158bf49f78c98e2019ece7b82e3b1886301ef22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44d1be956e77d2291401a89496f0929452566074ccf6170732a040e0cfa383f +size 18052 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (751).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..865c0a9e6af2b37a7b9f7cb01a5e57ac7fa7600f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40700ed94ba16dd2933e83d006d5492c3a0a38c9887c059b4cd6b9d298a32dce +size 17399 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (752).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d5e66542bfc70e933b6bfc94078e5d00297b74f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f62924fbf4b43ba879137885cc6980637a5c47e622c62ac4c797ad467100b7 +size 16872 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (754).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0aea29e1fbe81dc718619c80c84ff904a734f9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7994b262d99f8ee3c67a2cb92b285698b92b30060d49b378c37fab7dd83084b6 +size 10707 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (755).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1303c98928bc4d7d1f631176ca7bb5204c5c8836 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2160fb20017c046071b28fa22419c2034ff69e4ca186916c45b4e3056e29a77 +size 17279 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (756).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3489715ae4eeffceac08ae636a87fd9b4760ebfd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2ab1cbb66e6fbda2296055d722d3e4c0747b00664978e5c55a1b1ac55020cf +size 18626 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (758).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (758).jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6a02f5527250e046b51aeebc81415e8cbb0423d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (758).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5495ad66a261a648894f8bd68b5ff6bea920d8ff68ef6d917871fa9718d5f84 +size 6682 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (759).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (759).jpg new file mode 100644 index 0000000000000000000000000000000000000000..654b2d0b3ec5f68c05ffa7e6466884002d552bf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (759).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355ec89ea87b93c6745f875825f3955612af5d75dfe673b27401fd3c017b129b +size 4489 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (760).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d209c353f3cded0c191e91effe4d0e24f60fecec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9884807b093efa850c3e7399435416606e98c091604c376e4817a0570ffba6b1 +size 18452 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (761).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7d6c068138c0c32a2a9754aaeae77be91d22354 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce49c945adb807c4a331e811b9fa23e20569880326eceb76687227d5e18676bf +size 17716 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (762).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb151f933480b305c4e26d8eea6afe8ff7f9e7ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fa402785d0767324460a7c69ffc90d2ff28901d934b28f09abd3759d74a8ab +size 10352 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (763).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..779c69656a46455e61291f6e86f5b83fb3dc1fd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ad751b95228a549169c37f69c496923167a9e37042e7de3e43fdbf2cf61e9b +size 18104 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (764).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c69d5db909272259fb4a800574f2a7d7e219754 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b7746e2f78a08685f058a78843acd9c7a2f21af8e26cf98249d80fc3de4a6c +size 8114 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (765).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bbbdbb69f7eb1fa14d91407c4b7b7ffd6693a01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baad1befa30178fdc32607ab665313f5d328df832e8e1cddfe36eb86b3cfa199 +size 10020 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (766).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1749a0dafe30a48e8e40b28effa63ec7f2459ab0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81a57925bc6612dfefb9c58669fcc104e9bb388c191f92be7f6a2cee8601c81 +size 9351 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (768).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60f3e065b9794d22f5a0a1581fad13facf88968f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05da7510b5c6e498562f5bcb7fc544c8bdcb38b75ebf91a7c319abc2ceea3bc +size 12624 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (77).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (77).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3df78fe692c7b908f0e859994e67da2d51603ecc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (77).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c5e8b7f5fff858f7749d05ab268ea301d9c0318eaaf7fd92611c0df4c8f60d +size 12818 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (771).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..beafcd52ee9a272779fd3c59a146797f2918e44c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199fc100e2e9084715bbbd7e6037104e46aac807a48b026b834be00d49196a68 +size 19479 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (772).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be9a4d6883cefa3c421c2826a8fbb6872d74b0a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d965449e7fe55eb4657ccd3f0b98157f27d9529815123132d2375621f8b7ab2b +size 19462 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (774).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a37f70525c12f2206a093d5b93efd1cbea8b3e91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdeeb214614fa612743da392bc9b606b6e55e920d37f7f2eba300e7cc9553cd4 +size 18930 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (775).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2cf759cefd0c5f1025dfc5be74f68613203a36b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0270cad8b2890b9a5b91b0ef5e99074e75ce3680ee256614aa66df8d1a949441 +size 11288 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (776).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..251a9168fb47094267fbb5ff0b7416f12dba9018 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1530f1399b24be50a8d23daa07acc14c500c9fd1bc1ecd608c4109bf2a674e +size 10444 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (777).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bc85c45df16e6240afca283495de6c8322d8199 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f52e910c6e37b65d495320b712013cf8f47385bbf80af40f7139585b2fd9581 +size 8912 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (778).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb2a33af588e52d5a1b6cf2bc3b6bfa0bb4be266 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6c5b66dd1b46e63c6ce666ac78113d42dbaaee1a3287d026d7645d0a2635d8 +size 17510 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (779).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd70a982671055b547aa727ba3ac06ff1f0a5379 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c99f2f40da356465b10881acb21b64f0dc75daccf58b9dae567953c25fcfc9c +size 17918 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (78).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (78).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f0c7900c0c27d6824a57fa5f133f0057cc30fc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (78).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3057f7e1afb11531c8813db30d2a7d00a1656e554cacaf0ed673a852b1e31d +size 11229 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (780).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (780).jpg new file mode 100644 index 0000000000000000000000000000000000000000..d72579b39027fbe9c034c93714c64881b482ad84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (780).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c365e7dd76cb8471aad5e7db7cbf55b39d3d5a13e005117cfc35b7f4b41e05 +size 5335 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (781).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87f88e59cd5efd2ad73698f1676f3141063c4722 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3778b3825e649831c86df26de9e7271fa517a720d9b3d1339cdf5880cf550f +size 9477 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (782).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d76e8249ee269a951b7b6d6ff68ddd25390dd13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79cf89e81955ad69c8089b51540c5d98601cebb068bcb2b85a833e8673baa3a +size 16670 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (784).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..641d57cd27e9771176af9e73f8c056dadf0a6fb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d993c844a443a178b6f281a03569bbb6375804e4c8eb775775b85fc06e7269cd +size 16178 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (785).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3d21acc66725180fec2d4bf2ab8dda1d7e84541 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c234c0217e670ff00bc524b031f8e8adc25d0a0553652c223eaf84f3dd67ba +size 18230 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (787).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..affb22b37ca85438917a47785d5064309df72b69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c181338da80c83c4fab024e7c67843d9a242fd2e0e5f98d6e8203c7e82c7485a +size 18217 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (788).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..039d2377aced429596b4c9cf5956b91e7f94e53b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa8e75101327128cc9ad548861cfc910ddc632ea7e7ce8617658e49f3ca8c75 +size 12806 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (789).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e59575138b6572eb756c0b6f9c89a69b0b259d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8043928eb8fdb83bc8b407b9adb4943858990a6dc583ae1141e8b332104cf19b +size 8331 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (79).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (79).JPG new file mode 100644 index 0000000000000000000000000000000000000000..adc71a51d503c1c4d50e0e9f8e2089abaa3c0b09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (79).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71c5dc3be3b904616fdddb37063ddfd900a64f24a18d352ebe5dd959fb85dbc +size 6533 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (790).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1636d2d60c350cbdd7e6340d5845dcf0e7ef68b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95063be367af2aa1f61f82d72ca12d7dd9ed2dd6ad30f61ed72af17a4b5fd0ee +size 14142 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (791).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9dc01f2f8d6dd0e323694d5e5f5d295d321b016 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031eae9e63eb7c4182a6f76a51a7298e2e6c36d7336008b8f862e58eaceccd54 +size 17938 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (792).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87ea5cc08996b2f18a74d514c50e5fcb08eb112b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba9e6f4c8ffc7058cebd97ab5b40ab21e86b1aea5ed70d96bfe0f958b86e7cc +size 19442 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (793).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d8a842f285c268a949cddb468d9baff8c9e06d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48de591847b72002ed6aae825ed0ca2caf6d35295201ae468be1dee2182b0f39 +size 15653 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (794).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d81076b76964fcc215ad09045fc4ffc0fc18671c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a0a13faef8b9d638ebaf23ee790ecc66fc6745f6c0840fd9b80f7bca1e4f79 +size 15264 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (795).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b685d7a2335bd697a616cc8dbe8a757af2c5c28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab7ceb2593afb129218385e44d6b3c49ffa0fe523a99c2ae4d1575e33306de3 +size 19418 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (797).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab8dff35d8f5aa4e46618e22fa9596df339d5a00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0298c9602d9cf47589d26a7b05469d23dae1e602ca3e22c3561c3d6255d3d98c +size 10116 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (798).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc306228384f32d5c828e4cd17fa4a2d7251473a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb22d8f23705109e4e12170bf321653913c61e843440c31316f18f7cb352bf62 +size 7848 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (8).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (8).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c40ec0321a7d838be547439ef95949800dad4fb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (8).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b432754ec7f75eebb28d9b6d8cbd42e995efe6a59341a576c9114206c999680 +size 15625 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (80).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (80).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30d12431c699a3624b15419cf4a1bcd206d9c49c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (80).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caa52c5d8877fc78f9ad43fcc12963f189873cf2e26bca3e8fbc198770a025c +size 8977 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (800).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb687feffc0cfff9448ee86f85239dc67d7b37c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ccdacc3e6306ed640caca53ace314113b32b53a9b07635976de27dee2ade61 +size 16622 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (801).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b29713891e6b5a5dced4289586df5c56d3c6a988 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b914cf3337138c6cd77e7b2e06bf095df844cc0bd8f8bb57edd2458ab8697bba +size 21062 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (802).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01813b887b3afafc3e87e0ae1ce74d7463dd6c4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d58b5c6d69968b66a0b4c27e78abe8908b56fe5235d9b702e5f03389f2a3c44 +size 15692 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (803).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9089a91407bc5d35dff5ec1d98b196e3fcf22ddf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e241017a1ce25d2f40671b09670a4a5bd243a7ee8405eb6eabf4cd3f4028264 +size 11419 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (804).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..634fd61e5b2adbb2f6c82123965864bd5e23d058 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6796db01faba8e008c5899815a331d85c792bef2afa4e5e1a2d66559d3f253f4 +size 8610 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (805).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e339aa7a6e788987ee03c92b62ba3b02cf5cfc02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81842393e7aadf008827fa61f787e2fb8da2f7c4fe1ff8afb255f04df88833d +size 16924 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (806).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b21225f578835f78ba5dc1f3193e284258f2607e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bb1a33f784d77efc9370453739e07903f12ce22cad0037a837b9d568accb9d +size 18113 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (807).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9dbe15ec62012c161200577cd53580ad47b98e25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34564a9e18499f2679ccd4d638525dbdf68689ac5e61035591ab57f7107e091 +size 18855 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (808).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00dfbcfa984a2e157c0985d6972187855e18a6e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb27dc9a6df7bd2b20de1a54ced4d4d77ea11557b0beed29eca927990be0fdf +size 12926 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (81).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (81).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9057d93ebbb3eefbf782b0aeff4544c0b3f6e44c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (81).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c080d0349d4d38b4908afa8b99bd39a051879c31c68963dad60cb076ad440f +size 15261 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (810).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..190fff549aa2f8bf91926133299868dbc965f3dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2748b4319a8190b0cd3cfd9c5b79e9e420320349e4c826c943f1963f6c32076 +size 8558 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (811).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c85100ea5017fa293a72989fa0bf2849b75754b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d90b58bdeec2220b5a7af05c8d9913d9c68106deb16de718072d8725af6fd8 +size 10908 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (813).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a7255621d311185682350320e0740f2e92ec718 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c09dbdedb6af7838807f3393ae4f19ee8888350429d44a4259ae9393871c1b +size 16853 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (814).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (814).jpg new file mode 100644 index 0000000000000000000000000000000000000000..9205644814eab8f20e4126f84ee2699159f271de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (814).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04f00cb6b3bcfae35ce1429f720af29c25372e94cdb68473d241f5980d70c40 +size 6566 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (815).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d4cef1149dc26dce9d5fbf2db318345d2586ab9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187b5e1f454aee7ba783ed4d64c4b7b800316e319a37955978b1bf5369f4b35b +size 9382 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (816).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..270197fcc3e794f8a7b8d860d0f87f2ddd80d13c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856195d1e0708412619e3adc38f83c3ab533a71d20e3204ba2c4e2cba4e2d223 +size 18960 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (817).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e58168cee1ee41ba3dca2ac1823c35257a02af78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c405160abff464d836d7890791aecd1daea40a47aa72cfa0da0f13fad9a5fcd0 +size 14320 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (818).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3da8a518041c17fae1656f9b3770767adefe4dd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cce807f3d1c75f1373ddd0d10f760e68f0e541e472c5cef2e6d6da712b6017 +size 10949 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (819).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..384582abb381efd01858f92ec86ae7d8d4419c2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffe8202b6791482d5b350cc797add32c0808f2b03dccb238f9fcdf2c585b695 +size 9401 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (82).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (82).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4680d5aada020015b932045a053a5e5dbdc40014 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (82).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2128299c2b4b3271e0404d7e04a8188229c6a6cd9997c2a7dbdd304e6fca2789 +size 10466 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (821).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d3818d837f1946535187c5f674ae9d1644ce805 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e718dbb6409b6ffed2dc456940b708951104d5835352dd20eeb24177b663636 +size 15175 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (822).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fe965336e188b42ff3ba173c767c5fe33bca98b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4ec6bd9a94ea35b90684c4d8f117c9ac37d120aaf45dca020b296c9154799d +size 8479 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (823).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c60b694e18dda35eae6aeb3b345255d3dd47151 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfeefe47ff6642c77fa8d339ebd2c4648bab3d0bd0088a56a457997a29c7b0cf +size 17788 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (824).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62d60dadcfef9a2c536c50af8abbc7196797ff78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d497a99bedfe6727e5bc760e942ed4c03eb03c484bdf2f8962e5f5b19b09ed +size 10504 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (825).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a0736778f4480065191ea3fdbc658613e67c2fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc98786f8563d3b6c171873252d760cf97d0d30e9cfbb3e9fbd847f578d3438 +size 9711 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (826).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8a2ad4eac5576978407a774c136b6a6c6489075 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf950f5a3e4bfd63cab92d6c66cae7433ab117f12eedf9317da2e586d389099 +size 15028 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (828).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95be4fccf04f2504f2c8be2c1210b368e84a98df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044ab575d7de35e3523ecc0932db6c0b9a2f7b119fb6ed078daef33799314c3e +size 16958 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (829).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e7faf179499536fe8dca4e59dcb799a58099351 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec5afb072b6b58edd7130c6289f23cd9001a22d5639a41f1e35f061c62ffb7c +size 17092 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (830).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc3b79cc134b3741d352b508b9fb28603baed9a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec929e338d7393d672ec162830d00d34ee02f3ed88f3256504173d25f592f8a +size 18637 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (831).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db1ef48da9e6dda1c991d88e1ac5d882a860504b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1562e078c9d4267025f99d0c28c62135237e813aeae116f0f2aa8fddf3b90864 +size 8901 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (832).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6416bf7d621928baaaccc450868da3f817dd920a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508a128d846b04983976a1b85ea72210ba1d63c0251676157804b71b417da4d0 +size 9409 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (834).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19ef90a270e09125e4d6b5a0b59343ee06c6ada0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e1acf2eeff8de7b137fa93685f7431d97b6d9d2e86d4b2b284436a1815de0b +size 17921 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (835).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b32ac862c3e176bd174383019aef469accceda72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf19318310cc79e54847f709d1bdc97176e5fbfe9fba65cc2d2d5d2ecc60438 +size 11214 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (836).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05caf6bf9adddc26157f2b25e0d370dd94c092ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b515e5ae877f9d84f152fcd3435acd0990dca4d403815d5f72c62609323603 +size 16010 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (838).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd3741781bd128535d1bbb2f0933acba8ac0e087 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d0dd50485b9530acf03f3cf71b824192e31fb37a3814601ee6e5f2144fed37 +size 18683 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (839).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b2c192646ca4b6acdd717659e7f913ed4bfad3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055dc9e3903d331386de13e51b2c8a525e235677f8608d7e28705bacc69e6c38 +size 16558 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (84).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (84).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48517d18d74a04c968662dd13bd3d141522d9fa8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (84).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b5029a8ef2df0449b978bba32804ab06e7021194c8b0d837a1ffd7af846b31 +size 11255 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (840).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2306c0ac073b19267362ee3608adf7ae46e54e69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37868e463b2aa9303f54083d5a01f10d77510fcb3c80a29a0ba63d65b373547 +size 13741 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (841).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb8c6d7dbfc74475655800fb89178b95858218c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28b28bfcdd66ba10cfe26825ad2b0860b0e458a825efe9f3bfa87df0c616b17 +size 9650 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (842).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8735574d830ff6ab955f523adba4470684ed5475 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25b37b48b9532d2bd9b832e9dd20f09f37022f48cbcab0cb64575aec2efdfe6 +size 12250 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (843).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a30d7e45f66804c9ae4aeb457af5e1fa73069d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d0fa308562b62996afda7fc14966fcba4e59a9c1e9211bf64e82ecb4db5228 +size 19258 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (845).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (845).jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb3d7285aa3c799fed0c85fbbddac825d0906fcc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (845).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b00bd58386ac955d23dd2ed49967d4a4fa1437313ef738a09f437b758e2bb0 +size 5897 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (846).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (846).jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8bd3f0e5322889a7a2a5410c50f22a5adb87b0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (846).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74de6a29c273b963839aa05034aca43fd56556fd0d728041148cef1b310761eb +size 6064 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (847).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c969a4116254d5df6be7774f1e0f25f7116656f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e102c9fae60b9927526824eaeaadc0f2da8f867b3c246a1f507362029655d997 +size 10963 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (848).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d99118a9c4708b7e6b8729f54a81c55c19ff2a90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9cce2d488e6513903b5fb56b20dce4fd6908614401c05c7b70c67de77ab661 +size 8073 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (849).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb46a4fbafac81e99109f3323be42f838faee9d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8d668dde3b3dcadd8c7583dbd1cdb458e4a60706d34be6e1d97aa2f3f59973 +size 21205 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (85).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (85).JPG new file mode 100644 index 0000000000000000000000000000000000000000..574bd90e121e704681d91cd9759a4c933155aaca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (85).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f7b2aab4ef66601543065a327654bfbcfe9a2e357f12ff81110d1e7b50dafd +size 10663 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (850).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ff33524e6d5209ec55507dfde781dcf650ea2bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b55bfda9c982ab6b8203394334b5c4b5ca2c5498206775c6b1ad1125d286d00 +size 17222 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (853).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2331649c823a4ab7dc61e499bb2d6e8a9d0c344e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f7dd1e28a38ddce4da81180d33eb79cdd292432ca4da0202872f22b4ed3d6b +size 16223 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (855).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0f3ac664402dca7f2fff8173d1fdd239559b204 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d0203e2573837952112cb73a15aa4c2b4c899f9afc18ab785dce87f1b3abbb +size 15685 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (856).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed375a708be90c2c7e64043d46932215ab544387 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dea4475925882abf49fd682b53aff4a1aaa27e4d3c4a06a2b352de8a9aac710 +size 9744 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (857).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bef362aad2d34ad5c97ebc4f5fd4bd641e4c4318 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9f49003c8aa7a20762a7aaf493ffa56570de632fa21095712b63700d74bcb4 +size 15926 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (858).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1424e6442a9835e12637f89dd1fad1662f246453 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32080e2b01e81fbdc126468d2a28e499ca7bec9724bb27e119c7b8e8a2f587cd +size 11328 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (859).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d43416bf08b29c61d34eb8d7848c047b2b70009 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11687be09be0a9d3b37a5ad843094ea46feb05269b1845af4484bb87e3de0cee +size 16128 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (86).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (86).JPG new file mode 100644 index 0000000000000000000000000000000000000000..897e3ec145e6f6afc146558e402bd139a246ae02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (86).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b910ffe370b70f78541f174a28c3a725093531cf5a6e8082a758f293001a76 +size 11286 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (860).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (860).jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e95b82111c06526841be75198632f8c4112d6d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (860).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d26352214094796b319172af96049618dc50554e73f79a76611838ff3a5be3d +size 6002 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (861).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..813201281847222b7bf90e857a4660504eb04a0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4776770ee38db552c8617f1b93434d3df7e5d1a249d87f34951bbbc1969a6b +size 15989 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (862).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82525cd0ee4c67503aeb5240e4916d204245bc63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de529a65be69a6530079bb54207d6924bc477590b3ab5887010c99e9c4389e8 +size 17517 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (863).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3458f56ec36e2f3f6e807b9b6ab4b13c95feabbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726c55e9478b0389349ae53b74a526573a61846d5596cc6517fb5cf42f60489f +size 18140 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (864).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64ff90fb6dfac9cdec5cc7c6130c7fc8d227bc33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a6991da1144b98b8c19fce020151cdf08406ee2a7ba094c1d99feeb26dbe26 +size 14322 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (865).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f65fec5b886b45e5d458192ad2881866de79a5bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c135471ffd7a214eee8e73accdf8ea3d8ad3bb732450bb3fade51cab79cb5f5 +size 15217 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (866).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1283690e6f8af20a70b07570bda83b9a6b63fabf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7c196312b17c05c73dc3da319244f85f595700b2f2ae254ca8237486f425c3 +size 16980 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (867).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d77afb636fe5ad5941e1403c125557b7714f8a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26aeb4e30f455e5c322d74a9629dddfc849dcd6178b316fe2e839e1a16c83b8 +size 19106 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (868).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (868).jpg new file mode 100644 index 0000000000000000000000000000000000000000..297082426d36531c5644c9bbc2b4d16da9e05514 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (868).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5a437e083f0a6e869b9d38eee1a384c05e47f27a10a36ace6920306f37f596 +size 5731 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (869).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67f2d0574954d91a488dff87232e780e0f5cdf35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6557b5c5e9a58f1d379ced2c5ac539cfe018cd4640c7af76f4691a9b158dad75 +size 15725 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (870).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5489bd5c267ef184b1b711716281c76cd42ed996 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea317ae9e82346d347d0c2b81a193ce56f473e37480dfcbf400a2c1e1a8f9448 +size 14052 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (871).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6081f34409ca8050455d2d097931b8d18451759 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc620b2fed798e0c1a339e3c0301219935fca99df5d4085c9e3674b55dd4427 +size 8427 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (874).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..928195dde895e091d0c0df56b1d727983387ac14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbecf7b4ba2be1007542e2397f5fa743a85feb4f6484af7fd318fe9bc4232c3 +size 9064 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (875).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1be1f400560c1494b75e4d8648284530ea4231b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466eda28355afd58a2338d7f15b50374fe74f74099e30da81f62def590866c4a +size 16946 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (876).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba33ee7ca4812020cf3249850220deccfd50735a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c52f9499a1976557994fa064d18928e317e874615ed78c1213e86849ebec30 +size 16885 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (878).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1df8d0e2ebd0857e622d23c9eaca948856e1577b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e87bb8c5badf7aeada57ee6fec33e58d3abead9c3b2f1e52c16b967e889396a +size 15662 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (880).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..278304025f6968d5524647fee2ddd0568913d15d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f204f10f09ee103838f8afd6b69bfd539e6753a2ab30e01b983e7e85f52baf9a +size 8914 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (881).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (881).jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee2b56f86a7a9dc584bde9e53aa4c501a47b49ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (881).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625648fd34c9d4993e16eded5a4465dd136b35bce9539892ba753213917cd821 +size 4202 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (882).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (882).jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a016cd2477712c9008fef2e3840650e94af1920 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (882).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a60a7b6f3a287981d21dca37f27e5480cc46d1144688d435e53db7a47b7006f +size 6283 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (883).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cef663bfcd8f607012822efedb0db8ecc3e2a439 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10875786e66e73c6fff044e1e59f71692706785af4329d141ef9a37cc76ad8a +size 10408 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (885).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..562aa657c38f13efe1459590acfc281008a2779b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04aa9ca811fb8326f0cf55e32e4eaecaf110d3aa486f2e96d892f30feb049c78 +size 20870 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (886).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f15bd79189ecd43b8bc5c0e81c59874ba8790355 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88abfcd29aca5090b67171a986ff19bce27dc997624e5f28a76bc0327b6d9873 +size 18191 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (887).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee13492f1a161ffd179d19348fb7d99132015663 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d791c5c25937ff9bf5c9297a14d531505fd4f00c812d3b07dab95e81608e58e +size 12426 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (888).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4a1c486c74ad382b37cf560bb7a4a8bcee9a69b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9847accd3b949f3da908f5a00efda93bd8f586ed6d26a1bd0f3b4cf7913f8c31 +size 11142 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (889).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d18eb78d60ddf4de7d8d4aab5b12bdd732560828 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7d27930f4b7ceda6f5447b5ef4f79eae628b3cbd223073a1e73ce159e78cff +size 12013 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (890).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a9cc8c7dc0c3e4ecca4512cee0acb230bd4f395 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a75c6d45747918d05453650d008e37e05af1c5b6e97bc7cf733319f1e3e821 +size 10194 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (891).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..779763a5be0be0002a6d5269ce6ddcb3115f61a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb259cc91666f8659eda286a925418d51fef605636b25ccabff3446c11d4a58 +size 16262 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (892).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cbcfefaffb3d29141be779227d39cf222a9a4fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d32d7aa62dc256776bd27d5ea803e4d8c5f9c2ca0e1f9c51ab5cd88815a619 +size 17851 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (893).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5c9e099c51f80161704ec0acd7775babd6fb874 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb57b8670f946f6ecb9f406ce064bb2e3093ffbf4887ba185758ce31b5750370 +size 19524 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (894).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f77a8edd96b813fc7fa079773df841d7b6b94747 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8833a5a28c994cd193f6cf648ac1f35640d6b1b289c293eaa5ecb1701ba449c +size 10715 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (895).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9136d9bb26b727245e2f2146bd2f1365cc143e33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61979a3fccc676c6fb93f79b8352d8979103b3ddb260fc4793b381fafa13983a +size 9396 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (897).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..336f91b1ce810e681ec11ffb348bc80982126c4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c479452a8d8a1d0e431e17871413346ff460213cce993bb227c983543b2483 +size 9469 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (898).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c24f5a31f35e5180abf12e2f0b43649cc4fa6155 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f47cdacb8dbbc3ef230e56048c0ff5f85ce00487a5f17f90aaad0d4f1d7dafb +size 11870 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (899).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b03b0a79061fa7becb70bc7a39efcb8fddfee60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d54421cdcf2754fe5e394aa7fe824b1d5a11641dbd75bc25604a1226cd14e1 +size 17972 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (90).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (90).jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd7e4d202cba344197581fffb9864629363ff503 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (90).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7a4c56574b36ae9e4c3b4222f34fa4b23c2c903fce34722af816bffda10ecc +size 4268 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (900).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b830c4440c0cbc9062c5c21961a1d8f3dec55a80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca0b9ddb194e2c7e46e7ebb0530dedf9e9740dd61bc7c5d4b1d2e611b0c5eba +size 16515 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (901).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5d9c73bbfbc4bd02fbdbd89eff5866970cb2fd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644f7e64d0f190219f5c8e8d3435f0b53dd3faa0e3e0474e00fe326897c33ecb +size 9202 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (902).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cec87e42dee095e1c937dc49ec1b9e40e4a82d86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44da34f943ceb9329f47384c54e1aee6050ad8398defdeb69989fdcac2cf523e +size 17910 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (904).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..031efaf639bf67b2459167039eb02f81188fdc62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c2db94f9c52eafcf79e5a1ce6ca65aa17096fe3a8abe71bf8af599c99905e0 +size 15072 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (906).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87ea9e9e35a38dc885e8328fc336b3ac9632c9d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8872db0d3430ce546b6b8ad8186effc94b16e4c0b6ec69a91262c8e6c2084347 +size 14142 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (907).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..455668ef5c6383f1dfe1fd5c9944cc1e67b92082 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abfd22693eea9bf26f2f1a24b5046f6a6581289cb5942e02bc811fcf46dfb44 +size 10797 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (908).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d66562bd89521d728be159adc3abd4fdbdb9441 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4f9148bb5b89f4cd2241ff9782a61fece341740ba714d69772989402171d7b +size 16729 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (91).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (91).jpg new file mode 100644 index 0000000000000000000000000000000000000000..54040dc770588fd427d81133c58fd8334645d2cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (91).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a65ec03291d632d57aa3fc3b65982f6bc719ca46dc6fe6f027c0c5bf5adcd90 +size 5641 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (910).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5d10c37f9e2b55a19aaede1be48d743a8c7f0f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39139fd7fb140c8702321f78d31078630666eb84b95c2bae527a9802ed1085d +size 9072 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (911).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b3f6e00ffae254db32b1beb1b771453d9d47553 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd266d355af66b39b85579579f8263f68e85e2d406cc3f354bdc2ee880d19777 +size 9886 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (916).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ce02b82eaed8604291ba7f892c8ec514e51a990 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514cf8108b3417e32ad50a0981c48e5fa7d8b0a80d71e001bacf8b634acf0356 +size 19680 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (917).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4ac7839bae33ca8607bdbb57023dad41c43d9bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd44ebda6435452b6afa5fd62915a7b13634a46d554104dda779907dceaa6ce3 +size 11241 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (918).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54985377babae56202568c1a08eba6fd1b18683a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090568e49cd1b97b3f82fb2c6850cd95c7c923b1076a6413e2148f9eac84c033 +size 14029 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (919).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4ae04517907e2ffc0d1fcd090bad3b07e43e0b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff79e1e331995b4464dbe3e0a258542367ee266668af594158725912b4db5a6d +size 18478 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (92).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (92).JPG new file mode 100644 index 0000000000000000000000000000000000000000..710057a3e481d6dbf32acb831ef0ed16364f7d0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (92).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e8bb5537e50da70b7ec5ef0b9781a7ab322998be9a876f11228eb1d571cec5 +size 13000 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (920).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5e30fb7ff218327465d97727e75e8b33184799f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e62d4594c5a6711ed9975fd9f108d0d0a2f2a975e0217b03ad0ccc398851ad +size 16070 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (921).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d77567b19132b00d4460e8bfe40c8b28feecd491 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094ace1db99f03b572386847fc2d35a96de6db004d5074fb2d864254cd36e17e +size 11190 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (922).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a657be3b17300a527d7a3225c2447ab06a972c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545e237e3a8cb3e3d571a69ca58f844ab0aa2ac8ca2db70fe69bcab76fe7abc7 +size 9713 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (923).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bd7c5f59752fb3043092f1c6193b27f2dfba6c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9d4c1f32f83d3bad493074a3ef54d4d0d707b6c51d2bcfa5b0fd90eee511e9 +size 11101 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (924).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6a1f603ff8e20d7c4d5d0e2cce3ba206fb46a51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d471f1ab062907ac585099c0b5ed2345b00d9ddcb4849b31a48f96fedd52f7d +size 19300 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (925).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0da83ca711d952f830480b9f41ddce028159c4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14841d5ecddb72e3622f8b955068b1be495e890d143a368fedfd0d6f1038c730 +size 15812 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (926).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46d1d4e4e3aea41804698fe6a5f241fa3656ff99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4598d07869a749025275388757534b72fa584e43b07616a85325542afae8b4 +size 14437 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (927).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e59a63f274e989aaf6bc3bcf5dd9d331ae1b6a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c1737213b07003774db335919d7668a53f1ccc24582f3355ae32bd21729950 +size 19207 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (928).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b472fc21de46ebac59bdd878f0547813ddebca9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168c36dab5f971a441dfbbf1d4ac85e40d1231e823876ad8d319f0f362cffafe +size 19148 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (93).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (93).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3285b72ae28cfbc5c3b3612dd4b7a0ba9289bf84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (93).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a4b38cfd9ce47303817ff0a182b20253d9a22581787ff4d31dc812f2c6b091 +size 10461 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (930).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d904ca4e77c40ec1177622344486594bcca3bc55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43a236d242a168cb7c1f812456296ac64b47595167f16a41d31864092414f78 +size 16687 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (931).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bec3582797e53f783ef87ed446a717aef53002e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cf860522b8157138cae13b44e56e0ded2cb86915943cc61cdc39d3235cd2e6 +size 9200 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (932).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc20248f5abcb2896dde04c330d7ef02f39c1338 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6619ae5f4694e50c158a75f08208794c010ab5c2084c8d8b404a91c85c364c17 +size 11433 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (934).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..233be1d9a2f322c2ae97af4570b78cb56493eea1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffc3bb0dd0aaed46b72a00f6defd287c92638808240850feb3cdd7ec7b1ceef +size 10068 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (935).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4998476b32fdfb2b10410cf5eee9ad647465508b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf1ef61eea20f6c1dea0d4beddaa3faafebcbaec2823421498fd277d9535c0c +size 9787 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (936).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e3521525d148248fab06d067cb2dfc1f4369493 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2643cc313178b145d542eddb08bbc54a1818e40e98020698e392a8b33beeba +size 9581 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (938).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d96927db74db6e4b1ddfb43be2db7ecd61531079 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131a163e9daeca65dbe741708f8f3bbb1a92eaba79fb156238479de878dd1b36 +size 13776 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (939).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afe05e69dc8174e2894dcbfa06e5d3349173c9da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb59f32b97d838a54a8d06bb8723fc2bb0231442d370ca2dae96ab022fb67ad +size 17543 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (94).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (94).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71be382e9f17b2bb72d313c4cdc74429e8f76099 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (94).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa30f1305c6ab78754e378ea9e653695b8817c59f0cd753c98995ec4433a0ac +size 10809 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (940).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b342dfe0d57853265fa63b1a4789a3c02e319caa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cec33a57b7de5ac664ee300ff1a80ef5615becdef7b8807ceb72e0f4b68060 +size 18081 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (941).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..237b46a2183ea387537fc0f8c8b97ad45cfa0144 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd1838ec7cf09e24a9f71ad3ac4b24f3170d752aa364f391b7ff7de88c24c0c +size 11151 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (943).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56374a8a731235d4df994a7d83dd1e8eff37e7f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75bda044fcf4f17ab4115044dfa4c0922b4c960907fefd62b80eac0043d459a +size 18177 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (944).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ace5ff938e5c14ba877b6ef2840c9a383f2496c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffecace369e369d81ee114555cd1d064ba526eef5ca108f9ee6aa7502497ab98 +size 19233 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (945).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..852f1528cffe2b75d50cd67af9ab67c4da9c2547 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9456674952e0454fc968730d7780153dcf0bee46aca6d946a30eae0dd71bd67d +size 11114 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (946).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..972f940be4b11d3cbc01de1c7568924b6e39c5a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47b15a0650eb5cd64d8d28369fb22744d3f45f667b210ae85c79970d505c26f +size 15020 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (947).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..266b9d45a51464c5c56b80fbf2dd35254e20e69a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d20c657fdbab8db7b521e6efbbcd050d47681c6422535cd6e4d5d2e1e8b39e +size 13250 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (948).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fd2ff5c602b3664364964b26bc2dd616b01a996 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c317bc8aaddc64cfde67e04966624bd565247d1e94f35cde81b2f68471dae85f +size 19966 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (949).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fe562a3615e62b3576f39ce0ceb0fdb5e167e7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ee9fd7b653f8818ab5e2e49bb5bbf80f885fd9675301b1fa40dd3c06b09b1d +size 17802 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (95).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (95).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a14c47a7e3b2b5b451285fc457bfc00ce8d3660a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (95).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc168f201f33f31e237330ce9ed3fa65ee8ae4d4ba4f303388b7cb8a44c230f +size 10431 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (950).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85f2f2e3aa3222dc80e30d6c176000298c429279 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4021edf11b39b73680a1ae5de4f08e480586779066ec859a13e43c9689af3af8 +size 22220 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (951).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..205eae11dfbcf4e85d777f49984fd7d3edcc37f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a13b1b7a4d14d9da474f41f86d39ee048031c5faf00b9815f9c78adf3854d0 +size 11075 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (952).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (952).jpg new file mode 100644 index 0000000000000000000000000000000000000000..3250518ff4ccadfb7f5b0f18257bbc663ea1f727 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (952).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49923c3671bfb916d8ff35660f0ccb98182dd40d699765f8d43f9285a781a1e +size 6357 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (953).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (953).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0a69a6130b774482e8e9da2ad146c421f905a2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (953).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc85b05b815399eaf49aef313bd8710c6f5e6e8a3fbf28a90bea5f29a1b1fed +size 19621 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (955).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (955).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9877e16cb8453f88420af16a76842b14524d94c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (955).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507e78e8bbaed3f3bd9fcefd4e70190db379e20eebb8913a73e55bbe6559074f +size 8641 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (957).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (957).JPG new file mode 100644 index 0000000000000000000000000000000000000000..449432cc7942b21e3f07a3879123b6e4a69e2d71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (957).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc37e5cef39e1b6004c3e870b18d4d623aa4f6a57fd43d182560a2129144059 +size 15363 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (958).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (958).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbab79ba891b70f40452bf09ec30344e302a1426 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (958).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f98db99ce0e5af3eddbfb52824261edc0a8c1b40e300f4a1b7e5c588bb30980 +size 19588 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (959).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (959).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8722c7ddb348e7c4364d310908ba4de9fd61860 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (959).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8c0a2fb2c76b661e554fa6cd297cf360b54f260ff013acf39e92350b09252c +size 11835 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (96).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (96).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44ac3dbe682d5a2ceab19e30309b212baf832f2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (96).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd924a94c02171614a34c2902d4cf954e3a1c824931cc6e6db4dcf13f588b4fe +size 16056 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (960).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (960).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e81707b27e246046fddcaf673171dbb52eda56a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (960).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d643f9f0c69d12f9715a79b0131ed0368b35fbb45040d765712e6aa5b7a8860 +size 17760 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (961).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (961).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13000a5c8a36a25d4bd112a865aecf33a0029d2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (961).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70efb74ac797b5d58e9c0b4a5b243063e12599993c243237cb625dabfaac08c +size 12339 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (962).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (962).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27b6ff5545a2d09dd0a15c10dca8d6dd8b022d38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (962).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93738579baea1fb8810f53ddda9365c1b376a8331b58f61bac338f9f3368dfde +size 11125 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (963).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (963).JPG new file mode 100644 index 0000000000000000000000000000000000000000..838b142bc88fdf032e1c045dd8307ba7d4ac75a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (963).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858e44ddd200aa43770ea85ce392dc2ce3f46ef5316ed453e491e21ee122f35a +size 19808 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (964).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (964).JPG new file mode 100644 index 0000000000000000000000000000000000000000..149a1e57ef159fd020a7374e3bfbefc9717b8ce5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (964).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07de45c7b82a5a65adf6772203c789cbebe0530fb39acd375f1ef1fc2aa74333 +size 16362 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (965).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (965).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eabd532c404f232cd77b6242c288e403d345873b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (965).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64aba9f66b4820b4c2cbd22918962dd3b18df5bd71755d32ba05a1329aeded98 +size 9202 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (966).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (966).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebbf881c5c0d81269a512ec4ea06b42fd4da36af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (966).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7ce144ed2489cb68ed4b9cc14b76fdeabeafb19ac869d3bea9c56d3081ed5e +size 18398 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (967).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (967).jpg new file mode 100644 index 0000000000000000000000000000000000000000..06195c95b813fc66da2558a08bc5d337af414885 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (967).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ba3247a8878f23f6cd251626266438d49b5aeda90abebd52cd4bf20f8a363e +size 7405 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (968).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (968).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4655fe260135a81fe2a05d0c2e21e6585dea2441 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (968).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb200f0b2f729e63ada222fb7359fe0578c0e99ca25c38447a7a311511ec0ee9 +size 17577 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (969).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (969).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f9118ef04515ce7b80bd4cf67bfa59f7cc3e774 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (969).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad127e4f9a8d70569b1a9aa5c17247097cfe04b9dc3328c894a93a5d2ddeb659 +size 9402 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (97).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (97).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6f153b7d9a1b481fbe0a8bd4306d4109bad79a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (97).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8386bb40fd237b528b035d8eed71884e2faaeb21a1a6199090ef37f6cf5ac7da +size 10206 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (970).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (970).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91ad0a6007c75d85e9b3a1d984409b8a812966e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (970).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c0403cfc6d08707bc59538a0bdc3878ee95e11e2bb184259ed1d65e00e9f9a +size 16550 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (971).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (971).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3024e4f3a058a059c4730b34888a3df0bf294c66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (971).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1610d4e0f6f84108af112322d11779254b2b2d41958449c64b0bf938628444 +size 10961 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (972).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (972).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21ca36e351918dc1cc0b4cf82007ff107f86f420 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (972).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f648a3c4de5b67b6f3851890cf56dd16487b9549149d7ebb1ee85a122b472c96 +size 9623 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (973).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (973).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40017450b54218bd1e7f478a5d2c8febe4fb116e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (973).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f2a441e61bd7af7065c3444b17be9bc96c8c5e9be9bcc784b59a2aca561194 +size 13125 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (974).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (974).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0143f1a331dbaac07d16d6d54e89ab7196b6dee8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (974).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7fc307b1c76f0be808b5e930e68e91ec02c22c7a6e6306f33db1a48e408a7f +size 11272 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (975).jpg b/dataset-tomatoes/train/Tomato___Late_blight/image (975).jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b0dd825a2aa5118b524b85ea706498c8c31b635 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (975).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afc2e2558d9f2394dafbe89cfb92a8052a47548a4683df893b845892fa1f63d +size 6252 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (976).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (976).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcf24adba76b3f2b1602afd6cf824b0660c80a68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (976).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5bc2c8473fb661185127344be4f27fdfc347b1456ecb1e5cdea013a50a0794 +size 10354 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (977).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (977).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e482a923dc7e3a4bfab9d7751f1e10be47fb827 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (977).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b230404fb77433f446d818d4d0f430a23e8343f0237b4c384bbf41ca7cfd8af +size 12030 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (978).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (978).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bd62bd7724834c8cb0729858ea723d040c8dd0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (978).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4287da274531b973b5260ab4dbd4c24a8eefd66f10250fd64a0238d454d3e9 +size 10041 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (979).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (979).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10af37761ec7d332a08518a13d1ad31684ba2882 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (979).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdba6a57826719e77ea86fa2f661dfaa51ed5b5d3e6c4248288662941967b89a +size 9844 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (980).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (980).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4381c5c8867557cd36897d5f50c3cc6ef5164d35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (980).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d3b522c27c9c50502edfdc445c4f6a556afe1b9d82dfbc614dd63d56c7aa1e +size 11581 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (981).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (981).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e8ec2b3a55f23919a9361db045f282841b8cf81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (981).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c497dc3fa5ad4a822cd0054bfa0ed42488b42bd3f41bc90f2bf854a4543d3f1e +size 21379 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (982).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (982).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bb4b00f117cd2ec04e3ab09cccae592f2e47a09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (982).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d35e53f48d8eb6da9c9beb1c5c7aa88f3c4f0bffa0157cfce707330e3b9521b +size 11056 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (983).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (983).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff93f0863f28b6ff9469a6a94b75409747b5fb39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (983).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dbe7ffb2f515ad6f83e3635993e4c862c7c41fabd95e0712745879a521d7f2 +size 18665 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (984).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (984).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90c6a12a5abfe686a649413c365f1dde6ec36dc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (984).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e271dcb644e611e42ecf6c76c88018e8e22eeca31f70e95f7e119405b546fbf +size 12275 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (985).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (985).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf5bb95d31d5d36bb70d9e6bde87e36c4437eb23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (985).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4310e93057a82c2e0a7371a9f3d98a59e7815477389d49cee7cff2cca8e3a8ce +size 16468 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (986).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (986).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be75daa0301f3b2e05fd4f3df779b5adc2a1d1ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (986).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9234e5e5bd72e81c6e10c694f53c905e43b92be90db3a40348264af16469bb79 +size 9806 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (987).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (987).JPG new file mode 100644 index 0000000000000000000000000000000000000000..201744ceca57b0e5b39cf4289f830ba24c8c3951 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (987).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b1c32846f17adfffa4b406120ecc85d6f93a391128fd24ce3214e68803ca53 +size 16667 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (988).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (988).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f14d74372603f9f28cb65ea1aecf1d0cacc9223d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (988).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac7527e5f12fe847762591279f9f33598cb9a68db39fa08d23071b29b7d08fa +size 13430 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (99).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (99).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f94cf1046a70364bd6c1ecda381f91b8200ed077 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (99).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e591be79859967c74521e41e191dc13c929d32beec25a408be64c170cf992c +size 9425 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (990).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (990).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfff1d438beeb7425d70cb984063e3d0319133f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (990).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e971ffb6dce1f4f205770b8401c9aefbcbd70b50439f9269294e45c909608884 +size 17521 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (991).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (991).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99120ae033a52689d5cf938269d3ad70d52d94ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (991).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794c4e9aaa0abe7ebd5ee54d2ba4da311bfa3f8b45feb819f0c8ef4ce2bc969d +size 16011 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (993).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (993).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cd1b1d0c5c000eb0a8f8589223d36b2d33cafab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (993).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1008f1216697081f1dd050e4e0242cd640d336fe3c681873561648113be95c +size 16963 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (995).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (995).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a327210a49f14bb5f183f11938c2fc15b63c8fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (995).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0675c3ccf462d72088fde6e4dc4e6f4ab80b0eaf4745ca3ae09ba2ab2ce48643 +size 9164 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (998).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (998).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73b5eed870a1f5b469ea12ec230a4aacbc15e751 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (998).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce60d1d9d9511162abf8308207d9ec3240b1b0ff5e520cca63c15f9dd7914fe +size 20875 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/image (999).JPG b/dataset-tomatoes/train/Tomato___Late_blight/image (999).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8be8e35f2128e1816bda713fec76be6768a76133 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/image (999).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d066b0800d7cfce8d29a7291e4730b81d5625ddc46fa97d4f490de1ffaff482b +size 20787 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_100_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_100_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccd28db781861588b082a65e4cf2304b579351c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_100_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13f6b6f5d30570b610a35231c1b7c8de913015690ae4661f8c9e0d4ab8f9526 +size 14629 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_101_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_101_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11e472dc80db9da86c6b65a26902e1eeb5d44b9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_101_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5cacb46bb6a6cb3272161943f519c373b56dbf7742dc97d00ab37fb4f14cd7 +size 10260 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_102_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_102_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50b4de5abe64ad3fb67d8e24e765163e60d2038d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_102_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b76af9c13db0c715ae7859eabbbb7cdbcb4d88cf9bd69e1dcc00701f141e2fd +size 9369 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_103_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_103_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..216bbdd396f6edf262b4bc7b5200792c866d0e8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_103_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf90adcd0133e2ad5b7247bd436c8d390ba8226b86d6529a5803376089ccae9 +size 1924 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_107_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_107_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69c83f6edc3c54f44484af1b84d3c7b7678f0194 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_107_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64fba13403ff18a9ea203258dd48f69eec0778be5cd7c1944da6d6fe6c5892c +size 12034 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_108_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_108_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f702ecfc3422b46049236514f4c974a66dda2fc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_108_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7a45981ba79980e1ab61f7c189be5b3155713c2f814dcf75a226aaa1e59aa9 +size 21710 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_109_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_109_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a264003929333779627d513c5b3db6598c97afa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_109_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbabf66a028e974001f364c768dfd93e37ed55fdb9900481532be0f64a58fa5b +size 11658 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_10_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_10_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd4ef62c961376b9100e2728ad52eb6d97fbb24e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_10_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0848f8f8a740a4fe7b5a22f637b83868fb4a12c267f0ff69f6029d4ab5b6229d +size 26221 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_110_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_110_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..099d49ecd788d5070ebf68ae30135c968afbaeda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_110_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978d858830cbe7d181d26c6f1e0d40494ee3d1242240312b8be2e3e073f1c353 +size 8122 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_114_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_114_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a005b28c652c4084cfbb40f206dbca56c197a9f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_114_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432a23661c2cebcbfff795dbccb8142b21d9eba3e2a93eb86a517e97c7c062ae +size 13902 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_115_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_115_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9608ae0d5e3e726b999e99b89ea9442e4096f73b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_115_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1011522cd81bfaa15c1bec2fb77e76310063e5169644958f9b329a11731b2d4 +size 17847 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_116_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_116_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49eda5a48030ef6f71f4d503adaed524c726e60a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_116_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cb5919d2f9374ebdfcefdf25177d0224df8751103fa872dfc913636b10bff9 +size 16362 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_117_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_117_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6399ae2cca0e1c69d2c8c93b33b1a241e1d951cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_117_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8df8e24a043754470baab547ab381f6ae4a41c6308779ca38b74d5ffe4ba535 +size 2120 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_11_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_11_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ed632a9131a1ecf610dbcf47a6df930a448db36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_11_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52003b174fdc20dfd5bcd67fd20eccea273e98f522fc361fb40269733ba30ee +size 19018 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_12_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_12_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..759d6d8914be3429ecdeadb724f5765890cfa486 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_12_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afd02555638ebb07bf07544b8c9cb59bb1891bfc64cfb633f74430aa2e8f44a +size 16745 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_16_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_16_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c066b0be1ddff3cf25993f362ff4cb3ebb16257 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_16_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79d0e5d24af2386043252aca2765b53ca7b57ad14ce0062fd9c6d8c2111cc6b +size 10493 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_17_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_17_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c18c6ac38a1b43ca52fe8d264f51a6c7b7cfd36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_17_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94aafb24e7bd8c9574a12eb657d374455c621b4162217cd34b5e27a99370a30d +size 62433 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_18_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_18_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..853e8e3104ee00a43e64508dd0dd1412dd03f880 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_18_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774f1a4b663a72320427512aeaa5310fe93620dfc34889ba7f16bfd470dfbf98 +size 7950 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_19_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_19_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07f1134e0949f9440453d88aeb7f04ba98c07a41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_19_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd15e42166abc780e6e6cb1aa50076bb68641c4bc47c17c3a6642b007557cdc +size 8164 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_23_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_23_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3263ce25c0c075696404fe05c1cea6b473f2d7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_23_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6019be1f81e561bab97b698a90eaba8cdb3860a33614038254107404a357fb5a +size 12180 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_24_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_24_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e05f6ad65d7f393322fe2b3dd8c0e4ab9244ab2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_24_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821972904535e2647d8236a5d6e1f054a6564f0cd02e0887e056ff143809d374 +size 13336 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_25_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_25_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1bbf09683558bf79b1dcc7dac00fa046158ac8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_25_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3869e3b6eb8a26725482e60fc41bd82fa50e468ac8047cd29a21ae81fd71bfcd +size 6316 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_26_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_26_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d94b0a860c262863d957d4707502b39e374377a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_26_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf2873679c669c97b0c19a777cc3bf705a54693b51638e1228c23c20c466a11 +size 19008 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_2_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_2_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf862f3e0b731140a69dbbe4d4033755cef91e02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_2_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc48c9117e5e430cf47ee092299405a7da1ebea32ba772be92bd9ad6f30c3a95 +size 15464 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_30_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_30_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d69d18e3d90326f18a865d2183b0bad3f2f51559 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_30_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bb09e5cf9dcb87a874788ff448f3065e9fac7cf7f90f897c35a73d876ec7f2 +size 10855 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_31_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_31_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0ea48be2c69a062c9b107962c8e8b75ee7415f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_31_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afff2860c03b828a2501ac2a17e0c4162d9de7a565d740f5bfae6e9f474617b0 +size 12989 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_32_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_32_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f22e5299b303c5d70eef158d69f407cde3481ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_32_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd14f48620bc074404d88c772b80c0b7227a3f5dd04ba06f09ad1a86702652e7 +size 9859 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_33_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_33_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3634f77f781dbdb60e3088cf0ec93b9d32118b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_33_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c872b3dd8b169f6d2db7b3611be5f3d6b188472475b7b80708ef5f6979faf2fe +size 246587 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_37_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_37_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c64eb792e6ec1e910866f91e6d139def650ad6e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_37_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0198b6e316b5a6cba12c4a66c24a8c88e3270f0a2bde4a161f73b1e777e6be2 +size 9285 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_38_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_38_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0988b41b73ee75909ba8fdba484d1027fd399b5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_38_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f34dc534c906c74d00d682cd9f960fe3698969c1d69b70fffb2a4546f7e822 +size 9837 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_39_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_39_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7b2f88ec8423ccbb1e559cd33baf8f900096ca5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_39_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9134066265a32567354372d87996b9a927ae31126201b485311dc5815b4a8907 +size 8561 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_3_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_3_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..927b63433d200fff643edc9359cb253f596e963c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_3_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872c17e1e8f40c368acd00ff8bdbe3694454a86e4fe4c21619547a27153b78c0 +size 11501 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_40_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_40_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24662b664c8ab7906b3e98afc8ed12a90a3891f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_40_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4217faccd3ebc0b9ea75fc5a59ad7db5277bf8ac48cbb88ac32682fd6131569 +size 13940 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_44_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_44_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b7298ebea892fa82c99664ace975b4a059c9b29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_44_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4eb464233ebca5da652990d771ac48b77e4c0ac221b1414c17af8594f35edc +size 867443 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_45_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_45_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71c015c8f4c93c3ee65f2fa442b2685a84e5694b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_45_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d3f161cfdea01373ecb00345ce9130e1153279d969a7a4b1aaf137c4f05038 +size 16288 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_46_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_46_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f8c23508f778d0eafa4841792e28815c7de2e9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_46_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1480e781ce728f3d0124a8ddab695eff6776d9491f8891bad7dd25919c68462c +size 15024 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_47_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_47_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e370bf1ac86543f222962f81daf93f60a5006928 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_47_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091c6498ce1569e7a8e6983f6760637be4302a3cc06c4a3cccbb0fa53436a550 +size 8296 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_4_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_4_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02fedf331783b8141ddc30453a8c84338d14beb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_4_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0405b2b73fb23e86937b46db6ff94ab6716d7bf4962f4c022371e9a68d47c655 +size 15881 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_51_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_51_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50fb82b7131d2efdaf2ce5ec75100538cf98c182 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_51_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93a5d6e2d32cb64e7f8d06c996382386efa25ef844a53a9e7bde560e2778204 +size 11272 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_52_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_52_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60b9595729f1da7b916d46644c972bd9c80c3267 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_52_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc991f159728ed729584bd704cf29e6ec3bd21ab29b0ea14a482e9fcd5dec1f +size 14138 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_53_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_53_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11963d87714f428ea11614de8e0303dae4c47547 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_53_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395ac454064248a699ec64b86d0d7a2d02641eeac24399939f7e581f575b62be +size 9604 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_54_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_54_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44b0f71858cf01060210eac66f565813ab6239f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_54_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c3bac19d55947d95a08151e0bbfa824253604d329d0fc64d9fc4b66226f91b +size 3593 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_58_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_58_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd854cc523b74df456b3d47a0f092652c1bb4161 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_58_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c036c06e8692ec68cc187ccf1c0056ce575830b701e586aea858e9d4d8e90d2 +size 16494 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_59_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_59_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52c4379438e8bd250e352df0825dfe9a44eb87ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_59_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9fe39883c010c9eccc5b426453484d1432e0fad3bd50d70d443a8deb5ecbc6 +size 16271 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_5_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_5_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d733096999dfb8a62786e02f2a4cd1b77a643e9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_5_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c539577a9ceba5dae0eee8470321166af9022a9c104e1d963ed6f7e1cfc4cc +size 16893 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_60_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_60_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbb34a1a99fa6d018d530f233b61f24e7e58696e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_60_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910992b13a78f1d2bef782cbf785c8b25c3e9bc71c20c45881f481ffd8fb5f03 +size 51037 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_61_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_61_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16fcf9826aea7af02251b87aec449081b88d67d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_61_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19dbe6ef71d6786fd239dc96a223f696f770a94d821819fe219187422dd2df4a +size 1847 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_65_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_65_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e7986ac6ffd3b83bc79959ab88541b5b37be846 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_65_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8491155e0526427e682d1da7b2c7eb2afe566dcf1cc6725a9741c67f498cff2 +size 18866 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_66_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_66_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..641634945db519574ac36dec8ac60fdc5d5d548d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_66_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc5d73b356d71a75b53cb0f51b9dd60d28480452b9040431bb871756cb383a3 +size 17076 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_67_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_67_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7daa80fc290f30109ef7f904c69a13f8db5b8f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_67_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23a3253aed549e122bf4876cc877017e8678ac7186587afb96dfcd7cfed36ec +size 18982 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_68_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_68_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3590ddb847694faeb7964d30eb6b44e18150b3b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_68_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e79c066cf8a6d0322aa8c4c3cb40537242f774c13f38d2fdf0db7cd08cd4a9 +size 11511 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_72_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_72_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5ebf6a61f4bc5266136544926e153d0e43a0ee2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_72_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb39588d76a9aec96cce3dbc09474fa1e44aaad83d02b24f6f4e93886979a7a9 +size 18471 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_73_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_73_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f8f2ca38f51e20e2548b40cfa5b57b3efcaae3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_73_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77d1424f90d3e6be60bb3dc4f47f0aee33158ab3f0df16b32e11d98a3a35a46 +size 20137 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_74_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_74_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c78c8d60355ac8c75b1017d69ec7d09da13d12d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_74_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27cc40eb3f497593b7bfe142c05ae48ba23739e2eeb2cf66d559ea26deb9ec6 +size 25719 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_75_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_75_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02de7490516bc53dcb7fce314d1c06864e09cbca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_75_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d319022156f3769b1b2992dd70f3ddcc3984f9b7c0d2c98c573462192d36b99 +size 14332 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_79_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_79_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a96e9356d33d4811717ff5ab7cd1126e53fb51ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_79_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc85021f27525b60757813ff740b77a03b66d28cd7e9d51e3d418b5c5dca46a6 +size 9655 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_80_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_80_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..effe75e5e5e656d1d78ab6d5ab0eb7fd2a34c239 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_80_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebf61586463d63ef5fd377230733186881690d9b417073396076002410725de +size 10605 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_81_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_81_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2161ff32d040cd2f7cf2a3b4902580b9e74ba21e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_81_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8eecbf39b81a98b358e483095339948eda723f5fc2683bc8e51798660b55328 +size 12955 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_82_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_82_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0956722ad3c8b45bd933b61072f13e896c2137c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_82_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f59954f69ad216df38ec521057b13a851156734d4c020af57117c2aa16bda9 +size 4243 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_86_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_86_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3297c66f05b98965257f0052c6488291f6c4c359 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_86_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d4daf599f3df693e30cc8298a297790d429fffe6a9684a5ec244bbb5b375c8 +size 19683 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_87_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_87_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ea61d75e659114a90dd886953f7bb934145d416 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_87_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9079f0ecd270e47b82c0d79d36115fff91f99d0c73c2a3a5d7667ac9e1e50ffb +size 22887 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_88_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_88_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..952eafc99d1f2b1d02af9b650e5c8546dd6d749c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_88_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b27d69fe14aa9e7f61d191dae7c7591a9863c292aae96d2a5ca2a3fe8e332a +size 5255 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_89_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_89_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0176352d830c8298716679d60b67a80eddbafd21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_89_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e38d57ee01dd3445b3d3e701bd61afd64a8d890e63d591daffed3ff8e3c2a8 +size 18685 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_93_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_93_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fb437beb93b7a1ac498a4e2984ae06ce276deca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_93_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c123f26d3897e1dc509ff8dcf871e124def8cad0794ab8a78f995287f305d4f1 +size 12450 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_94_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_94_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2f27484c938fbe7b98f79cf408eeba4d46bfd45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_94_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78fcb4e813017e2a16b38c9be9fe137b8b07a323e8ea7a00060465d80f17638 +size 11345 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_95_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_95_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20450366b3af73c24fd44b062dc721267ecbe903 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_95_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63356fee96a01e7f69d0b89a8425fc2f246ab972d01174212875b9df959f92c +size 15181 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_96_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_96_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5baa90299bfc969f6ca41f2a99d2de3295b7360 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_96_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c64d5686fd5fd82da2ce74afdb7b4459d5be15817d8483c779fd44ae76dfdba +size 16728 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_9_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_9_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2619fc634576b79a11617aac5b4f08eba3e1c5d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_colorjitter_9_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073dde984377d26b711bd8fb728aeebe486fe002cc820285f9da8fa67ecdd336 +size 16976 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_106_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_106_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f090f86267a775b848eeefa21932dec014c01b9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_106_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83aebf36fa3972afbb851f510c7f5e4ff306c50da3edd3f11a92eae90bd812ca +size 5447 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_113_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_113_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b42afd4dfbb3798801b8b60a383bd982e8d37be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_113_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254e57c3f443344bf9638189d5582a104543280b84c1d4cff89057b219b44a63 +size 16343 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_15_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_15_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99b20e08f729582bb81c780cd575e82d4bea5348 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_15_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9e0a0e598c1def3b51d2fe07dabcfcbb323e00aab50284e4863977d03ebc8c +size 13509 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_1_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_1_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..219d2c7ab189cfc2afd308e4ec34aa69b691c62d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_1_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4847c427c540fc3d6f5c690951d2bc9fac42ae169f74e121fa5d876f65e2a3 +size 9913 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_22_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_22_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27c5c6bb28228d15da9853254dbe019ee8c40fb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_22_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7ee45c02d56f2e6a6931409937e994e99b16f8223617575b46d338bc158ed6 +size 18756 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_29_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_29_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fd17fbd4707c9bd8d709cbd797e4d07dfbf64b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_29_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a942b4587cce8d2e691e4fa2dd1b06c45ff68414eabbd0ded0d5b1151fc7131c +size 10955 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_36_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_36_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3ef1ec8afa1b1dc90b4996ab01fad6a48f714f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_36_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d070e6bb18aad8bf18b6b223644213f890b185136ba54ba4edcb00f13cd59dfb +size 40841 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_43_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_43_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3977cfad60ff1068bf2855b1f0fe9c245abd60f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_43_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784b9c68e85d144395c19e32352f3be87b151427c62f091fab876d76108fbbe9 +size 12757 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_50_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_50_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6520acd031f5e1b3cafd2af4583cf3fe3a5ae2a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_50_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2c0d9bb25ba1907f03521c7eda167dcb18df978d047a5d84da97342d2372ce +size 10340 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_57_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_57_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fc46c186435b1f0e5079b7fb3b0f8022ee8ed4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_57_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0918cbeaf5cf843454ec8d8ec895a9e9c61faaa0841469efb5eb9ee27c9f353c +size 17743 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_64_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_64_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..486a6b9e0a8f9974df4c7f7dfd1e84b6c506b385 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_64_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf363be61f66d41c224b3dad04b79aa7ae6e96b1456dc9d75d3ef2deb855ae41 +size 19139 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_71_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_71_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5343e779d8367de6c9f256ae13a2ec606dd2a7ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_71_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807f808883b8d6c3b72ca49e7a815e71f4c17614bc9077b69ea943c2be3a5eb4 +size 4485 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_78_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_78_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96b13ca6bae1e58778027352d7586568df55ab74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_78_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b0f3dae78c542f69ac3cf6574cfeb7119bbe78db3021fc5fb2ee2bf719d546 +size 7140 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_85_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_85_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44307d7cad67f14545ee07778baa0a4c2a99e8f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_85_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97fb68435f5ff92061429c718d98fd4b1a576c9ecc22598cba5f05ce2d851b2 +size 14901 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_8_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_8_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54bc00e38c4831c53da1b836b8c6b5c5ee1f2776 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_8_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204bc5157549fd2baefbeb2a961b0bd9d966f221114ec6b791c2d48299f00cd7 +size 18102 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_92_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_92_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3ade64894680cb014aa524841c6968aad853c05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_92_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136728a14a4bbb8e232392a77827ee1d13d97ff5300c4f9c2083f63d1f95dfc6 +size 15282 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_99_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_99_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9f5607ac8f027742831435915a5680eb25263f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomhorizontalflip_99_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9878254ed63581c5d618caef9916e68be76f119336a126cc061753768ec621e3 +size 12922 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_105_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_105_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..720adc8663f7a39620d040da83ab4f66b49f7ea1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_105_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e238fb048487640de1522cf2d8797e77f8b955dc0b3b981a9927cbb844828fe +size 13549 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_112_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_112_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..149d30f5ef91bfad390a6a61c132fd6dfce9afe7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_112_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80e6a0ae69460fa6cfcd0992eab9dbaf3d15bb920c83cb4deb5397cac8f2ae8 +size 6058 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_119_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_119_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fb3b418b7cc285132f838318314e781ca87381a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_119_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9510b30dbed6a21e233ff2d0fd95fb51986b6cff75116e3ea6e5d5ab008f73 +size 7613 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_14_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_14_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03929cf5c8b47985b88602ef41c1c6c6fbe1fc5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_14_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4e944793165673b79706a6541e20101129591d37bc181545720528e0cebfaa +size 10027 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_21_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_21_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d502de7e5aaa1e7b88f840b058784ff14d666b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_21_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1f78aaa56957691f773333fa454ee869c77f35bbe54286e40b59d5056ab14f +size 9048 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_28_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_28_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3667f390f63465e58012f618a2e37eb5db50cdf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_28_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bba9e564a7480b4bc2ff4a7f57a485c54f05fb27936fb079260d4fa8965d71d +size 6007 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_35_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_35_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5a381d33ca4e06532ae65a75b10d764a70b3fba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_35_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3def74d1346f1313de8762ef9bfe9ce5e418a490b6221abefa4a615f6ae2f5 +size 6125 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_42_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_42_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8d91e41d46638aad51db21807a1e96a71a18578 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_42_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4eac3d6ce02fedfdc4bc9c030ac90dc18308304f2cfde2a88a6ee5a3384da8 +size 13110 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_49_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_49_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76d6de64923bd140ff4ab84a4ad6fdd6909b4e24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_49_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446783941e81e5154eb91c69721a79950437090f0a0d7b62dc2168ff568fa40c +size 7747 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_56_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_56_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc666898efae8fef6d946a593570a366cef457d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_56_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13dac2b099c1b9b3da686d2fb885f07ffd9e98e3d4500c0ad06516377f859d29 +size 10607 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_63_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_63_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57863b185ae79985c1540b2eec406bdba5883862 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_63_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276ef4a6059c90efe97a907f190e887be25c6a9d50e121c31d7fb9f65814b113 +size 10689 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_70_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_70_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8e120f2c46087866f3e6176de58aa729ae9ddf2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_70_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bba2435f713b6ef2a384977f0299a008c5369f4d11cf2e94bf54d7d580f7f3b +size 12787 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_77_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_77_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec501a1ce9ab1b2c72393dd8222f4d1613208494 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_77_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95708c9ac9ef75ebee68098d0cb7b31596125ebca75743e7d743c810dd7e25da +size 9982 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_7_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_7_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fc784a3325b2af939f01e6b9acc3d883830f3f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_7_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ee0d0b4f4828391e05b3abb9cc15af3afeeeccbff50ed510200f023ad499bc +size 10851 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_84_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_84_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eae91975816d3cb5a0e08753eb98ec939f609b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_84_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7974b8f871d5e31c979e05b3546c43bf0611cfbc6de89d1cf725205ea075054f +size 7892 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_91_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_91_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b42d4dfc171f255c4ac8e3100d462ac792c9203d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_91_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f27c7a2203f18fc8da175a0acfab7c8fb5c528ab3641f4af701c6485391520 +size 7414 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_98_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_98_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..611279ca582db7c7098849f54261977fc9962e6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomresizedcrop_98_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fae626b9fc1e2ce012e6d9dad929bdc0e1248fb9bd8dbbcbe49d3688abd55c +size 10589 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_104_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_104_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..615153366ca77ebc887c28141d3cbc85f169286f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_104_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275ea5a81cca0a8da315cc2fff2b20b90395b609575ef6ff8a475ef5c2c63a19 +size 20766 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_111_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_111_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f31270c5b395d1ebc76de1528305ef267b9f5d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_111_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f904e472ae80c11f2c59d51c0ac045effca2d573157db6cf86a90a1a2b1ec7 +size 18796 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_118_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_118_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94eec8993248c7e94a28002f73941881b18466df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_118_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e0ab9770814a2759a548ae8d529bdddacad8ec1956f1fb0acd4e5f48a0c2f5 +size 12936 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_13_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_13_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..566162a087f3f3e3c00051663a0833b2199b0b47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_13_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4c22fd96cb99dc174bf8f8f6e3527fc74c749bbf6bc8d3a406434bca7a9943 +size 15735 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_20_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_20_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..861090db6528be2a649be1e021da5978e13e7f67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_20_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f6929ea8954463a871f48e122388f6f5094e568e885b0f0bbdfe43847bdcc5 +size 6734 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_27_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_27_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfce5795ccfa32a557127f35604df0b212b0bb44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_27_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc11091d1478a06edd09310ce4c4fb0f542ea748b552a5b92fc96d3ad6c7fe4e +size 15733 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_34_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_34_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a19d941cf471838c1576c7e4e9d22c9128f5552f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_34_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b010dd5db23add1dfe27a82a1b97d1728c5a3427a87d9bc96c0bda74b83c472 +size 8804 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_41_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_41_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b599fbeaa50294b83e4dbd6be513296c46887719 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_41_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f044878be3f6b6af3da40f8d1dc4e350839b0fbacc954db810334a6507b0edf +size 11417 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_48_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_48_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eaf4edd54558d51fe6378b0874ea3bab2d549c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_48_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753acad9a99841dbeae97243fe27ad476ad819b82e82dd55f390e93af6c8cc3d +size 11267 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_55_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_55_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4034e47bbaaeb0577dc46b5b5484d03f7ed0a734 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_55_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cbbbcc388733c376cf7a1acb7ac21feff6dc2d681d887a20f5fd6618efe7ca +size 14951 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_62_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_62_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0db3af43cc9a5fa563985a6d1297123f170e95b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_62_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9cc845839564da4c0787048f7cf82aaf4635d83869d6a56dadb2ffd89bc3de +size 17150 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_69_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_69_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aed30ae97d7eb81110410a4ef51ae2e2481787bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_69_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0072759b1fe66524c9021f856ae31b145c93a312d37e1e2f64af6d2d0039cd +size 15530 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_6_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_6_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a3df09ef461be2c3e3cd2d0e237db80584e4e94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_6_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e91252526612f79ce17a8aa8abbd0859613ed151f2e44bf19f1cc711ea111b8 +size 43628 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_76_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_76_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..275739ba6be9c90632208d21c9a08790a28ef50c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_76_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19d5028a92db22d45dcefe573099b4774b1fc88367587d2c5b6b5f9814e66b2 +size 7421 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_83_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_83_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cc2e2a83cf38cc7a450b49d077b7828a3e36b32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_83_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd9bb008a89eaaf9334cb8c5eab4cabf05f1dc7ddafa1005e90e06ec92e9841 +size 16341 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_90_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_90_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29e090fcf5d771ab4e9c58189f619d7ef121c031 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_90_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58add159f7e91f12ed4b52dd36c5667389beffe00a2e0b4c1e182b69a92b30b +size 16087 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_97_Tomato___Late_blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_97_Tomato___Late_blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dae5a594d6a689ef852356006c4ba704a4675a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/img_randomrotation_97_Tomato___Late_blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863016b45394c3ee037a8a0487595e6840d6034afe951bdc4122bb3a1e7e8f24 +size 15335 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late-blight-TomC2-10.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-TomC2-10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9079244cebf499f380eed8bb7c5a973a6df14654 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-TomC2-10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce156b3c208b908f8e47c549f026f509a48d70f9b4dfc891647ca703b88310e +size 3889531 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late-blight-fungicides.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-fungicides.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15501df4126f1a051f68d19e2eec7b2791d724fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-fungicides.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2432f3a03afc9057495bd436dfb4f3138d7bc87fdada0ccc49eadf208b40beb +size 858649 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late-blight-phytophthora-infestans-damage-to-tomato-leaves-and-fruit-cmnxnf.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-phytophthora-infestans-damage-to-tomato-leaves-and-fruit-cmnxnf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a01a1c877bea10899f85906d6368d8dbe80cdc85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-phytophthora-infestans-damage-to-tomato-leaves-and-fruit-cmnxnf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36fe8b9a70a7d4c9a9409f43e03d5ec948f373957ee4ba6924a6644c73546fc +size 106472 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late-blight-tom-leaf.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-tom-leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af4456a0d6424ee96ca0f0756465fd152d82fa69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-tom-leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce975865aef9f1e1e161f3d998eb85d8d3400dd4a1cfa963d634e352c2a4c5c2 +size 265042 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late-blight-tomato-leaf.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-tomato-leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9e9a8af1a97a7790220aafc121921ca8349e104 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-tomato-leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8521706261f62e3a32a60d55c0c0af9a3faac498a3b00b72527674758082d6bc +size 99289 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late-blight-tomato.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8926606804f3e032f4e61a31cc59f7160f533d3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late-blight-tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60aeb91bde37f4f5704818424a3672babbe9997a18f4fd34cc9ea1aa54943b1e +size 66968 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late_blight1.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late_blight1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d224b4e3f92ecf0f4bd0c08973baae1cc1706785 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late_blight1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3230695e2d8b18154ab2514dacdc3dca3249c8ef0559c255b958d3b62873e382 +size 75467 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late_blight_2013_longisland2x1200.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_2013_longisland2x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3acf033e87ad6ea4209819bff5c84e4922d4e64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_2013_longisland2x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10e343751d2ff445cd22c93d92140da735ef533b10c45795ea85d4c2d67ab10 +size 287131 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late_blight_drought_leaves1x1200.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_drought_leaves1x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80d8f1af5d4dd5779f16870028d7b02b55436fe2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_drought_leaves1x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1408769ef9d069a31ec50cf9cfe591962a84159c32064b5d43b694abff1636 +size 309122 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late_blight_drought_leavescuux1200.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_drought_leavescuux1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dfc15cf6f4e0e7a2d1ce53c66a9d992d6f68fc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_drought_leavescuux1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbe542bd9b254a4e96aaa4fef0c134cbea83f385876dd652d4da7d009e8ba48 +size 2036994 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3853a21b252a80aec8a866a4902913319e32481c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c76f512198fc742905de176ec4f2f5611df51eddff2fc5f1ee9d2ebe479ef3 +size 25442 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf1x1200.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf1x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8967ce874cb510baf6316b21cb36494b6b18f6e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf1x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac2ef0738add23eedf74b476e5483911d19d8035a9c076a4f92c8a8ea511362 +size 295573 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf5x12001-650x305.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf5x12001-650x305.jpg new file mode 100644 index 0000000000000000000000000000000000000000..375a0e3e52eccb7586e97228d567ec108df7e775 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf5x12001-650x305.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd87613068228f0493aed0545b456d7a32905e88914c215a5802a396f2802bc9 +size 52638 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf5x12001.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf5x12001.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7ef7450933a3fa214af15832ec91165b85aa2cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf5x12001.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f45f20fb269dd24ed5e94e216a0dbdfb8a8c8676864f760c4b37abd68410f74 +size 287763 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf_.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf_.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46dba56b294d8c0200b8a1be72a4d806018abd43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leaf_.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c7c59a82e0e7bce9309fa4ae258da0ab4c02fb3cdfeed7a1a8131422e4e17c +size 264012 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leavesx500.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leavesx500.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b11fda952cb7d4b0b5c24759bdc64e42fdb6968f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_leavesx500.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff030db45790d99d7a286d17055dd9374525cebd05dec31e319a093602bd0c1e +size 136365 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_unusual-symptomsx1200.jpg b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_unusual-symptomsx1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2837b3faf38a7484bcb4d3c808834b70d957aa3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/late_blight_tomato_unusual-symptomsx1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daaa8f3f6b7dc8c79aafee2832574a300f8a3b30b0263c13670067d8a87dd183 +size 533704 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/lateblightTom_lesion.jpg b/dataset-tomatoes/train/Tomato___Late_blight/lateblightTom_lesion.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4217dd8529c442ad8277a642ac3a119c153b8afe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/lateblightTom_lesion.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89d0b34579e6551c854e72a0f5b59389cffc59ee0ebee3bb98c95ce19029f64 +size 43358 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/lateblightTom_lesion3.jpg b/dataset-tomatoes/train/Tomato___Late_blight/lateblightTom_lesion3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fef6039c51149657d05d4279fc4dd67e13ceee40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/lateblightTom_lesion3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1914d9fb4714604f97b77a58c55154e6bc48a5f584187f2309b6d387e6094c +size 297103 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/lb2.jpg b/dataset-tomatoes/train/Tomato___Late_blight/lb2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..734870e3ee4304291c60e8786d48b457161a0b62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/lb2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d998904f74d6126480b71ac31ca58edaac43bac6b6d0ecab962fd86a9f9e76 +size 54683 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/lb_leaf_lesions2x1200.jpg b/dataset-tomatoes/train/Tomato___Late_blight/lb_leaf_lesions2x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3e6a94f1a9afab85c42a91bde18a430a90569a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/lb_leaf_lesions2x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9002d48a4f1e28933902689bb9aad944121c82b94ea9492371f91f31fe1b1534 +size 381933 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/lb_leaf_lesions3x1200.jpg b/dataset-tomatoes/train/Tomato___Late_blight/lb_leaf_lesions3x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3e055d15c8dead5f35f7a095b02fd945e5b87b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/lb_leaf_lesions3x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839eccecbdcf2adc73893431d878de68573b1e12b13fb40ca56e5f71e30ed63b +size 200928 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/lb_leaf_lesions4x1200.jpg b/dataset-tomatoes/train/Tomato___Late_blight/lb_leaf_lesions4x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6ddb469676da7580f4ffe5d5cc0909bd94b749c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/lb_leaf_lesions4x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cb8e337b7ccffef5c9ffadd988ca0cde1d6b698f721cdd0bb6cc54f674b681 +size 312787 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/lbleaf.jpg b/dataset-tomatoes/train/Tomato___Late_blight/lbleaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9051e67f78ffc206dc0465d7ea990dfe190b836 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/lbleaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12508fa6409708ca9905a4a32523119ae325a7c93e951f3893a01e12a7e746ef +size 78223 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/p1020076cs.jpg b/dataset-tomatoes/train/Tomato___Late_blight/p1020076cs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df586746f1e6bb17d50913afa0349ee981a317ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/p1020076cs.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9b106043b7d340ffaa915fcda01d7b1966100e3df8337a281f48df9ee80bc0 +size 676892 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/stock-photo-tomato-plants-infected-by-the-late-blight-plant-pathogen-phytophthora-infestans-macro-539209615.jpg b/dataset-tomatoes/train/Tomato___Late_blight/stock-photo-tomato-plants-infected-by-the-late-blight-plant-pathogen-phytophthora-infestans-macro-539209615.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22bac7f366f1a8034178b074cb34d891fcb44f97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/stock-photo-tomato-plants-infected-by-the-late-blight-plant-pathogen-phytophthora-infestans-macro-539209615.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed4412559d6f193eed1b2fe45639d1d7fb7ef996dbba2723f8b40200b95c61c +size 36651 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/symptoms_of_late_blight.jpg2__0.jpg b/dataset-tomatoes/train/Tomato___Late_blight/symptoms_of_late_blight.jpg2__0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..578dc9642a23edec46fbdccc84c824840af77730 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/symptoms_of_late_blight.jpg2__0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd4897d6b910e92ef0cb35e3af59be9492fe1e2491717d2a634b2fba5792a40 +size 385084 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/symptoms_of_late_blight_0.jpg b/dataset-tomatoes/train/Tomato___Late_blight/symptoms_of_late_blight_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f5c9220ce6908a0ca7d28fc6f830b5ef44c282c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/symptoms_of_late_blight_0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c87b6a1b27d85267538a304e1359b82f00db3421d58ae79e77e98806dec3ccb +size 245625 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato+blight.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato+blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53cd5568817b53c71ea845770203a1b2c754ac16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato+blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07a6ae85ac6ecf494238951289024e7914aefae62f1f90ce8537d3cdc129ff2 +size 63028 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato-blight-phytophthora-infestans-close-up-of-infected-leaf-b5n95x.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato-blight-phytophthora-infestans-close-up-of-infected-leaf-b5n95x.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a90f086cbfd8a251e8d5d5cde80c8adf3ab5659 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato-blight-phytophthora-infestans-close-up-of-infected-leaf-b5n95x.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa903fc900a1c830823518655c5685ca00dc204be908bad5a4fd16e7191e5e0 +size 63546 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-conn-2015-137c.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-conn-2015-137c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14ad6be5917fbb66fbc0605f4aaf946bb91935b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-conn-2015-137c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c402224e255ad2119dc600ac2714f207a4f59ab9192a588fe6c8f15bd2ce020 +size 726558 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-conn-2015-139rcs.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-conn-2015-139rcs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..236b825becb81e339295bdbf8a0ff54462d8e9d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-conn-2015-139rcs.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2821453ff5feca11667f93871ce358cfe05ab431cf0c95910a1ba527f6902632 +size 450521 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-foliar-lesions_Scot-Nelson_CC-BY-SA-2.0.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-foliar-lesions_Scot-Nelson_CC-BY-SA-2.0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36f73273eea18838b88efb2dc32105d0e12ddfb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-foliar-lesions_Scot-Nelson_CC-BY-SA-2.0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845e3cfb95badfa9fa06675c134833b9849915083bafff579e3b14d251938f0e +size 329352 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-lesions-and-damage-on-tomato-bh3w9j.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-lesions-and-damage-on-tomato-bh3w9j.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0ce8f1e16683d709403d922f925ff594a98b04b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-lesions-and-damage-on-tomato-bh3w9j.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5cf62f64af518859c4aa2196db554b95022b8036832da21dd8fcf8cba69a61 +size 106167 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-lesions-on-greenhouse-grown-ATA11J.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-lesions-on-greenhouse-grown-ATA11J.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2c6e3f7496d00aff6f4fc1833befcb195f76455 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-lesions-on-greenhouse-grown-ATA11J.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c05a58a8da9096be59351957f35541c3326562d2fbcad4a9f404406cda7b224 +size 198616 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-mycelium-and-lesions-on-a15yr2.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-mycelium-and-lesions-on-a15yr2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c8d8dcd6c3f95d4caf00ca458aaf1c547d0b758 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-mycelium-and-lesions-on-a15yr2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd593011c07e1b866b6f9d9d7549937fa7e56f7a488ea2436b1648b43d3b5dca +size 85809 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-necrosis-sporulation-on-a-tomato-leaf-underside-XA233C.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-necrosis-sporulation-on-a-tomato-leaf-underside-XA233C.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92c8d49046ab4019075dca904af0ce54deb38736 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-necrosis-sporulation-on-a-tomato-leaf-underside-XA233C.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad3b5105d22190fbfae4798ab4aec20e3d5d1fd467ebb3e3f51198ffdd3d95b +size 235715 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-on-tomato-leaves-a15ym0.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-on-tomato-leaves-a15ym0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eccc3334215205768d2e678fd71e63543889753d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-phytophthora-infestans-on-tomato-leaves-a15ym0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d94a853181a1e2d14ce6e5507a995c89778bee0db442f065f14c72d0da15bd +size 94093 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-sporulation-on-a-tomato-leaflet-picture-id81781370?s=612x612.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-sporulation-on-a-tomato-leaflet-picture-id81781370?s=612x612.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e9dbdf8677cc26ae0b612cfa2e7f67c8507a5b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato-late-blight-sporulation-on-a-tomato-leaflet-picture-id81781370?s=612x612.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69494f416ce4803218604f78256ac454df38b990df9c97398f276a387e9fe99e +size 36524 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato.early.blightH.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato.early.blightH.jpg new file mode 100644 index 0000000000000000000000000000000000000000..527c13c7cbe538035c911a85032f2cc11c5d544b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato.early.blightH.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380dd06e71b1aeccbc9255ebad6672a7bf51a333a233490ac099c546922c49dd +size 124786 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato_D33a-Late-blight-015-OMAFHRT_zoom.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato_D33a-Late-blight-015-OMAFHRT_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca35650d0ab20ee1d9ad0d81bc3569f4056d2718 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato_D33a-Late-blight-015-OMAFHRT_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a1b4541f4c3b20eeb0e30499c75f4c9ebeb1e7a90c01b8c26472cbed2f7415 +size 73659 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato_late-blight_03_zoom.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato_late-blight_03_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4814f0f52b2aa7c2fb720027e0568502dbeba2d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato_late-blight_03_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9916076137fab755c95f7b9f9379544c458885416aa9661230038875da40da +size 120073 diff --git a/dataset-tomatoes/train/Tomato___Late_blight/tomato_late-blight_05_zoom.jpg b/dataset-tomatoes/train/Tomato___Late_blight/tomato_late-blight_05_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1185802b2c7643bdd4f1808e796baece88b3b114 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Late_blight/tomato_late-blight_05_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0b6524c8ba90d6852131511f257ba04acd04152169409e7ffe730ed69e3199 +size 175067 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/100_4542.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/100_4542.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd6b12db93bc4ca56e36f815540591bdebc12144 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/100_4542.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4b2e0d528b39131e2d53f733ca64a43a81c21766ddd63c209dbcac779f0506 +size 832728 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/2195890.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/2195890.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8b16e45701f11b8d83577040da51ccce8db9648 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/2195890.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744e9a50fb8fa0459727b8a500d8018ed8c5acd58591450999af3a5c425d75c5 +size 65536 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/23600077_1572609202782510_2145699867_o.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/23600077_1572609202782510_2145699867_o.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d861a16744aa4e3655053cba901ef92a39f2bfb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/23600077_1572609202782510_2145699867_o.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277ffa6f7c532123a3f815335dbe9016f1492f9a642ded818f53989a1c52853e +size 180102 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/4118c92ffde66d327ee14e4023320bf7.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/4118c92ffde66d327ee14e4023320bf7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..575d5c4c4acbb8b25156c995e11b10c85a890921 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/4118c92ffde66d327ee14e4023320bf7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75beb9ea5411dd447e5ac6d5f8341df82804d76f1d15111725141638680dcadb +size 66717 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/5830204360_757cd7fdfc_z.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/5830204360_757cd7fdfc_z.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e0807bc7d7cbc27ba5ffdc21df41ddadeeb8afb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/5830204360_757cd7fdfc_z.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bcc928f7e5d4926000b4e5d61ae7e05928db60aa20864d20c5f549995f4d12 +size 267409 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/603-116-0.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/603-116-0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af6c91ed8cd08a134d7d8529fffcd78aa07a5472 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/603-116-0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a340b3f089839417304566430c290c06ba716dcf8ca049d1e0bea331c1d6edfa +size 80180 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/6032331.JPG.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/6032331.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f21a7bec8caf937b497b5133a951690ba9f59fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/6032331.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cece53c23f454f16e4102880bfd9eab48fe62880193220c046efc1035e59a32f +size 50437 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/607-155-1.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/607-155-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44da81becbc2a2cadd08471b72161d614c0127e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/607-155-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c92ef0d0f0f8993259828b803d71d0ab66dff72528374052110bf947cf8b59f +size 110114 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/8915974546_00664cefe3_z.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/8915974546_00664cefe3_z.jpg new file mode 100644 index 0000000000000000000000000000000000000000..392c537a81d14bb2842fc98c93c52d4196e62d8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/8915974546_00664cefe3_z.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3128c856103692106600896b2001f2e78d604b77cf9f042e275b1b07ae88974 +size 176191 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/B%29-Leafunsidecladosp-envez.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/B%29-Leafunsidecladosp-envez.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bf64530d4508eaf86c6a1d6771697a226202cee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/B%29-Leafunsidecladosp-envez.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afc3869c2edd8ab53e231099cb1102ffb3d3b7a75bfb9703b3af83e08b97a2d +size 19578 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/BlackLeafMold2.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/BlackLeafMold2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfd73c62435ee7c361e206c39b654ef9be21a1fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/BlackLeafMold2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a768de0b84132ff21b604b589ef946f285e1eed7cf21d9268ddaaaa403e8407b +size 15215 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/DSCN2697.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/DSCN2697.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae387766fce3fd3ab3d616a8f4077c819eb4a72b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/DSCN2697.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795c99b260116ea4eb932f21ff8e62de46ecfda326889e709ac2278e6bd47c76 +size 354599 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/Fig.%2015_opta.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/Fig.%2015_opta.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e4320164cbf8206e17bd1928b83e4f8d4f0a32e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/Fig.%2015_opta.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd3930fc33f62d33af4fe268ede6066da861853092e9ba7da185c83bb52c181 +size 550428 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/Fig.%2016_opt.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/Fig.%2016_opt.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a63109533e3f34a982675d1be5050074285f24b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/Fig.%2016_opt.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7755096395bf7e00c03264853e3acd5d5203f22dc2da02e70c6bac09596d3724 +size 1013852 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/HighTunnel_TLM5.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/HighTunnel_TLM5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac4aedb7f407800daaf7bdabdc5ff4d3c3d8fe38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/HighTunnel_TLM5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dc0aea97594cd3edf2c965d52298f6d9fa46db17d6cc29d9c6cc72acdca049 +size 187571 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/IMG_1261.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/IMG_1261.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d846dc00efd34b948094d916964c702b2e2c27b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/IMG_1261.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab59ab2c679f342e3cce8e3a036ad1ccf015252264c5c4ecf66db652637ca49 +size 499756 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/IMG_7442%20resized_0.preview.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/IMG_7442%20resized_0.preview.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4c6f92fde5e31345d95a4c03cdb86ae4bb2f088 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/IMG_7442%20resized_0.preview.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b2ecfbe2b25cfa5c837c7d0e6c513c2f8cbae7cfaf706da5abefa326459a07 +size 176460 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+Mold+lower+leaf+surface+spores+%28conidia%29.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+Mold+lower+leaf+surface+spores+%28conidia%29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbc6d0522a2369af947515a2235baf94845fd22a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+Mold+lower+leaf+surface+spores+%28conidia%29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec52edb1ad897189a75ce0b1051144ff90ecdfa22d9d552884830759e1002ce +size 89346 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+Mold+upper+leaf+surface.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+Mold+upper+leaf+surface.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b2a402d547aa5a187994c56c5afc3fa8bdaf94d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+Mold+upper+leaf+surface.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d438e89ce335decd18bdf155a3965fc08943fa3d635c216f97e42af6ba2644 +size 110341 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+mold+tomato+%25282%2529.JPG.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+mold+tomato+%25282%2529.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60e88309d3387372251e6fd51a6b4116e7e1d16e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+mold+tomato+%25282%2529.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41457c4bf7071634a91f295557d590021c6adf453925dcb95fffd695277ea10 +size 346692 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+mold+tomato+%25283%2529.JPG.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+mold+tomato+%25283%2529.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3cace31a66c4e0447cfdcb1a3dbdb38685ab323 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf+mold+tomato+%25283%2529.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476ee09e4055e372a8148dbf46ccf2f33b9984ae9e85b4e65984e52f57b84b5e +size 277451 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf-mold-caused-by-the-fungal-pathogen-Passalore-fulva-in-tomatoes.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf-mold-caused-by-the-fungal-pathogen-Passalore-fulva-in-tomatoes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95443ffc5e8929b8128f5484e8ed488f347ac0ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf-mold-caused-by-the-fungal-pathogen-Passalore-fulva-in-tomatoes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e981e7b3a6d1546db83f58a02638a9fee64df6b632679c638bf2d662d9dcfe +size 69684 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf-mold3.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf-mold3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4722d3cb7c59a78e99a51e30a46163fe9695f7be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/Leaf-mold3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ef7e5923ac873359afa96e6fd3be82adf34b4b36fa2c8e6ba906be7f7c0297 +size 202734 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/OLU13.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/OLU13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9f24000592baa9f74baf08f8eca9cc1069dda16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/OLU13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d5bd08bc7a2b31cb4cbd5b32182113413fc5e06d415170a403fe20aaf21ae2 +size 599962 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/P1020365.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/P1020365.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5053e2c52380bbbb1c2aeaabce41b962aeb4f55a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/P1020365.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b95819dfc707a4d5847b36926d876e377a6f7d0492194c931b118e0700421e +size 148238 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/Problem-2a.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/Problem-2a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3c8d9ae858b5a781e8cf61ba071c462130357ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/Problem-2a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e11b612cf781549d4541901c60df7642316e0a2399fd24329dd5c5b7df50ef2 +size 95980 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/Tomato%20greenhouse%20leaf%20edema%20and%20distortion2F.JPG.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/Tomato%20greenhouse%20leaf%20edema%20and%20distortion2F.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..143cf191fbf93806eedd0e9ea32a79fef05e810a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/Tomato%20greenhouse%20leaf%20edema%20and%20distortion2F.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4969b978aae3acb11df99666a0397b3268a81df85c5205822dd70de91558df0f +size 117494 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/TomatoLeafMold1-50QUALITY-16lgkq6.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/TomatoLeafMold1-50QUALITY-16lgkq6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ba6cedfb8c1c8f039ec95e95356ed608822cb4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/TomatoLeafMold1-50QUALITY-16lgkq6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396e4351c45aca6db4a6923cfdb793aec400bc69db7c30fdd5b5cfe1ccbbace2 +size 35856 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/TomatoLeafMold2-50QUALITY-1b89zfs.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/TomatoLeafMold2-50QUALITY-1b89zfs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2178ad63f8b2949df3f4636cf0938ed5379d2cda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/TomatoLeafMold2-50QUALITY-1b89zfs.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71548539c9c363a0dd9582560c75f8c68041249717b14227f155084c74d5de69 +size 41581 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/black%20leaf%20mold%20%283%29.JPG?itok=u5TDHCSM.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/black%20leaf%20mold%20%283%29.JPG?itok=u5TDHCSM.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af59d6214fb477e216f74758ca579e1ac3982bd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/black%20leaf%20mold%20%283%29.JPG?itok=u5TDHCSM.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60979ca4de88782d17424fd35b7db021b4f3a15fbdb2e853acd2fff5a2b26fef +size 32144 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/black%20leaf%20mold%20%284%29.JPG?itok=DIIUw9JU.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/black%20leaf%20mold%20%284%29.JPG?itok=DIIUw9JU.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df31bc49ce52e0570523483c8336eec7a90b89b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/black%20leaf%20mold%20%284%29.JPG?itok=DIIUw9JU.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9842b35b7947f1baf3f83dffad190623eee14370e1096da7635bc5025d835eba +size 32673 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/d-to-tylv-fo005-14496A31BE70553130A.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/d-to-tylv-fo005-14496A31BE70553130A.jpg new file mode 100644 index 0000000000000000000000000000000000000000..337d248ebcc31711a6ae6e1f817f95f49a8c1b39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/d-to-tylv-fo005-14496A31BE70553130A.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156a6d798e490a5b08de7d7016bd682bd9d1162e2a436a04b626d8c493b29c90 +size 56917 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/dscf2712.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/dscf2712.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41bbed351634cbc52efc2ae92e8efce740fbbeef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/dscf2712.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6267900f5061d5ea4dc59069e7e788a0c79d3ac1b93a8162e031db374538a35 +size 144052 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/dscn6690.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/dscn6690.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbea1901f625ddb32d3591e9b8bfbd120deeefec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/dscn6690.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cca761de835f182d103c06b4b0d3158501fae619956acbd9976078b7f1a06d +size 161775 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/gray-leaf-spot-300x225.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/gray-leaf-spot-300x225.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0bb7f2a18fb9bdbc7063e4bb864c86fd84ee2d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/gray-leaf-spot-300x225.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485aa250351c68755783b14c6f12a2360d984f9f887f3f09696cb32043360c82 +size 20606 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/gray-mold-on-tomato-leaf.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/gray-mold-on-tomato-leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc45cd3a121c517dcc48f9dfcca7d8d9b4ab56c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/gray-mold-on-tomato-leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b916951802ac916268ffbb8201605d77d0d4e573adfd4c82bb37ddacc92cde0 +size 38901 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/grey-mould-botrytis-cinerea-on-bottom-of-a-tomato-leaf-late-in-the-AFRDAN.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/grey-mould-botrytis-cinerea-on-bottom-of-a-tomato-leaf-late-in-the-AFRDAN.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf43c8c6e423f2bbfbbf621e26e23c772916bca7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/grey-mould-botrytis-cinerea-on-bottom-of-a-tomato-leaf-late-in-the-AFRDAN.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c96656e6a67cf1e166cdb1a0ffaa87e564c3dff98121ceebd7f0ae19c219fb +size 199775 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (1).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (1).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b303ae8e844e55af0f3d3ee40601c141cbef2736 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (1).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67525a94cf0cb657cd87c4f570d2154209d987ea6b696a5c68bed7fc140d508 +size 19931 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (101).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d797e8c147f901c2c02beb4baa2c1b54bc7880bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36302cad860c7063c8888cf66d3f664592a2e918de512f256c087f0cbe50a48 +size 18601 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (102).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..727003d7b85716d8288b3db0c5317ebdb22e4bc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40240606490ea22a4b922149261041c34e56799871b01ffbaa1f0819e6ba0710 +size 11308 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (103).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9ed21b14101d96b8a71928139cc26b0403a0282 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1284a25e4093df2d9a6939f33800c8c8adc55df313f5d93e7943fd3a5f7077c +size 18500 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (104).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fd8456d5729735ac1cd3a9b25771676b5f4cd79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77046c906cecc51cb784c74998c2abdd9c908df7f514d07b6b57651d4bf11a9 +size 18303 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (105).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ddedfe7eca32f4123980033f0411f9d5aa0c568 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791b6547152e909a66e76122f44e6fdbedd3ed0f2ce3a5d6047c57230fb4b406 +size 19053 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (106).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2488feec22167068edd8c615acc88911775f3660 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c13f8d3dc3936757911eb89cf07dac597d86aa07df28621a7410db6b49351e9 +size 17583 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (107).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72417cdb0b2ff3e37da71cf43e638eca885e7c4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdf4dd771b9b78f5f8bcf99423feeeff8c21c6f2a404a66ee501ee4c5a810f1 +size 19117 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (108).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..681fbf82ee6254a06e5bb5c026c5c4cdc7b7854a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa499f8e1c9d48f70b50ececc5456c4b9286116a690ac3217c68a8a58e2093e +size 12578 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (109).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a83b14e279047edcb21d5de40d9684336e720b70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c087c51d815287dabcc882c32a1aee3ee614a07c15e6d10be5fb6474c255045f +size 18160 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (11).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (11).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9a4b82cf46796c51a1c9bc510503c8a7988b282 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (11).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84435670846037ddab6e74f327e5cd57e004f334fee070c7bba9997cbd83c4a0 +size 16594 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (111).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..880b9f0154551eea7384ff8f90f5443fd46468df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed750ea80c67df59f912794796a89862571d6998552d16d8b3a8163251eea9a +size 17098 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (112).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b892a66214901f59c18e2fc984951a893927e429 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a462767c1264d1b50998664e68dfe61fa98963465514035d117a993dbb430007 +size 11254 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (113).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eef7432bfc65a26bbce3ccbccd8d33662101168e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c49d282ee86ae5e131ce9b198ec88c4e12af263ea67efb9adbaa12c13cfed82 +size 17621 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (115).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04818e1591de733136a19b41c3cb97f9192db8e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8300711ac3eef48d51393e303c87e867f9040d32c0c3880dd331ecb689336c +size 18821 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (116).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d65ec10c4f45a37a048f9e34aa4897bfa3982896 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566708fac311449415ed9fa2b5c56834fb960ad068c49643d8fcc6e1aa27e961 +size 15603 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (117).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abde4bf4b415085681d09ee03c62e01a27309a47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058dc1316d139b8f2655b353b6615cf710a9220f71de3384e829c67b100988ec +size 13563 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (118).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..543a14ba0c2d84a6c7be8e6e6b89a45df2fa0157 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49f8d4998036ed986127cf85162db374f7b0394810b21732c3748bbc0323e48 +size 16216 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (119).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79bc15959bfd52d9ffa4121317c78eea8140635b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ee59019257bf7bebe054ac070d4881f6c9ada0ea5d8896940bbedd3a42490c +size 17252 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (120).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..930fab1bc9461253bbf8e599e9cab2c8e7c15e75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d068d9d99a3226feaeda2fe54bc9a1146abe6d48c48b25f42aa72f2f536f7a +size 13618 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (121).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fc62ec56ca43aa650a7a233eed227995f5b4f3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15016a204309a5b780a15c453bcc2d7112a644685ec72e864eaf4ee1f1ffa513 +size 18867 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (124).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4727b28ec67c679641ad0f883982a69cc9fa000d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d338ffc34b0f8e0188b274bea90e71ce1de5a099b71b622d62a99039f1b8e500 +size 12786 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (125).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46efe8e82ec86b279a63c11cd7fcd583a9fe6b06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1f9737b60f7bfeb40980d5be749f6419abb8e7a42458b11d0f8ddab6a46b60 +size 15500 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (126).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2ce5fdcf9c0026c2ab5b90ad92e40593aee6e87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852b0e333173cbaf15eb05a64812bb6b9ff569ed646956386ef229f8708567a9 +size 10998 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (127).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7be1c59b67bf5f2d4774456ec16f2cfd69a50552 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6c93a5424f747176a7e34e5f0bdc352f4dc0349d8ab511204afd2aee4c59af +size 14557 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (128).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc049110c1928595e300f07731ab8bdb9c278729 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70c0383fb0f64507391ab668109ff622854d735aad378b56ca676d0b6eb2f26 +size 18973 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (129).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93c976f55db5fe12ffeca4d67a467eda357c7e98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52508e4f30ea7b488725397fc252ecf03802dbc183200a07f4f24fb95104347 +size 12703 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (13).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (13).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ddef7d982d480105e1876802b1eb027d3defb13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (13).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cbd6e2c1b8a5bb8ec340160682cfc1106df095d2912b3d60cde7396cea1aed +size 16898 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (131).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bf4535e27747335a45b8ad718169c8ffe31b174 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4293d206948eafed54eab0a7b3313be0461841db40d3835781b2f93cfc7a0557 +size 18070 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (133).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a790b6c2cce33d45c98ba350b63cbcadc008b0c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771cb3133ea6710f748a5496e80f524be388eb7e31e2aee05be9da3660538aeb +size 18295 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (134).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5620b447d9d3453e44fce9ffe8f6c34abb3ba302 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae438657d6d32382867f6d7a046181b0242c660f625022c18c48f337c489d41 +size 12805 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (135).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a5611d13149ea031235b55f8a8c65f8371fd184 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751cd4e2a941458563c0d4475d2e82308bcb300217515aa33ac6202707e78edf +size 16458 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (136).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4814992f5cb9f85e8666633981329a01073a4b3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb9edfc5057837c6751da40c1d124fd1ee8b5ce3f0c03d540083710d86ece06 +size 18479 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (138).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4eaf8b6974ec9b344d58cb4faf703d6843184cd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123ed9c3a2f162b3310a1aeca6991e64aadfbd49fb5bb784687e1524c21ddf28 +size 18521 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (139).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2e39a595493d46d45ea48f30cdcca1f757361c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d01c53a8b332f4a9dc2c6f8a4a9026c177ecb7740404dca0d2fac00226391a +size 16250 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (14).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (14).JPG new file mode 100644 index 0000000000000000000000000000000000000000..effed4f035dcaa35b3f517062eae264d1cdf9ac0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (14).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97df6ddfab481b3e52849c2b481262f377b7bd6cf355fee0a15077edbed37be0 +size 12456 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (140).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2888df6d369a969b3803c906df95b2d7afdf910 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abbd520f9b855ff12e3e97ac85daad6437958648c0c6972de7328851cbc05c3 +size 10270 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (141).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ef31492a5c88c3069875bd3ec3d0474644b9e25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd6a327a913597969c70d46e457e7ff3471b2876f1ba617bed797ac5ce6f0e8 +size 17063 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (145).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffe8d4c44671fe2951fc35e34ae920bbaa46faa9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25e5655acdd4f16ed0896944db7c3762240295be05fbb58c5cc8490535d41a2 +size 17827 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (147).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce96df5ad0618ffeeece8347c9ae1c52abf8d79f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a9d8808647df7595c2ad084c70ecb435d8c82dacb2d78d7aa8436b42ee9275 +size 12416 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (148).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e135735f42863417411a02fcec7ccbef64369271 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8e2c859152455c8e5509410441e8f81aa164c221ba58017b4af27a9805e319 +size 13128 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (15).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (15).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c833765a051d135941438cfa8d89944ee171eb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (15).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb21607a2c1f1236adaec2d807d2b703d578d1de255d610f84632490ffca8d75 +size 18546 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (150).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2eb46a5ec495e5ab4bd8c25468facabbc521afbc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed91d4fb8ab6878b84b67933eb3df87d3dea11498cdd66b84917c072d9a3d73e +size 12878 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (151).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a55eca3f24591a2deb2ac3ce3f88b9d22fddf09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26417e6b435fa9f4e7537279b84507ccf0a9e3dbb60ac21b0afb146f7e97483 +size 12473 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (153).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a463850b0eaa4e43274b1124f44c30188c68820e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1162116bc5794206db7c0c7a8a3b74b3978521d41743fb66e78306ae89402e25 +size 17464 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (154).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e1a508ee32aa32a3212dca7221a0d9b66bcebb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5be2b1e87ec95cebd994f7dc484084d86925306df3903ce286360f86e5c37d5 +size 14022 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (155).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdd3066cf05adbb4812b16591d2f45231b72974e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915234bf34d61c15bc43abbd2b0f517c7b4e078f7d17e25409cabea4cbcecf5d +size 20157 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (156).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f0e26d97d5f824f1eb971f269fb4ac883acfb41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a92abbf8cbf28bf88092638227b3742183c3f32b6f81183f6e31c2e5352e10 +size 13301 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (157).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..996eeb09f32686baf9963fc0799632d574808e23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65740276234aff7dc8274538d122fd7b75fb5f9dba701b88aa96edc54430056 +size 11824 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (158).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c22ab5c9b6519ea7450caa0c4ea421b12190c66b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381ea43297aa6143094b06ece5159409b66b3093d11cf16c31209d56a68310a9 +size 14000 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (159).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e642d7abd1424513cc7f0c60c9fff313358fd60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df5550b6aff6bfc142e977f8d92c00e99dc73836e0f5dbcef15da0a5f40ef62 +size 17684 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (16).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (16).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e76dd0c63e2e97185cdfd4f466f441c01d1f077f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (16).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669e38998dada8a9ae2e1b49fae69a10fb29125e0d0a942a67ecb91fa1c15533 +size 17754 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (160).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17ff54bf79a1d69bfbdabee2eaa9ccdc6a8649aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f5ae95c04e4ce031958bbd44c7008b218b7ef136cab0fcd1ce04f916b801c3 +size 18662 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (161).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b8a4c994470c6d6f35ef66313e03ac1188b6333 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f71330e4295458f8c33e88b8e86da8d52be44dfc598016fb445bfbdafdba501 +size 19461 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (162).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d091930e4f18f7d7e1488d45561c7a757df539e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ecbab9f17925d20b8014e646dc6b40d76a309b143ab867394fef27e5fef8c9 +size 16599 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (163).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dee9b2281e1cbd361b5c885c03795281023e7e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461b0f7343587b340a87c0497196967761e8b9cea01e0ed8d13513c8d97316c0 +size 18722 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (164).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b63faffe2cb8df7c0e00c912ba8f171600eda311 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d2cc7a4c38fce54b8d5566680cb8253694d2d2cdf9e4f9528d27a4acc166dc +size 14704 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (165).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3366fd361972d298ab2cc235bd7fc25acedee3f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df29f4081b00229f33f41660dc61c6f1f4b5ac9082ad461989e22087bfcb194 +size 18897 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (166).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c10e95fe129fe8535e9a0341239f2dc3a55c07cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ab06a45d4461ad8d9903e6049b373267459d2cf0f422dc68bcd7490cb840db +size 17381 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (167).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52a4ac53c9bbf8b80390f6bb3c4eee957efe110b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cc3835c4d812af542fff76a9679971369da56e100235566018480d37dfd558 +size 22322 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (168).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9b54440f839393dcb93b33800883148719472fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f0329203e9accf2240d53b9ca64a5097e6e649d2cdaa8793358eeccdf2fbb +size 11817 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (169).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..471b65cd181fb2685255f4fa7dbe107366fd40e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ac3a14e51cd7cab821c68b0b4dec714b5b77e815c21f40707a8c1016176777 +size 10999 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (17).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (17).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82be8887e1383eeb1131eea4d62ea1b65b89c617 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (17).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5463a4f3c9fc7c287b1cc470d7f615c16bd909a54f21af7a38457c13a7f957a +size 12067 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (171).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a59497e4c636bc5fe549a9fa864e030ac485c2e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472c8468a90183f5dee82236bbbca450139aa6fc6442a6d717754363c327913c +size 11976 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (172).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82f437e0c1cf1264563effc974af795df94970c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ebc8961fde3e5dd7db4644ea320bdeaeeb85c6b0ae9004908e183887ec2894 +size 12412 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (173).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e8fe71f35d9da3eee3de72b33960c2d4d39c28b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da680e73a166517eb6599bcd5ced9d29a8c0227fff00bc099f083e61b51f0750 +size 17349 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (176).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ce2eba2e6a80f7ef8ffa01ce5c957ca3e40bb7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b225dacad7951dd95a5de3f8c5b53fec1d10e755423a1f9fd83882ac2a8e9708 +size 11687 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (178).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f4a3b124cb06e3a51e339ed798a5928236a031d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f242eae87c43e24191a551d68d193cb5402b6316fbb6461397cf07f860d2b8 +size 19408 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (18).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (18).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cb1a6c855e9617806121c87f3451cb48228b8ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (18).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88359ffa2e2afcc7a5e66fb367438555b26a040cd93710639450e6ada447d7e +size 17615 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (181).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fee5c729e04feef99a6f5bd3e583317376db069 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372197f953efa1347939f915eef2a526ab12c3c44487e08e4e718b7c6b928831 +size 17126 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (182).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80db9b732d44692c1d8c2549da1605529f7de7bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b88bd7ef68d91e9b8a5ea4bf9c40aba2227c88c38e9610ce422a1fbc7c4c66 +size 21568 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (184).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90f42224678f8ac640f8d16c168e92c2438958c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e954e6243ace6780b6b19863176dcc2a40a7d9c98d43e282249d3c820c5ad16 +size 13821 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (187).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b1071c040f3bbd735a1d09fc25339a6e75e5d2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231941c28a6bf9dd3ef728cd132db2bd43b5ee87fc2b4cd6918337297b5a1d37 +size 19286 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (188).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf0cf4662897c32f00d7391197d5a36808dfb43d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afc9faf22a7270e6a07ea1d20eb385b05a59d0a99de1c71343c295f7c4ba7f6 +size 18253 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (189).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0018f95277d69f6ffd5cdc40636bfdd7419acff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5b45190b29d7a028ccf6287b5f90e0d86ce784c94e87a9c14fd6717d96c11b +size 18101 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (19).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (19).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90085f18355aee8a729027c5195e7b3d2063a79d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (19).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e55070d419d0355115fc0b3d6b31525f898c774f0eec3ef34086adff1e118f1 +size 12517 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (190).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..135fa86a65b7be0443726e20f431e3d51fb42293 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818901a355c21e4bf34e85f2a509d36b5f82de9392451eeb379c037e6f8ead7d +size 15146 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (191).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cd6fe81bd5e0009dd07b8186823df31c46ce076 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ada6f7191ce781feab506ef5bda3f543938ec031f8daafccb50515272a8137 +size 19306 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (192).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a86e6e6303764f3f1e439cc64e8ad6cdf72dc4aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f020a6755b95daae0ef5d51e10ae90cfc812eb80506d8d714a00a9c00605ff +size 17028 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (194).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2d098c0e454f20f5a3807a756b89f0a69cff669 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02408fc726310cb64326818ed2bf5841a3cbdf119e1df13a3e0081aed2074208 +size 19228 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (195).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0de22c672a9e1350d49d7542e8359cbd47438f2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f683c50de384444230bdc07f69df1a40c51dd1aefb76ed92a52981c5455be933 +size 11675 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (196).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bfca08f9574f6ccd297d5673a1ac141e0a35055 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d8404e96f7a2bbe245e00b896c0e9639594bd7051655d166167973ac89617b +size 15945 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (197).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35a772a8e9b384780478c2c2ecead1f5effb8ebd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c65f96afff8f848b712e0af904dd6dce4d47c24dbc57b8eb988ad8488207048 +size 15853 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (199).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d78973dbf0718f96b0d975a572e210c6065e7b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4706fdd3f5ce579b5937fcf32a7a2f9e91b8958600f8132608698d18719e4173 +size 17573 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (2).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (2).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81cd78257a55fb569f34de54ce8388c4cb5c991d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (2).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d945aada561d16fe955cbf8d10ed435a25176b9bbdc4faeb118552fe4d15278e +size 12798 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (20).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (20).JPG new file mode 100644 index 0000000000000000000000000000000000000000..175c1b15b3da5df959c4ceea58da079746b8658e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (20).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904bf471cd91cd305b724c54e6f7a7d753ad53358032839f64a71817b7e72d82 +size 18445 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (200).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73997fffe22aedfb95f22fee4d0fee073d7beae2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f8b7f9478deed2ffdbbff508bea42c3fffcc9c59e7f8d03085f175f2952531 +size 16193 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (201).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2e87517388f632be8ede22c1620f955b9331889 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3e63392c1a4f96bfeefd30abb4b8afa67a1668adc7ee6b5529b036ae008e96 +size 10949 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (202).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea74ef1e04da1c5e3e56964a9635cf905a176ed9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3931aebb0d06469042d70a27196c798c6d1c64b75214bfa3e30080ed8f1ee9a +size 17899 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (204).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cf10fa31bf73bd50478fc3b9888a19936adf50a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd0e8001f3ba56d62133a87b8f2cc8d488a980b5d6bfb5b33dd441f0a79ca64 +size 12908 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (205).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2821eba35dcb12cdb4279642c590509e95012b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac2fbfd6618d0b30fdc921cad98cf0a0cec3fc0d9446100423b12dad4fc388d +size 12445 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (206).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19789f45fffc7f160c6a4882dece7a70ad397dfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ab654d620150533f8fdfddfb6a4dc2fa94c7efecb812a4ee8af209e4e69e36 +size 16221 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (207).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29633f77212cf6b56f6123c9ab7474da95fa5898 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bef2cc5ea1e833d8a3ac25c3943ce8754cd197abf561c9f98d23b8a2210db7 +size 19407 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (208).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62f22f6827cb2771f575fcf0d84301f3db58420c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f1cf8ac84a8fb84992062b2b686c973ab8fff4ff5db70219c9718f2f72d32c +size 17697 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (209).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75ecbba9b3c019f8f0977584a5ebea27d9e53bdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b995e184490d1d92b2a70f98540b611821faab2b949a83ae7de9243bf9b1cd26 +size 12733 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (21).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (21).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57b43aeb5f5912ebe5d7bc01b334c884f3bc5505 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (21).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1509c7ccddf8a44287f7c3f1eec36a761b2a118dce0cb0ea336781587479d9ce +size 19612 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (210).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3dafd5553f1474a223bb461abd0777ba23f2baa5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21cd299c110b6763c3b78f065157c4f6f888823a1f3ed44d0d9fbdd4518eae8e +size 10320 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (212).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..252a13b7b96b6da4dc1fbe1357a5db8e9caaac0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df3ab8ba25eba8a483f238e9fbfac2869b4b8581c0a08247f72c03db54e0faf +size 17676 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (213).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e32f51cb3354db33299e6a8a736612fbaed082a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a904a75227676713bfcb16196aa22a3fc3d83c6663f28ccf01e37763945153 +size 19429 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (214).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bae10a6648de93123adbc58a15b91185684c72ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43263d909bcee085cdbe0988d2a79f0be35ada1cb15650d130c8e981f89c2fd7 +size 12176 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (215).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0981a850e459723355ad4f5136fd5c82971e88ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048377e71a82fc103083eab632126b3b63c9fee138527917112e56d93b957141 +size 17447 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (216).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c6a75aed30ac5232f2a067b17d1d20ab1032378 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f676c9f5335c34616244a2dc0e7b76dc777442a40880460d7da72977d9e3bc72 +size 14159 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (217).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9546b486948c45d9ff363ba1554f8d92851af8a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6a27fc01b480dc0cfb58dfab13420c0322ce5134e7e5463d6bfee6608a97c1 +size 12017 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (218).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37e511e3ac4c6ad597970a2ed2cc324431b32d0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ee43b8ee74a6e31ccbab993082584a36b802f83dabdcafdffa0792369ded28 +size 18951 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (219).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dff6ac0e391986b9212cb587986adeece84fcf4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf39a84f1499cd132ecab083694c5d9498dc1dce82a40d0a2b920d94a31540c +size 18852 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (22).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (22).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b5821ddfccce226a09d13f96ed58b1a532a2cd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (22).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cced4193e4b7a6e611fbe37a065a70e6f39f521aa9b566f2fc69d64c100bfef +size 16770 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (220).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a29ea384664e50c71308524c8714aff604ca7fba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4646b93cdbea17ab6ab3549141539bdb4630c41d15f50f801ee28851a3a9792c +size 16796 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (221).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f53c3c534ac0a3db09da5f92f7399a873063977 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a718b1d3d9dab1099a4a84fd71d37a3a71920f77a9d806521f9632122fd6f0b4 +size 20301 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (223).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dca6e77df39bde26a61d90f12ff69a2d286220b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b0d4e5c1f3bcde4a7bbf8a196d541e95c20c6638b59b818214d4ba945bc8cb +size 9987 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (224).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..555bebf8870cbd495df981f6fc59fdf77978618b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b5155b45b6c8c18f59fe99237fe292d5029e6379f8eda5c55c7a399842dc1f +size 20033 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (225).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92edce5f2259e80649eabf1ec3cd0bb2a590fbdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359700e55d80e2fe36fed21021c2bfe3cd41d7a1840db900227cd3b49c8cc87d +size 17729 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (226).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49ce132aa9e1c8af0f915ef49425eaa6ff747d28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a608c476f48690d0e8e1b1d80a1ef45ce6a4db8d356fcd183622cdd793c2f74a +size 20133 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (227).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..feeb9eaeb403f8f48bb78207e357c98211f96481 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e03f8b57e0c2c883565d66b64eab0d30df4c043b8311f537a749f35a1b8257 +size 10682 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (228).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f476bd9bb6972505ee376fef5f0649a3a6b86841 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71679e0b28de3c29d6609949eab6c3cb6312ea0130b0814466e9915b89e8176e +size 11089 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (229).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..317437d98a71baca74359e67ccaaf7259b1446db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfcfbdef7bfe71adc67208fd079643c40637165b0a5b8fee256dc23771aed4d +size 19039 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (23).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (23).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8476d18ff5fcb5a29324fedc6a98f4b9dca5cb08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (23).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269e1aa01f9e821577b721a0ecd365b06488c7742a2963f7a121e51373f60f18 +size 12705 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (231).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c438bd13db82b724d7cdabdef7799d41a291a247 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed79682e0dd90e68d82265fab4c6677ceb468d20f60ff0ef1d2edc41df64c914 +size 17316 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (233).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..beb7822201af52642f18c72cdb4018f2426f844f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68edbd00755cf113ebbccc5474372c491a2e5dda3b0e38743a8ae2657922e0f +size 12053 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (234).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e0bd30ae6270ed1f9f3f5788f1ba0ddf93fa7d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43139b2052e9d0ab363a0008c0450b1349fbd29618568dd58b568434ca6437e +size 18072 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (235).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e670e6b48a73efd9729fce0f7d216522b8faaec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f098eddf2f3f4119fc9aa0912757313f23650ed347f615b8833631c5a0350474 +size 17522 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (236).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af119ee627e5be740055d664e84339bd9ab0822b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168456c59801d9207fded8594fef80a60065354b13dab0ac8fbd98e52213b035 +size 18359 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (237).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4376589bede89660ea5f258aa24a13e31e99e635 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbcf1a4ee379a536b16083d4e2f1594bc83ff0dcc5fb6e1dd01848941d62660 +size 11723 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (238).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b9ee7529fc1aebaf6794ac1f4a60b27b2844010 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3b9a7a60bf729e3bfd1309c4b51c1d3622f6de78f5faad3921e8d5261e493a +size 18213 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (239).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..516107db9061ac1f2926100da90597faf92d230d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7469aab21758f61b1dd02f1be041f4e2c027ecc7913251988fd616a730b24e +size 17328 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (24).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (24).JPG new file mode 100644 index 0000000000000000000000000000000000000000..969b5b699648f9e8fcfe0e6405226f5f96ad77a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (24).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30190c7a30666948255727a2d19910ede40cefe7423b084e06b5b39f7534a2b9 +size 18274 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (240).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22d02ba6063bf2c79675ace1c8f304e675f96552 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0ed2c728a8b6af2f361fbfeeb7de3ac0103328288eff1eb77b06883fdd9a3b +size 12560 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (241).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b0c500e3cbc61df1666f8806ffd600b68fd7b2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0df5c909204315d75b07b2666a172d8075e197f7eae99ded2cb8d26dc76db80 +size 12742 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (242).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4180c2221b81a1f24b0cd631e637dec3a0277fb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b166b9c6851bff7ff41c086490fe9469ca448c583baf2c7108707ff4ee5e108 +size 17615 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (243).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5944e38365cc30836993db02ed38fd6c7c3198b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1387aa2949afc312e8458a5394dfd293fba81b8c14b88330c1db16f5ec2ad2 +size 16921 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (244).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..886cfa0b7af38d4627c83089717e4c8ca308f89d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf9f8a0872ef9dc846ca44c50f91b6952568f7149cfd71ea47b37cb38d108bd +size 19744 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (247).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1caccf731ef2eb9c2034ded8dc988da2a291df70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae023650fbccd602794031e825a72a987d64b3b64284992f8e1225213199601 +size 16726 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (248).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..244d3d207a0b0687bfc0b9eb51be635e1c9243d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a78abff870a3ac80495926588ce6234512827d546a019b76c503b7fcc3654f +size 12034 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (249).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f39900a5fc3ac804721d72f3a4a10e08160fe00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61be31581a14ee1370fe7cd8cb291cee822bf3cf037516ad5ace7d9dc9369c9d +size 14099 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (250).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d87092a18d1e9228d1d9ef0fed43f0a0d59911d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd85e19cbd6f90af7a6677694fa385c5d67a694109c0148880c465e6c4d1ac0b +size 12410 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (251).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78c26ea3a7de35d932690d6af8eeca022380d11b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3117ac28baeed0664875d3ac942db95911e3916a0a7a2ce905f866418b938d6 +size 11998 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (253).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35b756bd1db0cdad0e566f0207878f217e10c191 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1847d0df5cc07f17fa8f1755194a77f102bebd66616437a1ff08edb7fd053c +size 13882 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (255).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..482fad04bf4cd68a1152c98431eea4595b15de05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9daaa7759260434c0638e540c1668f212b31110057ac10728d6f10f854a56cc3 +size 11751 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (256).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d305fb658454dde6fd70695d350431dd9edf85e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c6386d8af692fa943f21370f8e436fabf1d0036fceb8454bd2063dc5b75342 +size 11267 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (259).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..521ef572a59ddd4a14d3bae71070046d2710bece --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c721c70e9f301d61a92f2393975429a07eb93ed79ba40814a412d516b3dfa838 +size 18527 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (26).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (26).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bac6371d1c38555bd1a0bfcb194449dfdc8eb27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (26).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3189559a523498a3a918982c28e2ff075b6c0c9785bb547339b697f52983577 +size 17342 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (260).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4ae2e7b82a135d64dd2d9569f3e0ac3ee2fb4ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50af0b3e78b9cf670cae98765ccae216f40d5708175463e226148f317cf23465 +size 17921 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (261).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ad48a9bbd066129cefe6f033891e2edd969e589 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e651b6d6292d8af0eeed3e657797fdf45a477941d58a82d44a2a272cf25fcb01 +size 11496 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (263).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2207ef85ea26f4bcff23c957047f46a341732de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd8bc6fc2ebb4970b246a0f11c65d5abaaf337de7dd3d0f0e940ee2559eb917 +size 19053 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (264).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e576a902e44e9787dc2c6b23582b54076aa0ab79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062ed8aff7bd629ff2e178bbadcfe978363a199c1cd07f916cc2a5cf44c96427 +size 19046 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (265).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a588d13e3e2901b41a85bc939b1c8341db9ce48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8314171e7e8d00412ac5347505fcb7caec977fc9c7914aef9aecd25fef6f2dbf +size 12856 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (266).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbd691d992470fea31bf336f3a0738f0d3b343e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52014bc94ab23bd821fd9c534a757de37fd970f76c5c26f30f05b4326913456e +size 18000 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (267).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfce1eb69306aae2569c6d9f4f7133f93b3325a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc0a053d30f09479a7412d0203b814fb8f21a2d2b609fe48a097c791c9d53e1 +size 14296 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (268).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..785c706cfbf649c72a63d7cfe7b249e8f2f1a989 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71eb3d0e5e5d16b8c0427c7a922aba016186bf3687ef05f332c060307e9728b1 +size 17201 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (269).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f529b65d7ff24a8d21c29e3fa8f14958c6fad51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb34c9dd1386f4a4abdfab13295de8b3c911ca188a94265fbb467cf8a6191342 +size 13018 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (27).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (27).JPG new file mode 100644 index 0000000000000000000000000000000000000000..101ab64e40188520a71e385db11688d298ae0388 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (27).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4d2f56e88649e428e8cb1172c28583595e5414ae6a5230e9219f644d816bef +size 15988 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (270).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57870db84036f24512bfebe74bc688d37cdb13bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf64c0db431e92353ff59ce5213f0525d7dfae78d6468a9b766dc02a89622bf +size 18129 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (271).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8dbeb6ca2284ceffd8c3f43344be9c14e4349ba1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b90f9b9ef4ed61843058de9ef06e33ec89f2098cc1ea11df6fa7e9e313e3cc +size 12386 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (272).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0739aa6e275adbb87a00a4597eaa7a00ddcd1f37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b0fe55450130480333d6040315ecb5b1453367fb4f6047c5e3819dd5fee334 +size 19402 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (273).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b30fc40d9b5caa2ff7e08f0148b7bf378e88ec90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629b575b3d36cb46b44fc732ce8e2288718c9323db84ff2728bf91847b7ca053 +size 11131 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (274).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f691826872515db838e8e0da36d64f5ab9ccd32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e2ef04e920c09a7ec84c92bb3b0abba66411770e8553be4120e575e1fb30fe +size 12932 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (275).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73df128738e9778281203cbc5fb580ba0ee04252 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5690c2a8d9f151743fe2ab1ccbb93a5ded4c5aadb352782c0e245c90bb377806 +size 16899 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (276).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9acb5e88fa840333e5894f7de74629a9941c6eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dfac29c43c62d3f5b888045abc7e1b55ab51524b370c782cec2151d6d274d4 +size 18383 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (277).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39cb4dc471680c3be880eafa8a5e9e0edcfb428b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa60d897cf69fa5bb905988bccd923418824d9a75e7c047c832d3b026b430187 +size 19814 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (280).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4984da278d9057762d80ec578724648eea59fa67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed9f0342ae614cfb2f18d107b188821f6bf7e186edea2eb7364286f6bcb078c +size 12365 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (282).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc5940fc1267d73b2e48e1d5d3d2299c95210371 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c11b77d3fe7ac6db3d141446870c2d5c1882b5f08600d2375a1b8b7066c758e +size 11988 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (283).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b7cd6095950e8b35534aa59f7a981c1ccec1e7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78666f3cf76d0451a8e117b0911fdac1dac6bdf817b38bce3834a1f9ea90225 +size 12957 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (285).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e76eece6fd21e9d84a7161de23d3000da9561c85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cfbcbe197e705c526780b75715a58161ec2b565f69476c29231dae5d12cf60 +size 11657 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (286).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de2b63b72e1e97d5e271ea033e9afd58551fad00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b4a87177615f1dad2422309a50cbb34ef24a764132b4d23770a10eb7e8aac6 +size 17321 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (287).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c583fe34f7a829688369a34e336062d8067817ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a194e8fa891c676a5302b307958a35f7fde997b0be658ac4af4f928777448207 +size 17265 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (288).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1cfd5eae732de8b2f920d28cd24756453333b3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c174314ad4b634dfd9f21a8ed92de6988717ee66f3ae68757898209b6a39d741 +size 18236 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (29).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (29).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55f671cec9541524965f56610edb03aa17a272ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (29).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca0807d7e8509f331bf8f8c8430055af91dde948d3ada92c20c1f4b9ea00a80 +size 17900 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (290).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b81ad18508fe6e6b6d6cb1cd1dfd9dda47a2934d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c9b31c6dae50655e8897d256735c35ae281e84845dbcb4e4988f1e028674f6 +size 19000 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (291).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd367198c12640affb280c934d5b3642b56a0250 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d0389d60d19f0d9af7b2a8b36593c021fb4b108a4a2773639bdb7f1aae5dab +size 19484 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (292).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..539eb4cca9af9252543af791caf0f7a9f0b6f9da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5900ced98aac8bac31527fb3ecbd902288d64441edc78500568114df36019da +size 17728 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (293).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..999f6056face98e865098fdfcba80c1d3502b903 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5790a3ca18a10e6eca48aef273f520f5236ce5265c8eed69d8840b2f5acefd +size 18604 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (294).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7db38b616fafac0a06ff722e67aa1c7157f3e1b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54b2250834630b4c9a6b9014ec7e58f056615e58a51602ab7ca13bc0d46259f +size 19214 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (295).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..717e6fcc3c8a2cf46e877d20af1ba17a9acbfd16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0a0b2e0680d656fe54a84e2c604a6f9690e904ee300551afa4eb668c6ba0c7 +size 12875 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (296).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a74da346e9ca2ffb6d5c6c8cdb653691c7f1f141 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8866de82dd07f1c6702b2f147d2c68d244c2d97a575310bbbb6169388f5ed2b +size 13710 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (297).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e9ab3bae8b1d8a358a5587aaa490702552c6ebd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fa75a611cde37766f5ecb790b9c11a95d17f1c790f94a53282741cf812cc9c +size 12087 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (298).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7af63aca075f0989e5a086fae04068035c09bf9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2941fd9e23cd966f48869d734025158719ce2c484012a5bb3cdcfbb533867a32 +size 18494 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (3).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (3).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d0b04a2254468552b100215f59842623b8ec447 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (3).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1837e9022ffd04d98dcbd1723f2ff9a64192bd804e974d8307ee2bd2e2d834 +size 10320 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (30).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (30).JPG new file mode 100644 index 0000000000000000000000000000000000000000..450038abb5356a462d6e2eedb3e48a85e285aaaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (30).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aae71c917fc00949f355fc0670253bc082e38c52526aa77f3ee86f0336a1c11 +size 18835 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (301).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f63eab5a5d6fc448618087815c165b9f261573ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4b80d3b936b9e6f71b9b586c2fa8d45f22f12e3738f12555b12e71204770f0 +size 18856 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (302).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5410e63c0b36ade5963dd2e54a74e9a4208f4b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e0da88e585307d29c52cd36b01178501b7ce599305f4b77c0c7499f41032d6 +size 18795 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (303).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecb5faf01261968631c74802d553d0503a64f590 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541a94acdbc2a0cfc69d9b1fbea2d47781874cd225b609a78897f91dbb06abfd +size 12131 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (304).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c863d64b002f91c21fabe1fe4d40c2873ab38a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3ce6be59d51961b41bad2e8ea050bad70ab12ab1aebb8c11c278cceb8c891a +size 11842 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (306).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b08c6a0e2b51bc94293c403a913061bae4bd270c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fd7fbb2b857e84d7871c8c1665f1be1d5460d5c20e7c55e66b97f69335c44d +size 17415 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (308).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d7b3f7cc6a4ffb22a5e572c1ce71e2066f96453 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0694f0aa9925e43348f93d0d454e68be73d6690135c407d2d09b1acc03ce27eb +size 10367 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (309).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff3f325e76aa5c99d7ff6893cdf15f81d04a3abb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e20b44b8548fe9cd9b69573ece4fba63ed6aa3c0df3a0628dbacf189ab7d16 +size 18012 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (310).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4f1122bcb38b757a6630605e8c30a4b7dc7df29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eee3888235e14c586ba0d8ca9a805fb3cb943918ebd37d6f4d21319f429faae +size 18074 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (311).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..442db7c922695b089bbdff2b905d51ac01c0d8a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1052a1824eacb0fccd67295d2f2feda2c81c553d76cf06bb0fae2e3d63b4aa78 +size 16893 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (312).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26845918fe774f8b60cb6e91407ab906aabb851d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f42fc76c2b180693f856309683a8a558ae4035d30e30684b6d24880754f13f +size 16845 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (313).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe9ac17742ddcf33820b666fa724c1ed03d937b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2edad6b1313bdc588299744c5fc4c40fd8f85b63f28b33d28f39d86d54b5a6d +size 18935 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (315).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3040cbbc7293fff4216d680b69647bbd4efbca6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6f51bc31ea109bbd3af1af246a4e3e430e3d72dad682ff898182668826f515 +size 19210 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (316).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee6150a7e004d321a25a25166f126e16ff21dccb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8083ca98a565a907741aed422d26ae9c8258df98bbcf5133a70e130e2ff1c82b +size 17880 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (317).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1fa566d7d677c86d8087eeb0d243c63a6ae1498 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73139923649b12e4d5fbc1d191ac18bb39ae6db6eadfdc6792e54194e9c424ad +size 11416 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (319).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0573d04141f620da80e5c79f7ec9473db69b5d69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc520c966136b779db95d005ce2b87f8144990cb41cf114066616f3d418ab9fe +size 18363 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (32).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (32).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c56dd8389e50d4c4836d5fa24d4762abfd10b1d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (32).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d8ec3666b2c93b7bcdfba02f8130156fd9a1e680c622db3f0f974e5aa8221d +size 18742 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (320).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b421650e0e4bd0365b9d3371ceb3ed2ed55d3b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8cc98d304539c3b440458b2c98d399cb07246ed4b4fa23234005cb260e811ee +size 11491 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (322).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9afe6496ca288abaf1b6c3b18e9783fbba53276 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf884732678bee2eb6f16c1ac7cf95a30e2e47e146fa527bb2441f9aa6a922e +size 11399 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (323).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e67851d5b6a6856220dc7f054820419b13022bd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8863ff1453c6d15c589d8c77caf5dc1b84269ad428836e551992a54b6a0e0c5 +size 14480 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (326).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de7dc582500f26639abd30c2f18ace0353b3b5b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95e2f964fe42647838c9602f6c53110b52efe43981d005a16d0591e54622a2e +size 11050 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (327).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..790a9960e614ebd7136a7c1207700fd8528006d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d160bf781675eabb8ea4a8834d6ab763bb2a7697b6116fa4bcf9b0c2501026 +size 17604 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (328).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..016f3fb993c235bb88f52da2bdc7175702d118b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cb1c129a409db12d630eec6709960a23c6c9adaa0fb90a74b0a87f984a9e40 +size 11060 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (329).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ee1ad01d5bb8efa518c24f56b58cea48591b61f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e7a3c5faec06da65acca7fd0f363504eba793ced1f638d01eb04cf7f7229b4 +size 20189 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (33).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (33).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73353acce0b4ede4d926cb5c70f87bbcae85a9b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (33).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94eb47d9c29be50ed40f1ba49b99cde71bb40086af013067fc55a410a578476 +size 14528 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (330).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e41901681cea096085ba56da610c3d55cbdd6ba1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50689dc4b144b8e8829e251e0ca2bd12d293cadd26d742987272ce0314ac203f +size 17603 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (331).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02250051dd05c3c46993d838ab639f8271662944 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e925555670239a5d1df72fc6208570708f0c0189073dd76545c99cc72d22549 +size 18050 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (332).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a4d9454954b098d69bb5b196b777ed5e58b4e8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003f4701f6a2d48e8454534b530cd570aafd42daaa6abfa73eaea4e7e7cb48c7 +size 17540 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (334).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae7ee4dc4e396d32f007c0c96a9ccd870565fc6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995a8d21004dd7a81e2f0cc322db5090cdcb14fb5886256d877f9e65684b10bf +size 13592 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (339).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3acafb2bea6e7ced55f6252f2f76f9b423c53e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2276b2c726b48faa9e1b16fc25ec634ce8d4b4a961f3352d8100eb98e8cdaa4f +size 18411 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (34).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (34).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfce693d6b6b40beb8cf80197ae12e130c7c2283 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (34).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c2bc7f56bc019e6a5e608334a15a5d1cc1339764112e682417b06ea4cd54b4 +size 16262 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (340).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abdb79e67b840cfb0462cd9498c838930200eb14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899245b8f256c53fbce70998b938d71645102be0b25c72b537a329108a2190ab +size 18553 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (341).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6aed8991cced7b5e819c923674ae82023eedba30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef8a889124181cabf5a27e04e29a319f7450a9702263cf7115732de90fad9be +size 16505 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (342).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c86d2bb71408f2a485fd7e198b663f56fbcd0caa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d291b784f8b1e5a091a841dc635d57c4ecc2ffbf7914bef1aa00591e26e2e757 +size 17965 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (344).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08e331200ba80e8c4cb95402b323a89eac9b5135 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e1d63f0cd8a24167be397dee9e19f7b7162c89543199455822fae5f1b22f87 +size 14257 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (345).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c66f8e2ee973415118ac32f65ae8e265726558dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1d9ebbac6b797cdbb3136d40d699b95c6a56b8b0e9ff8836127e3b6ac7f13b +size 18961 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (346).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90675938f4a8169c53fe77edf9630fea9a8c03c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda72b07d6a31d0f63d33742f13fe7e62841e442db4f0c15e9191f1c9464cf5f +size 16888 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (348).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce0c61423b58e75a69a1c2861bafeee3a1131814 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac68c40320995a979c925e43fcf619eab4c447b372ab6619a1b8b9a03f4f340a +size 18792 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (349).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db03c3f2fe11488cd5f58117bfa004aa3531fbb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e01a75e7db88ff5400b9119dcf28020a72f354705df637f2be1b55010a64b89 +size 11986 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (350).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d279b19cf013b495dd7204c93d12020eb720c04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54290a3f67ce940086afc1844f839f3dd4a8f1c859c732695c1822fff40d422d +size 14471 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (351).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9e95d9543d19ccce521bba20ee24d2f6c288ff0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737a2a8852ce785902dbd86f9e7c8a6e4d4100c56c93f964316f6d1e543db056 +size 10935 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (354).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95ec3087b79c9eccdbb191691a9ba622f9d7b4ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efda5300452c4281199a66cb9968e5114ee04c1c07f69cff81d95ef16bf7919d +size 17761 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (355).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b7ce9825602f35845f306eb4fd034f53cce91fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb7b85e62837f9eba1daeb4ec583750a1aa9d737c65b0fdd6e9f4edede639aa +size 13719 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (356).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f7b376432672ba7bbbac126d743e485b31246e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882e1005e42a9b0bd2d18eb2f8947d6432b29ad1829bff0e7b15c9e4a01e580c +size 16683 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (357).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c95f8797a0c67291ba7419ccb7eb0587b5afeb1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e91c9b8c0294160c161f5556143758e531ebb3138ab30720288d4ef2593810b +size 17408 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (359).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07a21d567693cee802a5830567f61e5b5527e500 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe946b7198edebf24730d2d9f828306e45d5c9b8c3760dd43f34a3806088e47 +size 20443 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (36).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (36).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76fc265d3015eb7fa21c0674acfdd6ce3b49964a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (36).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bcd592b0ce65e9627eba7aebd5e149756029088cbabffafbcaa1fccaab6db6 +size 15369 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (360).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19eccbc3997d8e774dc16c99c6848552c95d50bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7341073ab830ce131473908629a79e99db4955abcd234472cb6e18d050279755 +size 17794 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (362).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..937e303ff1a9143f84c151af5b3c1d1623952e69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefb0671a763885037def7dbe1c54ec9a11c56c868e8869ec270822a4db005c2 +size 18367 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (363).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3483e32ecc92b9c6e66ff210e3d94bc515d8a9fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6732860b8772bb10a288788a898ea2ec638638444a2f589ae73b741730441e1 +size 17653 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (365).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fca4b4b37797b017a3d583e03d793a02aac83ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d5f1570e84a129c653da0639289fa49e15f8d0192ec702ff2d8297c3a36f30 +size 13066 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (366).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d406333f5c8a8dec2a4763adc98dd90a3f7b2d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc072ada32e4ab72ba50bacda2803583be308123ff73ab5148821027f26e700a +size 18625 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (367).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c68e6c23066e2ffe1f0c759360f61465b2651bbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b109d10ef6044dd93112513427f19a9b13e35f535ae51d4c303329e4802c97 +size 19061 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (368).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0df9a035f169d9600285cb17faaf491a60ab57e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c3f42ba55f426ce1a937fc26382453a90ddb58b92eae79bd044821fb6eb8e5 +size 20699 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (369).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80c38ea2d9e656481f599e8005dc5684c2258ddf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55027e6717694033d2e86a4353fc0cd168bfaac240ab759fc4d546d3c988120 +size 10750 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (370).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8fe5c40abebff462af1fae5f992d6645d515e10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4c0eabeaeb352fe89e87d5e2370cd165626eac88e42a01a2eadc6b12829a73 +size 11443 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (371).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a8e3249fc5edae1b91b3a89b199adbfb460e9a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104835ec4f3b64c59955fbd2cad7037bfafb2a09c3b6ec00c45c0a3fce55c338 +size 12926 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (372).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..115ec28057a6447ff2be2e7ffe5317385601603a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccef23400cc65de5dd22ddeee75ded7e76be001268e3dd3bdb8b797cc53cff6 +size 19420 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (373).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9e84da8c039f849ce6589dd9dc85afc35088770 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbf64047b3188c1448b746f287ae4bf5964c083f5fc0239416c6b68a8274194 +size 18531 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (374).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c707b88652e535c4a9ca6e988a6c4f5eae3b452 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3faf3c8111a86a9eda152557f27390bc2de0cf576a4a34806b63cc9af02846ed +size 11378 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (375).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..639db13053a6aace169430081ef2caf138b85938 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06862c051a034e536a574bb1c887a60f5b09e8741f843103cb5fa8934a947666 +size 12985 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (376).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c116e8f7b8fabb3378c10e761ab783abe91b19d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023f21740a8c179845356deef4490ded8bbfbec3df4dbc94ccb81ac069ebba9e +size 16991 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (378).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fcaae7a0cbd5ebabf0d30950f07765e0ab1c69f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997714b26ebb818386082a4640e7058b9853513cdd591d552df8668185b55947 +size 17610 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (379).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26e3c086734ac618f2278e1571833681a385ee3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92dfc82e9ec69df9ea1f548e9aae51b662cb252118c6289146415bc069cf5d1f +size 19798 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (38).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (38).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed93969fbbd202c24ceb60b63ee5c6cfb5a8ea67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (38).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8556826aea728cf2236b6e07a2df8077c92d367bc2d6e3a4335d2b8e5466a962 +size 12972 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (380).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c09c291020ceeb1e22244567724b33a86095216a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42621a939666b657360187b1762a59067190b7ab7a590d09a4cf3a624c165cc4 +size 12550 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (381).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e0e8d3784fc03aa33668d231d5c62e2e1bd9942 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bfec0e91578ff16ffea85096331fa9405546f82ee9405bd37f6fbf1bc19788 +size 13075 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (382).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef3213bf58bd8ee42050d1c965f1f690c9c7f01d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3c26fdfb2d8882196ba06d19280e99bfd7e07ee213ed728c35d45127994573 +size 11302 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (383).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c40cef6bf0ffe7a0ab3c1b9ed6cdc291b3b6f17d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ce8159fccd3368276720d1ffc69acf994d20def839f4aeaac8071d8b0f12fa +size 19977 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (385).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5eadc3f15b56dec474873f159349c19606120dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cc52a26c5dc62f8b4da03328d8b7c892b8e424808c5b719197b03b84582b93 +size 19335 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (386).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..110548579a1d50ddd936e5049c0c4c3bc9eff99c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7852d3dfc3b8b71c4a7e9a5428f366e2f71b17e465907621ffbf07f52617001f +size 8829 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (387).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf32aea0898972aea53c296a8400a597b5189f85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ef975c5a230535e9a937c4ab4f89fc485f6c23cdc2bb00e92362abae735cdf +size 18697 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (388).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0c22acb483bf7bd03c24c88e6dffbf7189d4429 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c523ddeca240920c0e437e8e7946a42557720afb306fe97c421bd3d82313d6ea +size 11959 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (389).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fa3b5259a238d672eefa3b28c66910bedc184f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b52e0da4e79ab4bb7175415141618a6e2ecf8bdf6d25a48a9930dadc9f952c1 +size 18493 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (39).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (39).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f74439511fd7208dc67be0068bf8d7af726e537 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (39).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a98d80c5b4835b3a3dde194e8508aa41b244092219d1036ac572c0cd2982f7d +size 12582 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (390).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..485564ac6a2235c692a369ea4a7d02ce29500dd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7ac57f42ab0ed8d4835797f8786c7c59de8ae0a5693d1e9ed8a2885152cd8d +size 19400 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (391).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4de63b49d6c3c5e80afa6c80b274c233c28e107 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946f3e52968c4befd42a974700e267464670e04b2e666ebb05287dbc90c875f0 +size 15222 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (392).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb86ba9f1dd7029c5a16d3f93ebcb58496c19e9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cbdf707c906c6d7684ff1464b9e2054ca90462ea390eb09ed06f0f53fd3c111 +size 17852 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (394).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..798403c3142bc6c3c03d4c75f8e7bda48277f2f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5230ba321dc2df80c30b07ad5197f77111b9bd739385e9b097a316df5713321 +size 17796 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (395).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66708162428a1125b82429e2e44da63c792a19a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce80dc676b0a3bdc285f76fa9cc8d6c27552fb07bf4b9a4de4c016103569a3c7 +size 18413 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (396).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2f6f487c2e6fb9a6f73bd09571f746ed83e635f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e341f7e2297e0e64e29c362057104f133eb597682c6ff21ffbcab71ffb24df +size 11731 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (397).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b917ef17a531c2373ca06401053d9a0782e70a7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7874dd63a1b7892f56b0e3fdbaa78a3b5d22ec63bea4697dc1dd260225df56 +size 18222 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (398).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..181fa858e9dc7105e64a1f74cdd1b174ce6a6088 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604b7c52e53d0e6761c95945415c75ab3736dbf8189c0012b0ec1abefe4b86bc +size 18265 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (399).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..679a7e904ede1fbb1c34458563d670443fd53a61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b015a1090de9bf1e38fec412846f89c8c19cd39f7b520023568d2bd9eac3bab1 +size 13027 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (4).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (4).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7655aa77caa4202ab6819aed66375422d7d10d7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (4).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c874f97712654a629c24f133b40e289176e149f3ec3e219cc390d3037b21895b +size 18640 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (40).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (40).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f4ff5de60f4b8bf88d45691cabe46f5742a9f22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (40).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a565cdc4512c6ddbffb94146eec74ca66fed0dd4867d78e50499a1fc3f035566 +size 14183 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (400).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..394dab7e5e58f54b372edfd34f6c0b13cbfd9205 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3fa9ce6f15aade53680ec36646312a4a08dbe93c7eaf5b64333fbda2eaec81 +size 17169 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (401).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e84370f2f2cb03b2c943cf6537f16792f086dd8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30cb52312672d04b8e1b0d75088fbc8c2b2582c84aee3c01d2261d5286e67fa +size 13073 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (402).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f50994c811ce306e113bdc029f2e67898a087fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc12f6a6965683f32bca46065a68e1e28d4c3858e152e69616a35da83ca22246 +size 16420 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (404).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4b365303c98a74a2f0025c1ca1e388c062899fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f577b3b6fea0e5e61696382f7a0eeca69cdea1cc110a4a2fba8c1b2fac76aa4e +size 11412 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (405).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0eecb6de80a005000acc9eb7e7936a3af5976c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d82a5aa8f667a99e8f36d3eb585c7077119e7e6e5a78b472db11c81bb1e157 +size 18849 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (407).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..170eb2669ad5863a41c68c31e019c1dd0551c9a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da134693ae63c823eb13fa0c793f74e24b32439242c623f74cfd730ace00c593 +size 15201 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (409).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..700e749f42f3393707c2913cf4068dc335afbf3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfdf97ec14b488fd21a9d7bace476566e2c42752eaf949db89eabd890cd9d6b +size 19792 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (41).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (41).JPG new file mode 100644 index 0000000000000000000000000000000000000000..154058dd1eb66fdd03779cdc805d59f2ca07b219 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (41).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8020be5304a5af389c0c86038f2b77abfcf310e7f5e67c160612fee67d4ac0 +size 16444 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (410).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..443fe6de5b4e43dc1a40bb4b1262d75c9f07d881 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a6e7e7e516933d029a63dd5f55dcf310883e9df449be95092e356a7c322cdb +size 17900 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (411).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8570dc3fe71ca6bd08eccdc7b8b3446e16f2d8b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336410f35ca96de3e691215a9eaafdfa2b9c1d987b43f852371cd13b5b0dca3d +size 12310 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (412).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5edb881d6e7b27b6ab1529f78da8abb04c08097f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be63e9067d694ea7fac4e4fffdc1dd095611ada5790dc148b694c7c438b74b63 +size 11283 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (413).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b612a16442e9c22743e4190785de846dd9347727 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f6b2ae6cda2505ffdd5037662a8c2f14ed34e35779dd0f55cfa55f3811fe2d +size 17527 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (414).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ed245d8c1172707fa1bf51ed959889346c51390 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b30c62a88271377d2d27f79ebd12f37fca4ad434a122864f1be82e9f503fb9 +size 18715 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (415).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04e9537e3fbf9fe5cdcf623b9495796157212adc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e258e204250611a733214143ac498749c416e3645e84ee32726d47685952d5a5 +size 19588 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (416).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a0da595d339b97d8d3211ee28f6ca0afcd511c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3becb6835863479bf01bcc8f169536135d8676b16c01df34ec8f24894e2443b5 +size 16221 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (417).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..658d52305c68d843bb7fe10884e24580c2223c61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b42138067a91bb3855bc270eac7f753545a6f19b8c31ea74b5bbf45ba924f52 +size 18328 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (418).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d1e4409a11493e15c3d80866ea8d3455f7c6bcb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a97fb86ede98262905945db72382a1dd2653c479b0e28ce15e0edd39ce1b6ab +size 15421 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (419).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec0725ad6fe61c83bc6076be135ae8c268b9b1d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec16836f2046f41781243e443aabbf02fc999b1825f5353e8ab1b7da1408d53 +size 9943 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (42).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (42).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2187e77d963a817f024406427407350e8299b2e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (42).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38baa656efd933baacadd4c51e6b45604fe0e6c98b50c3bc2381594c831c3ad +size 11849 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (420).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38651bd4ff32f09a22564308557b7d8458c04f80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e255780627f17329c9b5c7656bd0e32ac829ff49cbcc1d2997d3bf8e148cf3e1 +size 11209 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (421).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..601505b0a17d2448be86d630456be5c692448631 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0224a8a9d75b3cdc52d3a49c99d6fcb152ac9b10a0f64cfe58f40f5485a2222 +size 16689 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (422).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..558a375d411cc66811c653ef311fea1c1ecab367 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf85605fca5c4a4ecf824602658a8d145616ae77d791a9d19563d4771abd33a +size 12493 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (423).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1a2dbb3f539a711f3a72a57afa8a7ef561fe29b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0077201792a070c90b8e6e373295c9fab81f72631596478183576a62d07340d8 +size 17827 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (424).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3bb00830c235315ca654dd02acc082a84276996 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862492488f07bfa259667683954ef3c147140dd1acaeaa3a9fef91e63db71553 +size 15353 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (428).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc467455514b4f3ca6eb6cb0795506524fa2f11c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3347fdd754dccb6e37be539ec83914f866e0d4c1f1356cb0abf0b88fee3ed8 +size 11383 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (429).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcf596af89a7cd71824015a5cb5603baa7e3bc0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1fe702062cfe7cd0bbe08ca0dd56153095993030e761c9bbb49bb3b52682f9 +size 15701 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (43).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (43).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dd158ed6de7a0b484197752fa89ff4f83c86400 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (43).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf026c44f4944ff34cd0959e91ca7cfb04ff2a8ddc18b6283a01b6b4791e7b8 +size 15329 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (430).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3e48bfb424b87de84c46d4f1e2742e2d98de36c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc33677d8390a30ba24bb568133243474716d676b165350b51dd8d44cc43ad8 +size 19970 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (431).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a88f04516c5a937db467ec38393dfeb9e4607444 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eedd53958071c54dd7f2463ef0b8de60e980ef7feafcda6483287208a32b5c90 +size 17751 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (432).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a9875ad8d75bd1f88f5c0b543c4dd3e23f03131 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51459e9d24f4cba08bfc892fae98b4dc6fd1807b83c9248f489c5fb1c2924d7 +size 16360 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (433).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3d521e3e8d693879483de22deea6efa6f6c797a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad29f269af5ee943be43c0d442ffe4376ef1a6ac72045ba714be899d81e5eaca +size 17736 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (435).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e7f712f8f8711134493932eccdf9bfb39207324 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8166c3a0fae7e66a025e2bf90cb9e6b2b6361dece7643bbe7225cab8145b1d6f +size 14283 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (436).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e40225a23fe3d2b1ec0432286f95c95eb2379bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511003006322f6f3fb3f32de6674f80dcec715a9cecbccaa0a6c644d8a06912b +size 17791 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (437).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7329666e003c838ef3f1d1d2fd0aed79b83684cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c0fc6ba7cebb551f41efce977f196843c1777e50bb163094ca2d268a9ab20d +size 17614 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (439).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cca6f48216e17128a6b44b2961ac6a37c1638f11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5749def894e64e5fa7f7d4f6e6ffe69ecb4a35d1493ddd7592cb48e6ef1b0013 +size 13744 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (44).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (44).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33eaf3a776b6541a8fc667ff6cf70706cbd0252c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (44).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b7dab99be6e1d522e6beaf3e6abe65cc474a93b42f3241d26476c1f1ccbf92 +size 16368 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (440).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2f558ffbfb2e21cfbb5f51a70183d1a29be8d22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f195eaabb1d08e58468fe63f0a0204c7bcb8e5f999b7a85f327b43ea283ff12 +size 17409 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (441).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..029903c000e47387b7101af3b6af16a202a05984 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f82c54f7302975bcf9959c54df62c9b84ff1de927101924417be1da078e619 +size 18436 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (442).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06bf7511a8b4842af0fda1d059f2ab301ddaf605 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7618e3ae5c0671c9bb923ed5e04c96302847a5540ad1289c75980d43159a1197 +size 9220 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (443).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..900bb8caf1c5d69839b5caeb959b2eb34c1ab9bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c41653b3843fb64d4c2f129572c6aa3110ecefd0f302eb202dd97d599a97cfe +size 17101 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (444).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f65cc68aa6163f54ad04fcff838becf16fdc36e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8c1c01fa7f6f2db2f58361d9da701be36338a30f9efee3cee60be0e5fb6c5a +size 11040 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (445).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a22a972714612e7887fa4d697bf9ea3ca19ff614 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf608f5c1e23a0d1416dcd65cd462fad7940babaff7d7fe42daffa8b5352f777 +size 17559 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (446).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..252fa1109d93868d8f33cb3c51b0d4b1c5b70724 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d89e85e0ed1c08fb3b3fc87b6ecbd0dded78e42a4a0c2b60a97c9a5fb648f75 +size 10003 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (447).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..942da678a529f34010784e9d9c11d20438a6c846 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218532ada627bdaa1be4fef04a1fa0a318a4b5e688f7cadf92e0fa6a5ed80177 +size 19189 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (448).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afb50e304f60aeb29d542396cafb78e0ac95c0de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fb71315ed5cc79e1edb6efa582d1b8075bbb3c9c6d57082fda0808b9f1ee1c +size 13232 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (450).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72331d28a8f459b606f4dafae3807561abc6fa1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf319097b48b99e4ca58e88609c6ff4b42a832f55d5b6a4afec83c63b777ab13 +size 18874 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (451).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b05f8c4f02bf1f6b9d353f9a9298f2dba25784aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:affbf40b83ca2312241cb1e612649d8a76558613ea0035eea34f8fcf34d35f64 +size 18393 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (454).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..caec236dba1eb851cc7d2c5e1ae74e55ec94f085 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0caa7cc6b4de8ba6371ba4fb5460776297484ca1259599e43ee33fe6c5597f5 +size 9896 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (455).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff54143fbf99d7746283607f286709d7cda77e79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82c38b6d267d6bbd15183cd9cb2651ea724bfbd1d0eb1c3be47c8628ba989c4 +size 16901 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (456).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22e2ce1690f8c572421f1a7edcdfd128718cc98a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ba4fca57330f75204f44f1c07b4c051607ab138ca1bf259886adbaec506e4b +size 18795 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (458).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50cc399517e58976174a65df34060c4c5c17daa4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6c0b1fa7d891ef74002d3f81a96015e9408db4b076d0d8a39db1483ac532b7 +size 12224 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (459).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c808f3416fa1a602230af4ecbc91233768d65897 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f688a27b3c6e8673a8dcd625fa767c648ed4068c51058d7fe19917f7ab3eb214 +size 16725 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (46).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (46).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1df343eb199ac401a6282c32725ab7606ed179a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (46).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b510a90b5cb0dfa8a2798f6591a11568b9353f6b1cf98e3e6b48cacfdc223c +size 19495 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (460).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c02d4f35e70b573fa8af4f6c7f9dd5ca6085d0b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd3546737babe8556a5cdfa7c2d2ee4d86f0a7289616bd215e6babbf1dbe803 +size 18016 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (461).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..438dd668105ca2173ec4041693d4b99724786b8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187ed48613a864ec425dd7845c72c148cac4135298511a37c4ae1bd24f0e5a6f +size 12450 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (462).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cc4e09e495c258b981f903ee4ccc007f3b347b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4fffafbebeee29a517b194c54eab732422682914a8ab1c84d4fec299628d8c +size 19186 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (463).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60dd38235aba65a7aec6052e6620b45fc6456eae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865458ac6f60e1f747401110890f8105c4f15992ff1d1a47679a6ea0d68a19be +size 16165 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (466).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b70723ccefc06e40616d5c12e766b0305b899d49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc573f0dd6ac02455f451cae49d07e899fbba6b5616be07be4ffa2c4991979d0 +size 16219 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (467).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c3895073803dd6de90e2684464ddd3a834f900c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641a5a31075768cc5dc0cdbb72936e3bf5637962ff66fae3bd9929e4aad05518 +size 18803 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (468).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7a276c22c6cd39a02ad6a6275d898e68c82c88d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff9ba7b7b317568a579af777167c3ef4593735961e074572455c8b4f7aa5683 +size 13217 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (469).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20a050059722958206dc52867e7980980a5dd062 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560b97143ac5f5f9b0234ae717fb921d33228d7ff3b15ca3a37575c7a7eccbdc +size 13205 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (47).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (47).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af455790ecfb9cb7a2aeddfd42a440c95bab76c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (47).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7622cf1ca6327b7c73c1658c81e325b02586fd140e0df48373037fa82e1e516f +size 18496 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (470).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29fe63b5072a007e5d679071aa79b1c742a4c14c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea9be7cc29197216799f4bcbf8a3f5820834ea1d7982aa42f2887d4b954a62e +size 19331 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (471).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c79114845cf084d692fa7d490cf48d567954118 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16d85b92afdc78ec65b9cc58186bb2e9cb47380d6b7007189c8aa18ed23d7e1 +size 12411 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (473).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68b97b4393fb641d90d6b82205873a51fc73bcd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4cde794653a8b63e654a1855f68e7e9d13b92f4a63455f9b8cb3daaef36800 +size 10901 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (474).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..144492ac49360406e72280a673ff18477c49e682 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c204c3ded73567ac14a800de7bb8648a845a7aec6ea4db2b4184c9f449681133 +size 19171 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (476).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c01658270de6fc614654bb740ca813249f615ba7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b626c97f3a39be0465a58b4d6fa1c130c7bc2abeb2c0a07ef7ba0fb1b71de5c +size 12901 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (477).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1d889d0052c6e3228f2eedc4fa6cfe675049eb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9161d8bdc7ecfa0795851306e5608a628f8c3c58ffd9056e802ef8790b4f44 +size 13195 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (478).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6cad9df971c3c8c94df0307446d3fd4d11f0d6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32719f92ae5be54b7afffc38f608eda50a437381e975703f1a7685085adaacc5 +size 17048 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (479).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75cf51f2345a4ee1248aa58ee2affb9b39c878d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c04c6081b93988ec3d11aa113e15f9476502ff0a523be1820e6cae56e055860 +size 15200 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (480).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ab5285bac5e27a725307bd60180983458ecd4da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a52b4f0a96fd346f4ed3fae613d00a260c70b97f19c2ad53d21b7dca9f89f0 +size 16800 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (481).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2348e147900037e75c433b6f6e3aac7be706e7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e49d31ee83b05054d80054d601d0e5c5565bb05ea8b825998f82e4411e1a38d +size 17853 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (482).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5abc1a0c725ea51bab639223014ccd7a09e7d066 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011c0a6488b47211947c77a2791d07a4d3273f3000e55774a05889b790e8ea58 +size 21519 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (483).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00f27c9ddb4a30944f0c5248be48d96e752a2f21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ec008e75ae0f18610f6dda5706d263932812ade4b35ae8361ce525e012dcb4 +size 18595 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (484).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d093227460234153b4f49974c4a479d436dbbcc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c2d020c5a5c9fadebcfd903ec242db700bce3b7446fd01f9299ef2fefa1749 +size 18440 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (485).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b6cc751bfc597b20add51212672e4b9c7a18e55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0b443b982e79e8415c185db418ea5a901134dc1962589f590b84ad360717d7 +size 17244 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (486).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1b4f5d854e7109a65004b54571f6ea278830d6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801fcac952d463badba5badae31c056f7d5f2d732d5d500311b1f4e5d1912be7 +size 16946 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (487).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9a74bd3692ae34e63c5c3ce30e9fd572fa27923 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576d0f46cee9c4c40b76a970112d6b1f5022f17d38a0b563e235c40997cf1733 +size 13379 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (490).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e23c7c1aa0e25200b74e597b58fd00fb30247207 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a08afc757902bb542d885d1d85179fd17bdee21ef7ceb7f7bd8ce875eb59d8 +size 17518 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (493).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c73dc8e52b1875e300071cd96f43e2a1cd42764 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e49e658501beff9e5059fb1d59071ae01f7889b01a9dfdb7dbed3fd3e70ece +size 11083 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (496).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dd9e373fee238c02c7978b664c46cb7f84ed446 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b563ad935d5ef6dfba3afb0b1c306aea89e1074a96fab8b1e489f43cd42b04 +size 18074 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (497).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d901fb2cc738e29ee0284497e7ecced098411a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d2bfe5dc010ca5095ab6bc9c1ce0e1eb965823da1b09cffd5e38984ee85db8 +size 17349 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (498).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32f25eeef7f9ea125a6879c7e9f72aa9518306f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cea9bbe66e5c62da96a1bd06bf066fb20c5a89c92fad19a29f22ad25f85cb0 +size 17369 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (50).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (50).JPG new file mode 100644 index 0000000000000000000000000000000000000000..016b530c7f3c9c5de0d93f97c37dcbaee1d2dd62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (50).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc38e629c28c997e8a78c72f0b749458a9e4eca7a1579be8adf841e145bce5a1 +size 11750 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (500).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c3f7fd69391f9b0b0882446e2a7965302fb3182 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61d2c657855a751f9e1243199565db648f69b8ca97ccb6bebc2794394a19354 +size 14038 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (501).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6c1097a2ae87178fe6c047f929e640ab98c6b70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf2d16983522ba827fa82f5cec11071da52c246846a7f3c2824b46635022401 +size 11334 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (503).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a133a563790f43712f71c296684f2a6c519d9fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e95e4a9a56ec6036a56b3a79bce9519d243501a74f9a8a505adb08a1f98f77 +size 10602 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (504).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f9c65b597c00b90dec8ab5ac48273aeba7eaa9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d1afabbfe07a8bed8f5cbcb899017bbca2378dcefc500424ee1fb3554cbee3 +size 16650 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (508).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5473726a38101a7fa7c9d9c25142f5f2e05f53c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca01b5414174ad17051d471c395bc30bfbf3231ff25ea86072e8b46f5965d68 +size 17758 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (509).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75e5eb457cacedf601b1d91826d7be99ca833a1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd5037ad7f03288c68088b984fd8f1e9be52c7427d44a6e9c75db3259b04175 +size 16457 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (51).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (51).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df133f13cb5ebf7f89db2a25896a9b7c3f5a9ff5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (51).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6d3ee4eb47272bdea8cb7a162a44a50d421bb5d63c9c414645e1993e9f14f4 +size 12527 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (511).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f6e976c257f4313f377205d36731b2c5d8778ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3781413c99988f2c72623ec78d392df72ae662cbee377ddffd01a9248f803c7c +size 13086 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (512).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff48a0d1eb774dc7c55b8d68d5c39e795c999638 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a6b6dd667b5034bdd2013a720d056a7ec5f23d0720ba2c01a5d9748a1eebd4 +size 16178 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (514).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99b0011ff47c7f32691b0b5d8f16e3f3fd775b89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b59754eb8bd4e887cb7204c78ba8f2ffa0a50df359785573a130c97a88053f +size 17715 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (515).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..447346e6d96e611531e0596bfee1521125454eea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd3d8f85f10f0b207a3def644b3d5e491deb2a21d3244c3b07586fd51b05673 +size 18639 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (517).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80136c169fb3c4b88965b05fb9b612f34eee6636 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0775e4caf75310efb973a9593b6bc6885a30d40674e1df6b6b15d5c0823957f +size 19062 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (518).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c35801f2181b5acb50721da7017da5a249b696c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9acc77f68f95e440d7f57cf272a3104be4dcb4961dd187b28d0836c268f831 +size 18457 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (519).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..565210126b3a9694b91d845bd342dd9d8f2be096 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89dad84408c2099ebf7ed17012b9260fbda6ed3885fd4cb0d60d54f70dfb3300 +size 20041 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (520).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1218b0fa90f3eb8d19533539ab6aa0cfdc93481d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bd3c23c6974823dcada4b4058d4b88adb8c3d77997dc904768db97c734c02e +size 18777 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (521).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4eb3077103bafa54dfbbf3cbaacf8dbaa37080e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511af55bb95da6047b099b64de163b09b6e3c6656aeda907a59cdf7f0d104bd3 +size 18897 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (522).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3dd560665e28809f062d13f2ef203659709c2f69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb265694675fbdc7a4c7762d2a0dabc58c62399ff3a52df6d453142104d13814 +size 17691 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (523).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..382df152ef9e6af8dffd10d8f17cbb278a69c20f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2660ef121ba3fcfa71cedf5631ef07255a326b6833c77fb730a179e5548e17 +size 12329 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (524).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..014ab9f1fb179cc08cb3dfe52116a642ec4cf7cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f91fb250dd06c73f4dadd3957d104983019e919d154433b9c8c32e493b71852 +size 16774 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (525).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc5e1280665e75cd579415b509bf29922d697a45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c959579ade260c1a6de5997c190e886c6b805aece185dfbc2ae9de448a7c3953 +size 11955 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (526).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9aeb4cfdf05723fe5270d968be770df66bcd364 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac76a0acdfe4a604636d8da18dbd90f71ceb1104b313ee2bc78934e96b90641f +size 18816 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (527).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..892607f02e906d1809e360991b3a9509bc9e0e24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d0294597cded5ef515ac31128a41c38b9d76b8c33c673df3c0e11a82e3073b +size 20415 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (528).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bf501dcb4a3152c1a1cb373539a8c2619066d29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36e657660187c4622827a52adc8070c34665b3eb9ff8a06db551fe44c101a55 +size 17508 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (529).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac69c4c1b2b34ea93971a581d0e53934f01dd3c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c1882314bbd6fdc29d549ccde80d0761cc7584eb957d48ec24b93ca3ce11ae +size 12986 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (53).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (53).JPG new file mode 100644 index 0000000000000000000000000000000000000000..955ac868f8ef377cc81810a08d166652fceafead --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (53).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd05483e887578e99def6003479925d7dcc024543f5c5563930c575ab49d99d2 +size 19446 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (531).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b47a037a552126af9029f4aa66ad12e894eef70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d697a8e7ae5855275ab624598e5771f30686793ad988bf16a3a227def6964d95 +size 10480 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (532).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa5a2653bf4425b325f3ee148f60d3e21089cfd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac168b2fc8271be59b0e34f986daaf86429a254efad85b6edf009b6b8e113d1 +size 18388 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (533).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4de11e02f906a84273322eab6b1ab8780ad9da6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542879a2988507b4010758f59b1186062532ac09663a30273bff0c0bdc3d2040 +size 18918 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (534).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f290af01f676750281729a0ce195cfddc10eef9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e48768a17530d0388c48cfa8e2235bb3db77acaaac948f1832413e604e3a36c +size 18573 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (537).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d53c9b5c62420706c4c80ff741d60d2232beeb74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d039490f0b4f1cb4411bfaba1fc50e723931e889037dfe330e2b4e815aaf731c +size 18299 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (538).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cbd34bf3e4c5ea5213d2478e54a04ba938963c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5088e6ea7caaabf077fcd4c8ada6dcd444e3e20ff88b2fb3d3fffcc4f50ee5 +size 19954 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (539).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5035f1c66e8734c7c1165b779fa1b82f64c1be15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bdd9eb3d8325525c9268ecdbe4c315213893b07009c5b7f13fac365da0a6bf +size 17466 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (540).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a799c28c04f7f26c0f50b6737a6ef584901cb54f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314f3c7017ff8829586c315485b89ca930e4256aa7f800184d5805d2f0494638 +size 12133 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (541).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3aa9c654c318b10a7d76a26b16943e76beda53d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455ad0362dbadf5bfb0f3f9e0f065397739351a6bdeab5fd626dceab0474ffb0 +size 17176 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (544).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f79f1ad8f71bcb4065f3b629d4b8131081f2765b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c512895b62e12aaaff0e02a2f9f9d38ad6b4dfb136cf7bec3741af16c756cf7 +size 18367 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (545).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3a4abf7ff0e8a5a7c0f038a6c035f977fcb92f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5308d34c1da26910423c5d39644cc359b8a57990594d8577fc5ec30c63c1f7 +size 17282 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (546).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bcf0a7be2e27b4384994246af544e5e0a3d2236 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da61049759bfb78fe63a3eb97556ea47671c383a74436899cf52ac38d8d1548e +size 12434 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (547).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2342aa5c80d6b38b4a51a4573ef6cbc5dd1b255b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb9a3d5d1f63a013aacaff07645cf911bb63992afc1ed544d6ba94e6215b76e +size 12928 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (55).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (55).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa9ecd8d3fe57e8de026f3ccafef0dc31a6a5ea9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (55).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b8dc32aefb4e654a110566c7d4fa9feebaf4c653404d5721b3732149e749bc +size 17333 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (551).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..577f18b298344c57c2c7fd408c3d062e94803f70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37300f8a9e961bdd83aacefc6869c14acdfaebbfd56272ae8160509c99a2ade3 +size 14867 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (552).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f700140ebeb3b74120c013403531ada23fc748df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb752543b757c3cf7f148bb281fb03cfa39e521047963df5b1d2f000b16afa67 +size 18537 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (553).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7fca2045e8df4b33fe2f3097f62c30bbc29f245 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c070e60f5bd974344627dee6462454c98e907a0d11f10bc800da9e052e80a302 +size 18746 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (554).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..647ec5cd117e1472183fdc5ec9bd6e6128291c40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738d83afdad7ae199954060451f6d57a8793821b999c562dc6c7648cf4d0d2f4 +size 18666 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (555).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10c035d8f35700d83361c129ea63faff9aec6c16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72e8f4cb3bfd7ba28cac09a96ebc02c2fea5f25c0661431b13f8834a91b8f4a +size 15545 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (556).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ec5ffdfa5f5630f7498af7c61c05ab97f9dfa65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e87fe4620f09713fb7be7559b83e3f01c7ac0fef103309fceb0e7e9e130c4ce +size 12477 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (558).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10252e4fab1c08677c5a89b1795a5ff99ee06373 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43575a675fe9a08a3afe4a7e81303cd858a52c7ef73a70220af634f7ab09cb7c +size 13454 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (559).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d5e1e65d089a532091ed61645d800440ad183db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872d3017a69f2dc14f43dbdec1ed51533181c3b9c39daba55d7ed9789331ab2f +size 18423 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (560).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4856abb14eb75ee389200d7e6941ccf02f635bcf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095d6d3e47d78312b2385166a30906c3a81c96425f195700f7fa074efd489112 +size 19709 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (561).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..182184791dc1c21a004b090df521b95328a3d5c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d533e2e96ce5b3409cbd7266b21c0fd0945a42e214d710a9713611c3213180 +size 13378 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (562).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..250d3c04ad1ff9165a72ae501757e810dfd26228 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd8d14fc44872f59a6fafbbf7eb3cd424fe307a0507754c04e11d67d151ff03 +size 15793 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (564).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e442ae7058d262896880a2261c348c7159c0d5c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd5d14ee3c1bdaa2173db4dc16ed3f7190fde9f0a11cf78575736d72318fbcd +size 18725 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (567).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1533b0192cca65268035d7637b9d901100212f0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d25953af41a1a1eec1fe17e76284059fa039d64bf75216b40e656387acacb8 +size 18451 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (568).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..128223068410a2f2dc48bbdde0b8f32a23ea41eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796c2b57423235c554cf011f9d3eaeb10554880328e52b10f0bf8fde023caf40 +size 12105 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (569).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..daef9b1f769da189b6240ed2330370797795a1c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b317a9ccd2186368617104709931b96b84ac999ba000fed605fa7891657357a1 +size 16506 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (570).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45a49319d6f22f309887cdf419bd605d5b93c0e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b60d518b788813ba1471ca19a900eccb94ae9d7c605d2f0c6af87a819a46ea +size 11144 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (571).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..766f27099a918f8619697c0467330f9b25153730 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4911012dc3f1f89b273e3f8e812d045edd1c430d26644511553841dd1e3c9d +size 17255 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (572).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4f9aa6d387a8eaa03e6490b1e8fc90b0cff8ca0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3ba98c3b2c03b31a8efd9644e48ed9abcdefebee367139f0f44fd94732df42 +size 16575 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (573).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d35e08f57d1d1af4f9eb19ff535d3bd5d2c6e66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd08bcb12a2ca9c29a7d00e6fbacc29e54a7ce35722fcf0b77b4b6da5eb8428d +size 13314 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (574).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1f878596f36d561e483edc1b26b762fae3aa041 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f25b690362352f3ab57bdf085a9843831a78d07bd8a2799d9e9baf1dea36af +size 17323 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (575).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6479336ff52cc0d2e64838833b2da4b233d20cc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99afc013c40c75721fe8ae4b6820dfbac500f1e214074937919185cec765c20 +size 17299 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (576).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8a64fd89f975aa3e2cd31c0b79f09e9fe209f70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c13cfa5ff795750ad63be91f922c0274299172a332ae311af1fcca62323257a +size 17225 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (577).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74cde8f53c532d832fb50a2a27249f98f205baf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8dffc2fe687e37046b2baf156a524f80ffbaefd04c12a3927eb36611700602 +size 16319 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (578).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a87292c96939201c22b6647a9028d46972aefdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b5eb43a07843c32fa62aa5274301e0fb8e016c514639e03828640d56a8e83b +size 12761 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (579).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..069ae73dedd4a2647f17404567627137092eb01e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5110e210286058a1f1707b81b377b101eabc423e693557ef902ce9cbbfcf83c3 +size 19212 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (58).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (58).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85ea1402e58e8d0de9f5b45bdb7615c8f97a4222 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (58).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8aaa883d7436b7d49cb656ef5f994029df96424e08cebc0c3e809ba22ca899 +size 11841 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (581).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16569d0ba7e744d90cbd9cf9d6b7cfe0aa7cf701 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfdc8a2034ac9ca1a53c64c591ba7adfa3b45a2d4b3e6669cb7617113a40f62e +size 12720 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (582).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54a71d2140536d081bcebcb3e48c19aadc4be1b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871ece18bac7b87ea55a625115e2054238bb8bf5af01daf97ebf709ce6150e00 +size 15946 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (583).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24fabc8e010b53a273d7a6d63b7adc08d1976748 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a62e007aba8c0975e714a68daff12601662d17457402760827865d91684bd26 +size 12487 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (584).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51265f29acdce5b8a5a39941e2775068da1dd68b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74754de202e937a3fa0c264ceb3a9ed4668de62676acda219465b37d732d8cfa +size 16996 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (585).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2abf213cdd14fd16be63142ffa52aaf1bdd1244e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b0e68e0bc353fb5088210efc7a392c6de988f8943ee05af6ff20bd1e636e07 +size 17988 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (586).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a77d9307850935bb56401a3ef2f531ac31acc58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c817e20008b7ca09bc2a4bcbc5566b1f033410128c6a35d6098124752fe513af +size 19572 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (587).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed47492013d3a08df4570ad01a9ff0e2bf0b2a3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68024c2d2bf41b953e52c85c90f042381821586d10275b4cf1f03b899d06b373 +size 16862 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (588).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..406ef301aa50edfc0860e230f876e416d67acc0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9588438b4991dac2f5f4b00ab2d274ad1d86f486b5fd92d05fbb756c9c85a60 +size 13089 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (589).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23fae830e362c3f42c1e06c2c01b99d70addcf6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2425af46273950e5a0d747b2a6e5776c33efe2eb93fc44d2ee09675c0b05cc +size 18798 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (590).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8587dfc0d400fe67007e3b73f76b1aaa0e405dc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a1d42bb607c40ff92fa1a0d59a5a747b71a78f6ef1178c1879c20cfabe9064 +size 12565 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (592).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e6cf59e7204ff394f226aafa9afdbe0312591b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edd99bad9d0e49c4bb7dd110da98821ee0896dc39a0d8b713a7f1fe66feffa0 +size 12525 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (593).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a3c53c15d5958419acecd7476f8f110b6b55f01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6ba2e56a9ac2d55b553647a597a7ed6ff8954a8442bc7d3908cef716a570a4 +size 18330 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (596).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..572817b0ca3bfe9174e8392e26b4665527d0688e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e340b3440bb408124079bb7392618858837f8107339a65d429e998f22b6666 +size 11698 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (598).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73435240fdb1ca381ebe8335385fa7df3a49fc43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17f4156304af7b0bd7f2bf2c6add405988cceb1f2da52857dee4219620869d1 +size 14210 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (599).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..948c30788b46afe7cbaab4724d136778a75049f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955c53023763e0348ea743257909fea00744c8534540c4fa8aa046c8192413a1 +size 17711 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (6).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (6).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0308e68c4bc6be64c2d625715fca3fdc52f26477 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (6).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0f8f151eb6d76046c0d60a7623815c01177d486d6cbb7b6c1f2e39bada1b0e +size 18448 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (60).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (60).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7844f537592e447e50b7a15b266272bd4b0e48f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (60).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be31ac3df2b431bcea198df1e8cd17c114536bb2d1529a0a709cd8be25c22b5e +size 12342 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (600).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ee53b00ee53935bc479c0c09e7cf92a20187cd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2d259a0e7dc2fd10f7118e62b721bd971f57e04f48d478d7f48497cb40dc04 +size 10191 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (601).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d71657c0ad12b1d71706a40ee30b15353d4c82f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7b6475514ea6b7a2af0bd946a606c320eb17ecec5582ad967c437451fa7934 +size 11294 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (602).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..448a26a3de3d4c78290060a8fa447fa84f6dfa8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d896385b05e26337813836ad356f4bb17a6b290c101017a3ae3949ca3119a6 +size 10824 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (605).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d0c1528954459d3b5f257556e2a15e1fe232f18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280d6da294a1a09534231172c0cb34af8e5a3e0b5fdba61e38a89cf82b9c8442 +size 12595 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (607).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a98a839ae35715bd9705c64f64ec35dc01c57c2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906132c279c943c167733427e82402752eccb227c8a6bb889c8022a465f6d3fc +size 19022 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (608).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4ddbab94218ce8d60cd768091fcb14a751ada6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63089629f20cd2226387056d9f33c87d216f2e872e55c2487d89735978644e14 +size 16564 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (609).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe45993b9f052e8cf0bdc05c0db39631466737eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c0d256f778800e5fb1ba95632fe66199824235e787f83b5182a65d79cbe981 +size 12348 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (61).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (61).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a9d522192d9244209be7f28ac6c6341d8dc2b26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (61).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f944847e6b73f0b1290eb1bf5cb8c366d14362394dd38c2ac34c65aa165667b +size 11550 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (610).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db0c8776bb87cd9f6ae5d163904d7b63a4fbc3ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ee4c169922b087600fc9157050d729ca5f02ed43de0abb4307b1623079cf3b +size 15672 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (611).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9e9f4b61a4874eab96a1e33f6fac481ca17f647 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62dbdc2b0a68247a0666cf44a79779612773bcf3c229ab9ed898aa32cf8c831 +size 19850 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (612).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cf6c5297e53be580af7f3b158cde1659023ae9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4969e1da480028ecfc04df25c3e5106f12e3d7f4a753c8eed1ebfae62c912f6a +size 16778 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (613).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa6fc9841cd2eae9d556291cd39eca4183951fe6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b006c6f5daa0a9b9b87bc1bdcba6f5e56bb2fb7120db9a1da8a7c7248d232c +size 17598 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (616).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2587e30164263ed91f69994bf1570e317565dd54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7200751056caf1f8e6d236da71f67e10be5a43793ad3d9c387d625ba6dd916f0 +size 18445 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (617).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f9c747bf96bb85ddc9f8e1ebeab415d47cdaa88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c57ab6bb3cdb5fb38e13e5beb85dc7727d048129cdef7b70d3e34926b8d5c1 +size 18462 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (62).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (62).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee484f882334c00ec80ed66eec213b6815917031 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (62).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ad9312f9e7c7e64a1b6cfd79cec5c41912b19168f34a93ae1babee8eaf1b0c +size 13009 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (620).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4716575531539112a1722a26b63afe828202408 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58664840fdb603eec1967c209767316a2a51a3aa1904acecc63bbee0d5a3f072 +size 17180 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (621).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02d03ab0a7f6d71fec060b26fb59fdabb38ac0ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0fc0e934e469587f987b94a53a0d2b1aafc96e1623ec95b02f4f831aa6f160 +size 11331 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (623).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d66b024c67946e01a06ba033fc85b6308c941d03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcc2322c5da709c8f9bce55b9d686e707bce2479b6500f6dbaf3d64636d038e +size 18980 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (624).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac9da77f5978cf291e05a6c6acfa2f220f199813 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265664e8ab15997d0a6278643986f37a8365da794dce2683314293731ed45f58 +size 12510 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (625).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6599ef4f4191dff45b8e22c05d13f8a0d94287e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118c516434e9a1d5ef483fb0eb60e86dda588331aae253ef4b0cd8edb339e475 +size 12492 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (626).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fbf1f1c4ad3d6755747dc28a712247e5dda7a88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fabd83ac6844ff618a64ae52edd51f5158355f22ca9704764b7502d4190110b +size 11871 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (627).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..119b2ad0e5dd3af387c874ba9bb664b1b77e3702 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908e6ec01973fffccfc7cc82f4885aa967eda210b59b10907d5f554b99fc87ae +size 19538 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (628).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f510c21fe803310ec64627ca918907894a1ad477 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f172a702d9a5ca53ae594c95f4a05a731cabcaa1906a9ed474be0eb496d86bb +size 18464 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (63).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (63).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44e9a3d14979df98ba197c219edb5d04fa7b0536 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (63).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c98154510a10a741fbfaca246f3c6c4953b9436ee4dec0c38ce4b2cb2fc056b +size 11269 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (630).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..562b0d2533561138ffda7626660611b75c6786ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8351ac2d8f96b3d3a0666cfd4e9ca7456f0ee029dd616ba1b4c1988830dd5558 +size 16861 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (631).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae830dbae57ad215969e8f59d5f8dd583941d749 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3158317033c5f069f9fe416bc8695f21dcc80d709340d5defdd1493bdbbfa5ee +size 11019 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (632).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58484ba4150c1f3c8991a3ad512f5edd372a6c63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c70c327f36c0d6e114cbc82f5b859494db16991c74b3783785131270a1e8126 +size 14803 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (633).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c03ae2ebeeb50122f23b3bed7202a7f2d323826d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c7aba715cdad5e292df1f0512a141204a264f4a952ba0f6ef2e8b5487fbc35 +size 20155 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (634).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c48fe48e586023570f92c7ae018ab5f4e5653bc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08da52fd676e5293a54ddf1e5290b96cf51a1225a09f056cd0ed4fd5251e041 +size 19137 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (635).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cbf708b2b30741ea4af6d7ea3b2dd8c709777b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c5996ac42519a2fd9e661708e75ae65c59eab2caa2db14309a2d81d6bc8ce3 +size 12960 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (638).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0d57dbf7284a8f21a88285186c6b01a5bce1808 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06cf4c43dd112f2bc1294982ef6fadc864a596f1befb50a75819af5899504b6 +size 12168 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (639).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2183670e92822a8b27bbca7821edd602d6bbf12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab8ec39e5a38f1a894ec0b467b50fc5bc51e276ee034b46c13795e3863cdea2 +size 15407 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (64).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (64).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50487a064d65e3d9f39ced050f87f74d3d0353cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (64).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f88cf954f9160f863f40ba1d5902f3cd42b459652af1ac4aa9e81f50fe79550 +size 17572 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (640).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d11bbd9c7ef54f53e4b432657e2d4d16296ebb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed4b203de30e2b23ff982655a8505532c4c4ee784763606d982618b6c1d90bb +size 18023 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (641).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26195430be5b8f8b96df0d38d590cb369571de46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79263a3aea00fe7b5297d62dc69d7fd753f84ac202d6938ecf1761224f2bb0af +size 19639 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (642).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3c3e853718df7034e48e6a7af9ace30fc98c738 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec53a8641b555171338805a14b732c52fa2d8f746b41ff8599733f8e1f69692 +size 10222 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (644).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18e75d615d2e26b3e2faa5dcc18652be192d5356 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f315828050c76d4ada9b358965fa7e5d885802830319e44a72886ba2e4ddc9 +size 19979 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (645).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3f18c92eb2faaa3a304bfcc0350e48ff9896aad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589836e15d4a13c5cde9e76c872765d96e92a2046fe16a3204665a3c34afe90f +size 13096 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (646).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69bdc7aed4ad1a10293648509b5c6674b643f159 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b39a3eecee8b3e84f84bc3a82b6755ec6ed1e8822171f52830fd1f8a7ecf13 +size 19278 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (647).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f8dd30cfc1f21bd2ec1ec9e3047292068362f98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadb24a3b3018aa14af3b7ab59687ff87ec880900512be36841271c813634be9 +size 11099 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (648).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5662efbc095df506e07212e11db446e2acbb87eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b9730a4b72d200e49ecbebf780138ff7c20213b3e2dc28eadb5e53de8f77d8 +size 19065 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (649).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3375de934906f658a679aa3b52240cfdbc71ca87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4480dd5f493529c0c769e7dd3f2badc630bf760b960908b428fd502456a0dcf +size 13951 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (65).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (65).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0287efc4b20f777b2e6f8f4d123873c0e5e43f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (65).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4880da0d83a430bfa46ceee284c32fa314d57dd71bde602c35d23141994fea +size 17242 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (650).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b604fc7a4cb991d288567dcf022fb896bbf83ab8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64476df1599caca2f4c21f34ff75f19dc86e37e51cc8c3080c3dabd4ba9294f +size 20346 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (651).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b49a9059302936d0bf04297ffebbac33afd8449 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7eb8a65a05bd9a38f1286dd564174f99fcf2c2e92f9e489bc756e47fe0af5c +size 17826 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (652).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..590cc2cfa77cecba70276e52d9bf40412b900a8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99da2454d90f2532a6e9ebcbf6d4a3e3f60daf2071c6987d0bbdfa834496b618 +size 20526 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (653).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9c9fe52112f6723337fe6269d7290a53b390fca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b198123712f01252a3b71af9d2ec12e930d378a6e28f06b9472f264cf4342c +size 19321 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (654).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4985865633c5a35a8a5b4c0e1c55cc4765922705 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e217e45ea70fcbbd3dcc1498122af243e6c8419c1755615f747d8950e518ab02 +size 10861 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (655).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0329e27b2af6d1113916b0b1de6902877b52c795 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd11d86c32ece00f3bf4e814077740cf29e51722d31d7f24ce5a18eb832c49d +size 17590 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (658).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf59e7e4d82ac98a4942a1b25be9a70657e654ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7508bfa574bc56f4449e573e267069294f5ce26c291acbc448b501f344dc71 +size 13636 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (661).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47ea3fce0776b8ea7cfd6d077b2f80a27daeb1a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48236330ab58c6651a9f5b32122119c9d5684480ddea9613bd21e2f6fd6580c5 +size 19796 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (662).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3590f5d97a724b111105f778c8796115849ed523 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcce3b97f265a1ba7a9553c4a3baf60485facd0f2f0d2b30005f8f07e720ce5a +size 11215 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (664).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c14f5c575bb61d8d47d9c2cecbcf484ed1c0364c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ecc13d14cfebfe3f5ca553fc8ca5c0a31e75c54d0fccaa2553c059f8e5b7ce +size 18835 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (665).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d4110abf064a5d6208031e0dbf767e50bbc05e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7707b0346e898b7271fbfb83375e390cfbe3d5eca4df2a954d95e62e49f8e314 +size 17706 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (666).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d94fc327079f444dfcf12021587d04f17bb20753 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61c17da59714768b333836167de1f763b834578afd9668632924602b941b4da +size 12132 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (667).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e8b5049127c7a0f63fc43d5e9028af369c61b0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ab91a78cca2698593615940f77a4e238dc96715a9632b334c4fdc6c688f45f +size 11347 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (668).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96a93c7d88241f2bc707aa1be616efd514b31cc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cda43af1319c30146d9eff10d699692c9599e7fb7eddb557a992beed977921e +size 19167 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (669).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cb019196b9eee026b1d9bbd1e060ad04a454481 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4608ebe33130fe251627ba91f4904303e2de0277c2e30083a0ddf7ac350ca7 +size 11714 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (670).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d686d9500520f4a6843b1d07b8ffc1d820909aea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e526b87eb18316bd3ce6b9d5679524242504ea91af0f8c4129480f591b85384 +size 13556 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (671).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d2091b3cbd3e4d8c12eb5a68b3b252315e9b581 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04405676b5fd1c9d33f0c74466346906da7b58f0cfdc29378d52f6f9e3394a8 +size 20524 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (672).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..033f8c9eb67c2f8e158389080320590b3a07babf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1914f1dab46f539c955159fbcc4100c13673e37e396329a0e6ea54c9bf6f7188 +size 18819 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (674).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebe441eaa97af106d130a3ecc47bef634be6fbdf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30a8473bdfa96bbd6df4372afee14c540ad90d69d03a4332aff2b925dc64d16 +size 18513 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (675).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..912137d917c45dd61b077f74ae5fe64c38cee462 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f647e36c2162140b0f69ba934b1e90595d76165657750277fa512cc85468e868 +size 18580 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (676).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e68d8530d2247f590f9eade55961ccd1c55467c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f749221e9993da83f0185948738211d48dc32f452dc2ef355bd976b53d5bf299 +size 11261 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (677).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3356ece8ca100ca54fdd51ed954476e73295b5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05818819b86b56d4b679b1b6f215f8a6ce05764b6a3f1c377c85c0bef6d2dc2 +size 16922 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (678).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f852fa3393686504ec144465c9d67a9809119db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb98bcffc8dcee330dbb5042b873d1f9be1cf353c1bc848b569f2ae5877562a4 +size 18379 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (679).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0ca6b4a32071f5d920a9b9c60bfa9d52aacbe3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6991db09b3158b79aec1c9c549568fd3c0b6ece5a12804cb7e69190ef033d31a +size 17941 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (68).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (68).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71266c9006433a1376ea77239554c044b9ea3d13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (68).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b796037fc3b9f03fdfdf4f8140e0150a69553d0d4e9867f0e300cb00b58b372 +size 16323 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (682).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8017cde2b71bf8b1e437bbe6c5cafb0ba01bca1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7115bf706a29df59cd43fcc028436626c3b26bf99bdae71902098b908c6f5f15 +size 18920 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (683).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..811b9eb36e06ccbeb71a6610480268fc89fccfaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6314d8dfc721c8ad0f541b69337384f6d2b5f03cb71997fb10017e1ec03ac8e9 +size 13055 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (685).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3e2a4573a0da6d13c207f6f867f67e985577e20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64977a12e18d95861de669a05bc935e309320bc0be694c5afa241c404f04a72 +size 17717 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (686).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab05918c11b7b21565ab36f0b3b3585f30b452ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f255515e425abc70bb84ebf99c92b71e2de99e76f1a28eafd95f44719075e7c3 +size 15740 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (687).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92a8479a6b6f80890adc03aa1daeb4f3bedbbc95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654aabe369266c9f3a0f40907e3bec7d10b8f41c2f8ccfceef02d2ef2ffca0d8 +size 16794 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (688).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d413d795c851e36fedaf4a684ee5d33bac09c25f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbf3f7254ac04922f1157744948d05260f5acf152c2e6838488a8488dfa3a81 +size 22606 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (69).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (69).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81263b496768afc8eea5a5bae11b79d0166e315c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (69).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c59eba437666a1337e02c3620492fb7f2537c3cf116abc7643e6baabf42507 +size 17098 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (691).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44f61d0ed5317516f6dbc9c18eecc3a0342da058 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece9100e9703e2641b6a0e78c4c76b0af740f56dfb31e5e2582c8491f13c9f06 +size 13066 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (693).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef17047697a52787f25654cb970532e8ea446656 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0ea9c321664ecc5e8feaef0c3d59d32be965c53bab3aaa214ac174cfb566d2 +size 12963 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (694).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d9695b9b574c8c8a994595ccf02e3cc55f6348c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0bc148f7f4c2ee2302f7759c6117a6fc56aaeaa0302929cbeb9e66e027223d +size 10019 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (697).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c20750ca666f4ad4bd95e6fdeb4c7cefa43d77e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35c2c6bd2320e7b37e1a973d87c76f40cd651a144dfe34afe22e097060d4ca5 +size 13690 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (698).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c293e87992e0c0188965d1a1842a748ba16f550 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0588f386a42406ffec58901dc7337d64b3b0f72c7a05014e5df49fc85f8a63 +size 19305 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (699).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4376e01c35cf22228997907d22ee8fff113503b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f11dab1850ee2ba68e3af55d1f2151e0f69b56b470f479cb9fcf67a39477420 +size 10935 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (7).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (7).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f87fac2b1247fb48fae6c7b5723b856bc2500271 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (7).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f235de01ddf7099bb3fd53f9e44599018b414d966adad967be3e698d2fe6e7c +size 14216 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (70).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (70).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de55f3209c970cf35784405107e611396d1e012f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (70).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93b6680ad491104432e1dd0edb807eed67dc42d41e4aeec766a219df9da8df6 +size 11717 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (701).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6b91cb39cf2a9d3a4c1b305a6b397287502d722 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebde21ea2e79f0e786c5cc78afca026864eb4d0a5342e6d39ac0fcc02d24f196 +size 14288 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (702).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b86783eaa746455168069ae93827c434fed084c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2920d8c9f215dadeef50d6786b3fbbd785681241b00861c2a2b39f4c392be9 +size 16349 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (706).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6fe000651da52021fe3d0c4cc06ddf251dba51e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8584b7702307ba6ed9f65e3f36c08a1107231ff2061c7f5edc7956402d3000 +size 19172 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (707).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52a48b169449e108280da37ad7224442049da607 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93a6512b2066caa5902b74b7503f962736efab8d0681071e3703545be710518 +size 11126 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (709).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..171b044e3b6b7321f2eb01b6a0b7e93d3b1c164d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fb3d7a2c43dc1db7062dcedf95268055e80f29b49ce3c940ed69593ddcd187 +size 18837 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (71).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (71).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88f9f99cc5b1a81f1590d34760d47320ebcc10df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (71).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1c2afc89ee6af40a775a4ef2ad794d8354bf29951ce40e66c6aeb93623216d +size 20647 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (710).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e068bdece08328a17a583ff80b3e1427e2566a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471a5aa4a41e400578f36c9e01f46d582d1549d5561a05b11e4e0e348ea117f2 +size 14461 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (711).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e7faafe30e428564e15cf0acff69f5bd9c9daf3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e95e3e28d85da6679e0a7688da52199dad69eefbaad1097368995eecf72e79 +size 11248 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (712).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9869c2942f4d6e1c45aa25ea96efac6ea655a273 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae73438e6b51b73cafcb84553548e51f0c5682092b02fe9eda7c4fbfa9938ff2 +size 12516 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (715).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce2eba267b650de0bdc31965c9b0dedde60a2246 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536f737e0bf278bf035e07d7bd00eb6d52742b8838600c2c090bcdbfda21a143 +size 18729 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (716).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57cd497e8e27a8e34aab50c5535c086128edfa6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4718bee27a69cf2edfeb064975a52b201d2811b821efbf59bd3946116b5f519 +size 18388 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (717).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5862a0e1f76de9d76aa1e85249fceccf84773624 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ed3adba982692a2722eb67d3278dc6456c970b67af8805c6c8a352d76792c7 +size 13429 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (718).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..381f2bb0129a2c9eb117844285395b8a59e4f9b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b434e1c6282eaa08886203b5df6ef44ceb00e5601cc879aee8be778c780cc4 +size 17171 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (719).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d396a0dc60ca1c22ae098bf2e79bdbdaed903961 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf5f694cf7a73763acadc2f9c861900564af4ea31049d7f44721cb3d5f0f1bb +size 13941 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (72).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (72).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a06d6f3759052e68d854f09c73a51143059471c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (72).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9688882b996d5c20b8691a1cd5d0b3a71ca9cff4b2c5285fa5126b9499272925 +size 16302 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (720).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..488bf9d4506e999f202a14cae3beef3d1fd2384c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725b50ae3546e6b779f4c6a6af249d3bf3ed473145c27fb719f7f79f4e23cb0e +size 18345 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (721).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96f91a0243c67df5f96dc7f05ef15bfe9a2382bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e44fd0e9d9f6602345ecc75323e76953f36012921069b7213506058b533e0a +size 19351 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (722).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b07bb368d9a930606fbfb811842137317f955cd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830a46a7e7c77af83691056470d3fb184e9623233739808515c0e258c4c53d5f +size 14349 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (723).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..170b77f89aafd379caa5118fb9e404af872391b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9044b54982de6d69503db6c385126606a2752610ddfd14a3f5549e526bc09c +size 17250 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (724).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b4bb89681d182c802a9b732f50102b0e25d8205 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ffb0cbdf2d52dd2a77c7554dfc104baa4e4a7a08c8a55760b0a07480c7079e +size 19495 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (725).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c64cd22837f7ad67655a1ab7f241726436b1a54d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549b65f09ed09d0c0b0263bcea72cd0fcb376f861527346a994cea71590a2453 +size 10322 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (726).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da3e45e0fcc4715a4ad777e68159e031af585616 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe3dfd8702c3bc6dd3d81a27a4e972e57c29230fbab5aeb79125b28754c8963 +size 16597 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (727).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94476871958545b07215582d46f9fa41444a0d8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3896b486a7f1d3d85a1b1e3a49793dfd8fc812e6fcffc35b6d6a1f2d60a4448 +size 18353 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (728).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..179e431c67d7ee106f808f11c2fdda86e6b5c643 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5a7362c6e07081ea8ba89640685e0387f25f0c23b4d576e4a2daab5993eb4f +size 11571 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (729).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..343682e8bd524d52ef33d405bcc1afdafee570ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce2606fb784ac4c6caa5621954729de736e5fb6e9bb470688c6feb9e78a9170 +size 19845 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (73).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (73).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5731e6cc61eb6a02e022b319d10a336804ed5d97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (73).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e851e1018e1a6907d830688fcc5dd8a948cb7478abf2b28489eff4ea2257e7b +size 18693 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (730).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f5964bf16c06b0a563797f42821ba30a125ffb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5752c46bff4c5470289182a23ce18c0c31f7b2696768ba125b0d49ab11f25d68 +size 21404 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (731).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44ec4d78682c3f457f6bbe2409c2e773e917db05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da8b1c9be77977de6df71bab6bdecb10a564c156ccdf5ad2b48123fc582c60f +size 18815 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (732).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ec9cf51f3b2321911b7c44c2dbd92c752301597 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c6676014927487f3407a2a58a6df96153c82b793461d7d117c449ac2554048 +size 10814 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (733).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..081d2310db44595ef981c4ed0fc4ee4f37111007 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c111e05ce135b89990adf44a39211ba71606a62bb7a4b15d72ec49e09068061f +size 16797 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (734).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67f000e5d2c7cd3f8344af375668e772be9cd9e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70bee11b0913f3cbd90521c2ae9dcfcfcdd2c2d760be51d0f83bdc76a95608c +size 16872 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (735).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..baa10fd2729cf26fac8b2b48bc28dc6fc506e8be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810b87ccfda6b61299cd8d75b263bc91f96e7d43c870e3117bd5d075f8011ab2 +size 11615 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (736).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2edf24542e0e3a10a0f169cd5cf7b69419ceaee5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee11c548978492e3c52e5f1ea92c2fc39c659ba908e8874e87c613c1db5e17a +size 16724 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (737).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9793b5a2a92079aa16235c61c97b4b8c76a48698 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b38ae5e1fbf7f6bd199b7d254cccaa515215b4bf850476b428d646b5506074 +size 12283 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (739).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..524e70f343cfcbac377839599396639cd69149e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3781ce254390d117cad7e7d70376d66cece2250a532836493d81780ecec123b +size 18011 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (74).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (74).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd2040953b519e8ff15f1da0c32c4a82bcf3f91d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (74).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595cb3293e33c4c0a83affeabd78084ecdb1cd9bdfdbc7e07ba05af254bd788e +size 17779 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (740).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ffa713597af61ab06f98d3f22c0d2678dab561d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d61ed1c28cbddc66d5d9ccd2ea8ae28afd28dc6bc3ef26a986e1dd3aa70fd6 +size 16715 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (741).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69e7b71780d1c7a46a4add9e9ad1ee050ede20bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e3c0c1bdf2dd5ac652212e88f58038a963098fe6a5da8c66eca8999d1f7d00 +size 18918 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (742).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..821e6bdbb1a609d87ee715097222c9f65d0e28d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b355e087ff3fa5088b5f99c78161979939df3090cdaca673a40971bd4cc6f28a +size 19223 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (743).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25c7f1b36a42d52435a4bfdae5b1da2abfab4eee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0007ae0aae62314eeb542aad3842c268cc7250954fe92fe8c67d9d8dd34fbb01 +size 12306 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (745).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ae743adb5dc9fc3ace74ab993e63ea498b65584 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513ef99a85765c6cac64082beaf48dd6c15c4048aa3e63a0b3a6d0e4e1f29734 +size 19314 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (746).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e39f0b5fc4e39a117fa2229fd6edbcda537781c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c943f75e0034b585c7148d0f6c7385676d2ef2e37a9ee89945218ba453d3f42 +size 18035 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (747).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58de008394c8885af956520a18b70ccb25fbd182 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3abe5b710fd14105af140775666476ce822b090c6598395210ca586710d620 +size 19173 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (748).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da96773a769f74d1a85f2ae7ac99ec95078062cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deee8d3eb01e82acd1d3231f2bf9fba376f6d4a01e5ada999f4ec7796eae21d2 +size 12758 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (749).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bda5e27eeeeac21eb5c6d40384c9995200ee5e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f858e2463a1df04ca34d28bb6076d9ccd93c1c8b0506b35026e63da8e0bbd59 +size 10242 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (75).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (75).JPG new file mode 100644 index 0000000000000000000000000000000000000000..360912e09c65a037d796ab279df606a524d19dc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (75).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e650d2e6897eda3ccd3205dff18c661d8f51071430ac1944971d14dc0425f2 +size 17435 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (750).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9348e0c0325f1805e4f418d86edd2225a6273f0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1e2ec74579eb938482e01f4055a691e210a501d12ca6c92e5ca6c106c88dc9 +size 19588 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (751).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ef71d0094de0452d7e2cc79670f20c2550615a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85ccf47f7c95654d611b885fa118d0fb9af2b8a29bbb926c878454a70cd9d44 +size 10119 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (752).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d4becf37ab405d0c203f7ab4f026bf82620299c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1e6f1ecdf687b2035d900eb199ad1e107ae2e62836f067b6e3fc28cf9f3cf9 +size 11509 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (758).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e73ee588fcafd329451e717e24ac21e8e7f0e6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cdc16d2de4d09a69fb4746f3d1125639872d291cd524f5aa82c7c97ded101e +size 12550 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (759).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0637252a76baebe74917c0af2a18f0beec94d6d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc571a804bc890c26d656b515f40b9d99f5544d0ea1ba9abbb33a2a1eca0e05d +size 11135 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (76).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (76).JPG new file mode 100644 index 0000000000000000000000000000000000000000..080f4d4d95346310b75fb522d9bb97515695edf4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (76).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aadff8695ad07ac1fbbebbd3eb75c657bfb2f471f037425cb2074213e2aba50 +size 11005 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (760).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..948a4864df1a820a198b47d3e91b0901673453c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897acc265da6b4ada990d13fbfb5384a149102cc46f20129dd613801c05adfdf +size 11037 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (761).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca041fe6dc4b3be7ad43cb1527719d9bbf4b6576 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f92dcbc254b30b8fa6cd8e0ba1b7d5106d9b2701afebfa7674008c30cc268f2 +size 18740 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (762).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1131ec3ac523a3ac90e493c9b379beb989de32c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6140efa9d68873471db3bafc0d61379384a9ea2d5525bef5c423e9042657a7 +size 16417 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (764).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3117eafaf82b8e97bfccf661d29a0a3e91d1a73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd951297c735669be66e11d792d81c6bc1e337aedf7091b280d43f97c3a92856 +size 17699 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (765).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbe4e1f2f1ef3d4fc09defdcdfef4661aeb2bc18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1308a8e2f419d2cb39d17c835306991f9e834740f6f002719248657d84ba7540 +size 22691 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (766).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0d57c7e6b9798194eda16f72e05201a0ad64db2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbf0da62e2c3449116565393041e5ea710fdc8e113fc71436712d7a45dafd27 +size 12084 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (767).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09142c18886060269395c989aa9826053bbab159 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee1cac6cdfd69800a917730adb533ba207f758c874eb7cc1189c15c82cd3f97 +size 19145 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (768).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5e1e31632a2cb15ca1b850d29814511e8838f64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6e6f73c2ac52c9c59ca8cf1f99ed5d7784d091c60d8cbbbac7fbfb5785f2db +size 16562 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (769).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..112589b88a7796a7bdc9399157fb6ce3ca356339 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3134ef0ee12d0be8d8851ea0d07f26f3db9ce108321890bfd718360d7501d145 +size 9993 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (77).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (77).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16994606d48e8a60e1cd83ca8f63f1a9f7871fe0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (77).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6e8f99f08287ee4badd3d3d50a044664a0049dfa568a379686d508bedf8497 +size 18075 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (770).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a78912d5bf201efb65c0d84ef7ed0fa4da52e31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d413f32b72ce2e2ea39ff2f76f2043c0b298b2d303e87b13732a43f4e60c070 +size 11319 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (771).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c87203d8b706b1f23e0c94c821e3ff8b47f7247d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77348c0946c9434ec526fc26fd3485537538f64ed7e1dd018fc0b6773a5eaaea +size 16771 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (772).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93271e320765cea2ed09081a79ed2754ae0dbf7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc47e8a1021f5f68822cfe3a762b868e0ef3305c953c2470e7e66491b930755 +size 19614 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (773).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f06943f105f2b0443bd92a74408995e792795226 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428987e330b99835d33b5709c314f7944e62dd01a12bf0e10983512ca39bf2e0 +size 10836 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (774).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bec63a8ebbc504b4091d26ce2d9e2e4ff4491105 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbde4b0b19f6e46ec691c020f18d4d3bcf9eff02f3db2833f587a305f3d9667e +size 16193 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (775).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..512cd5458d3263692579f45f41f2d9e24de040b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242b05ec9b6bcd67b25f1d5d613f34e5419a7f212ef81c8ed944669192a1bef7 +size 10240 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (778).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97f1e306c86e1912d15a69083d30913a33fd260e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6b9b8a39cf43982bc6cf9d444a6ffbf983bf64c738deceb3bb7e24f021230d +size 11881 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (779).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e4809642604146f9cc68f144273a2ffdb03a304 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62631113d7674d069cba3801495d6f59ec8671a550606f6bdd294eea6ba9303f +size 12359 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (78).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (78).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94bd703cd6d2d4f4ac95b8e4a4f254b3ba0ad1aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (78).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcaa04a89593cf5f45a0be120708a1bd25ace1c5a55d551725577cf8602fc32 +size 12944 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (780).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2113a6014f3192c58db6854a8cc45198dbcee120 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdbc550fe33e598ee301749f01ba21dcd082b3e47b61a8ada0f18e38dd1f72d +size 17612 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (781).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d0a6b1d1b97051eb7a70eb34ca741db093cf6bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa21c7aed5968e89854d91a2814577e2b28a1b3c184cce173458af5fda9146cb +size 14201 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (782).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98bc9f2ca2411161cfdcc8c9442600b8da43289e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5bc8d707971cd61ee502e84478caad9bbf91f07e22944c220fc2d6bc9c2ccf +size 19021 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (784).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66be6ceebcc30b0fff51e80ac86f6f65a40f5020 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37438a228fd6e6f20e71ed1aab9b181085fd9b6cd299f5a0a05e2817bf9b8cf +size 12140 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (785).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e36552f85b035207e106176a9f3ceb7d4d979efe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218b7f969b5fdbb3a8ba87952b32b937078d4c1c14a989148cb4e73f07115650 +size 12368 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (786).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0afb35dc8b71ff009774b315fb4c9832f9fa259 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a309cf73de2b76778c540b087517e82a478021e90e2f6ee5afe8d9851317763 +size 17539 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (788).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb5a4f84d7ccf8afda7a41f3dd8d5165060c315d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b82c6bad37cad5c8013794caa956806f0906d0aa99b7506916f4494e0b36c30 +size 18823 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (789).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ae64acc193cc4cb117277fcd6ec34a2c86ba7a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaf5cee3392bd55380053f01e0517e18a2daa830ed733b84651a3b1a6331d40 +size 17083 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (79).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (79).JPG new file mode 100644 index 0000000000000000000000000000000000000000..206e6dde24f0b50a620205478b3bef8ce29c38c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (79).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fab43892adef2bee08e15a6bd587d9fddf416242c42bb7e92e17ec04a6c51a8 +size 15988 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (790).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d23689d9bc4ea9716b989a39d5f24dc106c21191 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d53bac4c550efe1023a226fcb7961710cf63e8d9a9fa704b2f6172adf94f523 +size 12279 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (792).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5ce197a9174829121e5a0f35bbf5ab7e24d4568 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb27f161d8d18c14dddbfc097f6ba1ddb7107440d79ab106ba1a68ca6e4f954a +size 18587 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (793).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1a923a26d6bde5e34223b5244209fb4a671fd3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59531a099d04beb017d4e93581e7c4a64af920cf5223f3e56684bf8bbab3ad29 +size 16730 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (794).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f2997514da9a4e2f3e9cc77b011f44987725e8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374d92faa8877fecf5395ba1eac6a2ff0150f75a85553de5f68cea851c12ad87 +size 16580 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (795).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3a88bbb72b56d56f8390bf3d4b639c77e2decb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799bbdac265d1ee26dc89aa51f3d5bb6531ab83e976f8ccfcc2cdea620523194 +size 12264 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (796).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6819027049004e6399e31932f57d1cd9b0365892 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c582289a3f321e0aa94d58815fad7b0b0efddbce091505b4ba889024c86d7992 +size 19065 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (799).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e3c7357886a90bc4cb71b9f75ab9e1cc3602932 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd4d17f7f4625a0a65d44e30331b01c5a7d55c527328bd80c28eaf36da4543f +size 17650 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (8).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (8).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de4ad7524237a97b9ff0fdd2d06a23b281d08dfd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (8).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b470eb5652f500c54ab52127a3b4a4b6cce6e82188f2d47793e4ea62f9aed990 +size 16687 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (800).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43c38cf4ac1058b2529a16ab053cae29cdcad15f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4d95d6590e1ee479cd6c56b2c6bd87be9c930f31e2e8066f42dbac8310aa9e +size 10483 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (801).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c38551ba2b9dd372ca8d8cb61983e15195d996dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736094220e0f253bd4aed6a3b75d271d4b6905746aaff6cbfa3b604fda1487b4 +size 12047 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (803).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fd96dfee5d51cc8c3737a2dd2f507619a5b03cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24875d0488aa031530b99eee676187c47c7ceee6c7a85fabf3b13f3992af2948 +size 19127 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (804).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c218c744e66fe073041a3493bd3ccc152a6c7ce0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65994ff27a38fc7e427e77c0680b09e1a66c14e2b13ef9d1ed564675dead0b1 +size 20083 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (805).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4195e020e13f1d4ab5adfbb727e4300aea53b9c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a848de902ce8004a681370e49aa5c6b22173a825c7acd3cfea7846416d13943 +size 13719 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (807).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9ea0078c61e734adbc57087775e71d52f926377 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51647af603ccd8a5b54f46d64e7ec755b9a6210c8255c41b91cde098a745e22a +size 12119 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (808).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17ead71f53fe9506293a375abff21f8abc2f88d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da803a6a1309dff6c3b4c1381d7ac11a49f229098456bde262aec5d47a37e31 +size 20174 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (809).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0362db24c94d5aabf9a65bd2de7ed4e534fdfdc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f40b4a1287661297ea058713bdaa87d7c75d0ecbcfac39009e5de458464b03 +size 13142 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (810).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f5ec21ea169efc8e47c8a451577594ca93904fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ab5478b0357560b3fdb94bcf07ed20465bd311046ef7dcf7b55cf7d29e3277 +size 11109 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (811).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9090f14334da24d10807bfacc78bbdf14502cc17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8213f7d194eea6588e84e68466ace5c260019302e1d2c68e5dfb2ac253f790 +size 13545 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (813).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..245b7088d7cdee669280f5ed4233b4c3bb044dfc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b0d544b339c416877449d7081f62ac254e48eac8f750031fd90a2d2dfc83af +size 17024 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (814).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd5fb780784c4190c4e5e46c133ed00182477c0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a5c4c0494a7df911eeb9b0cb7a60825af00e3ed4e0eb26c4e88a406db3c18a +size 12549 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (816).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ecc7c8c58b3fddbf993d00c3b5e706fa09dc9db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0eebed2c21fac913717d511b09c0c0870901e24c62723f9fe16e591abade3e +size 9300 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (818).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f72460e92e8b004974447f61c311b69d4b737665 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc826cfadc79cc2ce62e28dc77daee2fd757ce22d2f4769eef2c998a1c4a14d +size 18139 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (819).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a3266f39095beeb53eda8b6a039c7f1c5296f42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9726561e22b3163112bdaab1bf37a001925eb2d3309e23cb762c5d37cc3b5f +size 18307 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (82).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (82).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7f8b721054162d564e3afdd163c1dfc604fdc7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (82).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0287cbc19ae8bd1584e55352e027d1c91fe55cf5eebec4e291930b7979a01d2 +size 11607 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (821).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11c32c95cd656a4225b3a5c603b8be559e996f08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450f8dbbe4a340ec25a8c7fb1c56c792b08be10dead3ecadb088e411c70f4466 +size 11643 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (822).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32d388e90e2b1a3512297c3353b09dedb1207a3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95038d883c63dc557b84904ee58e57db41026af33dc22fc315cc725b6df69572 +size 18597 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (823).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30e8e47e0f337e0cbaa4673e705c4b4f084f0a18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2441fb1c10b980180a7a8b25cdd9737d5ee5366f32693256e60141ab0e936b +size 17159 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (824).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75465c99fdbdb509fe53adaa9b67a7221d298b3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f63d4ade137935490ae0f0be90df1691cadacf7b626977e90f33aedf939f5ed +size 10477 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (825).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2764bfeaf4d96782b008159112da68fa80250ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5d3aa7e0d0b9c8cbe6e8edf3546fb5041f2247382297b45bf94fe2f73da97c +size 12610 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (826).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..115b387aa98be5c3e8a87847bb38986578f5d61e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd2ae317d19a682b1b26e161ba9f552e3dea5b56d568f0e34e9901ad0ff6512 +size 18034 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (827).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..daa5072ee2b909ee2dffcffd0715b541ccb56191 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e663e2a75c3736b4ad9ca4d3106cd052ea231a7e8ed3df5d254e39e7e1268e4 +size 12028 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (828).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab3be5d105c9a69b4c552b3f1566a312cea01f8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfc318195634694ee31669b78285bb0263680d211ec9be0583d8e12a817d5b7 +size 14451 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (83).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (83).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca30e1124db0701aeddc1a673f430c1886349b84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (83).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9161fb5bc560395ca8a49a17b210d2939ebdcee1afc87399f571f30221dbb2 +size 16883 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (830).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef78c141b6051ee2fabb628697994e5e1a207cf6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c656c5ced756b6e75e1eb1e8568ddcee1fe51c4f828414e2ec2d8d11c6506e5 +size 20069 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (834).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b560d905369d6e5d80dfd110b9f854770cd4f905 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35b83a41d66b0663a6f68f02769d482f3a68bd7bb571aa01cfa4ab360ccea3e +size 11440 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (835).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b046a7a130423cb4903daf564bf92d7e3881e4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45911ec1129608fc4dc12727e1e3e9d1d874712027796fdbe3793b377f527a77 +size 18664 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (837).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02b2beaca954145c0e0520399e3658f221a66a3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd53b87767778b5f39118116f0481b122dc2d13b4c38b3685d1cdd94a8023d05 +size 19355 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (838).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb8ced27be5ee6729a158c7c0af5f993681efe93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5dac662db414b0c7d4e2eb19eef37c7ae90d3243a52c9de31c060e08219c5f +size 17052 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (84).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (84).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6395809ff97f49b23f4958e646b1a43a6ee24796 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (84).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea93b09a1ac32067f86eeec59c39bf454fb6dd33e721ddff66954aa6b609d0c1 +size 15581 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (840).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33eda7902c94cdaafc24c5f1de61abe124552cb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406c313fe197d315a87bd61c4ab1444f367c1668a9d70f5a7679bd3ad56f145c +size 9739 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (842).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b63d24a30a9a193ced5a26d7fd2f4c6bd72cf11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9988d499616aeb68f41e479941adbcaa87af3dc9d9e94c9919cbe29c08505b3d +size 18296 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (843).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f875ef775ba5145b0bc4288be9e39d35c2094169 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5074179f6851d73f3cb35b528e10074f538a5a9c637b397d85e955ce3aa50c +size 19646 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (845).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdaf7d22a92eb8ce5a96e3f85359fb1c9e9d2a48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be91f765bf1153ec4f7c2cd293f30446c7bc1b7f8c925f0207ff51facfa7affa +size 11734 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (846).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25a6d0a0b32d74799f29b8714e5079a4408c591f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2745ec2d7d75e2b49106d28280a1b8bbeba9cc40e50f140195300d2ef825ce35 +size 18208 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (848).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a062caab4da27fd8920d9c9470de2d8bc383a97b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2be36b1cb7d21e1051e275740ea4e1f49f155e1ba5dc6febe29658fa3111eb +size 19467 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (849).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08322d530463d69dacbaa847d59a996bf142203d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24eed029422ad90f95a2b97a4d049a0fb3e3e8a5df39526b08a4d323483fbe0a +size 19429 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (85).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (85).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65ea501cc62e598a91dd5e690895383374c346cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (85).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb22ab8e07e461f4a97d13fc212170ba141fc34bd4169b2b43abd1e7f415f0e8 +size 12622 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (850).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3b2b09a20757063767aa08ac1b89af028a6dffd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e38b1c9635b2c6e3aea5f2323bcc919d8b9bf4e6fffe31afbdfe036cca6f58 +size 11133 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (851).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..692ead8a4471ba44ec91607646cecbb144ede5ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791070d4250de4845149d5fae1b65c2e5a67affa0f8c2d291ffe7af4faa4e8ba +size 10971 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (852).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32a285dd9fd454737d5b642900c546f9267b726e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce66a1abe89af4d112adfe26f9b0688c507214ed0bfe0b4c7222b1721eac1017 +size 19926 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (853).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa48a6846293bf6ccf73543fa6b3fa94a62e7b21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec5e9d69bcd2e2e6a21156cfd668662613f4e1214d41da1cd3987f194f95bfa +size 10898 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (854).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e52dae27b4fcb9d965f4ad7e5fc86c64b4a17146 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736c67c4f69ceb3cf9b04e5fda73853fbe8e2470b76d0ee6554e2dcbd6fceaf7 +size 19065 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (855).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80cde1522c022a128f9c973ff48c3a022c8a5aa3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae06bf0d43748a9fe2d4e9317aa496cee533cc4b48d261ff3510ae907c78885 +size 19805 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (856).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d66ce62d694530199c032d8a05a04bbcef0450e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bab8f0571e5c051367b05c50688f5d6182bf11986be08cfec831844f879812 +size 9393 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (857).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20f332bf5e80818cf3bdffce7d7b82d041e86e87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e07ca6a2049157e77679ca635417a11940a213458adf31a133956c45a82196 +size 18107 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (858).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4ec02040065738c77317b873fd160cfaa5393fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2a112330e204faac0d99727e8bd16fa35af6ddf84a246e22e68bea39af1d0c +size 16438 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (859).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f7d0b548c2477993014a8ea60a2ae547de282be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b33baacc6518b5ff6a2d5e6ecf3a811134d28bd973587f0cf2e5da2cdcbf5d3 +size 15667 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (86).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (86).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a87994ea3c2c0328ec83545a04836dbba32df920 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (86).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac2a94ddaef08d8c7d778f79cc1830bc4b429cacfc5dd6578c4147491a1d8a0 +size 18637 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (860).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (860).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb58e7a87977fb273b66822dfefa9bb985f88b1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (860).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cbf1cb781f94147c738557fc1066969357d8bf1bcea934c4e91fefaab81090 +size 9168 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (861).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41da9d727132961b97a621a1a85617b2cedfab69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e83fd082717436e5f217e06b39e5740123b55a3ca0433572f3cb7a404275bb +size 12068 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (862).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99cfb0754b70a4c21c5bd0c4e5d0076113a97d85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40fbc5c86443ad6424a71387d4ad3bf27885206c6b6bbf062c3bdc2e3dd51e56 +size 13093 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (864).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a2010744d34a4b486ad1c0bdd2c8380b2294791 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e615ae3e54a19792bf8d6b54a8507da5d6736ff5989b04979dc06dc9dbfde74b +size 11767 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (865).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..881bc20c2a78467e4ea06b56b04ceeeeaa16a507 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ccb79fd6faa70a2f450c69b70348838f6152a8ab75bf40d2c2b5fc37aa5610 +size 14470 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (867).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9912f481014ad89440f226247806cd17620c67bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b8c94c5f71e7dc39af567a628f5dd66a53ffe7bfbd8c2f538db95a1102eba6 +size 12195 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (868).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae4d5d5095fd1a4ca8c872759397dfd4055f69be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc9e40d3bc368e263b616ef996946edf2a5f061d32563e6b287f0cb62d342fb +size 15739 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (87).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (87).JPG new file mode 100644 index 0000000000000000000000000000000000000000..705178fa2601a1709fd3b919e64b87c7fbe776e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (87).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cd5896dae5830509d52a775bea893806b52ed7cf8de51297df49ba8f4aac6a +size 16969 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (870).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..891351f13b3a5c91f2e3b40e10ae294b88dfc28a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c1a69d250b1f8f9a760c7111c3262ee028596e0ed5b7bd2aabac9374580372 +size 18282 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (871).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29b56ee83488e04253f687851f4349f83eb61f9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24079b421724c3dcbc31891f4c45dcd593417b4fb5783c2eb8fc8e43bd60728 +size 17187 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (873).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea00321d7551ca88caa6869c6815b6f21d807881 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496f78d8266e2b075d76d526c806ef539af12286ee840fe16f88b298ba377e94 +size 14766 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (874).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a242be432a0dd2162797377127b0569e695351a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe120081e9cd79d63cb5a3d6e2771d9030142cd36838f4a15b94d5ac38bb479f +size 17555 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (875).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6497f9e3528e95c0ed72df87b6b252b2b2106818 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2b92f35860a3766b6e32bbc197af945957b9f0ca2871e645ffb7ec00ce3991 +size 19141 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (876).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8c848e41a071c60555c45c70968debd342d990d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c16c30becf76a328014b4769733fd4064bc189fb6aff79fb119dfd070fa96b +size 20559 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (877).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3c580aa6c6d6759ed0adb1d50977d6a1e4bc5ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f1874aad42dcca8540a913e9de889904155f539661cadb0f740525ea66b880 +size 16277 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (878).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d519f66c36a3f4ac8d6f612831d9927d784dd4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4496340df07e04edf309cc2950380e39dcae754013b9cb975da6c98d2bef0931 +size 20112 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (879).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75382c34e707b1b8c19373832df9e79ace3083b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fe1d4128f92c323d120b015e5fc07e47325135db2d225a18eb0fad6afcac1f +size 18510 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (88).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (88).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c89240118753d172c5a9034230273aacd49c810 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (88).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42930c3a412c7c9afac15c52941a768ebf7b900e764c1833c79b178e15d21fd +size 14466 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (881).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (881).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d2acf6090b983f2f4c68faa42a983801f88825b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (881).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547c4cce318b53b51c6fc98faa4df44be83fd0764aeae0280dd1d432a6a4da05 +size 18679 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (883).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfc72fc938fab9cce08f4158f5a7d4ce9a56c4f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63cb63ddcdc3042a46fc44b5d7598627ce754fd8434240534ea0c54cddd7cc0 +size 8895 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (884).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da2fd5bcd738eefa457bc1af5ee380f18d559f08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7fffe1d065548710951d235c7684a89983afb56a526148ff6a61f22bd6e84b +size 11490 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (885).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..290f8157ab7fa1628abff92f13c511bf9e163e2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13163698607361981cf96972149fee2c11b0ca581c849454b0e1ffd854827204 +size 12718 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (887).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da03dd880bffde45dab81afd53d11b480faa277f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf7f2a773e07e706aa044a80c8bae1fabef14ca941ce81160f92450a0ec84b8 +size 18960 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (888).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04865902bdaed92ac407f28512f6f71ebc2493eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22f98e14fa887d01b2a03d6004e237f980ac3e2d2cbbc62e388f02ad448ce02 +size 18491 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (889).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cfc42cf65149be9bd061aef85b86ff82c7b64e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b688d47d6191b406b30f56638fa2a4e1a0c755b42093e56a6eacfbafc666cf +size 11640 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (89).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (89).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61f602e1c58a8b7ba3784e5278489e5ebbeffb45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (89).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f25e89ba8750e10b5f6322986b114fad56e770317e4bb9a0c9c4b14969e155 +size 19794 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (891).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4c89b4dc8763b3cfbd84af93df43cbb183afbe5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599cb3e441150f50f70ac6f0fac00b73350de8f7793033382bd68c296cbaf3e7 +size 11012 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (892).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac48c123dbcab00acbd020f42d85aeb3964e4709 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32978c34b963f462a93b7d48c856c3b32e8ed39696f934d834ff3ada1d14bbc9 +size 13612 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (894).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d505fa8225f8c5462893d7dc312583466a027858 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12058fa3c1c552b6fcf3eefb75087500b05f7f7f08123418c79bdad6113711ca +size 16997 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (896).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..143348bee9d1ea3e547c301eb59a1c24b347e993 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db474c410c96aed7dddc75be095d4f332b5212ce2fafd10fb6e5e2412890de0b +size 12283 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (897).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fed11a6be5f42b36d40d0de91dde0158874c181 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668d661a2a8cfaf06c2c270843221d366cfeb73547239d16d58f0317fefd223d +size 12279 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (898).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da8ffdb4f87bfe7e9fb078cad450cdb04d92acad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a010e9f533956b7165f052944c3ed92061bfee7e967ae37aae81c8b1580019 +size 16967 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (899).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c93507ff1a061b211a82cabc3327d6ab89abfb09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a38dc67c56c70dc508e60b327ca97cd3811d341f73ebbdaed207821b93b4102 +size 17503 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (90).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (90).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98fbf0bc7c846a40a5bb7eacfc4508f1ab428db9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (90).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf27e4c1744d2a6360a0dbf1629c31a3330448789cfa8f0a9778839138afa10f +size 12535 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (900).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81febe11f12db8dd13d72d3b19dc5b1671ed93b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c2b81eafa758cd56b4a8527853627d88b85dc53885d4e990081946963c409d +size 11833 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (902).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..263c1d77a8e52a4de2ac26cabfd47624ece6f09b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae5780b2d1b550dd999089755630d672549ca681a53b5821c1e408b6af7021c +size 19577 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (903).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0eb21beaef2cbf2cf66f4cdd00944da9c31ac76c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7a601532d9f3700840b7412e4040139b2a6a7f2a00ffacb6d9f28c5a988bcb +size 10420 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (904).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1de598ba48f9d510449ed97827332ecc708f2238 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd394e308df404ff2c74292db6eef7d08e2e689a282f158184ad3f447287698 +size 17631 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (905).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5bdedde62d0c3e12cdd8f6b0f9a2f532974ca2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487fa1c67439dd0a9d08edcb80d71257a6d9386edb217917254429f723bd1457 +size 16429 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (906).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c98cf7ec1fea225c5f61e3a95a050d1914c020c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b123318218c33b8121dc74ed28e16b73174581392b73e1d09cf4fa3635f8674d +size 18188 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (907).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6582d8bf591d7b5daa9280a9245b8b9360fc6792 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952222fc870ecd23b76ead21457910901c0ca3610ee2f2923daf48e3a5af8384 +size 13030 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (908).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0a0550e39ce93c1a5bb4803abf8a64676859dc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25ec6782d85908eb0d3433ecdac9d9603ec6f8c885761430e0ae2eefe4e04e0 +size 14253 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (91).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (91).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4448f2b0a6538285fac1b130d103ae827f33b15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (91).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b2374f38bc41d06311cdea3ba6d284ed21b9807d7a9a8a58c435700b3cadc9 +size 10518 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (910).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d500c345fb46e4908b0baf943ac38a1ed019bea2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c453a6ddb5863a9ad119ea188f5c9c8ae0b48729f38a7cfa2bcbda17db1143 +size 17275 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (912).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29836af0d6c735b7ae490b5131c5996c4f4fde30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3817d57fa1e4b2097c7d1af2823eeaa655ec060b85d44cd1d81f76e50c02dc +size 18528 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (913).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7ddb4f59189bc2462ce46ec25f7b25fd90462f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32684e2ab3a731013bd5d4500e2a3ebd3577a162ad03c42b8a6d30bda0a2bb5 +size 18285 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (914).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcc4a18639911cd5ebfab2908386bcd3d1dad570 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f5f10af41092bfe9f24465c9c8cdd8c075c397a1fbd5125a0dd96914db1918 +size 19875 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (915).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..570ef78e58bae7b4d16827603026052e2dfa6c41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b38b4001fa56f32b50648a65902ac5df4ffa3786e081f80948d80c5020cab44 +size 11580 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (916).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28b46090a1a4a98318b34dd7bc193fd553759da5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83256b7bb1960b98223741552d64d464f57354f3a82bf0657937408b330adc20 +size 12715 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (917).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be4014e729f5701550522b77945fefa641107f84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcd131297231c2ab0bdfd8e6314493a80aeceec2b2e90d18d81078a23ec1eb0 +size 20371 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (918).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7ed4636f9e028515b1bb2002218cbf465d19de0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa89617280259f060ed44c10cfd84c445ef8d259354d54f38ec0942e39eb43a +size 10058 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (92).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (92).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a27ca411e07da5946882d749ca88c0cff888da0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (92).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cc6522c1892fc742a59b61c587ebedcc80e88dc3f2766bee7f8838fec74b5f +size 18424 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (920).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56912f75d2dbd17c6fd903dcd6b60cf3bcac2580 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8365aea83eec4182f995c2a37c2957ccf2dc75c1342acfdbbc05ec6fae0555f3 +size 12129 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (921).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d808a428cb4b9b21aaf57ebb060160cd4310c03a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2546d2cad51a8b949f5e76c6e5a5b50e2c19d78d1e56f57fba819f9ecd217d2 +size 17077 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (922).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb7fadb5b5dc44c4924673e1e7fc1113d959d0d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc600fe6452f9e8880b1aa38cb89aa2cf03b659a1e3dcb6de90645e993c0bc1 +size 20745 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (923).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3880f1cefd52197c1fc1a9c8e81189c894d0e539 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0de9815b5ad93160b150ea066877f8a09a09e4950e00be1f3deacbcccd9aa4 +size 17836 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (924).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96dbbac075cd575f0e02306688714d314a79b446 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda334d8d9b965b688b151b86aed2ec402879793e67b81f71a80dafa3e068782 +size 17844 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (927).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1fd0a3f1acb8678cc837ef62a533c2711ea52018 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bece8bf758d530224c77ac539702ad7fb32ec063bdc5f44ab1553331ce030a2 +size 18705 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (928).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28573225c652a02d52e087d0db5cab500a199727 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa984ce12812ea9ccadd92befefa0ced075ab7de8897f997cef3590a18582f6 +size 17781 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (929).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9553da34e9498afc819b53ac8ee8bdbc406d8423 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d984e153130d585badcdd1e8b689d62ad4c682e11ddb8dc0ae04239cb1062d72 +size 17576 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (93).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (93).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a919d24648fb4ceac7945df2fffcfd70446cbdd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (93).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2854d06a5cc660ba32d8636e4e6b4fb21ac92a6a7ff5897d13b91650d8e60eb0 +size 10934 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (931).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47a872d4a3268f62b45a8b449f3e7451c57863c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e82b9c45c6afcb1bd3c190b36440cc2145a7fbf0b9811c564bb4f2dda4e3c8 +size 16934 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (934).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c28fb3e63ff74f1b861ad05ddf268938bfcf9ac4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f29793f1385d7aeabef46bffef17d90490af87a5927c97b84058dd82d5762f1 +size 11314 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (935).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d1d57509404ea705e44025b63845b67866093a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2005e0fc4c519b6f2351bbc32f390d89203c9f76d8daf02704ffc1c17ed9f8f +size 11494 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (936).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c168ebdb25ea6d1a6c5b9bfc4f68dd64cb06f19b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59189147f5b6bf63c0bbe7d9cc4b0572afcc5c8988c9b995bbdaf92e97a38299 +size 17592 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (937).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84327bf9512d881acd622576ffa206c015ef576c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6724de1ee1d07bf4aa2c1269a0bc127b283e81286f11df93861fc3b19b41d2f8 +size 17450 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (938).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfa620d0545b1bc4e642edd5f2e0467845e5951b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f98136b6338c5b69a51de4ac4d6ca3d315eeb4df2402942987cd87da8fecf6 +size 11151 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (939).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5b361428024501219017a45f373068ed7b9fe55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a001a390e2db2ceff8beee6b16979ea8d2c06b290f76bc54c3c22ff2a180c855 +size 19272 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (941).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a3744c1f0ffb93f4c426ac368e0c2f62317c236 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566d2855ef483d7f4cc7d86cb8d94d9adacc28af46a85923086e654ac9ddc9fe +size 19126 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (944).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2df345564656502d7d5db439960196a654e4d52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e0b57aef56c2951b123c5fa33d623f547c6b02036513fde6bb4278f3a21e4b +size 12800 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (945).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ebeaa7d5ef8623a29df3617b32fae00d223acf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c610796ebb8a26f62dc801d7e17563b30dd8724d4813446df567343fc440b86 +size 16358 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (946).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4aeb5095030126ab43dd2f1da0979e361b5f6c96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8bca9844c30bd76bb42960e8915efc87f8805e1966454011dde12727a8ffb15 +size 10771 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (947).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a139616bc86c594331b70b549d23d8dd1b76160 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8f93c5b2c71cdc73ffecdad9a7855727a750a79ac9ac458fbd864a22c2b95e +size 18162 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (949).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab14870646ccf64d57cc6b88f40f875d4add9c84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172ccc57aa429462a8ef5b031ba935aad8bf60ab684dcadde63f6fb9b0a2fbb4 +size 16955 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (95).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (95).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c80a344815994cf04b070a3d2cd05a8e7ab4fd49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (95).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db4f0c52d6940599e3d6a46879ea00b3764f1df52f3b53800def80c5cd9b9de +size 19035 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (950).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18e8e2c400e46b70ffed5231425c1442ff4912fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5cefdfba2aaf1b31f48d6d3755959fea71f3c04888cbf28b3b672f68898968 +size 16174 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (951).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..831cf686ee743105661398ee27010a1fd41e55fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11948d7c0be0311f8f73ff55132578287bd7283cb34ee2a57b979d00e15cac87 +size 12755 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (952).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (952).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2ac2245f6c86b839776e819b7d66871dd8be247 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (952).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a6082b0de2ed15a1afc4fbc4d3978a5d808f8fb7574fa9c7cb9e840ff97b9e +size 16134 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (97).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (97).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0dc9df8ecbfdccf86d22723969cd12127b1fe42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (97).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90b1e9f83b2187b4cc364aff8b462b577149e147af09625ad943d602f74767f +size 18821 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image (98).JPG b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (98).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf6b612fa770cc8fe64918a308af06172effbf6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image (98).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38db20eaf96610b1b6dc9eae6abcc107a6dbce1216494bf469dc497cbf2bfa7 +size 11911 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/image233.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/image233.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c4647f6623d6c576b7580672d19f8299f96d195 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/image233.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d234eb2911afd0e67f9a50437a87c5ee16cf89cf6131aeb134a05e1d14a49b75 +size 15696 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_100_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_100_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f159c9fdc0a933309a228fe0e3ccf42df21d872 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_100_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1916c17981017b8a48e2f005bbb3660b53bddaa7d3c80dfca51e5b4000c998f8 +size 16276 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_101_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_101_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..985faa5ecb620c5d33f03f7ac036e57eba7244c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_101_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a48b92611dce93a8f0c076b5ebe3bd01f5d5b35f8fd279218f8cc328de06522 +size 13266 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_102_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_102_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..009edf426f63a29c69051fc0934e711c7036dea6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_102_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e73c5c9e4253d6a2c733e1ebe82b6a8fe7fe3d2a7d8457b1543dd55c710cfd +size 4738 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_103_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_103_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fa519f0f50bdce46f5d1b1c19ce8883dde296a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_103_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82530571856c414404bc35b993a507257ade9965ba75bde8a6a0684134c7d980 +size 32583 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_107_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_107_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..208bb5e1a20fcb3fcdb0e7ce40561de3c2f8673b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_107_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70dab3de130472dbf81a9a85b0ba0cd042d2616df8812a1753569b0dff922acd +size 13091 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_108_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_108_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9161a110b782b25262a4f83dd7ca9b5892f887e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_108_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57491abb6b68adf5da78f7c86e803a36b67aea5cc0d1291edcf83793e02f269b +size 7527 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_109_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_109_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9aaa15384ee735b47cff15763fd3c7ec7b1d05d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_109_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0eb7bb43f663ca0f77cc03cfc11f6ef5898e3b0b2edfde54fa61ff1f371b2c +size 19360 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_10_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_10_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..110e26ccd9ea79985a8dd148b2031f008d50b32f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_10_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82bf3ecc44b705df08d81c277f230e02d54cdcc252387f509a3b3fbe28a61d7 +size 8534 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_110_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_110_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b42d652279ea2f215f88487cd842e38e0c50fe7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_110_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405794ffac8a34355da8a7b1f11f5424ff0b6047584a30bd1e1ba83e05a5e583 +size 14023 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_114_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_114_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83d943fcca4b35eda71c1070aadcdc7bf6ca1f7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_114_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1856122b92a417e5cf64216ef84b594bb69aeada3f6ad880b6dec20ce4f88d1 +size 18940 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_115_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_115_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e2d223709daacc760225cb4d43db3333f7aa246 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_115_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d23721f947337b4a685360e3e8de4cf341c9b8497215cd7ac044ee1b6f0765 +size 10757 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_116_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_116_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73715982768ede274d67ba89bef18151c8baa0c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_116_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bd443b657ac448af22886621796698ad2ad92c6ad191f28fb6d4ebd317b1ed +size 15610 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_117_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_117_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6250c3f0e4764a2f90519b771ec928c70d033b82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_117_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789d6f0eb62b6592a1adac5866048d00bef947e46175247631f491d89fd29e71 +size 16388 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_11_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_11_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25f1c80c1224cab83e2b97784e6a1cb1298c3823 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_11_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e54bc07fe6e1ed21bd2867ad9da06c0989e7ddd8d8a8882703b640ebd551a75 +size 16781 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_121_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_121_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89c97cf84795ec7c8ae24eadb749240a1846345d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_121_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d9687f3277c12d1536804b9d65292bcf7bb8889282bd12d6d0a1145e127c2e +size 18384 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_122_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_122_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92e091eaa657640955d5b9c3b5730b1309eee605 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_122_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20630ea3b6f0cf47aa3e497f454956a822daccc54e230fa23ee0437c5f5912c7 +size 13854 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_123_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_123_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0bd771fde171d817ef36c8b73382918c46e94ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_123_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23550ecde0eebc35ac3da1a4b88a3c35cba74c7ae743874b7212c172a759ed0f +size 11989 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_124_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_124_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b8e28f51107087fa239bf19625db47c22efdd79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_124_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387130a0a195f67b13d116c4b28d6da2eda62f321e2e7ae01d17eefca03d55bc +size 12722 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_128_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_128_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c97a17fa871177c25063d7ddf0bfa85b44441b07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_128_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8efd1967d32b7dcc52427f7ade160c079524099991835e2da526ca6507c28cd +size 17816 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_129_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_129_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e3066230fd2f308f2a038d1da34df1548f7a71a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_129_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04cd93fc3b734a65a1bd53b3e703fbd29573e1b67e099cf222bb757411d02d7 +size 13115 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_12_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_12_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec7ad8f24fa701e76aad40ddfdb1579272598aea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_12_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1443ade78b7c0701f6c8b5ece691b3a68d4cb2edab1f635c8fec3c56dc701c98 +size 18623 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_130_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_130_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfb7d674d327b6f0aae33032927f30d876e139b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_130_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714a1931db8b5c4d8c4c24c2c1fc3b9fa71bf17c3828839aa6837745cb53e80b +size 10925 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_131_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_131_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5713b46429c9d55910c19b0a72eed4985838a3dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_131_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8273515b6d565b83f386a15b53123f15f51802f86c4ee5f284f3af93ce3a5a +size 14251 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_135_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_135_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07d5988ccbc17a9c44d0130a10c769878bbeeabe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_135_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f381f0dd24050dc07f4be594b5b64bf49641dcf82fef42bc2ab2f1c1bef92c5 +size 19921 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_136_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_136_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ed5a2c4f3f37bd0f4147b299cf9224591208631 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_136_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b29ef115978608b108703234eb9c2df385890cc2ca69906e4c971be4b044096 +size 18157 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_137_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_137_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07683a437d9ffcf6d928abd7e1668f490f96eff9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_137_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88282fa394097a3344ee0e40ee10bb365c802a5fc20a1bad902f2b82ba7ef3d +size 11630 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_138_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_138_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57ff30b7c9ddc099f1c47d85802dd667a13c342a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_138_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e60113fec73590b7ad6d0a0152293569f3c041a4a88b06387802638002ffe5 +size 100817 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_142_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_142_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be73e25e3aa3a525af552def51b8af1bf0f236a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_142_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe67752405dff8b03f9a2f147f0861cd795cae4abbbc78f5f8e4cb093bebf5a3 +size 18256 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_143_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_143_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d84ba45ec4325f006e6c77ffb66d2b74e400d0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_143_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533725068e64acf30ab5eb9e6aa6a396f84c789111047a057b55f055d8a27fce +size 18773 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_144_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_144_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e26b9fe14adeca2353d19c6754cac958b82de1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_144_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72e5726c94311038ee760f966025bf0518d50342463798d27934faa84da1746 +size 99002 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_145_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_145_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0159026b7bdb8e6bd4990dc56b6ee7a1c5ed32b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_145_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1c109a4ef1eeaf894e7fc9bb4d28dbbe6304ce3ef3b4bd93a18beaf8d0c4ad +size 7693 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_149_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_149_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..286d8fd48c7d0f56d0b99c2e55ab9bd32ed40fc0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_149_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbafae781ecbebdf347f3d4e281b9efb7973aac60f0ce09032c51d44eb5515c +size 13096 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_150_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_150_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6f4b22f30799b89e5335ac70398e928767d2132 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_150_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fa722c0e669746629ebdc54219552e1685d2594187d5e66d74612017041147 +size 4415 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_151_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_151_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..722c9c5faa44e66790d3c97e90919ad6b3adba0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_151_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dcd2a9edf18a28b6598e0036bb9e87b146281ed03fa9022575546414a9018f +size 17110 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_152_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_152_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a447a64c24636d4a7fafa2d56a27914b2322c0d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_152_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5893c78b2962775941f0a82f752880e23cac792d901a10c3bc8aac4b7fb22fa3 +size 16245 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_156_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_156_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de593e355d9db16990df938818691c394d7ffa08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_156_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61a8378e3816cc6ff97f054e3dcb1225f9b76df96e77fa972732533c1f607e1 +size 18730 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_157_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_157_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1743ba31169bd3fd0403c92b867a570e929947c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_157_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd77775f134c51951bb25d68181bbc429e2b5d6b8e649a51cce1f6b678c10dd5 +size 11883 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_158_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_158_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8ae7e81eafe789dc03971b6e1f0e7081af626e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_158_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035f1b7044000cba6a5734645ec0d0dc524dc43918e7869e4efe37cf171bde5d +size 12027 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_159_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_159_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab4fe59346604a5c08d9a2a24f0e5335c4f60a90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_159_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dbf6ac45012999124190a1c87886b3fde19383afa856ede3819fd46bd47cc4 +size 1702 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_163_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_163_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..690139b60f00ded3c98fa8e18b3dceb35c743ff6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_163_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ecdace53d57b8e773da5e5e88aa80b49f2475be70e1177ce5291c43c91b8a14 +size 11596 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_164_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_164_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2456da9e9b9bbf970ebe8628350335577442763e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_164_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cd59359c770ea6ad6d73cea44e788b5cf19b9b10e500028e82012664ff0cc5 +size 14947 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_165_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_165_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2255d247d07bd514bcb96d82c0c827c463bfd99c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_165_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3680bf0bb36f55baa11ea8eaaa60e717bfa79f4089f92f68e5f013d802f57078 +size 18204 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_166_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_166_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef886f685dc84835c70bb22f13f37a6904550b8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_166_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf4f3d3d654abb6537064d2640c6256df244514032c2aa7e64dfa2df63bc4c9 +size 10630 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_16_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_16_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..762970563a44cb75e94ef94e60871bc064ee4e16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_16_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1f9a74b156367899a7747a6f6b8fadd754b6a15a229ecb9e854c8cf98e99a0 +size 18215 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_170_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_170_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbd327c957278c6c39888632684d27a35ac3f3af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_170_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e6851947d4f1e679658b102b557dde1d733c9098ba69b75f7fcec34a9feb79 +size 19191 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_171_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_171_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6714b875d59002ff2fd83a15a974c85e7e53dc8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_171_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbada5f4e2d6396c02e4f079b46426f92e6d1772bda507c9ff636f47fc717448 +size 27720 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_172_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_172_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e45d3ab610c1e51410e8fe51078c5ab66f38eaee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_172_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1907020def3806ac358ffd0275470ac29034d20cb488c2e2b867130d5da9f0ff +size 13221 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_173_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_173_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79cee1bf35cfec78231297a05db12455b944f6ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_173_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7ab791a1e4e9023f12d2816911528eb22abdf2a4125f97b939dde1af7eded4 +size 11492 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_177_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_177_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28984886e8833970ca8f6c279847934f16969b46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_177_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dd52b7b8ed014f87f91c762b6f029cda32d4807f8fc986c14ad4e7a5f24cc2 +size 16858 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_178_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_178_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f547863597ec08106f5d74a3f1b78c0bceb12b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_178_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ed10a6f060a28bf4e3c79572d1c0783e590417fe4654b7ad7fcc9bc6e3cd8b +size 16860 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_179_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_179_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ea6c98190e24819018ea1730e6be52b06adbdb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_179_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733b6e38e606382f32e248b81b4daeee0c7e5c24a01408f3af30bf55937e58f6 +size 21010 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_17_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_17_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f184ce119317fa1b16686cdc8eae176e791cf891 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_17_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66847f243a78680342d98bea0cfb4e3b9706278a6a80b1b07af6149109eefb25 +size 23658 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_180_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_180_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4289c2d3228dcdab3cdc4ca23a40af71697f4fd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_180_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74badfa381be927d95e609d0103c3fc3a7c1c67119f6497f1101d1ead9138e13 +size 7606 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_184_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_184_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5dfbbac390c61625e4373b9e19714d7084b27a0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_184_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49744fc0f5f52087f6dfc90136ce5350aba464a1b0de183d185ebdcbece89c75 +size 17767 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_185_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_185_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..286a29297c80d52f86de899c6b48b0d48d826f85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_185_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8839fcd8fb5d5128fb4ca3531ce1f2a9886dbbff815e1b8ac4fe4af6d230fe37 +size 21783 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_186_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_186_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..068b7d2aabe784f4eb33c3656d2c7e166170bf5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_186_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccaf6a265aa0de5e26cf8b50f4c1d2770d2e3b75e2b76cfd4f580781c8c5743 +size 13610 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_187_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_187_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..467cdb69c3ae678767aa1182aac5a619681b18a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_187_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4f17401a97d5cf190d9746ce4c2d2e2832af3bce6b70891d296713e13acf6b +size 15938 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_18_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_18_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad0cf92cd2e3d2edfa3e9f1082dbf5afc44f5c24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_18_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1fbc0d7c84f058d7cd01e69b2b5420181b3e80da1fe4e8569accafc87f995b +size 11683 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_191_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_191_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c86c36799003a87bd2dd206360ae23c3cd6c08d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_191_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87ac7c22a9749ffb8d99ce61e3f0a65af329848a81175b0194ad1c2f4b89133 +size 18871 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_192_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_192_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1450cb7470a114dbc68b33385824ab3b68344e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_192_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6be0db63d27819ee4e01d350e29b49463adcd7eb2148acd85d194bd93518078 +size 17151 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_193_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_193_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0db7c372be6703563ca35b8f40307983c19d7484 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_193_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a44dbd3212193582868309f6a2dbbd5ee373fe86bfe758a473a6c93fc90b865 +size 11024 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_194_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_194_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..203f025b5380349ac0b9da6497c7d089e826a7f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_194_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66dbdf26d885880a38e905c53aec2d03a4dc55b1ba3ad625f5b166d54dca57b3 +size 19125 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_198_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_198_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dccdecef8484b46927b1778bd8304bbf1db2d2cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_198_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e363a83f82fdb937b05fb916b7eeb6b8bcb7c64c2db859747ac16982b4e6dbe +size 10008 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_199_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_199_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9c14f61debea5ff25898575b9a5b3da07d2c9e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_199_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa7a3c9cf64e1dd461359204fc39cd227f9973d85a8d31ffe18c5b778f70d5d +size 184798 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_19_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_19_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91f15a145a8505da98cf29f658902aba87456778 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_19_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8410a604d1108a05a8aa8104e26e5923bc88e5945b3abbc7573c3643524b18fe +size 11118 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_200_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_200_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5d5c2f71dee46b6f6a912f96515056fdb796e7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_200_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d98475e855c78b1606e1d7fd96eb111b27dffd0a56f0d8096c00d1993dddd2f +size 18488 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_201_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_201_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62d76d47059f5091c501f2d37a77ce33e62b330f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_201_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6755256d941a7e9ed2544022d081892408294b9a4d1893bad1d02a97d954886 +size 16412 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_205_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_205_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00613265116260d81541e3e3e02e83a7d424a7f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_205_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b765c174dd3771b4ceb633208c4d3ceb67ba33608de3d4586e768ec2e8bb149 +size 17212 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_206_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_206_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12c50e7c6cad77f7d00b979a7d846a585e9deb8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_206_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133e37e914c38535147814562a84e33842243bd10a780dde1c37bbba30672bc8 +size 15311 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_207_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_207_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..902d47ac6143d92a17c3289afc28846ee7d3bdca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_207_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ad1bc83e0c5a1f4948daabb8820f7235b8667ede12bc362d48d4874b1677df +size 10947 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_23_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_23_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4195c1f0bfd857bfe2717512266fec90a259c0d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_23_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a83836ee8175fbd1f25dca001cb9862733a58857e3a37239adc73875be6fdb +size 10502 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_24_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_24_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c46ff918092c7576ad46598854778707cddafd67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_24_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939fae580324fb0ca8fdfca32e5593ae0eec829f541f8854c7feb3316b145779 +size 20945 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_25_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_25_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cd2b3f1fb2d3ae5122477be164124879be5934f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_25_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9340ac38c44c5c0586a5302ecafc555a6a6eacb77e013eded30a4562a5cf043 +size 50212 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_26_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_26_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5081c95dcd08dade49daa298b626c4cf2ef347c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_26_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b23233fef2237b227348f32772cc5b42b7471cdd214170b9b11ecdfa6a275bd +size 17376 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_2_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_2_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b4679dcf13ed3f94f31e6bdaca38d2dfe79646e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_2_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6769d0c81796046e7da37c50d7b4866e57918eeda913765dc54e0eaefa22db84 +size 18709 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_30_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_30_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2d0500acbc3236e5049ba546d2bb72f2690e19a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_30_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae6286c6154bd0af16a08809566e493706f57359508c591f543107907ba3a16 +size 18592 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_31_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_31_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f21fca569ec0d8420d0420f2e3884cc53574503 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_31_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d6d60347165dfe4d96a8da4d0d93ac2475d0c5c0568849d02c47c48e19972f +size 2981 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_32_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_32_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77a92c2fd2d89f7e04b67cd838c2b6bc8cafcf51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_32_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef54f5c1f9427a4e94a4c61b4beba43269a82730614c63b41af28118aab1c05b +size 19841 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_33_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_33_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebed19a63d6de967eb585c0996adc1754c28330d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_33_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54285c1e013ce9a6c8b6d8c86d741513f2c2ef415ee34505acf8473be1cd635 +size 7614 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_37_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_37_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0ba7051f41acf314c46cbb83edc0b1fb1ed378e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_37_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66693a8fe20f56723ff75a703902a01407b0e7fb7c24f9f7f057f1028e020b6a +size 17670 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_38_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_38_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce7ffd3174ade2f51a8a43bd5e0fb488d5329b6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_38_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113d5d117472535337d650e0d92d11f15237ed5ab0fd1007ef932fb1050cb282 +size 16344 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_39_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_39_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0369a3fdfe11a4c299963b68df797148429652a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_39_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54b05a16841b5541caee355705dc5441096886ecc6cf810804001398f72ec26 +size 273066 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_3_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_3_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bc0634331fe0ce5601118ebd741157c2b23e701 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_3_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285f68a95bad2ddda5f3cec5cd6ce2273d85298ce81abbc83989685a8c579858 +size 10945 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_40_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_40_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46546266855a8afc7b726a18a4cbc3a44d9a44f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_40_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42d5a85c7115696fdde7b5231de90cb0c382d6d082b09a348941fa7eb9b9bd3 +size 14909 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_44_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_44_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4dd32f3cd28509dd84f03584cbb33b4e0fae8df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_44_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e05dbabf593aaca70f32cee7dcfcf7690c6de640512532bfce67236220503b3 +size 101821 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_45_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_45_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71777f1ddc149eb107ad67f6f1f8d16af1ee8542 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_45_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f90d24e64ee89c2422c760dd32392d9791f878090e2f34cb461ee5ba7908a1b +size 14923 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_46_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_46_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55715531e35a86fcd09def40c24f61a27c87b9a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_46_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e61e399307d4285894ea85a7a1728996b0dcb2fdfcacbfbb9e19e62860008aa +size 18503 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_47_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_47_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..363665499035f5341e7014337ebdfeeb571f8d81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_47_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1869ce8d231a684082cd918a5105b1747af550bfa65efb279cc1901aa8639577 +size 17112 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_4_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_4_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a0e5ae860f5c11ac222c5b78fbd70efbdc599d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_4_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4435143e8864245f5dd61fb553b37a57afc45b3fcfed1c7e6f3cbb05aac6093 +size 16648 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_51_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_51_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0cc1e2e1fb0e17862c9d9c7269b63381a110b4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_51_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf8b97dec9faeae716d1ae5ddbbcb5657625514e05a773ebe1be040f6b95f44 +size 19224 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_52_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_52_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb3f6e6554abaaebabfd90e36fd9431ae0463922 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_52_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7715c27f19b1f9986d053330df9486c2a5a478e30090384b451ee94e8f1e6f3c +size 25062 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_53_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_53_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bc810b452aa568bba722b3768013be02e00ed72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_53_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edee11e2dbb48e99bd2ebf2f390ff2c5f6775e160f36b958941768d6cd8f9045 +size 17958 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_54_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_54_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f39a5dad22badfcb6b0ee68b6387653e323d6d6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_54_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94aa0580ca4719655660c6303aacc7115dda65778d949251306914545520c5d7 +size 3191 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_58_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_58_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2998ccf8c52f077781420f96ceeb18a03e133a14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_58_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb55e9d5b8690942165d71fe2912f43391a442a2aa18b05305664cecffd46803 +size 18786 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_59_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_59_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74316959a5679df3488cc3b090be4e3317d155dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_59_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032c53cc1af1acd5d29be4c4c505d94a7c3dbe09206e66b48874d2b906abf82b +size 14070 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_5_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_5_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8c126941a8ec868a6aa85351a6bd851f6626ec5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_5_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6368085652f1b2be91127fea2fb358cbf6c75e500b26994b02c65f745a276d +size 9031 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_60_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_60_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bddedda5aaf6568f8c91d7e09895d80f1e533d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_60_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b80ee8c89a2e61a3317989e1e0b305e6a309ee76b2984d78b2e8ec89168d6a +size 10642 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_61_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_61_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..750c793b0727d38f6394e72288527ae67d6297ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_61_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96be826854cfa266148ed2b9707c773c520801e0885933c88e731580a30ecc5f +size 15184 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_65_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_65_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b713c6342db4c511e177049a3627acdd612861fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_65_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b07a7f88973ef5d57f6c5861651263c76e28cc09ecf9a08697a21ce55cb26f2 +size 256032 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_66_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_66_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd825a650a8184a73099359841aecabf1da039c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_66_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a28cc4aba8333f6d762c1df55b5ed887261514d7b7ac4d8015eee107a9ac4db +size 35239 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_67_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_67_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba3c322a11b406805600f3909c29465efa231953 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_67_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2963bcdb1440bbf0767b18857ab3a5e762c44e6c51b5fd9fdb093ef370f982 +size 12364 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_68_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_68_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10d1a241f48bd04eee30547b7b5b78178978f9fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_68_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69d305e8dca49205ccd2cfec5b37950560ec97c3ff8cf34cea59d165e94fa78 +size 18867 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_72_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_72_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cdc9adfb3857aebc0b55e3c30b9942cce1366a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_72_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7c3e14c0653d397580619ab841cad1f47c144725030884c9a6368be3aea4f1 +size 11107 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_73_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_73_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3755b480c77ab61c0cf9ba988e0927262e0567f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_73_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6feb1a26e9df08aee839bad2d3ac85453f868fba32e3f208cadd64a9f42a77d0 +size 6771 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_74_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_74_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3f67bdde266c4e6a2dfdeb8931769b4409fc792 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_74_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248c82c9a700d18eb9f0fbd38c993ac3b8ec876242c491fb01777998a1e51cb8 +size 13798 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_75_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_75_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1636dba499fd16697297dba0c1df020f0aa4ac3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_75_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff3678a5e01d7db697d71a341bd035bc22d8304fdd489dddc78b0c7aa5805b9 +size 14748 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_79_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_79_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..462b7b0b21c3297a910838c96ef8b0fdd3cc4277 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_79_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dc1e22085a8a8569456c42cd503610fcb0a325f3360d96e5502d66889cf482 +size 19149 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_80_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_80_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a7c084b8525645cceba3a0ca0ce71f1604e15d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_80_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d3cb491f44975b7bfe5db8ab24e04840e5af4e364f79b66edbf2e341a474ec +size 18496 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_81_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_81_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eaa9da4a9e2f26f9cb29aa26652fab877658b3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_81_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021e77d139fdb2ec268ef61549fc9c642ab37f5b87bd2dd94296ec11752703b7 +size 90732 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_82_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_82_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..392d031a1f5d7c8671cd6a5ec9236b6404afbae4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_82_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90d72cf8e9ce74e44bd9fc9bc35011d2879a03ec6c990a1c130eb5db5f006ca +size 17274 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_86_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_86_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f80c0e683e13a174ba11a9ad2316f0a9e740d275 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_86_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9f68850813895a6d3c039118b1b9f378b935a45cb24b1c37d3240d9fc0a02e +size 10008 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_87_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_87_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0036ef79243e68c1333bd92ac09880191e993628 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_87_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66e0fd1c253595363b9ad90cd158f82646941d42ee1ffa44b16ff43d1ff9d25 +size 18349 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_88_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_88_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0a7951176a257774dae66e8c5930c3b8edcf0ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_88_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb745f4c8f012fe66066836685ee090635876b4a538b008d403fc355a1c6370 +size 19065 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_89_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_89_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53ae8a5eb0fad8fadd2103805a1e32e7dfd82643 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_89_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e3ab1f33b206c99746743e928471cf7223fb0940bdcfb6cb8244e96b140ac3 +size 39051 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_93_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_93_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6a5499bf29648942619f6dfced1922c24a4247e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_93_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2344e168e354c7a754d25a8a2652c6fd8a5952b538c3e106de4e334d2079699 +size 20009 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_94_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_94_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba3a6298c74ba594510cff412f88520a51a63fee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_94_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44589a7df376ccebb146e4188562e592e78c04bce05636266b5399b3f80fe2aa +size 2406 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_95_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_95_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebf1babc1408a0a8232f0993f12095c8cb48d8cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_95_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de23b0655a8900e6262825b8a57c73383382d19936279f086c1958136fb1312 +size 17543 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_96_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_96_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ae46cd0cf8be3679bf70551aee6720836979e0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_96_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a5908bc77eec8e2c5b1cca1aa3d3b9a9d311596e70164e18b1775f98fb2c5c +size 19678 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_9_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_9_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e08b3436bc75068c85d0f9aae902e0237b0d0e77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_colorjitter_9_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84afefe83a9f95a914f689d798bef0f2e1d23e24c43565c458876d4e6732a770 +size 10516 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_106_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_106_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..096906e1aa57fcfe746bcd070e1c398e9118033c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_106_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75351278ab8b280cbfa3ca68f52434855fd26274afa54cd59e49a4ba090f022 +size 11847 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_113_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_113_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5de46b1149d3b8a916ccb1c35a9325a847ecbabb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_113_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d07c559646d64c710b716c38d5d1863fcbb54dc38aa4d430e591f2b079e17f +size 12205 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_120_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_120_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27be608ba9928352bc3cf7c62c01cd4be5d2da0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_120_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1eac2c63a22ed2574ee40efe920d3729c087101eb2d22fdc14d15320838b86 +size 22601 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_127_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_127_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2968199ae2da73b4927f1a651c12828732fa7250 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_127_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d31817bee7c5959b5cefa075c870b35d0e964568c6f4726cbb70adb7a568088 +size 19227 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_134_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_134_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c7b600f065e4bfe1cfeef4febe4d8dc1d2c3c7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_134_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019a6bc8b1f55b55a84e2b327b89803e4e0d2ea4df1c51297110c5ee0945f0f4 +size 18604 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_141_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_141_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97c63b54e297ac616f32322e7ff72c24be9d69bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_141_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8d070aee7886db4c0daaba0ce34a641df28ad00af62eb7f6b0ab42969445f3 +size 11017 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_148_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_148_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfbaa2d02bd3085d66f02eea63c16504fa6e5270 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_148_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fd6b60631d60049ab5c64e007580e5b2c51e0cd5c9a4b1b98b66bfc36ce581 +size 12937 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_155_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_155_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5453d949a52570c5b157593201bae143ed3074d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_155_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ceeef6dd6ae189a8b5e21afcc4b006d3c1853db1b16ea83cd3be472aecaaca +size 18807 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_15_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_15_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e19346ca6499649b88f62de376851b3a9b9d87e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_15_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296562a0a9b5d156f46603f841b78f7bb211ecb609e37df1d24bedf13becb79e +size 15431 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_162_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_162_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..388232ebc556e3916c5901174accfaff7f5918fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_162_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ff0dee14be8414f52d41ab37b400936d1f91606b30ce5cbd35d2250825cd11 +size 12386 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_169_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_169_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d38ba03d39ec97b46f1fdf17545132989fa3aec1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_169_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25251635b9e16e9befed3aa62d40de1edd5209ce041b1c27f20854963fc81116 +size 18364 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_176_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_176_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd323a28f82ea909dd71a4071a324973bb69b6d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_176_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce6e6a0cf685fecfa767639ab49c11d499597917a854d0f5e8239af1af3c8ae +size 102197 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_183_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_183_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..209d4b92c47c3c00e0cd33a2aa404cc9192fefff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_183_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d4c549db0b461a589775c6766a4bd98481010aaadf24f5d46784e1c71c4a29 +size 18665 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_190_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_190_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3d650bdd0647c97a89aecfc4cc9d1be79e1c77f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_190_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c3d9b2152ce895ae08c1202976ad4d1b7c3fa53ed213176bdbbdc08b13c935 +size 11329 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_197_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_197_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9de63ab09238c44e84f2ddd2de48b340562d9553 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_197_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61f14dfcb6f8821fde84f70a3cc552af01f5083f907172e928c00ac4a284065 +size 10916 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_1_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_1_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc6b83dacd1da1f2a0484f3a54ad668ad48d6702 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_1_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353ccdd6c682eb38674cc786d22262e5e3b0723eaa846d5a6cb55857e6945680 +size 13877 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_204_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_204_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4951b2ef2863f76ea8bd3666947f5d8814814154 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_204_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1161e3e247c17fd4a78fbcb6e3ff6135705bf9f5cbbf5cca437b21565bc74bc8 +size 17016 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_22_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_22_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7a3fabb821603374bf01969582606c44e374c8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_22_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91767496bd7273103a511b933e8ef4da8888efe9bd78305a493be50d79280257 +size 99796 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_29_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_29_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eca6488a6af8ab6f0b5a7ef7098ba4af92278d40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_29_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e62b0baba0c4e6f1c984602ffaacf0a2b9f1f50041b86359f0afa48fbcdc4d +size 20767 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_36_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_36_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5ea830f0ee7d8d74893ba2c7be8548f78f9391e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_36_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f345384ca414610f2f1e02093b2d7f81b06d19855d10776e2d116c0d7f65928 +size 13155 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_43_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_43_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cbedfb7b2f57b82cf69dc1c028d9d24ab136d5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_43_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3bbeb3cdcf2f35e05f8ec83d7ca8f5649cb0c80aa0ec78ff712c0398b35bdf +size 16596 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_50_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_50_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..101e89f26ced08ecf72b2e3d64d44454ccf6c0cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_50_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925bccadeb278b4edbd65b9a6f41576f941eec84bb782092741456463d8b6dbb +size 18980 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_57_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_57_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7359261e446899b026f1148527adbf5e69db542 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_57_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9746be3609fd805248c1d03f61ec20710d269c2581fd7f875c078118f77dd1 +size 20152 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_64_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_64_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c287701f10e2207eafe14ac548bfb0ef69bc681 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_64_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ca5a7a90119a9783d8f1b2edec396ab5355b87f096f4220343ee41391e771d +size 11312 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_71_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_71_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40b517339b646cdb05e28a55144f4177331f837c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_71_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66b1f00ae4e38a87678a86a3c2df299006e08965ff712109ed919853e2b4ad5 +size 11050 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_78_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_78_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f41d8cecb2c17403960b202a5bddc0b71c05ced8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_78_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25694968a85a9bbec6ffb591d13af495f1aa26e245ce13755b5dba364fecc595 +size 14226 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_85_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_85_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bba846228df03d719f4c4e231c79e776ac5947eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_85_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465629d1b1f3b194cf4a142887a397493c3ebc87270d1bc184fc559a91f6ab7e +size 19180 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_8_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_8_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f11c9c2bce7cc8f4e856433c94c9070c74ab045f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_8_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d0f5aadba856cb165c9ee8f278bb1e0545a9daddc5af25cbd6007c61af2776 +size 93770 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_92_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_92_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34a1b9325b11971b0bcca663b98c80aa89dda5b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_92_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffdea701dec5e2b872231fa169e80088b43550c6bdc8a7319833ad4ea4a3d41 +size 17630 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_99_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_99_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c25b97971b63066a1650cbb9e36cdb1cca3335c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomhorizontalflip_99_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dec7934461289e02f8e392e725f6a86acfa770658bb14dc986797ea0c3753f7 +size 11153 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_105_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_105_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5dcb6124e4f61622176d96ec37cc26d21930505 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_105_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7503e07b5007c9d0d949af4b50280faadd3231ea48a82d15070262e5241beae5 +size 11723 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_112_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_112_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21b018f99e21773480de70af1a4fa7774b99347c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_112_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336a75be78dc08eed76e3ec93fa47f548af32431d5e655926fc2d2288109f653 +size 11131 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_119_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_119_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0aa656157f6ecf3d5f4ad563b4efdc537df7c62b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_119_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7f4e9eb0816ab1d3307b385971b034b74dd4531849cbf7efc94dcf95242841 +size 8770 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_126_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_126_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fca265e3860803e662d532ff23098783258e67f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_126_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa637bc11a5b73923a8d1e8243ba0f0b4b5207edc21bb43432cafe1ba508ccd0 +size 8105 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_133_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_133_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab517ef037704b2931e505eafbcb9bd31c029cbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_133_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533d780291cc10e1f054c1856d2343fe6f0afea603839b1453a4a9dcaade531d +size 8050 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_140_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_140_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5ffd263d80a649ab52344c8f8ad66be4a9b08b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_140_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de28427d6f1e15349e8f6426ef20217844e6b66d196fa57e2c9b0a49b44a15b +size 11298 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_147_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_147_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a57c7b9eacab15bc442a8a0300bbb8a926a562fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_147_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587968e81ef857555ea33e15e7d9102d2dbf409fce0abef6e1563c5e394963df +size 8153 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_14_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_14_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb021ceb442832f084c58ec85fef54c45893767a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_14_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbe7c3cc582745482b78cdfdc6cc91d21a914384ab159b9070d01cc283b9c81 +size 10835 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_154_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_154_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35a579057e77b9a377dd4f77fb0f1d63ea7582c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_154_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c94007d4d140b40b1d7633a0a583104180b0bb39747d1e3663539a68097d5c +size 11817 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_161_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_161_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6026d640d69fae6f676ffcdfff748f71a9538095 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_161_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a679042bf7fefcd43ace185d9d3602ac6399765cbe87c0b0e7c74084251ecbd8 +size 11594 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_168_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_168_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..308196f99c85e792118957616cbc212f834374cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_168_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a976142b29f32dbecbe7c4c146379a1ca22e5fe507a0658a50cffa8bff4482 +size 12225 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_175_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_175_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa66c95856d86dd37a904bd03fa022d43e6e5579 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_175_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0856d1b2731232bf0ae5bcd71c826cb7b25bc4f01afa82700b30d38709628057 +size 13126 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_182_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_182_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e443cfbc5fa5979e8f11b7af87c19eb6829e9be1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_182_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf3751ad192ef5cefa559614151a288e345d9fcb823e978ad00450062e376e8 +size 10463 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_189_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_189_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46fd14a8bd71418ed3f0a9546f14e6727774d3f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_189_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac16f3dfd6c8c1489ee7552c3c835e5eff62da281f399bb426d4743089613a8 +size 12234 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_196_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_196_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0483d56355fa4d1875f059d669cd2f75fa477c5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_196_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29547a10b2d60a2747509231af6d359d15c9d91a020a94a4d0e35cb8c3952591 +size 6779 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_203_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_203_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..026149c788fd41d9781835f46c1d40fbc920ccb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_203_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7c0bc9425fca3f891425df6c8b8bc7b35d045de6d6348532fca9bc1cc629a9 +size 8380 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_21_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_21_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05a525a58185ea8fdeec3fdbf933192d54b3fdfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_21_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b956ac499ca342e9e244e619139ec62544bae1af18b03d66888ced46d957b0 +size 11078 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_28_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_28_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..888ac82702f61aa600b875519f491d43add14243 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_28_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46db09210a0a43454dc6efadbbe724a1210bd0b74b6cdf155eac44ec81533175 +size 7998 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_35_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_35_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b49b325f6fe9f68ddf099adb07cb16850a5ecbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_35_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa58a513112d149bac2f9a2b2e11ddc1671df8a8d070a4976d67f584c60c83b8 +size 8630 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_42_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_42_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a3197fb50e44d7d469cbffccd12c180a8bb74e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_42_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad3e317074013e2c058ea2ef13b3a1bc52d84b7f7ebf02a9dbbb1438ad618ae +size 6924 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_49_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_49_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8413e51c2c70bd4ccb1f3240de8df603b6b2a8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_49_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32854607124d8af6e7d7307e19dc0e16618b3381963d7ded4fadd7cbaf75e8bb +size 12677 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_56_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_56_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a330e42e46ceecde27018ea99e6e2219a9e93a72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_56_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832f5bbbc2635156b5951b4766d88ad405345acf26c9bbfae229074f986dfbc4 +size 10900 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_63_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_63_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7befa436018d7d730ed338d5346960169b562f95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_63_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91509f15dc5606bce2bc07ec74d1475b9eeb45bcf8cb0aad8058eb0885a54100 +size 8695 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_70_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_70_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b6d634da21f5a1da98ae1f1a39889e0a657c98d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_70_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0f6b2bf32e1b6aa2c63507a8f0f45a4628323cbb8a80c20b9f538ea04d975a +size 8678 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_77_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_77_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2c1e8bdd16f6f29a1ea1552c30af36b8587156e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_77_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bfa4b00a8a7031301e7db2e13328c3e2c140c904a382ade6af32dcd0c8722b +size 12204 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_7_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_7_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae3fdb0fa2ff96c51c9e27bce1e7e56f539fd073 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_7_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1fc2eaaf2863e5f7f377b547e7461b352761e1a8af9190dbaaf131012d533a +size 11268 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_84_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_84_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc7d93567a31fee13dc7528981dc049ae4c73407 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_84_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d137115c56e633e587565edf8b595661385f0420f3c627451e0cd6a118c20c +size 9243 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_91_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_91_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..799b3c96e5afdb06b439d708385242c4196c0652 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_91_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c68dd634394fd1774636a28a7fab50098e4b338791b1419711cbe37f63ef135 +size 7999 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_98_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_98_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ed30dbd092bf043dc664773ef0134e2043b1fcc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomresizedcrop_98_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c16aef335cdd23ea2921cdf1e9e9a50cb67931c0589d1c578577f4b51d27bd2 +size 11303 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_104_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_104_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c84cd664cbe391813182ab2a757f7238dec3dd51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_104_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c65d10b77ddef7aaaa6bf8225852ea6b982006d56e6da166ccf8d114137c72 +size 11182 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_111_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_111_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..410ac4eab1bf2cfc58a156ca9d624f0145ca6191 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_111_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd13979712f50cae2e30d91318dbbb35a8430abe180e38892d34e2b2a30e1ad +size 17265 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_118_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_118_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c8b57c435415e61fbf6f3f026eeb83460a0d6e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_118_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2eb9f9bddce5dafa1037131283ae52a8292f3c770117e8b692a58352e4bd435 +size 9233 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_125_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_125_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aad6a9e5d15a152d1a456c0936cf452db317bf51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_125_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be57e635df442ec4c0bc3a3d766851697237bb73e28dc409b872ebdb4b5d61ee +size 12146 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_132_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_132_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07c9d883357ffc8b31a01d7b187046222ae75c0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_132_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2483967120cf6cd63dc47e58430623f30863161c6f41dd183ed739a150f1c6 +size 18409 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_139_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_139_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b42a680f9df6a35b4e47fb7f5a333d720002901 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_139_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d57f458c427d0fff96bb5944238e9294ea96e56a9ee514f1f36d4c9e715fa6 +size 17127 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_13_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_13_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07c9d883357ffc8b31a01d7b187046222ae75c0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_13_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2483967120cf6cd63dc47e58430623f30863161c6f41dd183ed739a150f1c6 +size 18409 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_146_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_146_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b54c8c0190dcdc9ff038c3801fef938c3179cd05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_146_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f92bad17a966058c00610b98c57850462125f5ee6c134a6f703701849bfe28 +size 18157 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_153_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_153_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea3f28785a1d819fd659e1729fb06d58afb80e44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_153_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25494ffb8d6c7650a7a060d4ab9aca7b238ab5aad43d9690d833e987a8b3b02 +size 17077 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_160_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_160_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62df66fa3dc3a414c7f70b6c113809ee787d2ebf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_160_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b9cc254d9f2941795f750d9ec3668a48770fe41b80f87267c4300c693b7338 +size 16244 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_167_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_167_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af1b256280ca2174860bd846aa4651b5692f8880 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_167_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474e51a5ba0d0061fc268990caaa70af9a991596779bb8b910308a3c57862da0 +size 1035948 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_174_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_174_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5b49b2a8f054e30ec2be42934be84cf0a555a38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_174_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a935ed34982a09494eb7b77bfb873adef8f7738af6b8b2926effbc9fd48a0f7b +size 12585 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_181_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_181_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43a54aa5366278fec76518328fa0a996e307f18e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_181_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751f2d14453f31e2f4a44394804991d72806adc51c67244f534339e2b758e1a9 +size 18139 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_188_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_188_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4e87ac5d02cc20e77d3fc7dca496c3c5151dfcf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_188_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665ed1242f6cd1e3d01cf9369019cb2f26c8f891e16d5499dbc9f5225b317df5 +size 11245 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_195_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_195_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0aa7eabd89cc3c165328e9096d4f24ecde2912fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_195_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365678a92a0111663e8b1b48d6f39ab6ea3aed199c37904ff143de0f7b3a351c +size 16034 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_202_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_202_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5eabe90505a9044a88e58b63b63214ee798f4baa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_202_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f55f5d121b0a30de5dbf4063c021740fcb79ca01965405d26dff922f5047f4 +size 17657 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_20_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_20_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..799007a5905e1e108285a0d5faa87ea117a04d2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_20_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb18245a050386e807d5dfc41552e0f5d1200210916a770d1045f515f0788f3 +size 18069 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_27_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_27_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68c5d9b3faafb581743b7296e37fb5227f99954e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_27_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46b525903c911477c4307835e4cddbc91724257679daee1ffcb5662a4286f94 +size 11194 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_34_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_34_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59822532d308eade007804b4edcde01fb1e784e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_34_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21be2aa7ea283d08e89239a43e04068514546ab8b14864dfdaef0076ee75dc9 +size 12182 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_41_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_41_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4750beafefe02243623245fccb5cab1643c786bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_41_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadae09fc99d57a4f0966e3e2a7816c8b889eb70e48bdced754455108d2c2841 +size 10353 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_48_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_48_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2926946a3168ce8cc8dd0d75fa601176d5aa1a16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_48_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551e953ce786ea7290d1c6c697eff5e915cd0b7239329848a74cec1357590769 +size 37583 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_55_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_55_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8c076c0c483fe7d7eccc8325db634afb504c67a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_55_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400d81d7b0b4879196544cbf902bf4113815d0a3b3465409a3903c4127abb2ce +size 17655 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_62_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_62_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bea4de0846f8531f41aa7372b9109229ef141342 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_62_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71403c04ddfaab224ffb96386a40c382afa6afd98e358eb6ceb54e2b0cd8efc +size 18882 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_69_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_69_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc333b1fdb8194eee49cabc399607536fd0701c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_69_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffbe36aecec2b3c8b61947c14f892bd499fb6a9563f247480b1c0e4b1f8300a +size 51298 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_6_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_6_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c984d6e677796ec0ecc6a446343644f96f692a64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_6_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01b79886afd56e51f340a17a01bf2219c5d1dcb67f93ddf470f46f62602d032 +size 11691 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_76_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_76_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59822532d308eade007804b4edcde01fb1e784e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_76_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21be2aa7ea283d08e89239a43e04068514546ab8b14864dfdaef0076ee75dc9 +size 12182 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_83_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_83_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62df66fa3dc3a414c7f70b6c113809ee787d2ebf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_83_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b9cc254d9f2941795f750d9ec3668a48770fe41b80f87267c4300c693b7338 +size 16244 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_90_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_90_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0b65f3357d8d8140bff36c0d716fbe93985ff75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_90_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ecbed0b91785e98cfca6d0a8ad1fab15a4b6ceede203455fa31931659a1022 +size 17406 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_97_Tomato___Leaf_Mold.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_97_Tomato___Leaf_Mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aff5fb976cbbd13f1e07b9081ef78faa41f8fb97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/img_randomrotation_97_Tomato___Leaf_Mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb40b54408358bf959eec7c654e9b2dd5aa7624b7bf9be8fe20deda280dfc64 +size 16522 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/latest?cb=20100723105221.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/latest?cb=20100723105221.jpg new file mode 100644 index 0000000000000000000000000000000000000000..611a7e4ef9473985df0852a6be3d61159c6ed93f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/latest?cb=20100723105221.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3ed42716ff74a095ae06f4883e7005181da08a413eae0a94aadf4bc0324f6d +size 148911 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold1.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25ccf4a0eb511914ca17ff352535dd3fa2b570e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a952d57f271d70e30e443a61163df1226eb9351be2846895e7dd2362eb2fbf +size 88382 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold2.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0c52e4b59401195686a581e66633b57451f760b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3ecb5b4fa00ff7bc0490dbaced2372df684d0d4dd452e096bb0dd6983a09bf +size 73954 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_nightshade1x500.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_nightshade1x500.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec03d645f058ba2837b51dcfce6257165b44ff43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_nightshade1x500.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac71819475c63357bfffabb92a3079f0babb01557473ecd1b160d4009e831064 +size 217861 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_nightshade2x500.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_nightshade2x500.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aefb8dd8f64ae7470ce6d6b31c96286f91041730 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_nightshade2x500.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e029b8e06aa4de2d5b8587453303380815b5a297793173e813dd731150c07573 +size 205605 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato2x1200.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato2x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53225451e579e61b80376548d50497dc06193250 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato2x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df2275e80d700298762ae93169425a6a5ead07ffc984cd4abe6d81c2c2e6f93 +size 653010 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato3x1200.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato3x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..857b930ebb31d1b424b6dfca0b7f7358b44c6c2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato3x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228fac94db46b83013f8d06726480691df0c29a16378f3aaf94b3d81aa232830 +size 770426 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato4x1200.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato4x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25346dc40c0b463118f5ebccd68216107bd05208 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato4x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61da56ecb8c4db718f66d972be6cd29341c5c5c0df420b2efa96eaa875fd2ef +size 605084 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato5x1200.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato5x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68df958036fa2f24d21f8938556d79f66c97536f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato5x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4888387b4021c7b46985345f9a42bcf3c3fea8d3469b45efbda18a92cec15a4e +size 702459 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato6x1200.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato6x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7416d445dafe38ec990fc643518d18f8925ffc31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato6x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51e5a11fd5709e81adef5a174dd29c5120764553137df3595109b59883274b0 +size 584746 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato7x1200.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato7x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e89e959961a05d830b92e6451b0292235c6f678b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leaf_mold_tomato7x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f754e55bf878508c8b7a0cb15ef73fa25f70b5568f47f6d4ac0f4ca9b68c328e +size 568132 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leafmoldtomato1.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leafmoldtomato1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1facb95f7924a199a737c4e1cba50f491ca5ba3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leafmoldtomato1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63eb462cf83384f1ad1fd64765df0b59753e8ccedbc36cacb342a10c8d3df573 +size 18922 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/leafmoldtomato2.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/leafmoldtomato2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cfe8af02ec2494af3e4a6aa15c9f6eb51e6621a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/leafmoldtomato2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbafce15afe0813748b17c8ed900c7145e4fd72ac946cb727252fb817d32e96 +size 73225 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/pm3.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/pm3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8392dfeefe40a314fc178a4b2e70b1adff77410 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/pm3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb0ed826c1d1c55835280d84dd79b98bc1204dae214cc9739ea4cb12913eef7 +size 1276656 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/tdisease7.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/tdisease7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49f8c921355d1c58a212bfea6fbeb5e7d15258f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/tdisease7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208230d5bb18985e37b1af046bb6c176338c097cd8c6958fb2a1e1bf51e2f6d8 +size 63004 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato-leaf-2.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato-leaf-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd93bf4a2f953fb44ef6d72dc1058ba8bfd3007c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato-leaf-2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf1614e496a4d6c7a7b1a5da9aa3320b01bcf4940acea3615e4267a8177de31 +size 439853 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato-leaf-mold-2.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato-leaf-mold-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cde95276fa5feb163b490c52daea91f4716ddb44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato-leaf-mold-2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e90a7fee61c6f52043700c91743373d30f78141efb37f8840ac6364921fd83 +size 6659 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato-leaf-mold-infection-on-a-leaf-top-and-underside-picture-id81781575?s=612x612.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato-leaf-mold-infection-on-a-leaf-top-and-underside-picture-id81781575?s=612x612.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e877533549a4ee43facbaf6327e158a0a8443fbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato-leaf-mold-infection-on-a-leaf-top-and-underside-picture-id81781575?s=612x612.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb2ec3496b2433272adb4b62518f2907d2247b1a8d130a056155867c936123b +size 53395 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d1de32a9cebe842d5ea58931dc3c69c7f4d2ea4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0871cdc86cefe787daaee094c11c34ac4a00834ac3eaedc36bda17965bda2fad +size 490953 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_Leaf-roll-physiological-7059-SLoewen_thm.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_Leaf-roll-physiological-7059-SLoewen_thm.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae546324000105766c2f3fd3a8f838459163bdec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_Leaf-roll-physiological-7059-SLoewen_thm.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c201a5d0f529ad38380d2410d3a31c5729465f6b6da5da8f8313a5ebbd2729 +size 8344 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_fulvia.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_fulvia.jpg new file mode 100644 index 0000000000000000000000000000000000000000..551dc9d9eacf016cb6442b7a4a42dc4f2accf146 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_fulvia.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ecaa35428fa9c1b42bb47d0a8dc1ffcb5db1844982c9be082af5ba93be17a9 +size 149572 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_leaf-mold_04_zoom.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_leaf-mold_04_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d319f4bbebf83186c17e112a70f629624edd18f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_leaf-mold_04_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feedc8af904c0c07c72dce57e129b132bcc42b0531baa33ba2e1d05845313cb3 +size 160423 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_plants_1_original.JPG?1407178095.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_plants_1_original.JPG?1407178095.jpg new file mode 100644 index 0000000000000000000000000000000000000000..650e1308cad925c22c7335ffc0312d8bdec10542 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/tomato_plants_1_original.JPG?1407178095.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78bd086224aaca5a9f1862d8496177888cae14ce27dd42b4aaf83a0cfae4794 +size 865699 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/top-leaf-mold-Fulva-fulvea-WN.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/top-leaf-mold-Fulva-fulvea-WN.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67338bfdb82bda06d2edebd4f258b9772a050893 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/top-leaf-mold-Fulva-fulvea-WN.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67f8333289a4158051a7391f63bf5f57da62a38c4819f446212f0751ee683a3 +size 71767 diff --git a/dataset-tomatoes/train/Tomato___Leaf_Mold/tylc.jpg b/dataset-tomatoes/train/Tomato___Leaf_Mold/tylc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76c1d4e6cb6a0a735e2664162168721520fb4105 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Leaf_Mold/tylc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ddeade403628874b112f319b8f0114863b3e34a89b7582cb648d9b08477fcc8 +size 76725 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/1b.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/1b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..011c1dfd9f283e5d35023b4d3e14c7c7ec5540a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/1b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba273ad1fa959fd5705eb4274baecadf5c39a55d54f39a4344edaedc4f53f7d +size 96780 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/1c421500ddd390c90596ad2cf12d5429.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/1c421500ddd390c90596ad2cf12d5429.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a4c69111a998f0686ebef4e0db52de1533d2757 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/1c421500ddd390c90596ad2cf12d5429.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a8c886603b4e14ea3d20bb67ce59389da1b0f684b3284505621ecb7161e236 +size 19490 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/2010-jul-5-jul-9-03.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/2010-jul-5-jul-9-03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3d076ace2817bf758493c457ade43b2672a92e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/2010-jul-5-jul-9-03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76d5e8955ab51c5e216640351088c0eba06a5cbf9a6476690d2e8a0673687a6 +size 107330 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/20100824septoria.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/20100824septoria.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60e48b6712c5dc7ac32d14c5db800c0af492ffa3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/20100824septoria.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743a2d395b8cc7ae0193b3dc2e47e569f96becfc372a5b08b0a84bf6d1cd0ec8 +size 175145 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/2014-08-27%2B-%2BCloser%2BView%2Bof%2BSeptoria%2BLeaf%2BSpot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/2014-08-27%2B-%2BCloser%2BView%2Bof%2BSeptoria%2BLeaf%2BSpot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd9135506ce0956536a2588fd4338a03ba435533 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/2014-08-27%2B-%2BCloser%2BView%2Bof%2BSeptoria%2BLeaf%2BSpot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf2197079cfbf3b985e94df571096013f1bc3433d714fc633cc56388ef1921c +size 454985 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/20809116-standard.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/20809116-standard.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0cbce5188a4a5210b7bb52fa9cb6f658fe3f051 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/20809116-standard.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a214f97d997eb65dc191ff009ef9cfe6dab7b6f569c4beac2cd2be4f8950f8 +size 18533 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/28018723549_3a16c1467b_b.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/28018723549_3a16c1467b_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..508392e87e2bd00c81c91a6fad46d68c323488c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/28018723549_3a16c1467b_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec94d4babad810979b404e7fb19093de03ca06d10e37ee99af2cfc86eedc2277 +size 186069 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/32-Septoria-leaf-spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/32-Septoria-leaf-spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2dc8729b7d87f2beae640af83fae1f8b52ed40ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/32-Septoria-leaf-spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62dde18182b1154cb86abf4a601d8ff4f86a0e3557c339995328c4d2c77bbfe +size 40337 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/3893.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/3893.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49d3e864d7aa65e655b10d9f7e4072cf116c18f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/3893.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333e2b6c72ee8d38cfdcc59ef48593b68ab9499ed085fd7c88e38f0de557d5a4 +size 169304 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/46-Septoria-leaf-spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/46-Septoria-leaf-spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f026d064c5cf1f671230053ae70e3896b6b5eff1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/46-Septoria-leaf-spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4a189a12c8b7e3fe9eb39e588dd48387f946606bf03d8df472523f9dc59180 +size 44435 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/4853086777_bc41d29801.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/4853086777_bc41d29801.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e271f676b8be658711863b3b4face1857c59df60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/4853086777_bc41d29801.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b44d0636ca3600d5b7dbeef3b51e251893067ac78b22e85440cb23815967598 +size 159997 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/49-Septoria-leaf-spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/49-Septoria-leaf-spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7616888d2b025535522de186b9e77bce084fdd42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/49-Septoria-leaf-spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1dd18fde4b5e52b40149547a94149c8248fe5d4735ad212ba5604a11953ac9 +size 82656 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5008922249_880e15c21f.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5008922249_880e15c21f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea993a39b547c4ff7dd81a974f1d025f8821f0c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5008922249_880e15c21f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d1e1c5162aa77793d860f9f2cb0ee45e4bf9123ac33980ab87719ca9ba3b4a +size 123067 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5315825271570432-600x272.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5315825271570432-600x272.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f850cdedbf9d5cfc08bed2b9a7fc6f3389cec782 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5315825271570432-600x272.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba8d90f1122520d769a944f4e969dcb92a50cec6e28e72b214ddd6831140a86 +size 110534 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5315825271570432.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5315825271570432.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe6d495dfdda0fad5db47314cd888ca2bdba4ff4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5315825271570432.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6340fee78e5aa661da4418f4afc43b802c972b436f4ede4094e1188798c3f83a +size 145667 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5336411888680960-600x272.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5336411888680960-600x272.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6d334ff67865d58b582eb96f13d940c55b485cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5336411888680960-600x272.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f39d9b00195324e54e3438184a751c4ee6433ed2debe1c7f66b1bcadb7b83ea +size 102300 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5454635393351680.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5454635393351680.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51fb30fffa52c0f265b2561bd77f9859254537d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5454635393351680.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1dd4ee62ac32d32a27772ca50d261ad1d8484f7d2866fc378e4c82d2c9a183 +size 137231 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5516100468998144-600x272.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5516100468998144-600x272.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bff234e8b97b037ed3fd9c43f72d8fc04ed324d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5516100468998144-600x272.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd09aee31743e02a62003cc24e9c373fe9e4b44f4c4404682fcada58214e8d40 +size 102807 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5516100468998144.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5516100468998144.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..213f7c8dd5a19e2074fc276652e695de419335a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5516100468998144.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4eff63c792eae80f4ba54122a3e1c91e97824cb7533899b1c5ebeb9cef9ee0 +size 177205 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5579e3247db73.image.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5579e3247db73.image.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f663aaa10d718c6e59604ca9efba266229bcd67e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5579e3247db73.image.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccdc340d00f74233634705a3f0dee93c353bc9fbba6bedf43f977abdfb4b436 +size 22247 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5775225744523264-600x272.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5775225744523264-600x272.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0ddaea114cb4b7b1ae0e58c2cbb41b2f7310ccb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5775225744523264-600x272.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81afaf75b5ca0a17ba18d778f17dbd0f01251ffed493faefbcb5df65e150d6f3 +size 112332 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5866245865865216.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5866245865865216.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91d8e8118d093c1588b47681a40478183d8c4834 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/5866245865865216.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eeff12c4b6713ac39e44150ad91538626044a11610c33738c2b5ef4773ff70e +size 153578 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6+1+09+019.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6+1+09+019.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50e2d425c571df4b340df3ca2781dd4f6a82f22c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6+1+09+019.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9970657c1755a2ff6803e6f238a1a9a3d3ec835eda621404e22cff9ab8b153b +size 56507 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6078710516023296-600x272.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6078710516023296-600x272.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3886c83dbb5bdc0b5de03dc090363aad275e76f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6078710516023296-600x272.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc86b01057bb4542c061f00a8648f93d28a584614a3e9515092db1a0edf23ff +size 48933 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6078710516023296.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6078710516023296.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..308127ebf6c2fb3cfb3ee3405efe79842069346d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6078710516023296.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da5d22387c0bed19befb6abef6adfafc3b790607594832d8a224a36a948b918 +size 148463 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6134794031202304-600x272.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6134794031202304-600x272.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1996762627469ccb4e6ccdb682f49301ed49c32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6134794031202304-600x272.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422bb187b52d8d573f4024b9c47fa28b88ddb150320ac4914fe35c4b468778a8 +size 50243 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6336392950972416.jpeg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6336392950972416.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14e6498698537ecaa6eeb5168d9d7919c6e7fd3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/6336392950972416.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97eba2bde35021e63dda68ddcf0160aa8070142ed5654308bf58d411ebd26d7 +size 207780 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/BCH%20medium%20thumbnail%20for%20upload%20%2861%29.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/BCH%20medium%20thumbnail%20for%20upload%20%2861%29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..134674b6b9dd4b167ad2b47051466afe0a7ef365 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/BCH%20medium%20thumbnail%20for%20upload%20%2861%29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f645b9bf98b04eb4b3b9eb676f0522b16717429d0e4ebd5837febd681bfdbd4c +size 52436 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Bean-rust-on-leaves.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Bean-rust-on-leaves.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75932f8d96b99538a5649e4ddca92b9e6dd2a7a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Bean-rust-on-leaves.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b702cb6875f9eb76b00332ac5205d46056302b38618912090b3952a82f8779 +size 10339 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_0312_original.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_0312_original.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c11fb6c04f2f78e693473437c67670511b94e20a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_0312_original.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8018221985aa039f9d899aed3bc3012618cc1721fe6032642afaa12b87110f5c +size 585385 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_0863_1500x1500%253E.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_0863_1500x1500%253E.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91d64b3d92fbbce43e86052244d8bcfd429e25b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_0863_1500x1500%253E.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8257029b90f9ee984c2713f830afe4b053af8d122c771c00e63486120c5f4f6e +size 675173 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_3175.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_3175.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae9ca246849e658b281e67f30d80553c87ee25a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_3175.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87fd430a16f2eb4521f1aab4345a3dd9f37d634a3dee04d9e2c89e900402cb3 +size 83546 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_4452_1500x1500%253E.JPG?1407883119.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_4452_1500x1500%253E.JPG?1407883119.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9caea2dd62b2069edc84797b0ce77c41618b540a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/IMG_4452_1500x1500%253E.JPG?1407883119.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a96b9d5f955b40b19f23257bc6bf16ab4ac3fa09dc0726f715157a36c4134e9 +size 543446 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/MPC105550.jpg.rendition.largest.550.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/MPC105550.jpg.rendition.largest.550.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85572bbffb594b18edbdc3ad05052851e903390e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/MPC105550.jpg.rendition.largest.550.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d29d49bd39a44a7c9f3dc663df9a18848d22de832995550ae37c7f8c01ff085 +size 93209 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/PHOTO_1333642732277.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/PHOTO_1333642732277.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3fae84ccd41bb9fb779e4e0f80272e2d8d64de9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/PHOTO_1333642732277.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da853e6dd4d3a78447638a64e8addaba2a7d5fe053ef09056af81aff4f2722f +size 326827 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/PHOTO_1333642740144.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/PHOTO_1333642740144.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1431e1094624be5da0fdbd3a1de96fcc18a9d912 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/PHOTO_1333642740144.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96de8e01c001bb855bfb8509a43d77f0b97a77bd730eebb99ca17bdba5bac46c +size 324328 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria%2Bleaf%2Bspot.tomato.JPG.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria%2Bleaf%2Bspot.tomato.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ba2166707aeedfab5549cc9ba947f9218748b21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria%2Bleaf%2Bspot.tomato.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de483b529c1b8edb4399db92e531f16b1c82f8f7f204ec6afcafcdd0b066fe5 +size 65375 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria+Leaf+Spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria+Leaf+Spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41ffd65a9699bee8ec1530e5ef48b929e36acbc7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria+Leaf+Spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7621c315802b3a9a15c00a0d68519adebc8cc1bea0194853b79f0d726d4e78 +size 65745 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria-leaf-spot-hc.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria-leaf-spot-hc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8360791b3ccec29ee7f0290798610e4698c167c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria-leaf-spot-hc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aded414795beadec507c6fc3051ba11ae1fd1c4f7c03465e1973b2311d876d6b +size 21535 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria-leaf-spot-on-tomato-FOR-WEB.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria-leaf-spot-on-tomato-FOR-WEB.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a85c14107d7f41e1814c57de216bfcb0cf9ab10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria-leaf-spot-on-tomato-FOR-WEB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01acc19e714449444faa9159614e1a2e9af30ca52fa96060da06ac247de456bb +size 43391 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/SeptoriaTomato-B.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/SeptoriaTomato-B.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9fbbb41bd73f087d006713b69771cbb8eb34141 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/SeptoriaTomato-B.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7957bbfdb523ab71b498b00787dbb799c4da9990513fc80defa6094a79738f0 +size 2013657 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..347931ec2125f46957a8a82816bad8dc382fb30d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd0b232de9ffb2e3e7e4f49e3356c1ecfac43a7608d8e88b11efff11f2b00e4 +size 57847 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot_of_Tomato186.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot_of_Tomato186.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71b0cabe96d7b5cfafb328d5a870b8c5f01ed3e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot_of_Tomato186.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4874eb88f8544a40f723bec845086b8c471c353eb13685966c394950804cffb7 +size 188291 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot_of_Tomato187.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot_of_Tomato187.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db2494e288e0566f22631f570e0e79077ecac49a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot_of_Tomato187.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f5baba91e3ea14c45f02f1320137375db422c77eec313f44ad1c4bd99687e5 +size 56913 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot_of_Tomato2241-450x300.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot_of_Tomato2241-450x300.jpg new file mode 100644 index 0000000000000000000000000000000000000000..009c1e1e45da3145d5539b1abbd4d6f5df7bfcfe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_Leaf_Spot_of_Tomato2241-450x300.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a39d339478fc54847452cf6421ff93a8f7b4327eb138f89ddc5dc450f7ffca2 +size 29319 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_tomato_Margaret%20B_p8170755_0002_25004.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_tomato_Margaret%20B_p8170755_0002_25004.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63a1edd55386c7afedba8fdedbe5d33d54ba52ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Septoria_tomato_Margaret%20B_p8170755_0002_25004.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b0c318d4b26a84aa8d974f97cd5abe30aa5500b55ac38d6b9f8daa66624060 +size 88777 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tom_Sept4.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tom_Sept4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaecf0e4256cf1430c5a12a612acf60bb495b503 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tom_Sept4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781b001024db4b35faae565d77d489006090d3ed9b75b26ac09020ed1b43b6e1 +size 23428 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato%20bacterial%20spot%20closeup-050S.JPG.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato%20bacterial%20spot%20closeup-050S.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59f0c95f2d3e29b68707618148411b88d8153e00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato%20bacterial%20spot%20closeup-050S.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a83f0507e08947cb4c6563ba4b080d32bfec11253d66292c0241cbed810f458 +size 58983 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato+Problems+Septoria+Leaf+Spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato+Problems+Septoria+Leaf+Spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2444aa064d5beaccba5515f1c2d504a06bf8d8bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato+Problems+Septoria+Leaf+Spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fa15ec1a60faa07d2e1b36692d07d9050716503ce2746a8a1cb1d982477a45 +size 119091 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato+leaf+spot2.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato+leaf+spot2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..572faf7188c4be0f730af5a5707899fb50e136f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato+leaf+spot2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74478400d645250748d20ab0e829d5bb9a94d90e8d8c342d6be21902cc27e74 +size 234237 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/TomatoDisease_IMG_2744_2016Jul01_original.JPG?1472858324.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/TomatoDisease_IMG_2744_2016Jul01_original.JPG?1472858324.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee52d7e586843774ad11a198360010a43e599896 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/TomatoDisease_IMG_2744_2016Jul01_original.JPG?1472858324.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e94ea07f305a84b93b7f7e57a23348b0da059268cc369181fee32b6774d55a +size 3283577 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato_Septoria_Leaf_Spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato_Septoria_Leaf_Spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58e61cdb3b206e9a9ac02a948b3d8da8d63bc1fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/Tomato_Septoria_Leaf_Spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74386fd3264b6d486a5676e87a00f27b0ba135adb4545bb75a68027b9cc90ca +size 42133 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/bd0b83af4c5e4b739ccc6c36fa66f141.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/bd0b83af4c5e4b739ccc6c36fa66f141.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed2f415e3e9f8ac9fc851fa598c9912fac292698 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/bd0b83af4c5e4b739ccc6c36fa66f141.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa88f78ba5550cb2047961bf4a2cbe4ad6c5b693fa6e2e654f4f1ed4928f50e +size 14431 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/bed-4-tomatoes-23jun13.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/bed-4-tomatoes-23jun13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a119a4ab696d8a7315ec34ff0ab26aeb394bea79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/bed-4-tomatoes-23jun13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a8eafc5f116c0e2d3ce62852f92b587963fc4e29e627a7edff06513d992601 +size 4220428 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/bigseptoria01.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/bigseptoria01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8d66d9b32901bbb40a8432a924fcc1a21771286 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/bigseptoria01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db163bfa9d2b5b1d5f8131ee30b76920c772c19f736a8f7357a042d5cb70e5e1 +size 59721 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/caf212ccf4696675469a0beaa9e57213.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/caf212ccf4696675469a0beaa9e57213.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07d11325223615cbffae75aa5a115dce01228c0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/caf212ccf4696675469a0beaa9e57213.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909e493ee0f14f4757b15c40f19bac1e81ae6b639087c7a3945f657d88bc2397 +size 52076 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/classic-septoria.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/classic-septoria.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2137468903a33c2a0e43771ff3a20034f8193a00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/classic-septoria.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a55c2e3d902ce5f9f89d1c1918e5bea818e5d8aaf3b8631c4174d8beff6fa4f +size 3218431 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/closeup-of-tomato-leaf-y4af51-1024x768.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/closeup-of-tomato-leaf-y4af51-1024x768.jpg new file mode 100644 index 0000000000000000000000000000000000000000..794f2db34d43380dc848f244ee0ebe172a8bb487 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/closeup-of-tomato-leaf-y4af51-1024x768.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e8b9439cdd4e28381d8e489bbfc35683743155db055b668e5f91eb39333b1a +size 163958 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/confused-early-blight-septoria-zoom.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/confused-early-blight-septoria-zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..badb2eae6fada4cc74e45c7aa231d538645dd863 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/confused-early-blight-septoria-zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8909bd2eaf63b0cd388d2e1fe230b63143559fb06351bd234856486eb4042dbe +size 55290 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/early+blight+on+leaf+yel+halo+IMG_2313.JPG.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/early+blight+on+leaf+yel+halo+IMG_2313.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fe2142f079d158429cbde243f4ec21a039c5b5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/early+blight+on+leaf+yel+halo+IMG_2313.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3503ea91ae5be3ef0c70f9cfb8b4cb0a585ffd8497fdba7be3a2334a3cbb2025 +size 237591 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/early-blight-septoria-ls-fig-3.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/early-blight-septoria-ls-fig-3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..289249a59afdae279c3a81f6fa69bf35616faadb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/early-blight-septoria-ls-fig-3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c989d8551209bf34d4002ee9fae48ddbf6ab66fc3c27466c0473bcc7c0a2b7 +size 1178259 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/gray-leaf-spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/gray-leaf-spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a9c37750d17a7d94d49cb581cabef1738e3695c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/gray-leaf-spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30489d7ecc6cea95f58ffc7e286aba175a38b1c11ca4cc521bb17e667f9356b3 +size 18653 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f127e12d1cfe710e56579242c92f09b8808c6b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95953cbfd41903d18bafd8df2f53f27dffe7597184800d9bd67794d0adf9d89 +size 20946 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (10).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (10).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f62acbc2b307f152ae1c0b07204e7cb476d2cdcd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (10).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e822c9108e18842b22a352c42f2d36b3adf18b4fc8759e9a213b75eda5f093f5 +size 12912 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (100).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16fd9e85d3ee1dca4bff608e22f3f44ad3b82d86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c0d05075db01588ca3072d9b29c082ccf107c450b49be3d1cd855ad565f665 +size 21706 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1000).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1000).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e235f04bed6287c9cab16ba7ba5b90308c3235b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1000).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfb3e031b6e065d2fb16c55759adc660977042f6f48bafc789d51abe31415c2 +size 16557 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1001).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1001).JPG new file mode 100644 index 0000000000000000000000000000000000000000..261bf6003a2ad420c903d0c46093cef87e1fb84c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1001).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6156208f14ce72c5747c126b634da63960bf41ea01efba4fa27f89e197ec6897 +size 17091 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1002).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1002).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cdf2921bdca1dc5dcd3187c479828aa6316fc59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1002).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06efb0ba2dcfdaefebcb5c55248246e0b3bd32e415102cd9a0a530fbf3075479 +size 18619 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1004).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1004).JPG new file mode 100644 index 0000000000000000000000000000000000000000..594654969be5ab12e37c74ca656055d342b03467 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1004).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f929a67ff2c24109aa1eb55ce15e1f72c272bf769b8f6d75e0a3beba932835 +size 16042 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1006).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1006).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ff71ad0f651062a3e442c4a54d914c0b9c295d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1006).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f8ff9c81beec431d9c79f64b13498558431dc006d263feea381cbd3067f46f +size 18718 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1007).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1007).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b754ebc4268a9cfabffea5345daab3c28997b5dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1007).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce65546fcb35dff5aefe7e999518b74ac4d7b8d7ba517715f11d61aa4f8f6c4 +size 18434 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1009).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1009).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82736e1e5e2ad9fa75190bd6a4eb07b382dcb9c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1009).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ee95ff7f1672c905df43bb36797db09ac391d5116a0a1acad1d45b57e637a2 +size 16467 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (101).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47a73cbfe02a7f7f6ddcaa3b135a977c575c68a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8374ae143b61b687c9a1896df1c6063d1dbdf5d996ea12a73a93d3ee085d14 +size 13228 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1011).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1011).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a94dd4cab0581e18ed1163f797e6b449af10f669 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1011).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54c19cb3de501d29172902b0cf1cf3880fb4e034aac78b56031e9a506fc4792 +size 19359 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1012).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1012).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4b59d5785dde9da986bf17fa78e07c0cab23396 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1012).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3df4ff30c573d036cc6dabf048af2f9cc0203ecbea891c21f82f01d5eabd9b +size 13303 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1013).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1013).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45b1485708f517069595f462c2d0b69f07fb066a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1013).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7653206e819d264dfd694c35dc114a1bb2042fa0f2bd80b707bb1f51b60d34 +size 15078 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1014).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1014).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07fb71c363b40284974a3bf23b20fe524bdf38e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1014).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3896924d6636b78a38e763480038c61cb4b6752885d3000b38fae51c1a252550 +size 15746 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1015).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1015).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5359ba172aed5bc773e52e41cde42aa85e19e3ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1015).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc71bb3546dc1bbf838e6b28254c04461b0cf72264a04126c7143f1873b6d98 +size 20351 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1017).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1017).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29e2f2d6aeca8d492e22d2c3029d304b57f7ac3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1017).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2107f39e6f9d1114e825e8878ed04a207e80fde57a823dbe3a34dec777e1c100 +size 12041 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1018).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1018).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f26f7d101d3a247f46bb8f697bc3088f5eb73d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1018).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fec83c357b4843967c6c977d84044ddd57516f66a3098806abe581b04ffb699 +size 18902 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1019).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1019).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48982a9b3492215bb3fcb1c6f363837d5065617a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1019).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597749baae1dcf9f5697ba1972fa4e9e3ee007ee9f8d82164a3d1aa3049c5d4c +size 10868 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (102).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72da181f8099a11d9da07fb632ff484a9c6c4007 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a416057013c3f9a10e9b9e6cc6350ee503db6d8481521d1c56b73f6bf5cffac6 +size 22327 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1020).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1020).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bdea828b61718473844862b242c9861d0d8a5be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1020).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f49b63ce4336ce65cc0436c788615390568cc95bb11ad970ab0990677a4554 +size 10976 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1021).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1021).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c752fe9499ef8e7a2a2d073ebe690377fa4260db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1021).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3033a3dcfbaee5b790a2bd4859f9dfd6282234363d76542aa3fb936669b56c +size 18809 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1022).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1022).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88b1064a9bdbf876a344b6ff2d7723b29f96b5d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1022).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633e91573aa19ff9ed54f483f7ec816fe075f60cdead6db6ee9c44dce70a8728 +size 21905 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1026).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1026).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33b95e4e2498f5e452d71a29894c5496c7b20cce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1026).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb9b51bc7214cd189a3b284d80748f7a09960c834668b0db979539c09ca4d14 +size 19180 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1027).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1027).JPG new file mode 100644 index 0000000000000000000000000000000000000000..447dda3fae1481f057f5c85321a607de5d8a067f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1027).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4c79d9311ddfeab5fe5810bf135e43376373fea57a895ca52291006777a39c +size 20321 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1028).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1028).JPG new file mode 100644 index 0000000000000000000000000000000000000000..353f1a058f1c7a6ae9584768efc40d797da24e50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1028).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce755e69837749000d91d69a4d605ab9a932d63d3ab78e0e23cad84af38cfd52 +size 24047 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1029).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1029).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00d1d3de053d7b276f03b422b707f149f1c1007b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1029).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc89651a0d5d87350b616425dd05f2d4ab0f03c4cd8554e43b8412b8942a2fd9 +size 17956 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (103).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5bb4c91310c5fdde74e015729c6927a98c14b6c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cb37a64191cbd01f52f5d46f35422052018c8903a954a8cb7a07d647bdd0f7 +size 17429 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1030).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1030).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5cbeb0178921e500dfdaabcf9850f973368e6c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1030).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0e6eea3cc800b74ab3beded0dd16d468f68f1539de13cb2587881a0685d478 +size 20619 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1033).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1033).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e56d871ddd057889b6cd32cf6e745faa904fa3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1033).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b541db3e64b6da7accd79ecfe1be10debe1578cf12509874cdf81e1ab89577cf +size 14197 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1034).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1034).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da9bd8425d4c3923a9b4f8078cac8fe65c7773a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1034).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27734d34b990dd0cf3580313c9f6eb4582d117c3bc64a20d0b4d4d9c25ac3c3a +size 19959 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1035).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1035).JPG new file mode 100644 index 0000000000000000000000000000000000000000..803112f4c8d812725d6d34723139065fe03d8169 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1035).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5b8626accbd38140798a626b1576742a73b8d06e89277efd8be1fe9cab085f +size 13690 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1036).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1036).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4411fbde58f3f4a643e1854ac37b8790bb9284cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1036).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127bb80b21d7db0ad2b9e250ba6911addc2a3a38d0d0811332dadc2b9699e6c8 +size 20785 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1037).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1037).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec09f10f2626edcb7daccfc78d0a59f68f745456 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1037).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac25a77b2342d4d0243f98c5332df33e3c2d6795b5d1fafac8b858df6d8e45b8 +size 20047 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1038).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1038).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43626e71c54e6e797d146101e297b749c2696ef5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1038).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19225d25b41655ab22746a22e01ba503cf4c52c1531121106249a4616fad0d21 +size 16255 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1039).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1039).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d9807187b67b6d8057840127392a95f44601695 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1039).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4c1a59da64fbfd1a4db52cc921de766d0abd3e58da4f310a05c4ec81700022 +size 13874 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (104).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0171400775714d9ca3a971524846f51a0407f952 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c539e8a620af4a3eed63c30c7df7290e225d860286f380d93ab81bd3f3ecc94 +size 12367 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1041).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1041).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89afb1beb414c2ae57cb6a33275f996517e59292 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1041).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ea23116f32cbf4fd359c96b8ea1fe81e0b15f38e57e055346e82bbab65c588 +size 12024 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1042).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1042).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05a4cd3dd545fe98afc6c82feb20ce45fff0a9ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1042).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffc59a50cb1e389e0a564879c087664fcd8209ab3596d7cea0b605bf3dd2896 +size 19188 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1045).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1045).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e43d426cd70666eacb04f17b03f50cc2dc0f66cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1045).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe283afc9e819639e98fc8b86fed7c7b4b0097a08ca6eae2f59bf5dfbd9c683e +size 24268 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1046).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1046).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84875fc68fa6c3d010781d8cc82fd7278ef32bae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1046).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50c7fb9e9c4ae9cfbc8b705d3ad2bb97cbf84c9a94afcd161718b1bac4c68e0 +size 13249 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1049).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1049).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d2a30e1fe01a9fb1e9f1809858dde51750293a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1049).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ed12236e3b4cbfb44fd73198c788901210e34d92e43c1ce31fcbc6ff525e2c +size 20679 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (105).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af8b42d5372c3777d26f75b10278432f912992c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e57c9cbc07003c6e6e692cde7352874cee8a3adfbfd0749d95bb04c7dfe7c9c +size 11224 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1050).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1050).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6991eba44b47c112f4b9302abae1a3d6dedfd2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1050).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438d2a3c83da1c4d9fc8b71d110c8df88a506de2dfd7598aa3b69ea692a52481 +size 19465 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1051).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1051).JPG new file mode 100644 index 0000000000000000000000000000000000000000..532d1276958f475f21be24f4b3278fb14b144095 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1051).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ab32a49ccd06cc024f13378c810ae966612136c7daf6023d94d4710783274e +size 15730 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1053).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1053).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8954c0b9863b12d5498580e90cf632a3ba9b7057 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1053).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e893e7859995b60e2bca76995c82f6e15554b59bdfe85f4783be4bee989e684 +size 12103 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1054).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1054).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bdf1c3a21f088d8543f9804a48b6fd9c62cc451 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1054).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9940fba1992f56fba985fc776d8b824a1a814eeca6f37f43eb0c988fe64dc74d +size 22664 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1055).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1055).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8fd18cdd81f256ed009ceb1970daa489d42b655 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1055).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135497ff9917d98acbfb1764c3250a9cf86f0c3ac2ced367534118c5b4398055 +size 12005 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1057).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1057).JPG new file mode 100644 index 0000000000000000000000000000000000000000..110dd9a8996a44581d1a41f2c91b88227634552c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1057).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d5b83b144dcf3092c68ee65b158093ac6ca9dc6db7f56577a1876f3693278c +size 21648 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1058).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1058).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1b9c747be31d424d2ae2b0a030f27383de4925f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1058).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025d504a4b208be741dec7190ca5c7415f9fe288f819baa7bf2bac26fc1cd456 +size 21970 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1059).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1059).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7450c0db467033d394c7526e54f9306ae0c1014a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1059).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca7b3c91083217829ad56aabcad639c63d960e1d0a557160c6afa1cee4e89ca +size 21705 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (106).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f175b6ef454a9c16b16580b3d76ce3b6acd2a6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f7dc3500a03086a71af4580823060fc2c9aac76e1c6de179618d7ef12145a0 +size 12019 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1060).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1060).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c4b5cefbeb9e64f544277252d609ca5e6e04d99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1060).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7556cc7a606810ac403005a77dfe9a6e6b4f9688e861dab0e3535308623cafa3 +size 17694 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1061).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1061).JPG new file mode 100644 index 0000000000000000000000000000000000000000..585a6dac39c902d0ca8d208b93e09cf70127de74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1061).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcef4c27c4eed8fba077bc1ac8dd5c1ef0047e3f10416f0d76f29fc997700a5f +size 14049 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1062).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1062).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12f6030d7914ab0d423578d84b216285c7268536 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1062).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e8229aa2a3bce411a391789b26eca870ddef4847ea31ec70807d4a573b349c +size 22732 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1063).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1063).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6608e635308022675b2b22f879a3dd507d22cd78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1063).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a892b266d3edd54d22c158a1b8f967e3a65d365f0f73619d3bbc211872a7ff81 +size 19043 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1064).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1064).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38acfb55cd2a758de3c1b99d0c94db798832503c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1064).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0cf3bdba55434f6fef913b433b2588e265483cbe43600543e801abfa6fd7c7 +size 18545 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1065).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1065).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22e71f8594f90ec592e08092b458fb51f7e7f5b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1065).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36167f00519d82ee81350c0ae856549de647d2846df091dab4dee2cacc936f8 +size 25046 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1066).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1066).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66f367c17e137fe82d6cdc5cbdc8c0fa6b83188c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1066).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f18e92a5453d2fca7375101caa28e72bb4167dd0de680193089544d2eaedb6 +size 19716 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1067).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1067).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46158bfe684a5f683470d655057afdd7408aba25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1067).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbac60882886f2f77e1a2ecb894281a2c1b7ddae0c2aa0aa29debdf0a3d579b +size 22957 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (107).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d983bb1dbd6d969bd693475b8356a8460b2f484 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98b97463b2dcafc1cd7cb81276e93757d587f2db44bc0e33a179f8e3017a7f6 +size 18520 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1070).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1070).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b50fffecf6ea21377733ccdc60ff329f2e4c915 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1070).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed248002e5f85baddc41c5f3b3ea6bbb0864f11ef70f4080ca9964fa775a20c4 +size 19026 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1071).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1071).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a34843b72aceb1a2a5053ed594eedb11e07220cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1071).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbf4181ac1565e4e32eee829719a7d2ff54b98c8df56cfd2cea4a6383188f2d +size 15203 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1072).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1072).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fcda7e02242dd5d3cd96d85be1e3686c405afab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1072).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86b26e53fedec1d9fc05028ed4d8fc1c4f8f5330407efb5b0ff5a4952cc1f31 +size 21825 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1073).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1073).JPG new file mode 100644 index 0000000000000000000000000000000000000000..726113c07743560e76010c0d233b29b976d978c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1073).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf9af2e7c828f6884a0ada660b3f1c564045af0d9b68dda916aff35367b0ab1 +size 19540 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1074).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1074).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a479fd21172c402df3ad2d09a227792299bb34b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1074).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6d771976203c653f9802c8940a2dee6fd7d594caccc25f532e51fb934e2cf0 +size 21961 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1075).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1075).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9e2be8d716a355542fbeb60bfdd72bbbadce0b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1075).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d647b5bc0c68d2856be64273a6b184b656e0103fa4dadd4a2e24966a79e5f39 +size 13750 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1076).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1076).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e978d536409fee43e7c08ece79e6b207dcdc51af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1076).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbf8e66ec654ae37c2cb615fbb7e3d592e24329b7801d628cf6d30461c5734c +size 20681 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1077).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1077).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a435470ca429bf734f948e8b434fed99f0ac28ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1077).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b344df5e10e5cbf5d51227d7e2c6f2b8bf71073c78b0376a84d12a20d54ef6 +size 17658 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (108).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77853d2852e03fe99f038cedea27672662be3790 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd810f66faa8c782c4694317250959093f61353da496786d290dad7c757d459 +size 22595 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1080).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1080).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cf73a0be225260edebc60e7983fe6d089aaa843 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1080).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4445666c694a2aa998602333bc1711365bc9cccfec28eb1affdb8eaf84b4b91 +size 12181 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1081).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1081).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8926a5b4d4bc74be9cc3c2367c4096fee2ee6424 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1081).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b69c7db04191db72386434a6ca74937f414247fb4c5d7b053eb041f88f93e72 +size 15774 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1082).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1082).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0251a76822bd5022a52185ebf84058974070bec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1082).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c128a9b032fd343d690a0f7b5f361c65d263682818f551db902e356cc591b59f +size 18622 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1083).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1083).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce15e81f76037ddbfa2e3f3bd034c72ec941adf7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1083).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671db9daf6d29d36d9640ea9173258d373d1dc3706bafd723c34617c57bf848d +size 19416 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1084).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1084).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3f48b3546c5d1cb20810f0f8314f4eb513cc2dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1084).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d66add7ef79281ef8f885e2fab6dcbc5deb0ed5cb138ffcd66dfacfb92d392e +size 22920 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1085).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1085).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcadae8f6ab4178d5bd43a9461d55615b27a0422 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1085).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb2718597ca0839b41c449d25423f8d0f82763fe84f3df3ff7d9b1c33740ea4 +size 13869 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1086).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1086).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9148d72e6e3f95ef0986d89331f46615ce2b695 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1086).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e972c2e93119dd06c7fece48642af9a7d1ea62a200ce8adb9fdb863ec387b4bb +size 12136 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1087).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1087).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b09a8ef885492327f78dae38252ad4fd5e7c2887 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1087).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a83fd1c2dd52a607fadc1e47821e6586b6a24d35cf9852b23debf91993b3b0 +size 13371 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1088).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1088).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c79452ed2aef9245e45b80a1f1e7e3e258575030 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1088).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787775b3f0e1cb5c58e54fb411baa3b49b586bbf9af85734cbe3d6864c1d5834 +size 18783 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1089).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1089).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a39aba40a3f5764c35276420a5219b7c1c16dfab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1089).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10df4f3039b14a491823d565b50c6e9948e3157921828e171a84050b1cca3265 +size 17607 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (109).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40fff56fe1687c49a90baf8fd8d0c23332020fcb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a831e60ec7747a0da6b7404e9817fd728ef574ea67e74026c1c32fcdc6245829 +size 14323 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1090).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1090).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fdeb839c1e6e7e7c11b6a7f346392d889966c81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1090).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64579f51ea25db99058560f4348629ced2cfcaad369c3f8c98aad01ca6b11d33 +size 11801 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1092).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1092).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa88a98df5744a6c185213a668eba775be1cc735 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1092).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e39902e76eb6b27779ef1da80b3cdd45af064ea1a2aa00716480de0c2db54b +size 19205 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1093).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1093).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21f7000f927351d33db3745fe01370e28bfc7d77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1093).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fbd78db048d03596f8d857c55f5d0dbd5282181c4edb6e61f9d98cbb39b292 +size 21301 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1094).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1094).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9caa36e860cdc54eb91a7d9a52b8248163bdb04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1094).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc73d5f4b3714f4808acca924428108f085aa571d3de632561f450bd4ed56fb +size 20147 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1095).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1095).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51dec0083790791a8023f4895d391666ac283a75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1095).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61210b04064776dc5fd3efc23ddb4e8d0d6f3180e483a07cff1bde72383425ec +size 15152 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1096).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1096).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b52362d0402b545921ec7b55f04ea5a401e2e34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1096).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906da5a683f7523ff1856d5d5f389fc95d1210b9f03ec8243e05da92801c1ae4 +size 14377 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1099).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1099).JPG new file mode 100644 index 0000000000000000000000000000000000000000..adb62564c5dfa3d04bf5dd6cee6c1bc4824248b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1099).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78687f9aec6335411bcda6646eb4a26a601049970b93de771fe5bbe2c288d77 +size 11270 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (110).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..effb3496596bab661dbf7a9e60b082e2cd337424 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20179fe0fd12fdeaa8a8041ac4f543acd22cf6345c0f6ae9c38ee52c88f7a6f4 +size 24135 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1100).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b53fd1cbabfc50eaa18f2af35184d9d24bfd44c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c251c7ff1f53a9b7c60a0a53d67df8d1a8ae0528721072c073e13a0e1e8b692 +size 15507 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1101).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd842159e0bade3d48630aba7d53a7f1e66e5071 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec2225d2893badbda4254fbe71c0f6475c0496684a3247c6a9feb5ebb934633 +size 22022 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1102).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5e6e277a43d79b9a63424a1c0663daf409b689c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e28e0c5e32ca4a1cc4ff556c343ea7e257c8dd2788657eddc3d5bd4c8c7fa29 +size 23161 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1105).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68ee326f7869b6a88a29b63617fb5698d9382e3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a543d149f1cc661f0b31b39ae07fd470610b39719d4947b6576b8a1828674b37 +size 16895 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1106).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a24df4d83d24f971a5d55e74a1637f5742ada5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d0c8452474dbcf3c17bd986952eb546541b873dd4ecb2053e9bcae2ce12d73 +size 18806 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1107).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6164920938079f6901c3908a589488105bf1c7b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d390f651e22e4696875b5eed847edfee9c286cae0eaaa2e0fd5a8f9ae97e44 +size 21412 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1108).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a29d62b2484c4754a67091e3118abfac819c7473 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fc28861a3c720d36f9cb224af962af0c34f20d080f17c09a2ab3da1f331f56 +size 16933 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1109).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6787149608690b75956f4cebad62c6270ef9c9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee865b7538ee736228280b2a4ea1fd069486276a2da70cf6a4269db7235b1f2 +size 17020 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (111).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cdfda7ef1d8086bb6ce82414716e96317b35954 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208d817662387a3e6463d80b4df90c1734df4942b5d96ce86766f257d9e4a71e +size 17404 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1111).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ab074a279a04ffd75c4db41273a0e5e0cbe1fb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b3139cc6bc5f52178669297a691c37deee6d01b8699ce0c0e474be5878ef73 +size 16473 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1112).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d7a7d82eb5d371a18acd5f7ee8334793446554d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd41f986bc2c881ee350c19de8f7f1646021f2d48dc0e6c526c071a4d23b15a7 +size 15806 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1113).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29857d853a8a9111f281f5fe4c7acdb1663734aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6bb18cc360b6b172f54feec9fd227c8b71cfd6e56ae561b530d962963bbcde +size 13338 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1114).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b2140aef1b83bd990f93ac596346a2db0ef6f64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9620dd208be50208980dd9274f54dbcaf8d081e7472f3ca8ac116c472e6e755 +size 10435 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1115).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc246ff2d233fedfa608c390be84cf77c06173dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec99a45fd7b3ad3c756b4a39d397a5e4b79c93cf8d458f4bb274e094684beb6c +size 11981 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1117).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03c74481221036f53d6b166431444eb0ff62e1fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a589d2636b0578f87a9f0d3324ed085aa76e4cffb36fddc52f367cf23e68ac24 +size 12435 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1118).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc56272e347210ea8adc7f1362d577f0b3da901a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a870daa515a3c3efa47e9ad3cf9723c019782387864d027105b2747e830ac7c5 +size 21178 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1119).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd127e98898944bbd24b3ddf14bf53f8f7fa9533 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff00c0c2590bb50cab4a2169749f017a555243a89e548298d12e0de6e4c1d0be +size 21969 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1121).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c80c7f19614427e8ccbf969a6894994afb0a289 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c4bd931355bfb0581e1c575d29d29999a92f4000bee3efcd9e711377ebbb05 +size 18925 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1122).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fee9e5521bda4dbe77edde5ab17571f1d58298ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f3b1e651855c47affd07085409e7731993057e76698ad9e5dd5bae177f5e41 +size 13672 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1123).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..291f877ec9c0bfbc9e652f0d611c3598a81985f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d717e7c2978b254e33adc488d985a2558aa3bd0d9e673c2a9f969f13cb69ae73 +size 21653 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1125).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..002c4a962c349e90f0c41ef5f71ce6bfb768ffda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d04bcdb47af148cd2b6c8e91e669f054a8d9041ffd7d148a907c9690255c339 +size 15550 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1126).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a83f893208939db71da547b982d05e886b8c618 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f27d6e60936f278181c75489a68507e870f1fdc392284c37f1317007923bcb8 +size 14144 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1127).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e198ce23fcdb029029427fbe55ef9edc282f787d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f333855817a141b6c2d72e80e47f083591b5c8f4c8bf029d869cb8beaefcb310 +size 16268 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1129).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..806b1d1605bca10727dbe0bed08cca047a4a627f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d422c86ce7b4bccf529d470da9453e2555655a69b742f9e1a6977bb0d946f04f +size 25151 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (113).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ece6c2d0aff92be077403971ea09afebbe3f5ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cc0169083025a28abd49f6f5b93ddb3e679eca1e565386b98a05143e8dc10c +size 20405 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1130).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c63e94821737553dee8bacc16834fccbf0cb9c3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320fd9c5c3f1265fac83280951bb357aa12513cf452b84d33e7e9a9506bce73b +size 21995 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1131).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8c6904a4bca8127ddea7f76b2a8b22a998de743 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719661bae5db7adf263a24c3868678b3b7a3302ea78590faf25a1ad5a8e08798 +size 12814 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1132).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e0c3e10bfaab44c88e58a27eee6c59beea20e8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a709efea596cfc4795185057c11cddaf61e1c32c09fa25c6cc3f830822145fa +size 21971 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1133).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e0d29994a09d295df293a8e58e821834836f4fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5916e70f337ff69022a9ffcb090c841307ec0fc29bc0a2b3d1745f1e37e7116b +size 15795 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1134).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..122bbc78ffa4a9822e9fd51b8623c07c79299155 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd63ffcb92e30f62bf3e9b23550009f14de02d9b23d0fef38a0bfb0aadd1c6b0 +size 18686 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1136).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd181f097f78168c51161717b4bd01212b3083d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab001c0f5afe491d08af82c2b5a6d1bc5167aa5a8477c675241323131ab96c1 +size 18144 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1137).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f435f01ed250bdd35000d8775ce83abfa940e41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84923977bc850966b341228a15f5bb64253979bf86b1a6af22022bbaf52bfe0a +size 20013 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1138).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bcdbdfbe60e8a453bac56fe52c57b2cf254b4c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed2a35f7b309d923d1addc9617eed20913b8c718fa7eceb680325982daffbf8 +size 22951 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1139).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6714420f4e3cc2c54dc0f3a8b752f30dcc0b465 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a47ddba12cc866fd9a36e72d98bd75989d4fcdd3d1625d35313bfd7bac80f3 +size 16776 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (114).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c383924c4b5455787b11d1a91b32a491df7da71e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8a699ad47bb0172ba23e7803ab7632936fc337dec99aeb5a8ffe7609a69a32 +size 19723 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1140).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98bf83bb555b02deaec86746c91358fdb4193cd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bc96b994c3f325bf6de7dcc29cadc93b28f1c690b0dec4183078a2766552ff +size 24535 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1141).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d370d8d08e7b61866a321093a8eaf07a5108a60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226ca51b20f01a5d7a4f58c7a51ae80a1747e83e3c47bcde321c1053dec7bd92 +size 15217 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1142).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f735e4858f393359156299ef3e056ca920f457e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1493ff7dbac2a2b64a099fc2fb18cecfdf6eb31a71fd2095684e8ed1745502 +size 20766 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1143).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb94aa8d54bda19ddbfabf4fb5381ef513799bb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b9edea07d7384baec4737f81b7c1c6769e9ef2fe14157d1412d3841332edfc +size 12883 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1144).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34c03a72af4880eeb9487f64be8b27552dfc178b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04198035b44dd923e424dd753e5d5db0ee252eefbe5c48ee42be87b212db4f51 +size 17296 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1148).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc58af85a2c3e4dd75c9fdc84d436c897d4a9cd7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62dbd81d72d8e50dc377d8450cd6244358c4481e066c5085a79290fef26900cc +size 19237 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (115).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ae17ca728327b3691a0d76187e70d2115cea4dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f728e2a7242f4d5d0c0ce253797c7417f571afea0a6c98c7011f46fcfd9cc34 +size 18033 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1150).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69c61491b1cfc1c5260d7a94c7b2c6c6e8a97d32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cf630aec700ef8bbe172255a716380c08a86d51a256e04416c711ea0e079ed +size 13373 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1151).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31acfc0f0b2a5725f0fad10e99cee258a9a912e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0940bf6f56c278dd583f7555fd106a870a4e41cd3ca3e2196dd159a6aa27a4a6 +size 12564 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1152).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74829d43f2c8724a856ec147b2ad1e2d5451713a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3bd1a5a1690d2166621b4521922376c516aee538baca3369854b866dd24be6 +size 11684 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1154).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52ada2a0d5666a0a3b7c038c329be252c5043427 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3204962c7eeeba8b4b4805eb4f0d991b5d900ce278b94d8c64c68ffb4ec21727 +size 20234 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1155).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa956cdcbfd0624e91f9ec1575dd7426dbcb71a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff33417b572e65801dc1433c67f12b74a47d292d8326a7a5f91b9ac3ac62ade6 +size 19221 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1157).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31b15c2e92f7fa79b39e3246408f8bdb67f7ed86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdd0757412ec63381706cee2764cdf3e9b2bec71906432540bf3909272c12ac +size 19841 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1158).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55038ec73d307f54ba1bab069c3b71633cae7cec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc9bbb1af79e28282a24a58026bae88c0c3a8045a7c606b0ac3ee9d13445aaf +size 21687 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1159).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26c889a5ff3d6aac65363de59b42101a38c0dc37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e64111ebb71cf5c09d118b245d7f5b1356dc6ccb1c9eb79150a2f47204748d8 +size 14139 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (116).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c003f7111307ecf766c4027989dbe63132db3a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0ebcf87f46c2b7b35c9c9e603666b7f2e9299f501de35cc6397fd7f0e02660 +size 19291 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1160).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50e7ae91754dd3679e004dab8f5b6de9b623c764 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1afc97667c44b74d3aae5356426ddc5bfc5d4d86d409e9ba0f32ed3a7036516 +size 16629 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1161).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e0863ca362077b26902c04cc1c07b93d957b0c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacb5ccc6369abb496bbfc89cb2616d1cb0e753089434cabdf2928567dd41266 +size 17769 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1163).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac4a510ad45163ff77f6f2e83575e6848599f6cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6cbec8eb9e8f6c03377010cf3ca54e634524312e97caf82795cc498efaed68c +size 17331 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1164).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd7e5d3c02c40d35fc63309448fb2f7d0d50eb90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f50baf320e6569aad53b75ef2adb6234e7ca4d5d2834e0c14952b504a50aca6 +size 18452 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1165).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89ee33a571c9f5874fc0b13f658f08cb1bad0410 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb42d66c653fe05caef761b1ed0240a46b0ae85ade8ead0d40936ef5a26d4e7d +size 14100 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1167).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6eef00cc818b79ebf885e38a603e01f069593417 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e216380043ab9275eaa4f4ae7f7d07123217938207473b38e02c9203ae24eba0 +size 12903 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1168).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8a0a4d649dffecbc81b6f1e99029aaaa6fd36fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20568050f1dab33d401c98f1068314bc1e41c5c3e581744c86f890e2289ec04 +size 12315 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1169).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e3af950cfd678c86493758e51bb7ab2e7ec0567 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdffb93be007b43fce89cb0ae443a0af3e1be37f2e826a191edfa4eff5d9284 +size 19104 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (117).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90a40bfdf51733468b4b050e3e2c3d90f6e46be8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b9237fb9db37901d36d0962ba0e3f8ce59aa4d5208eb83e246e77b263a1b87 +size 20135 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1170).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15be248ea048ede7ef476392be4f791c2379abde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5635f66fb34fd201f02cb0e9f85fa9b71815c8531651225743e646eb6c582040 +size 21671 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1171).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e88c9360e5a6cd79e20cd811fc0504417c550fd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249dc02bf11ae48a9299348242030b120de210b785d71effa0be146df0f83ba4 +size 18526 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1173).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b27e8df9ce10b32c8142c28a8a4c7f75d22cb01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba62d3ae2f9ac4bb991f2b126fae4d749ff1f2b3ce2fdace56d3e06d38d253e9 +size 14771 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1174).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5849b4b957fefdb9a6ca18d2cb51ad08cf89b4c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9215b686b344606b7155a04efca68ffecb83efed164e59fb576630030d833028 +size 21502 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1175).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7d5813394b980609724d517669d2c3ea5f4b99d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e98feedf47ddebf20a2e1db937f8251b68a28d1ba64401a2a7e85167ca7c9f8 +size 22089 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1177).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e659b7f632896ee1f7c7c935b7fab504ad361794 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049b65505f2a02ff9b5214e991f4ef813dd64cac12f93e090b39c2411a931250 +size 20845 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1178).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e7a3c3b6a879fccf09841bf97c365ba61e8d353 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4ffb526f01cf86c8874b9740b23a4eea23f61cb733090b8974981c17c0d05f +size 23069 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (118).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f5c4146f0076dbff284ae6b142dd2da3f104bad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec7b3ccfc74536af2b77e52021ded5a56cc99a9771e56b6167263bf8673064b +size 19771 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1180).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..963e00629eda915a378131d98e71696aa144add3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6588ccfaab32310ae5ffdc07fc9cd708a07399c3ae1d146af7d6fe342c5efcd5 +size 20343 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1181).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24b25188815cf3ee6dccea667b5ee4e0756c3ef7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d534da069c4634f6b4d586cb8fd7688474231294468ebbbad99301e82077a8b6 +size 21597 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1182).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4f54294d9cf068855cddf8b0c1012143fdcf467 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7724ca13a36af3bff214639149de46553abbe4a676d227d7485e066efc257345 +size 12994 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1183).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbf3b920488d65e55603a8e5dfa178efbe329cb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451e4544f30ec7c34c9219103f4f9e3a7e2d03a8d89f40bc3b2df6a9549cd158 +size 12080 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1184).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2c07e6b0534794c3e56437e0da90d95e942918c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f239cbc328a7fba0f6b614c2ba003ad06db7c496df9321b6572b6c3177058ba6 +size 15493 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1185).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31f7d63575182158fe70e16813172a24f764e6ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b8d10853733f923c404bbeab6e6049efe1d89088cf2153eb0f2581278cbbaa +size 18377 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1186).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a49c9f6931d9b9fe9dd838c844dd23ae367ccd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7602a74dec3500bc0f632029049b2db4bb9d80dffbde2d8bf546d46e332cd4ec +size 21799 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1187).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3494cd5f284fe35c6f4eb0267cdaadda0d4eb0ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914e5f899e00f11b21ddee65b9546d2d4a08bf9bf42b00d2dda32e4446c6bf81 +size 19766 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1189).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36a0263845d031a14da1cff7aa1007b6ec7dabb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4405a6fde95881e977d7b662fbe29feaf11083cc9ed888b40d5804a04caf5e3 +size 12621 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (119).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce88bdcf858f5144e344a2c8f5754be184c2177e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fdf5955e23ed25a47f7b159256749dee53433323fc4c5d52727d7d60567491 +size 12595 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1190).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c11c5233b3ab0c7c6ae5195e7cd3b92aa8b9dd8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d670c1a23c7fed8479a4f95664983e432a783701a75b01169b510d8332b7c9 +size 19224 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1191).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdd961c9d9c4fecbda2410135bac178e9fcbbe06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4494d7a4b0415e1edf4c93bd76df5a9fe4cfdcf8b13fa731aa56b2b0ab871f +size 13789 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1192).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b72b2b5f16b20da531e1ccd12e40667e76f729f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68157b08b6fb1cc5ccf9c1a8e110995cd98b97855a4e465ef23334eea92c08d6 +size 12681 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1194).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eff6cea7cb553365037520c38c8b26d8fcd4a686 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9180f0a424ee5760871054530d27cb44595e8c36090ddbfacd2a9abeef38c711 +size 19090 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1196).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ef6f8bf1217a6e6e12db695b0ec7ba72fc38991 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99392107f028ced459f8a35a887b3701b81dfcb4b256cdee7d2ba79e8abd637 +size 23189 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1197).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d2a74bb5686edaee75d87e47f43ffef635461f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e115578d42b338796f65f23fac9c46bd8f0b70a2d143efe0dc8350bc0601d0 +size 18982 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1199).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d937f458bb95d725b14a56f0c2cdf22ec6a0907 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa63641704c56d27efaa06a57b65e3cd0edef46b013ba8baa86c1b55a6ed9ae +size 18880 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (12).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (12).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1105c0a5eec03e1fb5e221bb27508dc6c643495 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (12).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e48646f2635805b38cd6adf743e113064b56fae974a97164ea622412053a108 +size 18995 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (120).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05c73bbd704bc6dfe66f6a2d1d6702a632cae990 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856e119a05b801abf4260719820b22a96be0e81857233a9e8c06d7c425f34277 +size 10762 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1200).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7b51b00581cc72a4e4fce4f8d50f1e80ed93bbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65017c317b95f799034deeb1a67b66ffe8b41f9a85ff7428f60977bc870e866 +size 13155 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1201).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ab7ad7758e02926ce8d3fb43c31de57682b6ef8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dddcc88779dc010fcde412bac525b929afd4de0216a99fdbc736fbe67b6f73b +size 11682 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1203).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53a3e87a89263778fe497793be2d2c99d81aa292 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07b397a5be598ecad4ee8e32461d0e4808e818528bbf5451c00004fc5ca4e21 +size 12930 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1204).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d92baa6cf6da5228552599302ae605657ef3559d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e7e9f91aef25962109dacbf1b28cfcfda2328edcaeafae3657055955d05935 +size 17504 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1205).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c5bf52372308c3f22406e98f21d5b4d71844261 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c0355a8429777e272d7744df1e46715d11ddcbc91032350e98b19265347799 +size 12058 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1206).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80037664656d27fb9cf1519216a72e1cf6da5daf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55564c60a4e3e5fb6b9ba315fca27722069276dc49abca00c4bd7f4ce1cdd17 +size 17495 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1207).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..660b18d90cb0f0b6c3850d155894dc0c088e0805 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0d0d2b5bd565ee550896cf108d3618963268a78dd1d8f9ae5ac09c9f79df38 +size 12638 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1208).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da54307914643fce8e50d15a194ab7a5dde138db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dbc04ec2f5c35e074de2a7bf2178fa530a44a2376588fef17bfa5650713976 +size 20685 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1210).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a35f6cc57b763f15ab54c482241303902461b15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0630e1b7ddc2d19acc5c7c05fe7e9d7c85ddde1eebdebd416686db8f62eef8 +size 17948 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1211).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecd8718a5af4cb0d4a6fbc07c9379de2f03f13af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b42b2337e106a155dff4a0bedf83c6ce8ae78e1792dceea34de934c31c0e5b2 +size 12454 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1212).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60cf1cd9f8f9a2617c88d3f5577862eb07628471 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a511b3674f6b983d581594eca3815f9151e0541fc4d4106faed34e981677a5 +size 20257 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1213).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..571a6f2c2b0fd69d801f4488fa1101724169a105 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb76dcb73d0a09b8b5e01978fcf92e3ed3b950aa2afd094b67dda7f836c7b17b +size 12815 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1214).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a6166a6ffe00c16229cf21eb06587c499e2a4bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddda229e14341715b51ee39ad21d7b83cd1068e3b683c6f5baf3257ee356637 +size 14417 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1215).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17af5fed8c7fbfcb7351fa2408de163a6bf22777 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa0ca2b2549067fcffe1441482ac4f359f681f49e4522500c35a293319e0e2f +size 20752 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1216).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e91e786e7698ef359b81ec4ad91bbc62c4d8c7bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c01c142656b9f78c64e796dd1353699c3b121fd91ae397d7a13aa17e39351f +size 14332 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1217).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..886965ed9d0ec1307d70c959ba9f16dd911ff783 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be07e09cc2c207771e7b80faa607912bb867608f7a41a09956669097770741e +size 11474 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1218).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de93756e33d165764302056e30e3bbd7e24999e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba43ef28b4144671a00bb3959bfee7c9a5af903bac5b4649f466e3279a0e3629 +size 16739 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1219).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..506daa02687491cdfd23000a3b57d450f93e49dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ae62fd8ae7525013c0acf5ddda12ec50c29e8a8969fc76cc64bf151c6cb093 +size 19378 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (122).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f624e77e3609262368d5222a40b51ec0003638b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a23758b6f50c5d00ca28c26a22dad7b810e8acd307e7ce124abbcd87f5b25c +size 14322 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1220).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7176442b70dc47b39d59716efe73d53dae975efa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b23eda17e0deecd72dc3ee48ea04aa7485bebffd961f617ab9ac12b622cab4 +size 15982 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1221).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64ad20df635fe22fcde675231c846165b38fa137 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e8ddb7185356f0e79046540fd1a628a40c9cdab27eb49e3a7c132da4d3fb3c +size 19270 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1223).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c89188f0e68f0f81955ff5fe19487ac40f11b28d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9617311627578f53557801c7118dd6ee7c84e0dfe6995ee7bd018d419ca16ad +size 10632 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1224).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f184f9c5270d2dc3919452b31b0774e67401f6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9db30dd2d17627541e94048d68d81f83ed8bcf6ad0b9c3d6744cd923029837d +size 12791 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1226).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d52d55998fec8fd910942653b46460454cbe6ca6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751b0c6b6d40bf67b469e8f17d11089ded57eb621c56bf39f11d01039c6c8145 +size 22198 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1227).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c97aa93a04142db1846452471bb679a39feeee74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e422692b24d2d7d431389ca4d46e16d67a945a127f64266e3d21209144f2af0 +size 17480 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1228).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d07fcf870f46518c891da2b8caedd39dd0f29ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e47d613c177002ad2b9a1b660e38cdd384f34433abc35e93ea57aa43de3a88e +size 18781 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1229).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c031ada8d2173432008df7402a5658877e89a22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7299c18c392bbc4c1e73cd3cd5f2b87d97d0fc3a0147c745c7289bc17fd215f8 +size 20188 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (123).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9aaa8c9c9311a27380d44be9836bd417c21c1a26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e0ed5eccb38c79084a991d0ba168373ee05e69312d29619f438d8b6d067b23 +size 20064 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1230).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f9d9318ad0b8291ab4ca5015cd94ee83386c608 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da9ee374e565b2d7f836573c941f7d2b2a518d7eb52d99673d7ed73745115e9 +size 20177 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1231).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3a80901f7fe9b79b67f5caaf5f6011d5c59f14c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ec8d2196cc1238548c4ee265b1cc41722d87090501110de61d184a5de49a53 +size 16890 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1232).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0216977084d7c6bcbe1568c60aeda9a8a25b38d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75b647c8c2024c86df91efe23b3cea4aa184d66004e6e48e943c2fb1f970caf +size 14866 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1233).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..854907b0f8e517e43610f2e4060c40db5a4700e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0885f955062d8a2f4d63a4f78904539f0cd89b5f9b22788eaed56a6d04a4624 +size 14798 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1234).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdbf4982c305c792494a897498d9b98487b638d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91c02d51ba3906419de3d11b2a3e5e9ecb09cee1327a5ad3db4cf6f9d6f010e +size 16365 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1235).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a8afe3244dd1e0b0e7caabd0a1e1008691dad47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd650806e4abd762c407be61bf869001692cb6d7d83b00acea3d94d1fc6d739 +size 19064 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1239).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ac13adced367af4609e72fa8a710cfbab1d569b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de2535001964c9fde3f383b4f0a5bd4ac4ade326a92447d676e8637ed7df538 +size 21384 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (124).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f479b91bb03f811f769310a4fef983b065d0c9b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c3eef6a49060a92185195201baf1cc612e26294d4f376f2b2f16329310d484 +size 19682 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1240).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5278e6a4b91783291967dd327c4622ff3e99365e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323ed33d19a695c89247cb75ea5ae5964e0a79362ca6e178cc508e4de9eecee6 +size 19048 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1241).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b1874c89061e689021ff2cd066de0f0928964e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2867a92ff7419996c0012e59728f5a6e5bcf159ce0e730b6b451445d7d656381 +size 18166 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1242).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9eb316e530d9231e94dbf40d5baf80857a82a0cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fc79229408d66b6c83b60aadca060f5f91e96151d4e159fb8202feb5fd87ed +size 18472 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1243).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed00bb9f537a7311f55be73b987fd2e5c06a3cdd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd4ac2c1bdc1b5c249d0200e2723fbb4e2add7ff9bf1c659c13eaaa8574fa48 +size 14470 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1244).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5b3376bff91b93b3e28a2fee1ffc6981153fb45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a60a52b4146ee615b5509eef40e7e3812d1596da59bd39756565242ab16f75 +size 14410 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1245).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcc025d41f33a2326214ef7d70be4f34a1ea07eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58fdf99ff8bd5e7afc66cb961a3e1642338cdf2e8f95c8d67a76e5f10d4a914 +size 14797 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1246).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4803ee5446787e52f5dc9d6ff8e2cf262657e33b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b413d3ac7060cc7a94752916300a4e28c55d8fa87cf63b5cf8f78bb4fe4d77 +size 18073 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1247).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4a99f13fb6be4662583fbbbf104aa58827165e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39dd1cf02bc005baf702d1c9e80ac4dc796a01af8a20dcce0823f470a6773a36 +size 15732 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1248).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db4d8f863f74e70bdb15d6891585bae9983fad03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454007bb5ebec9d0c357aadafe5ffb864e8f16665f787e3d192b81fc96e21596 +size 13285 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1249).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2589eee4552d2517d5c6ad1f1f8840c3c55a675 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbb3bc95ca0214cd500aa4e9c3739503444bf5498e0972f6787bc7aba6bdfbd +size 12087 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (125).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70ff0155a20e42f8d5871da79fe85f4a67b95f7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6c40e26b9482fa67461f1efa631abb8ef1d1d7f62f6f52435a412dd403c88e +size 12409 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1250).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62a058baf5aebb257e3de3e30950ca0155d2de8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a4cfc68bc0af81161e68fb7b133b2a8c35b1308b619b8532952f9b184dc242 +size 15659 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1251).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c65560ec35c11f15ee4625958564dda567f4e89f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c92da884721eb4ef06e8b61f5fb0dd40ec7ad8191b03351a1d4711ba2ab039 +size 20731 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1252).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95cd28e86da8850bcc653ed82cd9fd57727481da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb02d49ed8cbb8fcdb23f24c90164b842ec127286501b6cddf7fafe8092d4fb +size 21314 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1253).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ac42bf22a2a5d17a0a5413c49ce81f456da7de2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff707171d391f413a261b848fdcd87359136cb81b7609850dac6823c87fecefb +size 20843 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1254).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a2c7da9b95469c27b771e32c132deaaf7ab03c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e516a5e4b50c1f649b108c6f1251da439dcd0b955591742741b6b3520058d270 +size 17701 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1257).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4a24726b8d8d654ba993845a3db9ebbdea3d842 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0b9ec3771179d5230e36972f363dfef8e1781136675e39d5499dcbbe8cc59a +size 17961 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1259).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e55549210b683a79121b20d7892d58ebffeb77fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36a9060fe0ae3020b4a002d72abd66d69f543ebd79ec18453857325775dff8d +size 18710 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (126).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d748ff0d99d0c1e0b410b8b687b81a5e754febd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3590202000a44d9c0eb42d559e9cfc484865927c92a30db67a370380fcf0232d +size 15622 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1261).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b80e34e7e4a2fcf5b8fbaa462776fa6ce055358 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67590b84a180cbbf119278ee8f80df44e5cbe7f794e68245959e3d4a9956ea3 +size 22128 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1262).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b82842f8dabcfd0bcab49cb09879f7e4644000b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42584235869d6087fd052b938e69a6278b19bf49543ea7e3dfc2106234a006a +size 21987 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1263).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b48b0ad362739a57c6afb8d63d6de0efb6feb6c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a848552784b26b5baa7ca0739239f8d2105215c149d785148eb80e9b2e8e74c +size 13017 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1264).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48b271cd8c9fcdc205f00819b96e5559e46bc20f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e60a4ba447865bc1ac81609542837887adba0433d5a81cd1e367cf3d9da6a24 +size 16058 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1266).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b1b63b8f05f0103029e2bc5c4ddad4f7239d020 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9963dd25481076b957eee89b78cefb672985920d6b843fb0cff304ec261fed0b +size 15582 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1267).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ed38e8bdbf40e2327e8bdfcee6bb85dc04f24b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152511523e2f00812b48020f01c1a4e5d900eb9ab0b3fa07a32174fde989dbed +size 11300 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1268).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41a65b9fd6cf61dfd93fb75c51e641c8e5ecc59a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ed80e5205523325a6bde21433a29a1c2b69c710c90da60e69e014991dbdf9f +size 17012 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1269).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..396b143032bf55841472e9f5e50b67dd8c3abda4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4896cd8c749cef9ad4b426b81da3ecb0ce6ed71b1a31053cf3919e5ff2805641 +size 18768 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (127).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dbc2346355ae7143f42ac5e6f667d8cfc4725a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304ed766d981d597bc31a02a6314ebb222058b42008356fe9e481bf6e3fac664 +size 13405 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1270).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a261d2225b77d57fe45b74818900f7e6ca6d7e4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0a697a7713fe935ba045fb0a2870628ffa54f16d0dbad869f6ae73715aa0b8 +size 20410 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1271).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1f605abf61350b071fbd144d52ed3536134f221 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93fe2c61393a5c816f890f1ddec797307f1e0a28cab585f71a3bceaf1f5995f +size 13167 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1272).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..224096fac1f03f61cded7d83b65d58e4a964d99c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f22a402c85dbb289f3ba7b49cace3f7eb9604c4de83623c70601baa67d58b0 +size 20875 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1273).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8d5fea9307d51f4d5002756f1f8684cecaf198f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43dc4930b62424fec241f246b4eef90b243ccb0404e1373603cd0d1f51382c91 +size 22261 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1274).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bc19196a8d2a2268ffb296416cc1f14df0266b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273931951f2b7deae36688493eb0c1ac9033f1e81dc43b87494fc94cc24044b2 +size 21171 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1276).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64535bcdba5527014290de2ff957ab9dc0080404 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0748fe3d74240490d37ed1858614baa02aa040cc03fd9b62750d43e29c6fb67 +size 11737 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1277).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a8c88e555025c7657d3ac28fa70930f5a54344f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247b0be2c7751797725c85d11d01244c265d4680002cc33d5281512f2b217d58 +size 24071 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1278).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10a2753146f0a58a6490699e07c24ae36acbe783 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e3aa322666655b02ba2db0added3cf7684f0f2ba2b0d0dd0f8220194d93025 +size 12875 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1279).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92fca14452061659e6fa810c7a81b6a38eff4388 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59f13825aa58210133b07f050cbafdba2a20a1c68b481b667fffd12302c9b89 +size 20124 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (128).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70899dfe03ab5e35ec87dbf81c059e3b91f9918d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fe0f28dc650037904a55a23e089462a9ce5e0a9171d699e0e033d1a04cdb17 +size 20330 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1281).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b86cb5af37e1da99f64095c044dc4b031d7523e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c5582b5868b531eaac320348984a248a44aa998f29b02ad821813e328ec528 +size 12765 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1283).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8ef9c45299e2d449282cb296020716203619638 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91524138f9ad56e4671a19db581cb3294cdb8a72f13a9d9f1e31ca24e9a2cea7 +size 20126 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1286).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fe90254b08c0bf2b0fcd02e967a9267ea940c48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f900637706c4bf6b9f938404778f1b802bca0f05f1d0835982998fb2085602d +size 16404 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1288).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97e42da8a2aad331f887ce10e4eb230b101327b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864e06a85cb24a278e4486ffeded7212a9a94a26ca68108b7f58eb26463ea223 +size 18085 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1289).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a79f550facbbd0f76c3482a8e12ced67bdcd63d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fd73bdbeda748b96b7277590364abdb4169ba7f7e998c522f7a59be4f27481 +size 14237 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (129).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45d9bc292df73b28090a95ac8b581f8754937fd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40c6fdd5a2f7002646e9f06a6848d7b59414c7588fa85991fc3b2b79cd8a6f2 +size 16351 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1290).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ed7df036f2610bb1af9f66f0c606f71bb0ca8d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9860025258e553405d8f082fd3301a487bdb66eb60a814cece5aac7d5a560329 +size 19289 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1293).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86dd4d27eb2533ea1e9a36b2dd8f80e1f947ba56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f84250005775fae1de913a78cc297db0dc77cd3f131ab4e96ae2fc66a6c6f0f +size 19832 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1294).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd81694ed93de0e9579e68396ea4386c554c8d7e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fc89274429efdb932c386d775079253dc9d172556f3a1f1977205dd7317f65 +size 13797 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1296).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e45474d26540246ce57f9e15be911248de8b7715 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623a367bc940a4f3f8b2a9df645665ca00587125ddfd465c372d62b715a96689 +size 18088 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1297).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbbe334b9ea332de27314d0226a7635cdce2cd08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e338c9ad7be9de8147bb2b54d19120c1b24dc97782b8b26be504318d175629 +size 18610 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1298).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fd5f0a511623625704fe448cbeb9d2a0ebb347f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f21398cb58a1b52fcad3dabf325ebe140fed929b565853a97c54c55bf348472 +size 11374 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1299).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99d8f09ca4ab338f552c5a67c604ae64814efa63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da928d1eaab727c9952226d7ebc2b1640f90e86c5117ae86baff79e08faaea31 +size 11928 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (13).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (13).JPG new file mode 100644 index 0000000000000000000000000000000000000000..597705e432509a447965c28da522eceddabce8c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (13).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2df4aec5c98ff1b8c5982ddf9f0fabfb0a6580a71aeff39063f4bb7741a538 +size 13104 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (130).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e35f3537a8d436a7b7857ec39cd0807020de3c7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906038cae9af4542a294e03e491df119e7b052a9117a9cf0cddee9c7168046fc +size 15049 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1300).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9eb4da5898d739e3e1fdc058b1c7e6bab35c9ad8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8aebb692d2dd09580cc734dbe7b8821b032e7209259c6bc0724182e8298863 +size 19207 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1302).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a65300c1fdc310631d9dcd5c64c04cbf7174b224 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663027470fe2744843713f9f3ba21e4aab4422f55fc9c2536f45623995e47673 +size 19710 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1303).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5af8d5923678f738debe567d3771e91589c0397 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17160a6730d36969576e398cf7f5a2b2068ba9b4a92c86181196aa88916534b +size 17982 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1304).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52ba88c9663f602cc4dec828305049a003d91516 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6993619773ea2280bb30d4fc30ea894f4c9fd7c2863ed7de39d79068a78fda88 +size 12158 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1306).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d42160a95891ec9c11b0cd37ee23a0e6e77592b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4d73a977a746c765949e91c709b2097ae7181d772960d1d93c4e467697a443 +size 15753 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1307).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2d71e140d0afabd700e1d9264c345ee784703b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f72142654fbbfed13d114f7a7aefad2dc9fedd8d1482190f3e1e67c9dd9ae51 +size 12976 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (131).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa05ff1487b54523667e4534fd82dfc673705971 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12edb1c2aac7499d8c25a1ad1d44a6122b769b23a22e128025486c5159111429 +size 21344 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1310).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26f8ddf208cb60c39c0e55820e75debe92d9c68e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66731ad4818b1617d8b9091ab7328b6bbd9145ad816b33e5dd3f8ee95320aae5 +size 15831 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1311).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbe2ad24a82185c26b0387bcb5d1009b9760d7ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0f625f80457730831a8332b97f29ca4e54037d350207e859a6caf4a10323a7 +size 10319 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1312).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db3b8c5bbd44baa6cb0af4fdce2a96902219fda9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bd00f2b5a4bb7329e34ec548923109c08073231c4de74039ac551871c00916 +size 12299 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1313).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15251688beeab716308f409dc2621401fa57ec51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c9661aa9ec3b25a31ffbb041b711c5876b295fd2e070f7fdb0022b5319f059 +size 19887 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1318).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b85fba28c6117e8869b7aa44fb04944017cd41d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe38d35e81774009745241850a17ab4ba93d40a2c3699007b60c6b3ec341b48b +size 17306 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1319).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7ecd96ccc39a1d8a6d3ced21ea18f5250b2dce5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b556ab39183e729893a97b246a085c6ade34dc689fa5d086db44541194b45fd +size 20014 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (132).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50df552949a399caa1caf7498979e366eeb193e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e360dfbdcbba52f1bdc0b407f7401964b630825598fc83f67ad983a8de02bd +size 14132 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1321).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fa6e770a71adf3db708d964209ecb98c3d894a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0efa2df0f7a183f40da15d8fc38b1a8feccd1afcc797224bb07f1c3554d8587 +size 17492 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1324).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f10fec1d761a234379459cb60e689e3f69f3102 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f1f9b7a0b60ff469458228ee56a9c695037d41c45476315be8217905e61174 +size 18237 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1325).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b32c23e4fd88ceaa665c21026b411c43db3f5b8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab3e9e3494b1404e62cd7ebb3de7de6ecbc145c389f887b121f7fb2a9590cf6 +size 18165 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1327).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d96f0c5bcca6abf0ba360e4f75fe8c62b92708c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f901f660814f29289d37ab9e484e408065d4785550ae6ca62b2a9a4e8bca24 +size 14684 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1328).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b10db343f5e6b54f7f745ae4a2b51a5c1c8486e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978a1886158b2818a38f6bfce01308038bef8ec5dba16759e5c74466b1b2f42f +size 20230 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1329).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52e0d35b46ff6fdd96334185a91213642911733f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae17a1fd5555d03b8d264de665048d040c213599702fdebce0649f64d438fdd2 +size 20262 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (133).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d291c0a78548d8b7858a45769d6ea55d54a72f42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762e97f668fb8c29de55e125b1afccdad3806363b2dfc18c8094a917560d07fe +size 11735 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1330).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58842f38a6946cc2b4b61d2c8c04d6328fcc33d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e317880de732b20abd88ab35f0a9fa51a056aebaeee584436d21f577abb450d +size 13452 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1331).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8951ea0b718d490ba09658827c461a9fb9741de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722bf2002ecf13a73ee74140c9ad69abc2dd0b7b9c280c3d84a1992fbe9f973c +size 16263 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1333).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc863decdc3503ea0b8851c20a5473c2a0608b04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82c9863988034b2a1df7a9b27c126de3447672ab4912402cb108fb95daa2576 +size 18262 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1334).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f904f6c6c7afbde8036b0cde0fcf8cede4c9636c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa911286738b275055363bef401354afe5cdc41190ad8f97b63b160cf2910e91 +size 16119 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1337).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e98d560db9ba4ea037fe856e8dbcaabec731d14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba245140ababa7ccb9bfebe8a43675a4a053df4146882267c70fa2017d36a70 +size 12319 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1338).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12ea5c8315c12e154cadbb4b0e0498ba1eeb721b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab975a92d4662df5c4498ec4643c27b199268d048f450e961754d448ad5f0494 +size 12256 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1339).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c72e65a777a8f91341888c245b0248e968c5daf3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4818a5e5c3a2e7224cadadc97057b822988cfead1f560ab1beda10f69cb95411 +size 15772 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1341).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c73720d487ed0e776d9c57335c1781074d7206b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cff3aa2d238340b4733381d23d93556c54c3e254e5a6701fd4bffe8f45264f +size 19130 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1342).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96093a8d4eac32380ed797041d4b7fb3f698eed7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9826e659fb15a4a2bd1558173a5d06f54136bba7553f9faa474b79b8bf9cb12 +size 21586 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1343).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b590f75f94fcea7870126922544cf6379660b76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6680811c23af6270ec385211f0e09ffd65a28ab3a780fd7d8513302926255106 +size 21317 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1344).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccd071b53ea98f1d1c4b04540500b7049b50824c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad1c4640e5a2ab10a3dccfcb3add510ed487cc8661272bc7c3d14eb412ded2d +size 14055 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1346).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c3a81fa5cf4e716a40626cb0edeac7f243aff09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b413cfa528976a2871942f3450b2b558a38039451f4f8247222cea4ae2040c +size 18208 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1347).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc6d6d2fa039149aaaaff331c077698280504674 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0db61bb1fab096d4d3d179c42f2730f5dbb545f3ea26fb0adf5ab4f7636d38b +size 20242 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1348).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c48320419bc9f7224c4b1322d6f7c58689b96b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a33e1cd91c3ba015edead1491e5e0ddc57ca54c7851088cb433e9f23ac4285e +size 20328 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1349).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e783b6f57e67da1fbd73fa6135590461f42400b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d38da30acca7f36718e3bd018dc6ebd53d274581cb12b39917d0a6bfbafe1a +size 18740 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (135).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10f2d4fb3ed9bff32b955b63dbdfce51bcfba8cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382bf59ef517be975982ad5c59d94eb1d72b21394d3a0d70d6ee6d1219405ea7 +size 13457 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1351).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b32ca8dff3559776f23547cd0712de558345b0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17799f6452d010c47fc2f4e2161dee986458b54ababf72238212048c27acd774 +size 19426 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1352).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8936fc7ddf5f17ee14a0efc56155574b7dbf633 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3785028fa0002041ea989a8614746764cf856958fcb57b43e32d37abd02498c0 +size 20675 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1353).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54145dcb6cec1587672b4b3aec3389c714a8d416 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e57b1c735bc4d1ae60cce9a6fcb7099cc329bf6ab6e226b7665f1ffdb59fbce +size 20336 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1354).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbed2ceaacf6f90f006f2908a63351b353d08e55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f36a792d4d2715bfffb1d5d481ef132ebf1c61f148d087d5686e36934ff62c8 +size 11860 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1356).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dd62c2ed8f34ac6c3a3da23b832913663c20c5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be49a573a0b908449f268eaf07fae4d531006aac44d1bdef4e4f11d82ae074c +size 20260 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1357).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3eff13515fff32bdc55598d9ed92c83e718e2943 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56e3245d384793e13191b465f373af21f53ffe7f1d32e51d631b2c4d036a8b8 +size 15294 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1359).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a748d3083b1e274a6f41fc452c53708f246e9484 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fead08b7edd8c404c3beb6d0ef6e9c7894974b74ed910173aacf4251c4bbe29c +size 21357 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (136).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45e8f7f4355dcf2ebce5fbaac48decd1a9bed8ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db850aa6ba583bdd112528f1a7ab067b7ecdc10c5bd9ebbca488e1a23748b2c5 +size 19307 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1361).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44b2104565ff8e20f7afb7aa2f34b755df102b02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1080d27f318d39f2fe10b65ae211b5313abbe3e85ae85189c3a56d25e1d2bd2a +size 11774 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1362).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d685d5098470e17240708ea836fcefd841369b50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d349e91d1837d70f2d008b5eb5832f019d9f112463eacb2cfe33c530bcc7b0dd +size 13443 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1363).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecf2c25cbf0d743e2c17f5a02ed8e3ccb92ceea4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968543db6b5c9492a1fff060ce7261b36f5325aace18373cfadc37716ff69483 +size 18226 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1364).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3166903b11f0bbe73f3c69970835086e6e3add23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4590bb4a8f5e127c18177d1b2e0ed15fba9d055e577bfe6514b0a1c035080c13 +size 19820 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1365).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9632fe5aa8970bdbcb21ccd6b3e0cf1d5b1d9f46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245c1bd37863cdc300bc4b1a832c8cb49c9d6660c82d7808fbf059cae44b356d +size 21830 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1366).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ae572579693201cffd96cbe384a3678cdcbf2ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf47a03dbf6a850b56497b5e25bf415e805f743c966be452c863f42215295956 +size 19946 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1367).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f349e0ed2707f68a2fdffe437c25adac75f1b973 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539f15b190908ff2c29c8cb6d7f9ea954d1b53bb9e9c925dcda295ca5a086fc0 +size 11931 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1368).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04476c2741127de1c05741bb918d10dcc57ee49a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46404f62bbca790cc674bcf863349eac1bbc9bd4a602611a84de655c5b639fd +size 14547 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1369).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f526d67adcc0053aa82d9c60c4b183a89f15ee5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4010aaaadb3f55811cab7293934f74bd4991212c47aa1fba1eea24499e18d5 +size 18992 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1370).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efe2e9fb2f9d374aaaa5ed90b27c28dc6e3e4074 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79db35466720b3811a6f8c9c1af751c91b6d1ff9467309415f8a867bb79f0d9 +size 17810 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1371).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7361800288e31abee8810f75ae60fda447bbc554 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff6815dbb59ef01eb36a4588421aa08f4d37f91bdce9b4fb08af3aeb8282f45 +size 16631 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1373).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a0ff3cd160612903cbc493050dc5bec5d8dcb56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012fbf58e1ec5ebd5de85a94a9ed893072748ac275d8c2023bf54598b3ff13b2 +size 21192 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1374).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3966f216424bc3622b752a037a3b88accde79232 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d7a124041e6af50999113b9a68fd8241283425068078dcbfae04afa10561e3 +size 18412 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1375).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6e71a4322276007bb0ac038687a238cb04182e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfd44f40d12d6d1e3c8810ca2a1e0f4704aaf17a8625e303a28740b4014f4dd +size 21159 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1376).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a09176d73d251507291f73b6af3cd9fb103f393b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fe1ac82f2db660730d71ae19d11350fecabecf4f8b3860f3a133cfcb9c9efd +size 15097 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1377).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20ccea8aebd61acd53e1c7548e64645c9971958f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f89a877515adf26b5fd395b3458b96dbb007efa280e856a2267d289d4656b5 +size 19430 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1379).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3afd19123f46d0e06e290471f369fb91c0d00874 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1797156ae5f1109f0dee247545f2897634c45d16479897c1c804b6252a4b27c6 +size 12524 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (138).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdfb9fde1b30fb2e529d4516ecffcded79d81cea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3d58c6b96a27247e79797564b071efedfced2e99bfc6663bf5e469b5379131 +size 23020 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1380).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef31564aaf152b61a2e64803a7fe8cda89161933 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc1e574f3bc665ded2dcf73245be4202b95bbece20f1cab5c9b8d3b85eeb8c4 +size 15174 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1381).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f6d6d776e3dd85f2b08787d1faaaa8aa01a4264 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0048b56cd2ee0a2a33ae3231af5100d5f168d0b4147b1cc76a60edfa6d645bf8 +size 19680 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1382).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..626e458834b9133dd531ee1d80d1cc2e2e6d89f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f119068e9bdc3ea608815b10f9d9e974f9ad2fb55cd17ccb33736ab73b6ca6e9 +size 19070 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1384).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ad1c3163b4bbdd83b04faf7a2d52b9c8162dbd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6497ef9af49c0e402f43780402cc0b4011f46324c578b66c843541569d023aa +size 12908 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1385).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7b766061507545b36ebcc3a2e68a625a5a68240 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ec8fcfba848d83b05f44bdc81c183d881044a042f87035b6a51ae490fe3716 +size 9916 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1386).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e8317967e993cf6c72850aee9844d2fb39f158f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428cbebffd46d9a8cbf01f510fa409e5ab5c1569b52a2208ac73e5673d503efe +size 18388 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1388).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af7c4b9615555debde8556ac08a50e583ebc1327 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bde1f0cfc0d80b1830d7ffd7a42050ca826cbe970c5de2c72b81c7dcef905bd +size 23253 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1389).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80fbd2284823d6ddb4039777dd8196c6f6f058c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924fb9e59c5e0385f88066756c8f3f962247cd9b9629b9d2c850acc0260b50b1 +size 18945 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1390).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1007da25e7e987994d8165970a1de86e61507101 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d67ff90b5d4d9bd4df8297590e3a9130c57eb8325108424a2031817c7140f0e +size 22057 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1391).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65bc3d5e56dfb073ca1d8182783744dc60293543 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8bfbc3a5691f6ebb39a556f13d023e536c8af6a59c38bd4d50081db519ae25 +size 18463 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1392).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e6351bc9a802cefe8d337c38b56019ef7384469 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e6fa9b60cdd05e94e8324c3394922fd80cae9d146151976c629bcaa4bff972 +size 17442 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1393).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccc0874300238b46da0ac0cbe3e82d51659c68c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd91f0258c1b6427aa1c0fef9a2a913fb890f4b2a9e8d2a2a08d3cc7cecc04c +size 18785 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1395).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc0ff86a059a2ef931f09a66472145dae806ffa9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc8d648a7321e5566db3ab99d3ba8266dc5419f3bb08c5e83376d64291a2722 +size 13373 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1396).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1924fccce7b67a6430f7ab9ac5becdb28764f77d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc7e930c91be4b12b76e7d6b338482075c202712e8c6be95460a6a11416d4e7 +size 13352 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1397).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3057608a41f407d2c7684e11d2911271ae54cf1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df635678b96712ecf7da797fa32d0f68be65245b0892e11fb923fcd9552589a9 +size 22337 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1398).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce35dc481efd191a9fa3bcd9ef6849f66703fac8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99b933c7f481a023a1642d150b9ad8dc6b35a4297f94626d1f6fb588c0d548e +size 22774 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1399).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f860a7ed81045db224e9c3c282cad7dc25ddd421 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad29107d610ce3018aacb7c13492db39fbbbe6888a993aa325be62264f437e8d +size 16137 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (14).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (14).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4091d7d40131856812a6eef0604e2d29b0d8e895 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (14).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5588b281cc1ccead01981a7e52e2f7fdd46bbbdf5aba452efb2339dbbc3a0e5c +size 21092 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (140).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c331241dde6036471ecbcbd7f62febdffcf87fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deac1488a2732a23eddc5b37686b11e799e2b79acbebfa3ff47109650856a104 +size 18831 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1401).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbaf37ef6cb787b31d6ae7be8db7bc11f00a11d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118f47bc93bfcc65b22a76a229504229161628ec439b3cb9b05b024aa4e91f47 +size 20032 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1403).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5640c032b2045d857e5343df2f8205fffce6044 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7aef0c180addc4343fc1ace8fcdbe11534be5d8a2a3bbccaa5bf945f4267305 +size 21969 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1404).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a39b73c7b31cb0d5561c97a2b16e054bb65ee7e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcb8d2a1883b8be20189da2a469b27561abc4f36c0690e7a1591999aa27ee05 +size 23367 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1405).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c76e710d97c44aae3f91845e1e08d31e99f52231 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e74f34ce5c119a3122aac056dbfe9c074e56a8a0ebcab166574f0e8d19a277e +size 17481 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1406).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f47b0190f02b86316c68d21f197c7a977267fd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ae02e4e24139e167e8ee05473a656a142138457eae9328c4c3e933ac6675b0 +size 10756 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1407).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a59e6773e231d2041e4cd069c0c6d2886e06baa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6165cb8b2fcecc42398056bf09d16d20b47f2974422449a46e4aba4ccf388a0 +size 13093 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1408).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e86584f83efe96d255db4aed6909f41401df9547 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1313e6f1488b4d32225bd21384990a6aa8851ffaa73c9fee868bd4277417c821 +size 20613 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1409).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9805f2c0b5ff5708ddb352460ff6cfd89a8fab88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa28ee2b98db4e7acff084f9da0959ee998866fbe4b2168ab1f3bd011509c7c1 +size 12666 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1410).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a7ce0c4a301ec832e38e6dca3d244d07a8bf61f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af72acb43c632c66c0513ef85134261536d0031500c41bdcd7682311d43a04aa +size 19291 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1411).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fced0fe542970b2f9d5c0bc331d26891931c3e77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58a86f0778a23c60eb86717e4f47aa451cbfa89dc0b8a7590b428fe02ac8d64 +size 14590 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1412).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eaaea8a3453398ccf1a1edadf39c01f839894e14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139ce1c19f6d26961f54bc5242a07b1164d6bbe37ab412ac8752995041935adc +size 20561 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1413).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68ac04b3ead7988c6429a40e89a043e12b5fbfa7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e789c249d6d36ba34e851a2b13f17db8b9ef3aa75955b509f3869e9f45f80726 +size 16763 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1414).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84e9adec49deaff7528280692a7f58b74ae5e911 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb735894953daa3b1d99e0a0903a7170fdf25d5b285fc779b86ed0d4f8fc5ed +size 18843 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1415).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2ad448a6608b73db785066d525dbcd5e6ecafde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56b0d085f59a388b9dd628a0ac0d7b84e2e59582be817e8563ce853cfc1a35d +size 20193 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1416).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8a83836a3e77a0ca58c663403090848e9ddd1d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b0f168a69f8ef3d9331c07c56b805f41c43dd1da93cd51347178be4f3e0c3d +size 9604 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1418).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2594fc85a68e624d090b5a0d916dc2a9f5e87b03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e448454e25d15dbaa7bb3acdf7032ac719f47161649b1619dbf8e7ef7bbe41b +size 22930 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1419).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97facb9ba8b30a23dae02b6cfdf6e5987f13567a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ecd2f9b34d5592f968dfb977f6862987c9be69b9fef42952dffc2942271b70 +size 20411 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (142).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf1c0249b3e26d9a9bfe44035ea4a769f97d5a2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b6cb8ed150fff1d06129435a481fd14280289b624e77744e14942b2056b652 +size 20830 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1420).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..394878a317795f37faf3399960667e1c759a8995 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354530aab97bbfa18923ac6263d9d333eedfd98111af86386422e6992050e77f +size 18547 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1421).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84972b3190a5aba7cd0fabf8da4f8dbb6a46a5df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c072ebede7d8f92a6ddb93e0c9cc748983c5ec785c874f4638da3711bc5e828 +size 14881 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1422).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b1181b4e34da884e303c6695255d40410551b5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cbf2f052c3e296d6729acc39c26d53cfb0a560e9d0a18384643c9e590dbe94 +size 18899 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1423).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20c52895d4a68dddc2b1bed27524520dbd37327f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e82d7627e672e05e14254f199e4ac224b2db76b680855cc56ceda863e9aaf4 +size 22946 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1426).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..334e6bfada7fafab8a596c89ade5802a7e67d0b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f80d7c427108a5b6fca6253c53155513293ce0c9b1013b96e486e19285413b +size 22446 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1429).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab61540ec77b60e110aca83fbe5d15abb83d6214 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d025d5c4a54f2a7efd1d5cf777cf7c01359bf0296cf46182739a25b27a4d52b +size 11727 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (143).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f3b07199674c4543e6369396ec5b08335627e5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5c02dfde725620ecae029fc7dcc4a3f6a562f9caf99ebd23d22da6da58fe55 +size 20808 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1430).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6fbc68822053c81c00ee3b3f703cef425336262 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aead993169990ef944884a2fd83ecbbc5f627e373f90ddc3f1d506994e4f4c40 +size 18788 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1431).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99ea83a246b3a72bf760439333da751bbb72585d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc07f7eb14bea6f41fc7b7997a8b44afabb4d72bd56c7bd9161eb629a50540e +size 11160 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1432).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6e46be53c2f0ec59e19d3208aa67cf19d5468b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed269283dfd12c9bbe204b584fc7c1194bb039dc0dea9f8a95995372532a546e +size 16894 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1433).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7688e983b3697ad0eb2b33f519051c579fe56579 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62f911f671fb9072d997539d78255bb83e9348ece9f2ff2fc076d6d791c1ecf +size 12384 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1434).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25fff07fc2232eb11b38874c8b87ffe6df2b0ca1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bcb61146a0b53d9e547447f61812864274d3dd2507e56d5e892c13f622855f1 +size 11577 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1435).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d909517077653f088b7a2814df6292a8df288755 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9bbc6bb44f1322a2f754cf96f1f6f66db3ee3c7e3439c006ef00f35454f249 +size 9892 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1436).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82fba87aa9130d8432124bdb93742ee79459ed51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e16a59de43603f1ee73ea086244a07487bc5363ece7602d0bae9677a1ad5f1 +size 10936 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1437).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3c4086b9599e0926cf70ff3aeb98fe265e3fb6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8aa6d900bb4af95d3c62a37134930c2e2af95cc6d9c8be71f32895771989db2 +size 20599 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1438).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4ca5181662b8354ecb3044526408eee4182b46d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508febd41cc7deec9f1c0caa1416bdd9de6de992a7e25f6cd98cba25d56c575d +size 20619 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1440).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..440b8851b7ffedf5e3cb6c7d9ccbcea419ed13b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c8f8ebd01ad03ce7402f6c6e07493eb94d3652dc296427efec00154cfa2ed1 +size 21083 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1441).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a21cf3067fa3d49f289cfcc050b74b9063c5cf9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee5fff544b434b3e6811d4851d1f21b413a3213f773f6981cd1555a6cb1b94c +size 14801 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1443).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0fc1477f780effcbb74b932aaeca971fdcc2410 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2d19e47f7ec0d44f60b7400d5a4731e8e5fa47fb2d283b48e6bb6802a95c5c +size 18176 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1444).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2420776af7dc79c25a80cdc8fa1fa9fdee335a07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b8e36f8a938196f348d576f4031c67e906034250ce600e5c1d9941e00d96a6 +size 11383 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1445).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc54c10276ec7d802d6f7c8502de9914d18c8e6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876769e3380b4a326ac25447cd71c0a14c42f10f24e637b6363f675f9a01f46a +size 20684 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1446).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ffa1ffb653017175e68e6fd78de3c0c46196df3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0591dc7e2832f1fe18021e14419f63121b269e1f11daf9828520b5eab04616d +size 20182 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1447).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71c28e131fbbe689fe22a4f08e3f5e942c125222 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fe5fbc198b19aea859517124b156b8f5883b9fa7220d99195f0e1bb565bba3 +size 22065 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1448).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cac59fc0a7702371f92b56d873c7b3618e14e229 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f21d3b102bce5f659cd358e6376ccb055026958c82a411905b18d4041af1da +size 23072 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1449).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ef1a5a609f736b515c49d901e142bb7a53fc2a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e9702e36e39b57ab5af552ea4a3eb7c7ad882cde42b9091ad074d3500e4b5e +size 16724 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1450).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..339902ba1a30e41d813b4d970be05bac1bf8c112 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a8834363a9a60d48041ed8489c263d04957cd52e12b6f68ca83ffa669858c1 +size 19672 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1451).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91200c92890ca28979d75a97a4cc271d4b39c21d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bba85a572d797d3b1c1787cfa5c2383d1c604ca00e05f4bd5a7b19bf75a611d +size 10765 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1454).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c53fd1dcd2600ca1af86c1a5b12b7b9a2c9461e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93fbface5a4ab9a337f9114d74eb0558d30813b94e6423a89b00923e7f38055 +size 21733 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1455).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7f302247f854492e54568ccbca687f3d79592d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7b3add02e6887b539b33d627dd7f1a255f5c9ef44dbbbfe054cfbf2335d412 +size 13781 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1456).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d61fbacd4b2703bae1c42e4b5bed8fd652ea3e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf041ead795a5bf497ef8c3ede62c8845984cfccaf2829ce15f6702e051f649 +size 18380 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1457).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3304c347762baab6de090001feb9b48d17b9da2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11167d388e72f129d7d13794cb78d34ee065fef72d4c1c2a80fd07dfa861e0aa +size 13862 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1459).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12cba1d489ccbe444d9ed6a24d326987d8b33def --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c2a275f4bf2ba39f531a7bf1334bce70fd90e1e27ead6a3f220e7d94afbb34 +size 21518 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (146).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe2ee94adcc3f2cba7e96f18dfcf87eff822e413 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8124319882474674759d949c6a1e82e918359475a618e26739dd7d3888a36653 +size 18205 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1460).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4dc107eb272a52322bcae5ac21215a95c893ec0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a9439c770d5ad9137987ea1bfff1bcb06009f4ffc040c8ef7f8eae15b28dec +size 20321 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1462).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14960ed5f2a6cf81028261ff2a37b02049d85960 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52419e2c4b8adb62f95ce6ebaa13e35cb31b271386d45828091d1ba0951cdbe5 +size 19700 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1463).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5489bbaa12316b5d346cd683c1bd75e8d02c311 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a491a370eb4051a15cc959ae353689bc949383689b96076f1e9292b958f2494 +size 20412 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1465).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c25dc34de60a6bfc7f50a704b1d8ee0f19dbce6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778a8cccaabdeb77db5de9143463b29949772f3ba78cbdfa2c72d9d808e19df4 +size 19016 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1466).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49f1524825009cbd2e4f19076b5c8670b9c2ed67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d833ea9740dd7417e03ad75e097cc1dc359069f807caf6ce6668b551d2280d2 +size 19080 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1467).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5a226af98ee7759527d18827badbaca14273712 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea8868dc7f4eddedb17af959f92a834cb279b6379af84227766495f9008714f +size 19563 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1468).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfd9330295654487eb055195d8a7f10eb315f963 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef142ffe3ea4a8c98c9828a554eec58d0edee270d27d7ff7dcc40d8a4f469c0e +size 21746 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1469).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91b68d7e9f8e5c7a57f8ede0ddd43078e7952b93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37777dfb9e861c58c22a6ebc550cbe0fa9140597842ab0a0d60d4fac6aae751a +size 19127 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (147).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a7cdd36a9b104ad5b8192aa4340284fe703cff9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef24b8cdbe7b03bb7c38be50fcd5721ad231b77db60682bb3e94fc1b69a2050 +size 15935 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1470).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1744b1922a644cd19a4da87cd583d00ddd12491c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c91d5d40308ded2f650adb165b7aaaad970d1540545216d72de07c94a506b2 +size 22543 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1471).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fca43a71300c1f0e0f7a93f21de5c00ee6e7ab0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fc91f755fb02194f04c0d795891ba2dda7889421124d5075949a6ec89e8610 +size 14756 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1472).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4af70b9e2f092ddb71f4fdac93ffeaa3b9e08ea5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85472dffc6fd5f8208584f7f0a841c5b4317258b0fded510dc3699525c238287 +size 12142 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1473).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05e840c9ab4a3a86aa58088a537a7a421d6b36d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06c9a431fa2189a0d174b1f1641c15ba4bd17d46b75e97a72dbf2bc3f38b014 +size 21439 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1475).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d2a8f09523bf3ed2aff08b411a15bd7af071ff5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b772d7249bdb386b8f28ccd76b2193250de4881e4723c06a51f688c04bc36ae +size 12885 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (148).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..288056b23a8e209cdc3a8e610fb669522b9e36aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f7e0c7f2b7d72f53065ca5b1db5958c1296a72574d3b957ae400db5444cc85 +size 11884 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1480).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..657c036a286ba2d23f952a7dcb9cda46d2c0eaf7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb66dab5518c30b46b22a958c78eb07e866b7f51517ea49736f1b86a0eb5d74 +size 21134 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1481).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ea3f2a9c938fe6a554ca9de803aac51b268ed6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73939ed5b67787526902497010684dddc2ec272ae3f19903eaff477134efd51 +size 21809 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1482).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59f44ff9c5e19ffd9f7be8e2a9ca9faea609068c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36bf6a69e89ac1b32883614768459d85f5eb4ea3d183d335b311134b370019a +size 14248 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1483).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d58feb73f3ab0e7ac8684812874eb620e4e42c5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa21cfe4dcd7144f19966a63b9dd2a8ee2540ae5dba6439c42116a8374f7bc89 +size 15345 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1484).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4310cdb21f5ac5d4c9a6ede7e94df4820f92c819 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463eed6d28652d10a5f1e6af956ae8cd4ee7cfd5ec2963ca559839408c5cbc50 +size 15666 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1485).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26ff1469e40e2a2f86c398545b94057dc734de53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed6f24c0eefe9d8ebc9a63324438f42f103f534188a10e266d5918e65d79175 +size 23784 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1487).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d780d7e5ee77b5bcd45539d8f0609b52c497908e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0d19b4533a450faaf0092f612cd649632aefbe531621a1000ade759ce2ab46 +size 13503 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1489).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5df9ae18d3a8bd6347d5f7e7254c14344aa8411 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f21dd326bb085b5f2051f6853cbeb7d36c9f2c524f5215ff9c3ec8a1c7b2e1 +size 22207 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (149).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edb930b90d6403cb41501613a1b2efeec9925267 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b7da78984c5884798d39086e43a249257a57b37e65281a2524edc616f2428a +size 20664 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1492).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cf64757148f2c5fce0d06ed3946594957248134 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3139803330e8144c940149a5fef429e2d9aad71d7a5cc022134bcf0d6782825 +size 17648 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1493).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8931588e208603fa8c7e15ba3354618685e84700 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7429d79b25a4c193aebd952dd1b097c8abb99a4f80da6665d7c8bbd6c83a8cf +size 21870 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1495).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c026873bf72ac099d41a94907b07abf9adbac3ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ffb1ad3843536138a1a6da84af0d5a4028974f83525d0bc566872ab0948d43 +size 13440 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1496).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07dbe591b29eed08575e7c30bff3bb1790553695 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52b9139f7098a4c513925e97efa92e48701c0ff5bae150b332b8ce693495a7b +size 19463 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1498).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b05ace861fe4103c89f6b78be2aabf58de254b2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1579e65814b1956cdae90f4358f837dcb7adede8dd8ea5b4b3d0f014f500e59 +size 21671 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1499).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7be92cb162728d0eff3fe109f9579d49db2b232 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ada698fc03e40455385c3a972c7063246ae4125b39f19bc276b599eeb8311b +size 24740 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (15).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (15).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ec4de2f75807eed1c4a9a8decfe2bba0c986dc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (15).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228a56a91eea0937bd0267e370de649865cbc06e1e8603633edff43dd9c3ee30 +size 19275 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (150).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3d4bb47320ab2dc63940a6b9f5e52becbbf2f7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f9d4a24b403f8f91f105a536c40c8977e86245291b9257aa4359f7e0fb66c8 +size 23798 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1500).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31eb950cfdd4557ec547515cb732c4da49955c27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fee221461ee1c71849d35f0e72f967ad41c9597b696a71a5df7ec752e1aff8 +size 17760 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1501).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..280d3f44341a7eb6902a25abc89a1e599db7d597 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee839838b87439638bf6d5d78a9166385c4cdc81f2ebd83cbae0a831d6c662a9 +size 12630 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1502).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d0da5de65cec376cecbdb83963eee602665070e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c49fce690c2764ad47146a092878cb92a81f444a91384829d4c4deb045b3afd +size 13299 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1503).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9edafb2cbea59d7fff6e851789fbb220f9320eb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1417e44ef14a342f5f17520f4d744616572a0d08f3768828d3b35140f1cd8e08 +size 19730 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1504).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed51ead6dea311a2243f489e0a66e67b8df866a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dc8eddb92f8a05d493eb3c050557bf5455bee3c75ced9e8ee8e43e15fc0f14 +size 13850 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1505).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..835da9ea30e6faec28f9bc09b14180dcb5b8ee54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a079da1ccd4f8d042bad020927e59586ddae95472f214ad17ea08adba395fb +size 12856 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1506).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..792ea3c838266c98f1fb757fee996e1dc9ca7e4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c729027fdb078c594214f3ebee03135ce75cffb0d08cff574d5a89821bf730 +size 19090 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1507).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9905735634611cd39bd90afee87a54286290336d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60d54ff39e9f4e11070f89599301e262ce6d2a51417513d10e0a2154e0bb7e1 +size 21099 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1508).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38d511d921ba737c01ada5063de10f07a244e4c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854b88d5f4bc75eb5209315fb24e2681d1c63aa2aea5715a81dcb33e773a7065 +size 16264 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1509).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db98083f6dc90e4513f42808e52ae9cb3019e03b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911746c2e95e54324a92ea50cd30b16e4da9a7092e83f14c660d7a5fc8c087fb +size 11101 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (151).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6f161675a7dd61bf43321f48c3455d93b2e49c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f59334d93e0574b51bce235ca82e551de2fe0e8032f5b2e89a394805af1249 +size 13787 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1510).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9855076f4bb22daf7ce63332cdb36d841b19384 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b63553fd960b1e2198a552a4755b0ed5100824001d30e73616d14383ad8170 +size 15042 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1512).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c5d2a1cde4caaa8396779307461ad723fec059e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecdd6863fccb178d821dbe445fa359851d9b2107b403955d296edab78de6612 +size 22237 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1513).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ea8e91192b74c48b764ac8a09c94fd060270a18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855d46b0cdf081614fd3fd0892666112c5a704b849e52ec37f45d96136713846 +size 12790 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1514).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a201b202ce47cae5bb126b8f03ae7025f0e952f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a716bf3326bbfd41824dff1e7a4c01bcda6ce2ad1d78558f4022abe0641996e0 +size 12614 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1515).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9497450710d4ef3d5f6034f5919391ac3df36158 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ede6a624ce13b682d34eb51fd7d08aa38042f2f5f375a338fd2a34ef2a896ec +size 14275 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1516).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf8cd424e95ee63a5262db3f8d7f0021d69f8f2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b6dcb3f6b01a4931ead714e03d23abcbaed88bae08e1ff322f1b35b453f4fe +size 14794 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1517).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df477cf63bc8c3dbc91fd67ad2fb505e0e0f788d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea722df4428b29c25b9695f99c54db8d15b5e052fc61758cd362a0b55a6c10f1 +size 13437 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1519).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ccacf9a0c671175520c032c45ad687c0452ea67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626b298ed3b4e3145f5cd56dc469bc1e4a269e1b7f2ab11888428e12918ceaf0 +size 20052 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (152).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f12bff954e484018755393ccd70216685cb2fd62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710c5025fe393ad37f2a9968cd07d7fbbe7b5f2d46d61815b36efe8d51922a57 +size 10595 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1520).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9812bedbd109e550b9e22dfdec26f89486ed6e29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cc596f2d9f1380e96fe16a51a850b8b5d3d917f0f6ecae4248fd2f5926b24c +size 19299 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1521).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d29362602915f781324491bd5e461099574d6413 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f01f021a5bd19a7d1220bcba161dea08ff2b55e09a04463011840641cbe03b1 +size 13879 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1522).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9cac235c6dbfc9063e96b920beb3cdecbb3c3d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23dc46598b2efe019481512e2beab239989d253b88fee090954f73fd486ae2f +size 16421 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1523).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a53b9d61fbd53317d1e8dda5e9a6ce869fb0005 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa121464c889734053eb59b329bee34ec4df32a298776be8bc3407a25b2934a +size 16459 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1524).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..865477f6aac90644e2df047f782b7014435eb4f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45f073e38b6a080e03b2b092936e47463e8cc946289efb79da4e49c8870a26f +size 14767 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1525).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f556594e9ae82e5dcaa7546e86e119d0f65b41e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5918b2e8c70fc20040e8622d29356714634693302313de447585934e05ef400d +size 20139 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1526).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc35519c54e1643c4cbe83cbd68c8a4832ac5fbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874b5bb38e597d6e95b05d1667925efd87dbc22a3ee5ef7e9c2ac4995ad24ffd +size 18478 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1529).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06348ffe0b8da6912fe6f6382c4331fd9659dd4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e628e1a154282146c53e6262bde58d58e94a08f390721ab516792e59b2b32b +size 14307 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (153).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd96b1026616a52522c8fcb05ad55ff20b1f8a9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18b78004d84de93fe6e30ad890695bb7616c1fa430ba81e42c3c991949846d6 +size 19364 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1531).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1272041b0889cc009580555b43565478e7c43c2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e102c2adfbdf7e2f74086f552ac42b013a47b088cbc39ed8ea714e7d9afee3 +size 21817 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1532).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35a07a05d2e2a22d17785bcbe6ad9a010b7f1cf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5733b50c16b1b75aafa2d6eb473816fdec36a6f19b2f59ee5dd9489073188f82 +size 11620 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1533).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29d0e30234b7fd35f34ebb411d18982a48e8174f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbaebaae0fa5ad2df5b7447d6a94ad8773f0ba0aa427e85b716e3cd2d57e8562 +size 12504 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1534).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbd8a2f5a7aaf66785ba5e42c9d73c9913e9a6d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213e57613722f14d7bc8c12118857758edb728416cdf6e0238b13e61e10ec542 +size 18012 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1535).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..179f4a6ae0b66095933cb8175d70cb2636146327 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988cc7138b8c7417254e9a9460dbf04ed259f76f9a57e1fc4bfc2495766602a9 +size 13958 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1536).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9169ad66dde4275527d1e79b4ecce8e8965df781 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4eff101e412b782980d33a809338ac62300077605174e373b094b2ef19b296d +size 15025 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1537).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3df858cb0bba1a364725f7c04ead3c4999442e7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bd292009917b2a53ddf69f08f2134bffa96261da0b820e3a7b177a6f5b82af +size 13203 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1538).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eca68fbac369026b6455943d52c3b8c246fb2a5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97165a5e2eba74051425d60e9a7a4365de45cc821bfaf1b860070944bf4053f +size 21228 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1539).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3879dce16d357a009deb2ca1efb681c487582802 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518073bc4ff426017da53c3b0df2c8b36cbdf5e6d26e2e2ca1db32157d4d6f6d +size 18181 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (154).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c35b4c5613b32192e01157b52df3c4176cd3e706 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c076cdfc4ba4b09cca950b2a0d719c36dbb173f174886735636e99c437a5b7e6 +size 24669 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1540).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edbaf6af856632e60a3561c52dcd9ff10f499932 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6444bfa1723c67ed8be01b447f2faca8ebb2f4ba0216f6f6a0aee66ceb2756b3 +size 18578 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1541).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c135d27cf6873256911cf1ed65ddbfc2c39a2f68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42e8eee56ec112498ca6a089e53f2609846ae45507bf84b04599d7f52386ede +size 13247 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1542).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f45a8ef2b5371fc5a9d578f29764826cd28cde5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf46d23948381c8b18c6a9aab714818e16401fc50512fd9c5f6a3bd0cfc5164 +size 14907 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1543).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70045c282324128606ff608cdbc0219d27376b42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81e6535295bbef89e4e66d3da05e96a8efd5b17b1da6089b0378560759e6034 +size 20443 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1544).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b8dcd50e1b94ba393cd851ff1a3bf7d00fd811f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc9a5a8e4bd486eb41fca326890a85ae3668c03a214086d242cdc640b044e40 +size 18427 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1545).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b51a9a805815be103969d1ba007828441d26529 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08ef9f4ae250b5d3c0f173c6e54b865f325fc172707451abd710ae64b3ad14b +size 13975 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1546).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4e641229ac9c7d877915bc876cd3b7ae8e2ee76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8719bb46e04f971b17f93a0afef6b6960553e3c91a29e1fa20a4d871eed58f98 +size 18032 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1547).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b59ee374b84c084f8df145d7636d0f95ee54bff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69f442f064eac7d3e2d74992d45a92327f734a670b3eaacfe7ad36e067350b7 +size 23416 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1548).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7f4f99ab4363c5b361ba44f8c18dc46554b3a88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd8c1aa2ff134ec02735b23cf2cb444260b61347413219068959b258d13d9e0 +size 24370 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1549).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cda9ab4647334456db30a5170cc4a35d5d8cce5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39b5683167ce5167343f48da60b72e2e9673f5a724771d0881353002522fbd9 +size 21992 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (155).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e257d3c4fa467d35294d60b6c7431ac51b21ea0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb16ce396a90818aabdcd6d3f5e32429984b43386cc24384db4db3480fce377 +size 22628 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1550).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90559e335cedc25b20aa5556b77bdfdc9980648d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba28279bc02139de9a77718844cb33183009a4dbf55f1474068a74d561b137da +size 16026 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1551).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef125d7f309b4679a1a2eb9bcd2d1586a4f81ae6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d177dffaf45f7ff9316ff5b36dc9406f35669be67ed059edf699c5ee6510b89 +size 15700 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1552).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a64fe9fd5497de7b401bec05c186952b1e49946a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6487171a5c3d84eb5304a44ddc70af73c94bf266a5d05180500bf2e196fe8d +size 12954 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1553).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a21ed51fb0d82ca42583e3da7d288880663779cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea07c81f32888ccc5033edbb3407a76f54f80b93a12f09663121eeff3617f65d +size 19577 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1554).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edf0285b0246e0d81c2f606f0235abec79c94467 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6f5a405af060ac649ed44bb9000dc51351dc239e3ee256748b0466323bf226 +size 18399 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1556).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da0012fb25768dea8c40fb2cb50e03612c6ed0e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3028c0f741ca6727f1f8e8513266031541699e1f8b4c8448e7c4e0ba53fd26 +size 17811 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1557).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f156c6a0043764736ec4a37aa3d39dca024f5301 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32da506e6cd5e940171ca8eed09375a295d0f601fcc5597ec4ac5b471e84fa4a +size 14525 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1559).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90b5e3efcbe8d5f16e7eddc7c5248fda8d4d7e71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39a943c7587fe5716080da37b0601067475249ebdb60b1c25ae9927cd18c5e9 +size 20232 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (156).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97f6d62d3b9b00f5bb12dd82b113fba7541a5d9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d33178bea3f789938b25e1aff7c5736f4d562e209e0cc10c0accea0f3adee13 +size 20088 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1561).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..714fd52088faa66424f4b10c2ac50435b7389420 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2599d83804a4b51333c6f542970a220c3b75bc0a928ee324c6bd358aa8ccaf7d +size 19682 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1562).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0a5b81aa16be52a8debd36a847a50c3f21a961c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a00431a2b78dca7464e8238d510cb332d16461b31ab7c5c0fb9fd1806b3456c +size 13588 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1563).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a86a3b7d5852c91bb9c93db7dda037454b0f0df5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af1cdd04b1725aec58aee4ecc4c928bab40afd05eeb73ed4c7cb299c79618ee +size 12107 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1565).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..adca8bf126a24540351c2fe27ebb60d3dbb13b8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07eb5ce61f6eaca26ba721792c92998e30bd9110fc3ca3b2346a0630f8004522 +size 21290 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1566).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ac89cc0e28f78c781dcb53d9dc1a03b9ab7518c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a1f9086b751ba61bd2d2ca33dfb4c26adefb64419db17bb16553f340cc36cf +size 18374 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1567).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41e53ff2553ce3fa692c7374da163089a1b42d79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10170cd7e724ef3c8ea1bbf4d94ba744c4230dc63e40a025a6837473477743d2 +size 19842 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1568).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64e7174a3c003198221687627e66f583d2dbb656 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ec5a22b21d73bb00eed93c3266463e3c65eecfe6c103476c97332b518692aa +size 12490 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1569).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..619379a9ead697ceab7983cc0a9212c21d07adf6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4edbf05df5bb7c638bfcc43b5e01f619b3f12d1edf01021374c00fa0514c848 +size 16670 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (157).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9177ebb0c1144b594dd0639e6a928895ab00f3f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c73edfa9ac5cf37f2c5eada047ba9e0c5c36eece02c019e52099a7d878a36d +size 11165 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1570).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48c97c9e7e617fedf0815a9aba9befaa6c6e2ca8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1f44c674f3e2eb5647649adc9b624f29eb2caea3d7a8cf92c112721fc3f739 +size 14018 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1571).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9d9875a89dbf0d92cc79601b0abb1505a21e37c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbee8660509ab5d407f44e7cce1801e6f13f1f3a62833bc3bd9487fdd1623b35 +size 11619 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1572).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c715127be65fb74d620cdaa08dc59e1eaf49a39f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908bf02b4681d67cff5a6353cc5b346234df565535307afffd779e847546bf8f +size 20823 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1573).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25be4c70885329dd18b1d3ba72d276c905f2934b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3f2490a64b64c45e932900e07e761851c6799d0ead382f97ff3b21aef67214 +size 15586 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1574).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a1265c932c228b9ffc51dcf84c75b42e7aa518e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d771b8e16cd6d29b924570a6bbc837a475e0d3645e3a81cfb14cc9e8c7298792 +size 11746 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1575).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2aefa02b1bff994cd4fdc5e77c5d6089818c694 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d5ba580fd04c089b4121a706cbfa1b35f211a6a6dc8b7adbf5e09e145e2eca +size 17891 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1576).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f62fa1af89740adee3540ca92c4dd0168265feec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544651b26928b4ea2204804c9fcadf98821e01f587eceba25a76ec69943d65d4 +size 10901 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1577).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e80aca092dca25f83c74b2a878595d6a1effb18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b99d5ac0f14ed3f08af7bbd2230618f3c4b9602b4e923c3ba1ca64bc7bbb9f9 +size 12232 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1578).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbd36f2b34b3276d9622f18a04ab53e4fd1739d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cd4d8e332572ba0f955c10ad47ba1ad2842f446d3a975c292e606d8b96fee2 +size 20885 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1579).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba54dd76eaadbc1bb05bde2afd6aea0eceb0c1a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a326aa1e06d0c309f22b1c37220153cb9116d2296bc9c7394487bd6d43937d +size 22204 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (158).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff3383374935e700feebf03da370903801dd06f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba68f5e1bd3d06921fb13e3f44b9e28985f8d9fed1a18e61a6c4973b3697da0b +size 21539 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1581).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed32410965a88d5d6d2e2307726b698a4813167f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d5d4ee95199fa6e587c6745b36b5016a1870bc122e8fcf0e18b89997ff96ad +size 11127 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1582).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5decbacc3ad55a1921abc40d9fb46776a8709a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664ef75f24155e1ebdeb3e7d21cc21ae1b9a788e5750f25f46b7fee4ee1ff686 +size 12434 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1583).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c9a8a6e6e023321d678e121782ae00f86286c24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f130a4b7be524b1d8cf31b0b9f40db336dfd61b59d84a8e1bb039eed415acd12 +size 14605 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1584).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0de0dad73d647ac60b622e5897180807c96f22bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9135ed6adb58db4c779bd854b787e99a20b96b7f9673a2a2ecb3b3176f5ca9ac +size 14399 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1585).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d9a688fc25ff269effcab32efc3696a9b4a463e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11ec2a7bde48973ebe9e6c42cc0557f5b573c86fcb6443baa0a4e4f66d2acd3 +size 17353 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1586).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a379122fc910e73bc76d417c3222cf1b27387376 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c010517ed43f9276f81296a1a38aef6a62cfd76ea8bb9a6cdc4f5efa02c279c +size 21404 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1587).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0e495edf03ab04b9ffd3fed63519b4f5086344d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f332c6fe5c3ce04429160334ddde9d62786b67b2cc6616a5425898ed689370 +size 23643 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1588).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0515765af0b542cee53cc4da24d459c625f12ba7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7f39d8612f881ad2e7c1d756829d51a1c614e295f6b0a93f2b49e6fa829d07 +size 12491 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1590).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..386b12b3e413d14a27a2ddd5a3a0da55cca94bb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ea4eaf192476e7c7a87b1d4e74f4aef331cc94cb682c1ac1a02f24ac028c17 +size 12311 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1591).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..493a0adacb61eccad4ee21e35ab61c303cc60592 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cf37c279d73f1d8d62050cfb4478d4e04fadfd3ab8c0f2552f74e233847299 +size 18812 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1592).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8991353b0dbcf579210ce20421f82e3b4973bebd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4b3050bd2297fb2c3fe065bf3a51e681c45b529cc2c24fe42ef9bd36894311 +size 13395 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1595).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de78537f4e09fc7e5240b326c6a0e5aceb826331 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3e16d8f0a78c3769bcc5b8930153d2d088c4a376787ff6178fb90346684f3f +size 15767 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1596).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d91a722a883b00b72945a6dd88bcec55e834de0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f86d500976958a8eb2e223e78728e80b99931b0f98e2fc9ab1adee4efe1352 +size 17068 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1597).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e7310e9845fda520f165a25f42b6e66d2100d24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9439ed1dd5db4ebc1446984e62b4b8fc108839e990cedafd70ed22edb6afde6b +size 13723 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1599).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c9370b6de55b2b1e5b25fe7fb585ed1383d3f1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aca1cd84ca7a53c03fcd99e02026d075705e9fcdd4b166322654849722000cb +size 14959 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (16).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (16).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8aef96392d362002db0a67cda840319dc9071eaf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (16).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3033d6ca7c8c12395bb95149f627f80ffd14faa0a5a97f4b8dddf47fd7f1c780 +size 21808 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (160).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2d964208a4f47ff9b806a435fbdbd7779ea0400 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffbcdee743f3fd16c218573fba9f16778a8b986747b3a5474cee3c8a5c378d2 +size 20371 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1600).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0ca75287820cc8abdb73393b4b51b4002ce5b03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0eeaa68289c76d3dc3aae7140355d7316dbbf549e34edd5cf5fe34f4f65b8d5 +size 21235 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1601).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c5fee11cafd06fc427cbd5478c003ac25ede733 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a8bde8d636b9c9a5b6e9de4a5046f45a96ed2b191c588e0d284aeede58c589 +size 14420 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1602).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e793b49a7fd3ff83f363fe57b17d17ac865ed55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5a2ad16854b0cb2086c82dd398bac064d21ef61550e37d6a48b0f536b542ea +size 21895 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1603).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38bc7593808d027a868454db0c1ab6754ab010d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d96a0fb2600df712e0cf99f704b19afc514067584c968418b6492a7928d93d +size 13861 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1604).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14d77bdb424e58ca37ab6211870c0604a42aa40a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25deb812a2b0b29f5fb21df780bf920fd7e8a36bc9d8cbd2ba1bc8190164ca17 +size 19717 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1605).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5537d39da00f446f7459c1a98eddc7dbef514a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80408a5a703b91bf382dfc21c4a53bc391940a6c05a9f4b524813c573f7fac6 +size 17262 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1606).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..568e2fb30cb0308eb7ebc05e0b70b37c6f420de5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67830b8e044a45e864874f1609568b43f91cec6a9452979dfe807c2af67e815 +size 12329 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1607).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..834c27927f91aee61e396a7238e0a8974d4f6950 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aaf7b856b64126c2c6b5fba956c3d0514a525508d636053f43ababb5ef612ac +size 12679 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1608).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b89dd5ccf5ecf7cb1dde611ef2394ddd404e911 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707b9e82c8378d37a8712e3ccd8b6a68cceb08b6cadfccb2b6f6fe77315b8c99 +size 19024 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1609).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af2da351f618af5a9e546fe1b85421545169afee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85634cdd2cdab7866f30a91634a64e52544f7cbd36cd5d34aa7185e0aa6025fb +size 22035 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (161).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de01b25591940d03b039c03aba331b853b19249b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcfa75381ddab995d88e18ee1fb8efb7c4eb74187031d9b4180fd10456df1d5 +size 18225 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1610).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ce50729c11d3504b975801d0d8b085fe1fef405 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8f7ea66736c7758eb50d644460b76b4b189e8687f8ce08c46845db708048e2 +size 19473 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1611).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef9e05fcc5dd365f071dabbbad74615f26f78554 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbd44da2105fcb68d55e71ededb3f6015baef7da1989d21cf00564baace6417 +size 14489 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1612).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ce8f68c14740852f44282d8af072c7b62dfc78b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4d95383530f492e836ff4cdb22e3bc0ebb1264cee902f82e0811f1016baf09 +size 18718 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1613).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bacb9f9fd27aac170dbff16f037857509b681e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18c1e7f7b49337479519b4b2727e05c43801fff3179cdbdb625009d76d3aa4a +size 22172 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1614).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5632e1c73e99d9aa5d1368e8fe0ede169ded747e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309be77df482f0e6ab384bee216e8be0261f72ae2de11d0af0d22fd0611f98e1 +size 21623 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1615).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..508a6852b91c456d764141b0b0e1e029c35a37f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f3238c3479dd7ac137450a1a2857204886b483f35cd5e6a7b06f7f290a916e +size 19052 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1616).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45c5a2bbef318f56a578378eaa1eda19937ba434 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8f120b11b7061c883f86a7609e0f310d0cd7918841f8f14aac9dcb04c63985 +size 23021 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1617).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27a904d989117debe999911599bc8059565b1e3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191c8273a219e3d79c977d1dbc856744ff5dfedeb72d304693f1dd5b6b8ef789 +size 17599 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1618).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d89cff269c7e8d7a9f67806302c35e8370a12ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58707ac9f48e877d5e8c45aa6be44c1feb0d8729257cc15a9f96ab8f7d4689c3 +size 15097 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1619).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31d8d55b4e9c587d0abecc43e3b2465cccaa61e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a80528daffc72f132be4c5edbf38257ab6390db0b20993fa5f0cda4b812387d +size 19008 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (162).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd6b9711c27d3139fd99d9d6021e71d1d23b4e5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a2faac1f71dcd61dcc239878479cdf279fd3b011b7443226fab272a5a47d04 +size 17713 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1620).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e729b4dbf8b8de962a1f612fa3ffc93bb01e4852 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2d98163c507ba82de0c3c1a667c4e864a7ad0bc8079bae3e431982412e12f4 +size 17645 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1621).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64f82aec713c23d34da5ccd7439a7c7ca61ac5c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d90fa297054d26b3699d95d0f30e0083299770325bc486bb577f23fe1869dab +size 12021 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1622).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07be46186dcf118b9e1a0f4e4644b4f0677c5436 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353574e5911f7172c7d7488f7c68b84c54e74994dc38377e747788889c892cdd +size 17028 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1623).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0043d4e0cbc1437d1f45535ed56b83a173ce1c6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ff0836a9af204576fb8e32caffc652ca62b656c38667f6f313ff76046574bf +size 19543 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1624).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a418110bdb9f2df415bf80fd9463858f34fcf45f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce136b0a49763f57ea71570feeb75a356dd6cb91e9f7d56ab898e15af48bed8 +size 19994 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1625).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..608f5ff8f70f7703b6351f9924bfe3bdbef8b3f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da44af795f920ac52f9eb73db8e57c24d3e2b1680be9380c9b130021692ed24 +size 12614 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1626).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e49afaf71b423b46219a0d1a5a15831e3f5fb6ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b1ec813c853d4f319662088040fe8108c8a735f77d270944f5b2b844a1e643 +size 11823 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1627).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da3e7ae2ade94cbb85460c52cf8718c84b5346b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fb6aea13d211dc6a05202ae62c0525a3c5aa69c4eca37543311f0c685cbfe0 +size 16498 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1628).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30fb01ee68574951044a600853e3ab8b78b2346c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e294405c169557e3635011d84b58e7deeea6d88314b9e49d8f422362a2dc74 +size 19507 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1629).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c738016b1aeb66a6de3fabff40b33fa903f5c28a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12469cb0ecf8290d1c3f8b0c9e1797c2a443735e097251aaa84b98427af754a0 +size 15141 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1630).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e48674a6d3e74aa3bc6fd8812a67c97b580a14e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af759ee56afc0067a7e907a16f2e07c884d782b82c77522726e601db37f2a5b +size 21526 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1631).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5511d00566c9369e6ff3508cc1f928f794663243 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edee14865efeaff31513f5fce218e6bb702b457bcebbc9edd9baa32d58d48ea +size 11085 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1633).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59d0be7513399780650b60a04561ee15cee78dc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb6c52702aa8f0468b4649b0eaed831624aa26120e7a14df73b54180556d565 +size 21836 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1634).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6618bc3c3ba6466022b06fca1a71bfc781e51f56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcfc89d4f0790bf0556576d3f872a33d7edfbfe1635139cf7f3e50e0a2f2c0c +size 15184 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1635).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c978801024e5c8b4cc7d3f68b34d376738f26729 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324d151e0022d14d4d745580c972809e7f12e81ab4a8eb38cf91e0e48fba6aba +size 15839 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1636).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3900f674cd1ded496a53885bcb9245911c66b8d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75732cf7eea69505df4527c4c20f8e8a9a7ff8234d671c96ffbe562488d189a3 +size 19424 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1638).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33df78bd38d0f866c5dc7ead9ab61eb0e438fcdf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310df921dbf13552083da237ccc2da0086164bf6aa157bf2c39a9ef65857608c +size 18731 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1639).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e5e4eeac05919c8f656fe2ac4b9886d870fe85f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0379c60b5511018da0cd7187799b9b4264f9ba5296d147e8c430f1d46d8acb5c +size 21817 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (164).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb5eaeb36fb3a29e39884b8e67169a20844494b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9c7b57fb9b1bfdeb3d11eb18bd77fb0757d1f45728575cce030d19c2cbcb85 +size 20573 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1641).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4628133b2dedc7e5aadee2f56befae8261fd90c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a3840434862b3d697c6ff4b7eb84ded0ebccd2d9b07919b981c6c2105aa313 +size 17163 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1642).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06ff3065d7992d8dc955c43a9e30515050b61002 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b62c4cbc72ded0dee242973d1cd9eadf135408599df7112b8e8bc1c4b175338 +size 20372 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1643).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4e0c811181c8b7722ff03569c32d1d1ab92a866 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1887b365bd640cdf1bf79b5c9d7bc5f447c90cde55c262f6a276cee987b60347 +size 11854 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1644).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afe8c0004e378074ba4292b493a059c2c86b047d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc0c0a650b5ff5471bc3be4f431c1127e01abaab450d0ab0f6e43fbc7477a58 +size 23528 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1645).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59724c0f3f4f9461b6f326035f741fb09af9e2c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d315f9b37f9e967dd9aabc241285d0ca14126e91eb20755b5a3fe73f590883 +size 21152 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1647).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c388f4aaad259e2a90a7601c057ab18a22d5c918 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a63d85ed3a8a2a2e66c3c66083bd51b09a99a9c9d5c40b5a8d45f72dabc652 +size 22034 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1648).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc0e85fd76c3fe4a68156a031eaa7b8b341a25c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e7213618f0c8e6a20bbbf266ef4600ce294ffb18830e97a7172718d8fa31a1 +size 17657 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1649).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f08bd8afac0e41514c33b61699d27f63288621b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9d503393dfb0d2fccd8a629a1728703b945388b69aec438f8bf60773b6d59a +size 18909 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1651).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33fa85f2ef8317880b2657b6317094760a49fbae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb4e98b4c88c03f4fa21d2d63d18c3e989d9fbc787951bca5db6feb0b810875 +size 20174 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1654).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03a05d3f53c91d4dfe0bec10095931702e2df68a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c7ba28fbc986ed9edadf3e06a1615633d49c5f1042b3be4da372ab0cc499ae +size 14430 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1656).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6dbb35738d8a1a0feb07314625127fcfc5d5625 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688dc470af873b9c70b3fb80d6a91ee1aaa5b404594da08e30efdfb7555e82ac +size 19191 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1659).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c4c6451b764f20dd607010c666fea85550eee37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660d98e64a9528f58f845bf6eed0cfb9e99aada0a0b9b9c6bc3610b6dcc52f7f +size 12401 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (166).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e57be56b189a6c5ea81f4fc0a1539a5d541a05b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24166681fff0dfa077fa0970f3c6e1c14e5b16eb7b5d504721955d20123c228 +size 12741 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1660).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..011261538e1fdd81cf4f50b591ea6c994a4f1e9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ea3fc4032885f9497f00f0a8ef871464d659fecf8df95499db4ca80c9a9a12 +size 16309 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1661).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d47cdd177b6632975ec3feb73f494a0a2444cf47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce48d839ceeea0115bbb835fbc25caf2ecd3cbcdba1782e897b9fa14e87bf762 +size 21630 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1662).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5d5f4b68fc7bf4468bd668d2326b81493d1d477 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bddc468f81a541306e230b98460f0a85250ee84af697fd94cdfcca740fc732 +size 11346 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1663).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d093445d744ccad232e6e9a019fdced264043dc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5f443c92e5e6c58189c610172a99cb13c901bc436c7b58559488e5ae7ebc87 +size 15040 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1665).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5afd275ee3f9f336bf5ea73a3b5f30a09cc3d38f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890afcc361a5286f962904dc109fbb0e57a5046dd71847b3d8679eb3ca7ba41d +size 12338 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1668).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc8896b1261f8dec0bb39736a3e679847239d8ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79def466619bd92bc2c7e4dac20efd941710b679fc7bcafcf4e3200e1f4e665c +size 20586 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1669).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c031e1ea8e5d05a63a7b972b183461fe739af97a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c8e090c94d7c19d9e48504679b526ad5a651217e174c45b7939e3945a769e0 +size 23391 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (167).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7c9c7e92ccf93831d7c5e94870d1d8b6b6ccdd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccedf534e33205d436051b919e93ed80aae67c2b1e4127d6c12677740b063be4 +size 18417 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1672).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..634e1d6572a07178fc20df55f11478e10cdb9d12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160c870a90a0f235fae1900d334a618c2868e9420d3e4de2433fe48f6e0705d0 +size 10559 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1673).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74446a4ea93ee0b4f68a8444999673d5f67ebcc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d364ce060edbcb2b9f234d870ec9422f32026e6e81a0fed8607e7d748fc31e4a +size 20562 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1674).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58bb3749ab445b134b19af9f0df02341ada8cec7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6c723661244b76923a773ea3eae31fbed3ea05200b224fc7536e668f63d5ee +size 16138 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1675).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87d1da86985b0ff9c2466ae8eba4da90d5803b70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a9bc027bbf2da943d6788a8f52305fd8a4c6bb158abfcb3abe7e518628037f +size 21103 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1676).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75d5d6bef601ca76ca7fdd1d90ca9b2580b79ded --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ecef4f0a666bebf124aee965fb1257186d6a3b8e60fbe0071c429cbb517411 +size 18846 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1677).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f257817f2eeef7c8e76718a63d7621316e89d5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8589fb92eb4132a787fe73e8de07b22b3e9f346d2281dc5ff62af78b3aabbc +size 20344 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1678).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a59194a3cbe45d5dedfbd41b33d1663889a7294 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3cd2a8d9273632f6e6253c9c72a95622655b8156a5cd48c9cf3ec35ca179cf +size 21843 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (168).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4642c5941fddc70ebe88a1cb2f57374b19d33951 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e166daa6bbadab71bd53ab812e37162e260edb3b2c0c2531803f0c8e1a74c5 +size 19437 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1680).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca3937af0b077e1e8dfe52ecf56e7cf4bbd4cad4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39b1e4bf7cc571d1d826d9d0588e6d31f43acbe02ca186cf6c29902ec95649e +size 15810 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1681).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01d3f6e276f1ae5499f7268d2ff0900e35f1bf7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2317e9225d792486ef9bf1f12be4667d0a21dccb25d3dc8f06c9f3d968741533 +size 18218 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1682).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30a2e5b82d7874988293d8e962b7c1d700ee0de3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575d4fd6834e1d228bb1dc090aa5a7a474078bc81d0734664052a98bd3547106 +size 12997 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1683).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..925cd0f395ba50ecd7668fc98c757e721e84a56d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc63ebc4955e98a5a6e519c5f800278f0a887608f2209ffd50aa9466115aae4 +size 17563 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1684).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6468a818b61fa9fb1d38f3a992a0c52af5412f27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10632129a6b1de12b5446fddf854568826a88bbd6f3756e641b81c5a3136620 +size 13574 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1686).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17270509519eb88e0e0a89ef6234583fa7fc450c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c31c7f23f4c3a433b999f142485b7935021388a2828e7d70614563af7da3727 +size 14047 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1687).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..653f624da6d9025580f21529e6fe3178d38c432f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26bf07bfb4f9f02194070120d27f664e91e96784e1e207398a05bd329c4856b +size 12894 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1688).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0625f95a3e5a0d85aca83b469dcf2ebfa011fc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3c615761e6f0f75662611b23d0661fb40c4f1e27debf8a696215faef5e34e7 +size 18214 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (169).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7972356ed58e379a3e846d44b76e1630c1fd7483 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987f60e5697cffb27f033f5069ab0fdfe99598290c774446b7c1a4f6bd3a3848 +size 14345 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1690).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91fb718a97278596a5659386586e9faf6bfac036 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc14317d34f0979f7354d7508246b357c82d999d5482e266c68b624b3cf49b26 +size 16582 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1691).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2697c8e32b8bb36d1c7e9c1aa65971746e58877a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f47d5d3d59f467f0785ccd13f5a19609d70ed1b0aa735001eb186f19957b25f +size 20005 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1694).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b8efda587e9d39bbd77e4bc7ee02496b801a460 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1cb3f923c5ffff1260cc6065df41d496792fc072a6f32f4ca832bc4457f0a9 +size 16516 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1695).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8efb5083f92072c6c676ba96b00ae11ed3b181ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7062298a56af090f363cfce769c7c2e621ab94801dc9947614e98fba1d105c60 +size 16502 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1696).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e607482e87d4dfa15aa96572a15216feb8e9e01c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db9becabd58c908373a95a343756cb666bbfad0bc165e75e82f90d404d2a480 +size 12480 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1698).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e76937ae89a60a0fbc9fcb8473872ea0964bd2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82875a66af5d88f6477df9c525cf5ccc59691567cea2ea3227a4c99f48dddfef +size 19117 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1699).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edf3db16f489b15c18a5a40e89f49a0ba87f43bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1547f5d9190d6ecc3008d6df3c5507944855af81626c0076bb8cefc6a237893 +size 17370 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (17).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (17).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cb1cff9dc3ab953685eeaab6091a8563b570647 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (17).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4397eb4e82691f1d65945c37baa5ab1d1bd2607de9d934113457de4a0ee59072 +size 19525 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (170).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbb0d9f4193c8a8e66509c67c27b3ab1edb4296d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32763fce071c5a175c49933fad4fa057db88e0c41130c1836c16e54240972c30 +size 21781 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1701).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cea2d18850be249b4a15392cf6b51502fbb2ebe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cc004c14a515c3a8b52ede08a094ed87aecc3207a05ebbed62a525922d5ef3 +size 16802 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1702).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3df623e13ea586449cdd964896aec0a002b776c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d17c34afa6ae8a5c087ab107df13c195bfb26abcd6d5cec9252e595f1f9af8 +size 21491 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1705).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87966494849647355a6e37bd33dab0e67eca966a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a35d4462c0b7e6741dd17aeb0d3dd67ae3a75407138209936b64eb401555ced +size 18313 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1707).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2763f6c26d556313294f45fce9cbdca3c6334b9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4c1c3aeb500c0fa0aa6c2c63999d6175434ac4fdfd996cb04831161a5ea877 +size 11687 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1708).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ab8d1d1cf227208b5c66a2b16138fad252fca4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d33f6884a4a44374ff6d94f99ac588d45dfbedfc2d9e6441595fb83325de2b3 +size 14835 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1709).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7570e782ba8f63f39144f5eb2fa4605967ab5225 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6161aefbcf19f5b9105f1e980bbb21a63b053ce5914012b623e71c31eaede3 +size 13035 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (171).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58ee08108a96923d6784961a543a06fb7fe1e653 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa7321aed9b28aacc6311a1913da5513f726c27486e8025320f40d7119031b3 +size 19685 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1711).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d56cc2c5cc6bfc41c8a8509c18ccb2974d51ce7e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78925a3000bcaedb3b43d24e2446412e56158c2818d589470344f3e84bf16cb +size 14442 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1712).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..499f00be224f741a78b1e35123e57fad5c9e2743 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8824d68b63086e45300bd2e143964bd0f19c7f95fda5c5f09720f03a179c2156 +size 18949 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1713).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77aa2ffffb779fd05b41611d7a39c3cca981fa3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082c27e9a67fdb3ef20eba670b0c80056719fb36c4d1207b821705dc6df2633c +size 22226 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1716).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..830c53b90609a7751c68d54e6b0a7abd3c687522 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014849e3fa20adf67efcfbc42b39a6aaaca1b5354176f3358b7847d98b06c1cc +size 19951 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1719).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..caf7c3b367082d6060f4299c12fea6b9fc81b57e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3b18de818b6db7dc95b363bb50085f2d57bc6e7bab9d4377f1473feb9a439e +size 11681 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (172).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..927f1147e80b516d26fd060e10a474af3d0038a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586134d591a2b728abd7cc060518ed50d466b12ce9f6cd8301def0506b5aade4 +size 16729 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1720).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41ebb1eb7d78e75f4b54f8ba7cc5dfc822b446ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8243457db2a1e1547924eaa028885904b3a623f9cd2a93898253a03cdf8e0ad8 +size 23008 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1721).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40c55660e763c4305781d31bdbbf1d94afd66b16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c00bf34085d26dfa1418349a69a8e8a278155be78c57b1581e0ed42baffb62d +size 17599 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1722).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d70bf59534d476cb3fd77fbe81c1434701cf3032 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7922fca138c97b07b608b7af755a88fa9ce40dd40e38c7c222680cd47ddc10a +size 10534 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1724).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a72ed955394f497fab193bb67ea07a4b92b113d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79c53580f1437efd92977c5a7da4a6cba91b06b140c852c6759629e0dca8f44 +size 22416 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1725).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd0ac722a36694baec756277a0ae4de012ac8c02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fde5b36e6d75e18f48e632ba57513b761595231f7e081befdb80efd28e467d +size 13372 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1726).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4b91e290b9370e648fd39d700df2bc7b42cbb2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ee97583eff885dc6ff176b9307225883944bab318b6ef1a84405e88d2ef3b6 +size 21090 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1729).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86ca23b03aa8f2a75d5e6f395902f376870a74e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea45b8683fc6e3bafab0ea6d781c6385f3183a31395e5d3b4c12c4a1d075de9 +size 21289 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (173).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..909630a5e571c197c3c250c305256ee4ef4d8b56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c5bb32a572c878daa21badb7ea0f3ed255e52b328e74be3485b909b26b3440 +size 17022 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1730).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..529bf03eb91e7fa9f693e8e83c8a6968969bee57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10396971fb02e063730109d7eff9bcf18a3cda60e1abbc398d5c22a0f8d260c5 +size 12060 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1731).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f39753ebbb93adecb7472e9dc51d9bf83c3d71d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8821773663a4cdbe4a669a66f2b8f7482d6dd8e8980807736228cd1bdc6badaa +size 19361 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1733).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3165b8d7c117e5a6462b77b9f6aae24eccea63d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ceb53b24b1b9137f8bbb7ab597294aeae305124d39bc45c9237dc16dcc07268 +size 18138 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1734).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32a75d83d331510a1f86fb1f5370c9c7b864cfb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56e4365287196624539b369e8cf1671ca1183e03f3bafd5dfb136a6ed580af4 +size 21707 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1735).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f3093b66335a986e98950693ac851f8f2052933 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6340594529e5771bcc67bacd936afde91243e081cc59cc4e7e2fec9aa857030b +size 25356 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1736).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d1fa25dcbf26d59bff6a16273c9f6364b3a55c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf85a1d834f376a710b7a15a74013c1454349a014c2b2395dd01dc6743ee754 +size 14147 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1737).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7a4ffef098fe7b8bac4b22bcf04817a80e126e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34898741182f933da315d21975617a5407210d5bc8058686a3a49485c480c8d +size 11457 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1738).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..277a47b306bf4c49f91d214455e6b35737290993 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db1f8b3098a141f2467fcf0e3ee7ba4d996bf1de32b1384025c38baa66de26c +size 19072 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1739).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de727f733c7cb96b95b826ac361bcf4faed53d3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4760d85811f7166c40219fc1205172c195604942bfc0ef4d80556ca4628cf6b8 +size 20359 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1740).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ac78dbfb05cf9f69c7fe36b3cda11b3c6f8cd5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc330aafc228dc2d5996bb9eb5fe006c794eee3a0e8c8318f22d0758ec9041c8 +size 21646 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1741).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e913ad65006097f707bca89728f56942c66e97c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f633764ae656e3017075325a67f6899bb83d72eb8680ad0fbe7e2fc229ff89e +size 19131 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1742).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19401ec217f5c0c7bf784b0d6c5f02026f37c900 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68ca0a2ef7ed3129975910e0969e32ef2baf52407d9095b69c76b73dd09a803 +size 16826 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1743).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b372af51070e03537492c17b44671c14ee1df36c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442a5de1a7da488f9a4cdedc2bf110ff507ee6fc59e1f3966d8ef7c24ff69d91 +size 11739 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1744).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00ff6fc121ae4d5d3ec56df1a03f6303aed3a9ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e463a55b8a993b46f5daacb8713df741c6ac6e640d9e3a96adc80e283a1c7b40 +size 21499 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1745).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34bd5e477196fda92ea968e6f8d7582e532af1ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320ab6cbc68d78682d961bde397f2d3f857c67b5d8dc82d3d928cdde4504f1c4 +size 18571 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1746).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28c48fafd68b9bddf2adfb385e308193af8c6527 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274fbfbd7a54bbc516a72a29db1d21d413637ecfb5f06904efabd5e1b802f20a +size 14449 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1747).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5e5e4e8c6cb79c1994a86592a77ddb0d3ffded8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbe01d4fef861deba6b62e8ede40ba20e2b93b519a414950778da2f87a1d566 +size 25356 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1748).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abb54b50431aa39916c201a27ee21696bb64c54d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62e3b2f22344d1ced2e98490e753aa7bd8f1cd583ca0b2faba0259e049307df +size 22857 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1749).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..713adcc566a0a6d148df5164ff9fe9c10a08f691 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d986f5b2783d9290a67b0ce248b2abb908fbf9c4f91397343614fe3357710e +size 21238 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (175).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7a03ccb9a55cc5b3de7349ff57fc3023ee71e8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82867c5a7ee3374a805a525c6997a5796c1f747c236e1cbfdb3a8e3f68688112 +size 14202 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1751).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..215e62d5711d85c3767d796ac36131626792eaa6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e805d9301361192de458fb65bbdf58e665f424c93b11d72befb49aac104926fc +size 19203 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1752).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d10fbbc75d3313b3af437cf9d0ca2b2de77378a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc1781fab25d6441505f7381274269c758571d0aeabf298941de638ddbb02a6 +size 15154 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1753).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbe78e58df3ddcd7e98418b53fa407fea4e1ff17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2896aee140e6d0c424ffce62f2f1bf9c6a940506ce0da48ed4e1ecab9c7690bc +size 19020 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1754).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6c58ae9e8dabe76c33a021969abbda2f180edd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372b96994cdf1a0a5ed550ce485e6151216017764530e37d6d28437416fbd614 +size 17056 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1756).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17352e8a2beae52ed44890000ce217c317c7ef2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b900d1fc4a180fa8524a7096cebac21ebafc426d7cde29a64aed701649fbbf +size 18261 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1757).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e74401f87f2b289d716adf0e164af071fe39165b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a502033efab3256530d20eca67a1c59cae0cedbffa219535ccf6a746008b97 +size 14894 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1758).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55fca8318fd17cc826c05249b23f19f39e5005ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15877013a75a42e48d45d1c4c3e67fb067aceb5f86d2f5f1d0c59b4f04ebc57d +size 16006 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1759).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dec26cd3b9d46f7e894c831cbe68c760be3f14b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977dccb937f10dfcefcf2b248dcfed7d942c5b68e86be4e8224bfeae16789316 +size 18865 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1760).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdf61e52214bdfcddf165a0bf77bf60f1df958f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fedcab430c05bb67aa596d6fc6013e68e23e621fc334fa6452dd4abbce701ce +size 15323 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1761).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6f5d932d781ec39e16e9e14936c6119e7b8cacb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c67e45a44143cf13ad7284ff53cb483a863867147a21bc838cf45df9c462ee +size 12798 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1763).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..766b4676098e344449245b538c9d46ee704319e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0095655b23059201e7937e0f99ae8f24e7738d2fd2ae8c45216fc74699297d53 +size 22431 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1764).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4ddd857959ec88742a12444e6eb0242af9a0dae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a06ce9136754064ea75a36787ff6c0b5d08fd0716a4b5ec0427e326024d2eb +size 16504 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1765).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f2a9ceb1d502b4bcf443087459b65e94f49384f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5345c85aaa78248f2654e75c09bcf25e022fa74e7a0eecad0beb968fcb00f4 +size 22308 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1766).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70984bd03a9ddae0ca5176a7fe07d96c0cf655e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332718121432ebc75952e61cfe95469d8ecdc000ac1af1a631102cc3752774c2 +size 21411 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1767).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb73d7f19f4854cb7aec55adaf1dc4e9e9a9dc4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b07a685fa1ab3c7d6e491a3d70b856771408fea0c934046285a5595d84cebf5 +size 15608 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1769).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c22974186df1080ec650123c0568a5832639a8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2f1bf56fa25fa4f65f049da4c2e7691d7b5a2b14633328aee8490727b91b7c +size 13234 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1771).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95e646c68518c75a18e636dbc9f63ce24db939f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (1771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1879f3e4bfedb7ff75caf1b0ba55345fca0a1d1011b294b629da0d67b04df353 +size 14153 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (178).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ed2837cbbb4154deb8b596f502f6eaa34305a2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d9dd2ec651d552088e916862693996bae0fbb351c8acd7135b37c828f2455f +size 13101 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (179).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1852b3aa61bdf027cc681327ef6a9af7b33fdf7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95b965a53ef2762634a51de0caf8c87192a2454f4d421fc899ddc0a1da17df8 +size 21504 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (18).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (18).JPG new file mode 100644 index 0000000000000000000000000000000000000000..315bbdba87d406d290f5733c35bed70849a88d25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (18).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc105e744b0176c3b7ec9ec477aed0532a48260d65387ea13bfb38b883621de8 +size 17663 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (180).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..742aebac06d97efde069096ba380a4f22812f935 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950e23050f60c964baa9251f11a551ac0b0521322cfdd21c388e357712610812 +size 12309 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (181).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5f95460c62c9a8f8be3bb60dbbbeb3d24c34c03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6fec20548884efb384d30d8fad7ed78bb2d3c5d29e29617d42ef5a3271a8d2 +size 13338 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (182).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..247ec23037e6a4e27b7faf53aaa642e7734e4dc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef029d2f24845ee0b1db4ce28f587d4cca46dd9f3b14ca1df4e1995a00e2776a +size 22428 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (183).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e9d0b5c073dca32062d3f6d9e85205890a9df87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbce3abbd4ec8ec932ab8b37b86db5e9551c4c7a8e59efc9a0161c4577f31cfa +size 18999 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (184).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..916f2b9c048bc74a75b409ceb2bd89c8a307ff18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5fbe7025d92b47e728afbb3677209f87f659a051c7a558b497013f0d4597afd +size 19426 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (185).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6013bbb73dc1c628d1e5bd8be1fd38cbc246c0b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401f487c68b59d74245898d4b397a97e004a5b4a200860430991b9022daff958 +size 20562 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (186).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fd7e608f735a7f6763cc5341076c8dc59f1a063 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f4439a29f9acbc46991b1fc566d2706956d04768380f6c94f2166e993b0aa2 +size 12082 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (187).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d06533aef6cd77ee4e5a8e55fc6759af568e9bc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898ff1f72b7016031e887b28b9e764e0ae9cfc68e3ef1f5452249921f39d497d +size 13929 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (19).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (19).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bab486d4390d7fadcc3fcb90d06a5130c5ccab52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (19).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a86ab923663d0233285ec0ab2f2bf923c91224460eda02804e4312ab0269b3 +size 11436 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (190).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a0222987d64837f3cccf64685239464a70bbfd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bb47653bbc90a0ff2897f321c412bed4ef3b14952fdf54ae9082d4e7d833ed +size 11102 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (192).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5c5364c0d723b678fdf8d475b531d330a9561a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191cc8464fd9b4aa84e2ae841f76163ff8db17f0dcbb3fdce6cf7343e38fa2a3 +size 17718 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (193).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d8b9e092a024668639353eb19cd58691ad56065 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c5bb422e1593d2d9be7d017fd78047b184de15d62e4378961ece13a87c3eda +size 19754 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (196).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..516e21c76408d9276bb9414210e6dcbfb18e6bcf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd556286c3145545e837f2031f7f134bbdc5a316c902c0b77ca39a843400bea +size 16983 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (197).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e41bdb436ff3990074fedf5e7afffe8936d7a442 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf9aca39335c93179691a2541da0c59d0a75e437a4b617bbf63f836d4211706 +size 18062 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (198).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f73e0e371beb38e97a8440050514cfcfd72b36a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904dabcf3471dcb457eb049149410c3adc60350abb4beb2ffa46856d5191c640 +size 21240 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (199).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c289441f4166fe326bf290d5a9b2fd343704111e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ab0fb5c5a1aa526f7036d3aa91a08f5e9a4c20370a8119a856c3afd33034c3 +size 18035 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (2).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (2).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3928b2fdf21876304d7ee8d6b8c8ed3cd5150c2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (2).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e2d4552418897547ffd13b99decb2079dfa2ef6d8dae2b639a09738baea4f2 +size 19610 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (200).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bafc7a38c751dd930b4513fbc50cff6e702886f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53db3ac99c40e0923d550de7e9d6d00db97b4e991d0302f54b79766075f4aa4 +size 18592 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (201).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56e10ff1e0bb412c897cb53920514dc1a65824cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1228d9e5f3f9e62a30ec9d14889efba242ee34d0576a80637ce6f16f7059c6 +size 17101 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (202).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b74748b2ebcc97f929f6b3022be471ecd6c27ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b5338b040a90c69fd70e8445f9b1e9d5741f4ac7756aa0f0e5d347120457a5 +size 16670 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (203).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5958efd5e08a7cae7580c9ee4b35d03801ea7e5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3295a1788af2515b6d55f4403ac882de0f77a7460249b17a257c7355442072 +size 19867 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (204).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b03e463e514325d28b242eb29643a0629a2a524b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df44c956f13eb44cd2e8b15d182457ddf9bec02e7222ec0fe9ac5b672a28530b +size 18731 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (205).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b1c16658118f259e746fde571fc19a08e6e430a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093560328bf0acfc42997fa7a028a3ef73f353a297e1a82b6f87bd0676e4a478 +size 20384 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (206).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..503a487521d44be1794b1c064167058ac48a6eb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2edb49b4763e07d1e3b84c3284bc24da8d6500a43e776451926f491dcc9822f +size 18115 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (207).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af913d7f7c8b5f21da6fc5209a06de6ecdfdae87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7e0dc77b9e77da908cee85f9ce3ab2c25bc90c12fb3644ae384110a3ec744d +size 12196 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (21).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (21).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dccec20e0ae24b148d2298af0c9ebb583aa452f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (21).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f12e47d39de532e8b1939259a872455c9951d472dc2477d516be7b1e53dfc49 +size 21290 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (210).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..057cb64c48e5910c77c4f03843aa37f052ebad99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3333b2022ac8a31bd0b14ba06939ef137c4a525da8665923ab21daf9a5ec84c3 +size 17004 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (211).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73911f79479f6cc7b9b5eec63037800aa70ca104 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39c8d860030cec8058602551a6baf03a411d26bb6e561b00ca6abbcb7e35ca1 +size 25343 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (213).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dbf05798d38781cd9b7aed19e7e7d02a1539f73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972e80651ab4ffe948839d67a43ed46f917b56b3d54045376fc03ce35f44d45a +size 21218 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (215).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35b28ac46254cc0bb15537c6dcaa5dcfa0918b47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ed471b34a59f0e530d11187fb563e82e0dde6ddc12d9da4646257d8b50f082 +size 11837 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (216).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..478ee9858b7510580f65288611b4b5c047520b5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e462653e42adce8d8e9dcdd944819888dcd8f9003abba56091515a42342bf3f2 +size 18500 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (217).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9d376b2453863f002daf912336898a7d74d884a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655bff0cc88534341b773fc6205fe9039067ea53c5d4ae89806e60e17ad2cf9f +size 16222 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (219).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..930dd5f487641059fc5d2f1b43fb473338f4d9b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1573338f876fdd6a565aa50e41e2bb34e1d0389ae113be4df6904b0f8769f098 +size 18276 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (22).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (22).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb8859964b79a040798fbf7c54034abe41a7f3aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (22).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df7119f44fd8684d4c87dd1014edaa7b7467eb7481e6c58bc3e729376776748 +size 23928 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (220).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bda494d61613149c45b818933843a322e347b78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a950af85b4b2779c7de8cd60848b7fd2b5feff3506ac4c30a5c7e5390dc11004 +size 20033 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (222).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..758d16eec5c4e9af5dbbd5fb2b3065c7faf06c73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8977ea3fabfc09e0e7bfe112600769477534f10bd4c368dda64711ea2b3ca2e +size 14561 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (223).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43d3a56aa2b7197dff95dc5182fc7849f41a61b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c233ed6274cc2cb688b9af4ed0d5556d3516783cecd142f40e8593359088c0 +size 14363 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (224).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..beff8e4e9a4e1c451cbb202b1ccdec1d084117eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d588e0a7635f89eb660d272521ff510fe30aaf05e97fd1efa620d3b5efcd1e +size 16164 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (225).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae60dcd2c7d387202f70d90a5cc9338521a7c1c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161dd80fe13e102632c9ca39cda9696814cd1f61fa2502bdae1c20ce61433010 +size 11993 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (226).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dae99a5e4b35c4cf6fa7521a6cad1d1a30705589 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea79397f8450f59ba4ca4a943fa41cfb62f62c177631e977f934f77241b7e7d +size 12451 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (227).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9c179966fde6fe8c77fada969c82a1ccc8d48b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560a628ab716451c28a284947cc0cc523bc98e50c190c731674858f6e49c509f +size 15146 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (229).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e1cd9f3a2abd545c57d26bd994559f566b2627b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff8c50cf8249fb61ddfb644cc485942b40a85dda1e0bc3e6d7f686152999135 +size 17018 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (23).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (23).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e1f160322530e645bcafc252a1655339383d219 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (23).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25d146190f8b941d2d11607b872ac3b926f211cae1ef44c709429be2d161d3b +size 19991 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (230).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c76f45416c0962f7d595c8c9cbdf8a3ce1440ce0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24833ee6d3aaff000bd677b4f7823ce51daf2da281a579f02e8158489aa442ad +size 11680 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (232).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68fad207a81f87d27e940234efeabed50e9abdb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ac9d10a81f784f787d8833686cc5611e20b3992f0a565a1d19b3c8b700e447 +size 14115 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (234).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db65ca4e0f23518caff0662797cb85a09975b314 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d871fd6f26c0f7442f838772c732a4fccb0655e57037be70fc7c1527664e1c +size 20208 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (235).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..609a3f4e99219678f65d84e1d3c36c2d773c54d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfe36e44a797c1742ad675445b5be41460de5ea2a77387f41f47ff7639e1003 +size 24906 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (236).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fd64ffcd22dd0de193828a3afed2686755748a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86f956b20297d7dd48b597f3e47162c34a325e3e1ac581a84e75064c39b3f8a +size 9963 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (237).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e9059a0b860a4abdf79757bfdd0c9db5ae89d0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a0e88742ce84e648bfffc65df27a9bcfb65a43f9684d7296daee3ae40c8494 +size 12769 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (238).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17c8481b06daf8c077ba0c2f401c410e59dcd75d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4f93b44e16520e977fdb73f9634abef859aa44624b4b89c03ae19713cfe068 +size 22512 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (239).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2008d52c00f88831fde9a939689aec401c9c423 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0784f6c2165690ea53f2b8b77968f017288e2da7f059d7dc20f9d234eb682968 +size 24504 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (24).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (24).JPG new file mode 100644 index 0000000000000000000000000000000000000000..299bb3914cf1e823390ae55d242870a1500b180d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (24).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcba7a3d1cf84b47d927be78269eff19de9f51c4160073a83521153d648b625 +size 20244 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (240).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2307291bc3de5ec3b07b5a7d99535bee97e68d48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af766f5538d04c5757c7521513ff20505c544d89070cde1461151a552912f71 +size 13836 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (241).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8e44389ebac4c5b1dc99422d34d863ef04c13b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb588a6c04dc8eff78059369bc6aa5c7a76724e3552bd54d977fff5bcdcf4325 +size 19795 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (242).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13fb413c008f73cdad3b7599bdc263fbab8ded99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0318d11c3a598eee2bfa479a925ddaafa77f8d68a6f147bef06cf1b0fd176f6 +size 26281 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (243).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..179ff64c13cfac3db18f9b0bed0aa36b4860c23d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d49bdf3ade396248c83d782f7c42927fb02eeb9351547a262e2c0e836258e4 +size 25035 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (244).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16ff6c966412d2032a1122130761fd76002e3fe7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f333ad72a9c689d0899ce54657c82cde425e5fa0e95fd20947f3b85a29e44a13 +size 20478 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (245).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3836103065d115a51f599d15dfc8023221b5c5f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcc8ac6f5722d400e13202ed0dd5f11aef81d2b915c8405012d29782356669a +size 15253 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (246).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..993ea092f85b45e29b3ed8f22c302d69cec27f19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e78d2cae3968d92e4614f67cd3a62e8a3bd7c59efd0a52597ddb80601aeb50 +size 16074 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (247).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f510297d74a7234e6a80b7ffcdc7c5f2b290d2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af08c15b5e806888a6ee2e591e1c86fb321697b2820db607e48acaf2e828c009 +size 14744 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (248).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d8aaa8ec0af088e9ea636330ca879c1fdfa84af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7c3ae9d02b10015fa91fb4515096b5ebeae00e90adc6c2ee2bbb42aa4bcdb0 +size 20105 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (249).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32d872a524284cdd251a4d490cca1b068d695369 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52edf869bfa7e32a2e7749d55a286449b667ffc4b791a561c8489b6c2092316 +size 23186 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (250).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1440b7436e1fc7be039862f7986502b50a231a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbea054006d1ad381f7e98a2f90a4d8ad8694997753cf268634743b33395b04 +size 20128 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (251).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b9bc851a9ff6558c019029d9ce9d5a9eba80afe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f344bb892fe8de14cba12b0a4b57d6712a0f79bbdbe5e5f34df53b9a650d86 +size 17900 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (254).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5aaaa850dbd869f2bf38fbb458b985f1f08dd77a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a4fd867cf1ce320ab38197dfcaa600c0cde461e0afeace9290b1c9891d7d56 +size 19919 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (256).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bca7cde024817920e7ba648386c1d8ab77831e8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a37e3fc0020c5a9138281c0f07e94ab0f5a95962bf9d44d8ba242c029390b8 +size 21128 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (257).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ac4fd7ff4a902f63e2f2fcd54fb05e7f4b2f230 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e858e5a3b8ee55656332354aa0dcc42a60aad231570fd28672466a81c012f6d +size 18949 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (258).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d16c787fd3f82fbebc64878e469e38e0d0796cdf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f62f0b2f122669d426b1977687703f4f6ef2ec132e60464beb1a843619ee3d6 +size 20748 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (259).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f50ada96d1ab9558b36067e52b2059d8392aff9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b01e7ae27c401cf490c67479fe7475373e326403980174c175d9a0b852dcc5 +size 11497 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (26).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (26).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f702ee8363e82a6f22e06b968c3d79160c48041a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (26).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ed6d2b85560b00a2fa11c4c2fe436b6eed108c1c1bb50197442b231116b92b +size 19807 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (260).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94175c9213bf0b0cf987f05a23ad60a0d0c44bea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b7db3e235fc26d53c1d46698fb2e85d7587a6da60b4f873472d32a31e81d97 +size 13373 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (261).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4befc47d531bf4cab47fa1a19c7f93cd5e1bf720 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ca4bab07d73101c72e0720f0a6a5330788e2a2ca25b7d14d99f89b3f131f59 +size 12721 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (263).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..373a8232722983d006ea32becf3e9a042f5f0af8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b9f7375a38d3a7bd611ebf0b2b756bf963081dd7ed30e01980fb86536c84db +size 19987 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (264).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dded7208e7bd20083aaffb623907a036ef01567c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8954e62785cc9d48b5b1c06347453bc6c7c4d10bd2adf969e4f5d6a9703cc34e +size 15817 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (265).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b880d43583ca71990eb9b98ee0a1ec6672f91bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a900d8861a03f66abd1039d401c0faff21874d24ecff8337332c63a4844a188c +size 18594 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (266).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad64bc2e22e8548ab5c55cf0a3012ab0d6e76a66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896f5a811da7c1053c8766e0130c710f749387e0ff64a23c8f5bea87ea9b186a +size 15242 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (267).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1183e440e481f916dbef6af675d9b8b97eea9649 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26c3e4457bb023f42ac01f5ffb0ee5f7913b5f6fd683559726942c7ec8ef082 +size 19195 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (268).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85a291a5648e61c884b2374fe39d957f1170798d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172fc7d1f5938205abe40285346a2f0df07e16fdabfbee446f0c78155cf212b2 +size 12826 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (269).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bf5663d9bd7db251a1fbf727fd510381cc5f999 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5b00b662c12fa9c0aae76e2f8f9498a97ee1f7e84d042b19a925a80c7c8a17 +size 13852 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (27).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (27).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f44e8161eb519435e33b872a9171e5b84503b49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (27).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22e3370e712329497bf6d867e6b8f93f107907438d43b4c7ea908097aeef106 +size 15248 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (270).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e79b0043bae43467bb606d76799b870d5d801ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a29f235d8f427e8ec3277ec0fc721e82a17de7fb7adedda55db7c9d9db2460f +size 15033 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (271).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7f4049ae0bdaebdc1324837551de9f888fdd556 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4168b984f170cf66399e797e4ec5972beac598f3e5684f9a06178f0ad143fdb +size 13794 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (272).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71ee2fc6e635644030b1d24f9b8b3fdff8aa41e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b5a7dc27bc9a604f6970436056393dc9807c70a654966432eff3b858d4ec1e +size 12437 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (273).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d97e6524f1c4efea65124522da8446e506cfb131 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fb4b2d28d856fce41f3c23534f88a1c81980c7ae7321f96c47f25a2a89e143 +size 22121 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (275).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d586e18c31e0b7fcc46dee891ab00a913df1ec5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c668add7bf373a5d5795c312c278e75ba8bbbe5a9b9aebfc4a84f758a5ed128b +size 15314 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (276).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99c83714357bbf1684a591bdaaf14b7b8da43d89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e7c6243d6bea79f0a0f145191e8194d4cc2637b9494c4a61c3b02823f39462 +size 20900 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (277).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40b0b25bace26686229243b9de26df3c390fbf26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cbc1e026e3f0dc4759b6345cb54d40147444ddd2db50c05acbba0ec12bfee7 +size 22075 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (278).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c2e8bb6b1f57eea47a91d624f5fcd981435a484 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0005157cac842bdbdccce9f4b97b1d8de171759249e049c1489ec828760bc03 +size 17117 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (279).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d649cdb4213c99f4f5844f0c384188f6641af64b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d4e973abc1b09b7c88ac003e5c9e25921ce91af4a59cacc9382f042bf3c8e5 +size 19643 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (28).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (28).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4d65aeba86224268dc561226dd37d10d0f70789 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (28).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5625146f91ea01520ed0455053890e65707b4ffc7877161cd0ddf9b82e8a86a +size 15324 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (280).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68c0591aeab7e1c7a14c1a9c75668e3d5b3bb5a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e0f7497508aa3b91a3bc84dd72c48c2c99dd1072bdab81857396533b8029e9 +size 13178 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (282).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc08c02ccc806bdd36da0104facb54021aa6860e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f083b18544a0a92d4b855119be87a825423bfdc96f9a054965ed39fcf59210 +size 14729 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (283).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbd3fa054bd8b930840de73384578539e317e55f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157f2ab9dc3bdba257defdd478b33669b1521f82f4109dedacc8a93ca84e2e23 +size 21077 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (284).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f824aee19cafdeb3ce409903ca73914d1d2c9709 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bcf4f43e513f8e81ff9af06a14bf2c23744ce840d017ea66fc0e1020356cca5 +size 22006 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (285).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51edcdb36daca8d125dbd000f0a24c72996746b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b378647f05c749842ebd2aca904c2fa5ea38687670ab917ef05170ecfb5c0a1c +size 11532 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (286).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69651ce6c062ba294a4f664924ac3e0cbd338a14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2ccbc9ae7056ac0e49ff9b2d5ba6754059a9d6fad220b773aca048c5b51ff9 +size 19073 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (288).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e2b76e8e11440a6b3e5da1ad5418986f099eb32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a02cc86fad3f1d8ca7bb64600dbffa6d29036984a42ca2c727c1b259c31db7 +size 12353 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (289).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c4894510847140ba833a0e9ae80d133514fad8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba7dba202a5082b91d335e2f2904f9052140686f2269182a5d245ec0c7e0f0e +size 15009 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (29).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (29).JPG new file mode 100644 index 0000000000000000000000000000000000000000..950f035db2f443cb34e9d27f6fd8d38a7a81d5ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (29).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceaeee3e86798003258a77c6874f6a5281a41f82ca28a876c4a331ffcb57b85f +size 18959 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (293).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..262714d84c88e9375a53481b857d60d128e9e46e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e0caa7e8c99264bf4413027290191eda0d1ad34fa3b9aa5db217010bda981b +size 20369 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (294).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0255048d41176b0fef7ed2bba3726cebd6ac3333 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651a53c64c398d970fa80bec3908db5c25e93d9307f9b9ef8d8c4060cc7da4e7 +size 20529 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (296).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37a97c627c3b338550c3f2b726cc958510e17fea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2c81d40680b7be3180db963f555b5a3a0546693c9da9f696d81a4fdff482ef +size 17350 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (298).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6605c482d876b0dc498d62bef3cb588267847c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2350c185d70076dbd96c23e517cab37aa0f3bc6c197cba12f88f57d9164e37 +size 12355 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (3).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (3).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4ca46f581204a6f5d27cfd0dc1e136ae2bd08dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (3).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0d610250d7f218db066b292ae5794415d37753c5075f857dab3d81419ddead +size 23163 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (30).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (30).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f6725279558f6996464b7208d4b72b2f9e53223 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (30).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b128b9adeccf39838f4e4640d1aa0946230b98f69a37b048dd8b0f26b2deef +size 10798 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (300).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3deaad4b10868d7fe712f0d35844c249eb712dab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a956bbc4688c8edbeb2d67e16d11cdfb9aa2cf77df37e8b99d154474e17370df +size 10256 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (302).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e330645e68bf95c8c2afb35426a427884f364d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1282d8d5587e0d659bd8e302053b975dba42a37d3b39c4a462a2800dc2c00133 +size 19333 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (303).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..319a9379fd3e5bf2ded526b8526a5d4160616c05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef6bc8f41ad77d637c3398fd94fd949746834f5160f306079a6804aac87c5ce +size 19973 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (304).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f26f43edfb0d8549c985b8adc65d8ff42b5a963 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c0bee671752197f552e326214c0e7a6b2f0a2dd95c1eb03bd556ec8ba9bbfc +size 11465 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (306).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1754a01cd4ad07dc1c4c42839df0bf7019580936 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98887cf8f541edc5bff764acf41dd68fef44f54cfcc60ee2e78b703103f9ddd +size 22178 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (307).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8a030e7c5e23dc072402048cc3a6cf558f12298 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdb2cdffa45adda385b7187561f133074023b20a1284ff5652f8e9a96e6d5a5 +size 12316 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (308).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81af3db81c947bc8241ba04d1107d7ca951e959b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e726aa2fc6a0ae65ba06b1881336826aa1fdebb4fb41960427e2757b103dd43 +size 15961 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (309).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8310230056d003f338c4dcef181d7516d4677b57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130e009889113c67046fe518a0d575cd88bed509ee0208be12eb75ba2d53b2db +size 18265 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (31).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (31).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82afa61e2d9526da823203b1a3cc345778ce97f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (31).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6326b92feeb0b6ef2097359df1bfcbb383cc558bc1abb43278c8119c77cc7fc +size 20349 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (310).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83701061e1a7971427ae9d12d9e03bd9db1af7e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac19993658722bbcf67b728f2738925a1be4a37ea17e21720ea7e1bc1983a48 +size 19869 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (312).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d81551d589e767b3bb8c1853f21ed0a4577b1a74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb22ef6429ff59777805f472875bd8ac384c0697b720a31a00ee12e405c6bac +size 16305 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (313).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..caccb96fd061020dfdd251e2b61572ab2f162bc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15361f422783dae423656050d27968c734e273849aabd8012900b6d65426a2f +size 20146 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (314).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0067f0000ddbf092c42958035798a629fdf61ea3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e21a2a35ef01e9797bb23cdebe3761ee4e344c6c3e4043db485ef0a9e7dfe9 +size 17723 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (319).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2138b4806c1cd1517f95c31e94a6021daa3d93ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e850a1d722e03c729d8a7e814cc9b2440de32dbd0077f1ca769485a6078d8c9 +size 21151 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (320).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0cf0ed17af4eb8514cb34afa46cd91344a34191 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae1cc4e6e9bccc1002d4502d6b386f44d01550b152010af83bf5e6bea35466e +size 12521 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (321).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0480b6bb0fa5feb37248b8fff0a11350923485a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7652201111d91e1d9393edab8bbfe87f8904258b1b898fe91c10a4c5f7c8d599 +size 19870 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (322).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c069dd997350650cc0e0fff5f256369ec35eefc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7550a1e602e8ce50b953f3d74def6ec4fb9089767fa88e8cb89242298e2f23 +size 13692 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (323).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bce73b2561d4653d51cedcba06ae957c23be5e0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257c684023d66326fb7fddb9b135089a577c4087afbc7e33369ffd04a8644204 +size 13627 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (324).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..808192359040055307633505a45e02974c2b71b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b3bc8f5f11b08b150902be27f1f69bdb5a69c4fb784271779df9d1a905b297 +size 22603 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (325).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c5fb775a70f1a50decbd8733c6eb9d5c77aae49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe1a4fb003d52cd4005af4ad546713cf71b41d2f01c4e58ad8fd7ba93687e60 +size 19235 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (326).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3a7e24df26165ba24f0930d3e11b41a45e4bcda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dea82d37da1cbb850681b18b7879fe28a5cbd79c999cc7e3dd1ac93548053c1 +size 10838 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (327).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..448f95bb5f7132518d336ae1b2c5f7ebc2123794 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247b883a4ec4d23b0e47636e4d87cba43b908a4951bdcb7de17dad33d8437b34 +size 13010 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (328).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d19e410b9e7f5aa81c0c02cda2965e8683b5f420 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93797b519682e72caed40170c8e93fd3d6d781873aca4017060d9d5908aefbc8 +size 15570 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (329).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b9a02259e9179caeb468af1d00661f007919455 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063c4fd014732bcfe9fd95dd8ab34867766ad77f7a569035246419d4858f7eb4 +size 19857 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (33).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (33).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26a7792378e47b5dd1d1945be90d8a08b92f1399 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (33).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03b18e0115ad0fc391df65a912da565d81420e47df7bccfbaca5c7a5f567a55 +size 13834 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (330).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9eac48a3c3e85c94badd20f07a9c67bf273f8e99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c53b7d7c97f24aef918c4060c683523468b81aa16afc9ec926799e7b9f7da24 +size 16280 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (331).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd592e38a433fb586db69dff43ef8d5539e6fd97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc5e97a96e6e67475fb1271172e3c5eb18ab17e7eb2ba32d4f64fc7ca05af5b +size 20481 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (333).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5fabe6f3a4460c656e0d6bae5341d174b9fadd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c552741d8c62c772cd248380753e7c24f0beecd9c51f4ba996e4d095f5bf29ab +size 14983 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (334).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2d8d1143d97b6b5be6ad5e01ae2b393834c1357 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c4fbb11d6e8a297df20fa7305c5c7c57a15ff3329cd945ea7693824703ca87 +size 18057 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (335).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f44fb9b1e5fa7f80407434e9c6d3809f98de6f9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cb5ce7bbff0dc221850cdef04992a2780bb7306af2f8396a5c1c3df8256b0f +size 17455 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (338).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a10543c3aaafa2cc9605556c649cd4d0470ba5c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e514b1078b4cb2139f227cc871b2cd9ccaa2df3a2eab8814268da332bffe73 +size 13506 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (339).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87ceb7252b7adc1772b91f5bd778803a9bac2ad3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb7db8b2f517e600105380856d0df7b1ea3ec71a14937402a2e03374ba4b94b +size 14898 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (34).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (34).JPG new file mode 100644 index 0000000000000000000000000000000000000000..431ea9d0084c2cd118cdae0e52efb4417c5ce4d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (34).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0bc5bedba5331339167d79ce7bbafc1497408019296483776409053a5cffd0 +size 22351 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (340).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4aa92a1a1d6ac9968063a381de2f4cf136fcf6fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b24a79adf99f667e0ecc7d05ecd8ffe3f965b84b2319f223e34085c5852b087 +size 21873 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (341).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e52d78605c21b19e850e9e8a1a0ead5c1b2c16cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2011986135f20e53a8903a0ea830732c276c2210d88446ba05442d242726276 +size 21973 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (342).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b709909ce4210fc1331099f2aca90c50309ca740 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe91d0276b6fd1ced83d76ec795bc826450f3ebd6a71d610c68bc98cda2c6e4 +size 26769 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (343).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6179567f465b0033c541b0aa3ef92edd90c154cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0547effe677bd1a4157dca7fbf86a8944660334737b8e33a3bafa33c1d4934c9 +size 18599 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (345).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eff9a6cd4b8e0050ec42ea30f8ba84631451d6af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0da1c7dd3baa6cd7fb4394036cc28f392f6dd3f14acd43b76530e0aea8b5c6 +size 16978 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (346).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcd8c785103869630de583c61204e67c8ceb1435 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c79a5ceb8fbd8a03851961e2a713653ee5cba4bf62a8b09f038530372acd86 +size 24358 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (347).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4195ef3f10bfdf02ec18375f6247454cb066592a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947b649d2a3366a260f930f832ef07179037e52f5e1c7df2b39f8ce5446eb309 +size 18015 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (348).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d26762d0ddc020ed8daebe670ae67f7fceb09fee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2c2619639b6507be6b9c6d2199a4e0828f78fa61c785180ddaa71c2bacf116 +size 19644 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (349).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d290e49fde9e404acf08c3088d8994a8c8a9117 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84549296c3e5c6c978b882a6a39365a693686f9bafc0bd4c86221d7c9f0d1465 +size 16039 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (350).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4af856710e92f035fb2b2114b7c2b656f0a6164f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366bcd79e962af9a4398552b3f0237f6fab76977a225a3d8d37a21ae1ca5be4d +size 15042 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (351).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ead0ebef0b64a51bc36d2ee1689c140f95a62ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21582115ea09b9d1531d66e9042f700606319762bb4d123927917e4c8dc3844d +size 20467 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (353).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2497fc09b666cb926ff18338f7f73557ef311f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16762f20ff6d2e7f3c08cb5cab88c85c198d801b2aec6d64ca325503453dacdb +size 19023 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (356).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b81d6a993f3678f51f31d0239b77ee832515cc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12566317638222b8cc4bc59073d197a95c7947784f487bddcc0d4c1a25db08b7 +size 22491 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (357).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83c8b03680d539f96160b27d55b4aa5ae160ae55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533f22af838533c120af425d00862befbad36ae770250d4f6d71166e26c45168 +size 21808 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (358).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..263265bd486dae3cc8aba019ef53f949e35f3796 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3fcc44efe8db1bb5da92f48c04383aab13c586c995b4721ba90b2860bdfca3 +size 19460 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (359).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8db03528fcc6941a536fffdb6eb7e27bdb5ab370 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90015941459b5e85263c7bee26933fd7bf2fe6fa357749ba307ea95bccc0a46 +size 14395 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (36).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (36).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c33a9e79fbe5719cae9ce4a34ed567e16b02104 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (36).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28f906f5ae16e7230ca8d94941df7d8bec18d62626eb25278574380ee414ee4 +size 12674 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (360).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fd6d1d3b6df92a6631d023f5ef5eb6237db707e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3dd2ce2ad6629fc49a00933ece320d5c92430803d757c99da07538a30cdbde +size 18510 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (364).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95d0cc34edbf14e15662275371bb473a60df2bac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ecce4f89097b283f40f2993d37c85c5db7ede42ee288b42138accff616cd37 +size 17598 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (365).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b63362147957477a6845c4b9884e8907a35ff91a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c45093bcfbca60d348bebe7058068cb477e6db95553bc20c739bce43c702a52 +size 22079 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (366).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f43bf79fc2b4394daa29bbe8391b8905e5f690d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8d15d07a5fe787b025efd59747411fc035080ee1c0a5236d45df780eecdd7a +size 20890 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (367).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..996a11ed2b529ece33b06f4c6efa22d35a5c54b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad25583cff87d0015ac8a75709c66aad9e878cd7a3c2421ec0f4e73bbe7cc70a +size 21421 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (368).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d39331dfb52bc70de3441960cc414988bd85b68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edfff1492f8a5695bf1831d56cc85ed564b109e6b6472ee962a827152593a97 +size 18183 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (37).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (37).JPG new file mode 100644 index 0000000000000000000000000000000000000000..421875245dca9fc2ce110bc41a0c98fbbbf11bbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (37).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9b56d3e6ec0feb8ac3b0a5dddd86fb130a4e2ebc539774d5e29da8505efd08 +size 15549 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (370).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c4594460132c1d777900a9926fd41ccd3a8bc3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384012d4a0de2363876f72b4042839c616b3f33a9b48be3e60b545b9c5d70495 +size 16451 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (371).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8caa0fa2df592f52440ce5245e746e8d331bdd5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcad0cac8fb0dc3ac39e0bda50fdafdb4b72bad380d9a608bfccfa0473857d3 +size 18005 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (373).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ab718f14e02b268745edad1b9154f9a88869438 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce8e4c9f16f95c04b1a8aa0b49bf248d0b14f5b433cd17225e6ed06ccfd0463 +size 13716 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (374).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7c548d34e20a3004691c997f012c1b159a3dadc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee805b12eab449696d1a11e397eec6055fa4bbd16d56fb335005d23818a64230 +size 12666 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (375).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb309774baf171a8cf8c9308a5fa4d434b0e80dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21277972a702ece8c2843eaa5a20146836da2fca3afb2bdfc93b17c15ba31bf +size 15931 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (376).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bae1697dba2174197e680a914a0b762bbb511f60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38f828272f725fef83206f71486180e834f9083cdc82051f2588b8fb23c2297 +size 21048 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (377).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89a87350c637621f13476cd6a5126277ce468c82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1743c27e471a0d2cabbfa639e8ba3ac2ce48d67e36b810fbfc0bf844faed98 +size 16856 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (378).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aee18bc0a875dc0925899d988fcbf9843b4c8dbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a32f493e2fe7261ad849d5613745f46a2276785078eb9cdab354b65aa5cc8dc +size 13716 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (379).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae7e3cbd68e237378752a93ae9000f2595d14633 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0faf16878f2e6bea2ece8d18fb005c1c1768defafd0723efd4e0da238e072c +size 21009 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (38).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (38).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e60a7da25b03f456da7da7b1bb9a4126ffa4cefb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (38).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448daa6fc5fe137153e37fbbd5b11b8f3426d639986901514883dcf4f4792594 +size 19420 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (381).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5acb0a76489af4f6c0870e60b4616ae439d7f215 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f73ffb50ba2b6f2b5d12e8d3bdb4d7fcf278a07d59c72f5ae8eff3bad3b349 +size 15196 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (383).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0669031e190791af93a78a5dce8243b738f0dc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9977e23eec096602f38e142e35408250bf9b2fe5ae7ea0175f2f7785d2094c9f +size 14147 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (386).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed12bf105e058b1d2aaca627427e28c45f5374da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6abc072840bff2b4b4dba26ababe897f0f178179f4f9cf1c837047a77bf6ab7 +size 13338 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (387).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da9352f9ff77ebe28db2df97ab578b4b21f037d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd89f3858315cf59ecf098eb3d27302284dbd585e353d7ba1bc56cd6bbab10d9 +size 13721 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (388).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4183bbc45fb90456ddf4180ba0111ce92dec76bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92cc8903049463a53c199de7b6a94f3122787cd1d123118f3fdc4f78c1f0d06 +size 12128 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (389).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..741f914399b72e9dc4bd82eaa245b4fb16954ea1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe0042ebd2c24c22f4c80acb0bdcc6ac5df2981b9be98d97398f10e72f083ee +size 19254 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (39).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (39).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ff800a81612777e9fb247fb2c86054ef17adfaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (39).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3d81e8d7c489ad75db414c67dcebbb3428bfa93588ad01d5d5ce4ee209e2c1 +size 20221 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (390).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65292e269d7da8f172d5b49331f7d2ec37a30cb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a75252167d970bb15c92ca673e0ac3b4fb9afc9398907acf1cc67ee7fddef3 +size 16321 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (391).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d1530360a92f5b88deeb797d05e43e26eab3ecf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db21adbace45f3199689385b58567024822d60f5aa05e130e7008e0d82497bf3 +size 21241 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (392).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..096b055db9d7169ba682fbc63982682012e3844c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef0bdf169272b5dfff012f5bcc7823c7c5f4e121bc126b8b473d4136cce83f5 +size 14237 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (393).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bf612245b8a92a2cd1a24c2090ff7a67336ce92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150d137a379cf9cb8a51c5d3aaf00be63f104e7d6bb5317cba15909cb41d14fc +size 19659 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (394).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..232a7e8099562aa6937603bc93eef5506faab5b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9503ae1537150a014e168d0ea2c175c311395c04d6033dafd07c5ad409195651 +size 10805 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (395).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f994d06679fa9993e105f3ccf31f337a43b360b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99acb51229ca31191c1365d1d961d0202383db084d19883581ba920320e962b +size 11751 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (396).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75d03e4a8a2b91a3ca194e21e4b561509b67f1e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6633501ab2a023709fd2795a99b6a62e5806363194e006354a2ec7915060bb22 +size 12888 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (397).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..188d165c11a594134d38047662a9c7dd8d9cbd33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3bff9602e043496bc54bb3f422dc38fae88d364df531c43b6b992aa71f2f35 +size 16844 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (400).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5ce743983f862ac38695ea9962026ea12474731 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbf09f43ded0bf0418ec1d62d931514d93a777a175dd2dc253a06602119a391 +size 11405 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (401).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e550c8ea3fddd5a524cc4f226ba0d62361d07de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb89d505b9ed57d7fb9cd30ebad379d314db586d0a293e5842659018b70ee5f +size 12318 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (402).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1eafcac0cd6ed9513fee4b77190f1512fb5b646c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67687aef0b82c92cdacd0a342317cd5192739dceb2cacbb2bd3194e8909bc33f +size 17498 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (403).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4dafda06fab120f50e8a60f6af19706a36e0685b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fd174cf53ab6cf492dc82a5e629abbd07bb57307ac40520ebb783729b79a6c +size 15938 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (406).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c161e92e54b9b2d909ec7deb5033dc25461a59db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b0c1a7130fe8693ead8e585e0fce63edcbc3b6572ffad98ecc96eff3930d92 +size 19841 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (407).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df953366b9abcc83caa278048b6a87aacfa52d5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4441746163ba6762348ffec7bf6d0fc14af6e0d823454c5840a9c8dbee94f72c +size 13821 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (408).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e57d77246fcd22f6dfff4bc6271acbb6113ab04a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94882c9fea52ec11f2a4a13de9e74e70656fd96c7330948c548be77bd0f539f4 +size 11986 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (409).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5da60337f83bd8e8efabdbce10b457fbef3d4012 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274f5b72ecfe2776d1ad9b048762b1756da71560ac7cc23be8a2e1a4304434b3 +size 12492 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (41).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (41).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5ac979d581098f63f7cdee23aa627f029faefc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (41).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a29996b382e3355a0deb141d5dbe72a3de7937b26dc8761c34dd05e2e06f555 +size 21336 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (410).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c6f7eeb5309b309c2b0b4c5eb9e4cc21e5cf972 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9422a9e7eb25bf2e904a9d7bd4f229ceabd3368032ba794e0ddfaa3ec4627514 +size 19597 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (411).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63b5767d3269bc7312e1c6a0d902bd67ceb51fe4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483e1426cfbeadecbe22b9dc21c7a3c41bb5cbded136f990bfcafbe3a46d6f08 +size 14903 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (412).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a6d8466d8c8b66de6377dcd53244a99ea67afa9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18e6d4aadc091f9ce2c5afb3d8d081c1219a1711eff33b7b31a2d064e7254d1 +size 22338 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (413).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0eada6fd6ea5b9d79c849fc7a29521e0a4fbab8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b008a52871ba064194e446b7ca1bc7da2436dce578c993dcab92c5b94dc3f4b +size 13473 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (414).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac54b9be4ae118b8d56628245ebf164921fd098f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689766de84a179179bad04845792c804e39d7ca8feededf8df54a97a9abc1573 +size 12315 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (415).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e49f9bc6944bdc8fda4d10a041a97d9f7a1b6508 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ea5787eadba95f0e47aea8a2ee8c746cc9228282de36591c5284f0abb471c5 +size 19057 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (417).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f09e861fa1080317b8fa2dcb3ad5dba3b92b6324 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06d9a85ecff9c9106063bd64a103d3e8b15e16b7dcaf30668e2f2525ca981b2 +size 18136 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (418).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e693cc03535036c9972d004f2e27b86aa1558794 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68899d6d5c9a7fa081dc888febedf2ca3e15bf64d554f561a2eebf466e3df097 +size 18799 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (42).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (42).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a34a66d3bad7b7f943cee3ed4fdb5843e678a080 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (42).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5111c69c42882817875bcf1bae4c15e2e0177d2995179e9a8f7c1caf90656287 +size 15029 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (420).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d546338d6d8bd1dda1c45e4a00b9c4fdb1eabbe5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572046fdd2cdb68801e68a5c9526cead6831ffed3ee93cc86c3d7eacd85d1a01 +size 14679 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (421).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bed7515adcf466cc86a4366b53c9b17298ac112 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e164e7fdc6bca566b96899bb80b82d3f35c409cd7a2ba6a43b72ecba9cfa0e39 +size 21171 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (422).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce41d84eae4518785602debb9e72ab786b5f80f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee86967fdc5d0697ca8308fe1ca065205593d862439e8106eb59c00428b753ca +size 12124 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (423).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cccfd19d8f044c6c3606c08181fa8c5ba4511c99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6e1404870fc93ccb715fdd23ae662b31f78240f2ee08d3cc246e999b3be2d3 +size 22732 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (424).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24bc0950aba5ff97e213270dabc1881bb22995fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c1851a065c244d0380f8b985f26aeaecaa4ebd1245de89a01368531ebe1a3e +size 14609 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (425).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f5137c29981ca3b25cf1b7785909c703466145a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82acaed1e22a2e36f98d546e413e480c19c46a9516bd2a5ed89ad22aedcadee2 +size 18615 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (426).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e8c3e6bb6a91d210408fe45ba396381a655f353 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7f379c0e8377b545a3e99621832b80599e9487a84f681676e7fd7db1beeb08 +size 18373 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (428).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b669b372f7ff389b3c421ed8c7d866dbbd8d23d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861b6e2e7827e05bd17662491ad4c8290be5cf8fd248876f6fe87f1aa8ea3115 +size 11336 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (429).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1993770ad1a9b3ef70efd51251fc0271ed1ff1dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5f474b8c221a1485b6b7263954a779f0081fab64b596eb71a1c4f25bd04c96 +size 19902 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (430).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc14b66162e3ae0ae7ae7d02ea08202e6555c508 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ea72193765bbeac39027c65ab0437cf54042b6f9b2ba0d4ea7cd4ade08e014 +size 16094 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (431).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e0588dcc5b689800830a500f8adc624af03d7bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3e1da0c8bcbd00a31c9dcb04c7f6211cc928e696b5d83fc5af51a124428106 +size 16887 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (433).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f01d960b8f5b2bbefc1b569f83bac3ca016b67ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50c6b3563433d96fe8cdabe072135cfef0df8689df60d12c570a1d5ed9edda1 +size 19247 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (434).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19454a1f213cf6cc7523333684920692d279a796 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a35c4cccb50ab2997587770a5a721023c45a773283ee1077bddf69cd55fae6 +size 19070 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (437).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f32c70c160f39de0f2f0c82d80e098f6292e7a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdcf99f77972cbd6f075119a0be914a6a5fd7106e6a0d758fc5fb6f85353cf2 +size 12414 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (438).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cec0b67b5902351bda4845e8f5b9eb5667d25f0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6436fe7f7fd0b8bbc4fb864308b271c0e684d6b11be521bf413b357934980a7f +size 12338 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (440).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7036b335b927186567043b63d57e6d5e9920f670 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7bbe9162055ff49eab23d2ced4e64e59ef32ece866df7d42ad62e783f69985 +size 20401 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (441).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e39bc2db37c917b4a0d268001dccab64539fc45e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11351aa5e4ba260028c8a15c728de69132e594c0211c0487a4143753f6618bb2 +size 19320 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (443).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d91ad9239c9438bc251b7f5654fdc4ec084c8ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2161377e5d3347fc962d7fc17b00eeffdfbf7a03050e50ac62f06a21adea2f45 +size 11543 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (444).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cc8faa493186379d82b7f8e841e1359c8974b18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054139e7dc3acb33459b7cf15e921c5cfb6ecee92ed0c1e8ef9f5cc353b05ac4 +size 19921 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (445).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13f6e0c5936a9e72b4c7423d4bfc688d89b3aaba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75295245589feee6b4e7a697cce726efdf6698a68482303eee783bded0ad67fc +size 20017 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (446).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27a1fc06f0ea5449eb4cc7a81fcf5a4127faf60b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d8807f0749989b35c1682c4a0c4eff5b27b7c40b202d5cd00a715246f67086 +size 18977 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (447).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8fbdfb3cad8924f6bae4030b4c94f3dab836082 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9be2e5898d0b982cea00ef86d189f9d19536f30785d3436a98e9fffe132fe3 +size 19803 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (448).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19bf72dae6999ba6edef973bd91d23aa8ddbf56a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe850f4f90d7c09e306917eb19052173e74c35a04babcce7caca7fa46828f739 +size 12094 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (449).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37451c440e927027cdde9a17d0de66ffada3987e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f167743dfe2a6f07948d071d558879ef775edbee9712dcd761d398c101f114e6 +size 16702 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (45).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (45).JPG new file mode 100644 index 0000000000000000000000000000000000000000..491f5b371e3cdcb3180a6e8314810836fa190ff2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (45).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b79f0e80d0cabe848187c1c3523941e858f3e72303b01b829ba0c376d70eab6 +size 20345 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (450).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bec36ec6d989ba9aad0689059421681d7c9c699 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7524f07cfaab0888d663bc6d2b5b5cf9d7cf5a94504fca6286701f8ed03528d5 +size 19633 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (452).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44ea8bed2b9894b1b22f8928b8fcb3e59a341edc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b2e97cc4a29ac650ee24dbfd40cf62a456834808b992c1ec7deffe5b240ecc +size 22205 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (453).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0568981cd6671992f94222df4ea0793dd55179ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f5787ee6f2eddbafd6140acbf58fe48816b3851d21448b4abdbe48f445b844 +size 16949 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (454).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19fd50f2a65ab0524515b21823a08b279915f15f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dc70ffc0fbf2c7edaf66a223952a481ebeeaf36681db5938ffec46a0fa6c87 +size 18633 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (456).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48b34d8d081079a52697b46c1b2536ee99be5993 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1068f0b9da3d28db62e7f9fd12700f7850acda0126342687252e64fe4a6c32ad +size 11509 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (457).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67902c16fab8bf121439166f958410b4013d5a8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9e112393cdedc5c4c58bad3a353fa6a5b41ed5928b26c5c1741929c13ffbf5 +size 19652 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (458).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8da889eb02b801d558b58e761f6c90142085869 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994eeacbf1675b3a6d22ad1a738f98ee3a2c4e6c23ca443ba3c79e944a449621 +size 13518 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (459).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c10a2852eda11323767e1bb08243f9a14825d160 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c869b29a55288d307a9b75d3251c38181b40ff7642884d8d7ab65747a21efc6e +size 14968 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (46).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (46).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3e230ac030211c22b4309c8edb8846b281b95f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (46).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1a7fda0cd649ff49636dbaee9420c3b7682ebada40d8295061cc49d6730c2d +size 22200 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (460).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd906e2421a663feea664bd9c0f020a176580e49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0457f30c365082da6db99e95c722fd2980df1877e9a289d3ab962accdb17c872 +size 23189 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (461).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75bfb4b0b856d268bb9f45039de4555e6b1106b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb3a7fa52038d36c16a2c8060c3b13f864dd541035b7ccb0d6c73d35f75f4d4 +size 17509 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (462).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd7fcfb59c36845b96e2c9a2c40eed9c4b2d98cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84804cd949b3f4bdf806b1525fe574453fb89c64996d74a1762e29a0b7f3bc6b +size 15802 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (463).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd63b9a2fe3f22501a611897d759c268c9ae5d68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfe05dc67bb317fa60284a37f98d5678e08a6b0df6852450b2958aaacdce6dc +size 22028 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (464).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7aeb337babb48ef26f6b1d883a611c26148c630e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c65ab16a9a83bbab7bad7124364007115f65a94a4ac82ab2abce9a20dfe5fcc +size 16734 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (465).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca053240153d68dfddcd5ea9e2252603760e3246 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f95dcfeea230fbd06c87206ce83e55bdd9852bc41316b4b78bcfbf7423b0a12 +size 18732 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (467).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82638b43afe540de29e64b17540b39f9d1602af7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b7e3699b1cbb3be230bf0f880d1ab3c6caaeca7d254df518fe0bafced87fb2 +size 11846 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (469).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..769699abbf08e519b4d49c919f571b32953d4464 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3403a550e125b3a51b24fdc9e3d0a14e7f372d9bd0bfed9b37e691aaf5077d0a +size 20157 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (47).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (47).JPG new file mode 100644 index 0000000000000000000000000000000000000000..daede5dc9a673a8ea19ebc002734f2635d13a3a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (47).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124f7a1ad5d6afc1f365f7a302f5b2b26688d3325f23908e7b5d285e5f526a19 +size 10187 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (471).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b85d91134c4a40fe177cb84a5a847ee9efae672e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2eb9d332fe22be3ab26129fdd9d87b62df6bd722f7469dcf79f911bc125eb4 +size 16630 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (472).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bace4621879fb5eabb32a00d2ebfdb0dfd5ab9fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8045551cffb38bca159b90ee34474d77ff4a7ec1af974a2ac1605184aeac83 +size 19130 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (475).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76297327e7d5817eb10432b021c58f7d32a423b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e074d73dfbfb783dc43b74b5848b67733003880ae466fecd04159d0bed6d54a4 +size 15777 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (476).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9764bed8a52b6544083f1ecccfadb3d59a2f34e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1421f6cdd36695566e79913c804a4be18bc2ce7ae1230ba82bbea168b703152 +size 20229 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (478).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b217bc3cfba291141fb2bf3718f13527adfccb61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a021f6e1e95291f1ad585bd8c7711afa6903c29c8a1bf0c22cdc4502568b28a +size 20479 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (48).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (48).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5834795b23d1dd560e83fb9abb47431b2f101880 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (48).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e764207a41437199e94c37064307d21f65ee2394e5a894f2baf5a648719f1963 +size 16828 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (481).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f553023a9ba45df0799e61aa0c380be9b107220 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a22e90894166bb7fde111d524e612b91ae8e885f53f5f19f9b0816f71c9097 +size 16968 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (482).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..658cfd25c121c5da533309ef93982d1249f6bff0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3838b631bf87e5ed22fbcb745c0b8daadd224c19243ae99d3771e74e9986d20b +size 21615 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (483).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07f127d0ded662ec62da37f21184bcd9dffe3e65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257c75912bb03678b9af067545101252aa59790950d9ad2c75a0bb00010a0622 +size 20256 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (484).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a9d11e8dd71ad7493ebdbc4dcb732de403875f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20573c63dc1e4cb4c7d714ce935add0ecd0266fe71e95b782b647884bfca6aef +size 19575 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (485).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac8e1107687f53663f1d6c23ee1a26c1ae479ec7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540336e704151932c0148454a5c810071fd9d12619c6d030dc991ce9512a5950 +size 12449 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (486).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c5df7d8db150da44067de34e8cb2e55d2d12ac2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742569ed79a7493d26a4b77394408ec063e1c743d2a1dc1afb3064380a528f60 +size 15412 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (487).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8d27b9a76f35f910004acf68fea4b1920f79ea3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c6ff656d71766115265e35795b004f7149eee9f914aa17986c52588710eebe +size 18499 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (488).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb15243a6da1f3284cd45fcbab880f68f2c2afb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c0d23dd2167a53fdf06216bd9b4699a859192797599b6b3657e0f2f75dfb32 +size 22069 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (489).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dedc6abff774e70b4848ca3a4913adefa08a5e6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2aef0609ab3e837523c5f82cea0502600fd12a40f4388945ef50a89974780a +size 17350 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (49).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (49).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27c3f8917056c61d8a1cb3af57a46b787496d683 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (49).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ff6d8655e9a625f7b1d316b05336f6713a6d9e5fefac769c1372cb7319924e +size 19320 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (490).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..580527f398541f61c254bfeaeb2b83ab4e31d47f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2724bc9177e66c0eda7fddc007fd5f5f8210b74822e96053d04a69aab4e3b22 +size 15524 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (493).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f3b0eeda3b7a633cf490f517ca51254e9ab3905 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb15becbda8036f119c86517cc59626b999b9b1c6164135231dfb8cb49fd3d40 +size 21985 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (494).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8b41e1b201217ad82204ff6904124f71729d0fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4682e6c5c17d707080116b852a7317a359b219483f2fcd0e64e121a6ae018a91 +size 18448 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (495).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4800a6d585e89999c838a2f8458f38468e5e55b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b71dd40e5ca8b72208346cd22363e88da19ae6acad1753afee58287a08ed59 +size 17635 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (496).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..044ab37dc8774ffa50a2e1d7dd6b3fb76dcf0d03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd443f212f425514e9ec6f2fc2164d5224adc1600b1c678a22092c9b787b099 +size 12175 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (498).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72987cf50a75f7efe2d79c447f7d59d32bc7a55d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5de7f6791978da04f3669b53965cf68017b66358034296e0f3de5b62fda740 +size 12082 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (499).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..392c5b6e42d85092f3eefcdcd4f284800bd8bffa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24380003a6992dd2423d0b8ef8593395a6b210ea86df08d744abbdef6828ffa +size 18505 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (50).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (50).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc158118b31b06e78ca34266a2a719f9882af0e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (50).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179c284f1cdbddca45c6cbf2418bcb0489ca51ad07bee2781ed815d34bb0b0f0 +size 16204 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (501).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70a1acd34821839b2ef8d55c84bb85ec0fb930e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7562dd11242fd721481a4602caedacca574ecb4258e1f4a4a5ac6359b32b12 +size 20349 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (502).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb7038b65d8304acc016b99579a1bd4d9d3a2f68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b89ccc6282a7feb6f6477523b3a16f8d9af86e76e96abda9643ffa98177119f +size 17371 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (503).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc56198cb8e2814571d6634495de6a7193e7b4d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218bf9b5aa7d43ba04148cedb2c7725e3f4bc91c97efb7848792370c9057d7cc +size 12447 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (504).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0716427fe616ea836b1553f2070196099106ab5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117887fbe664fe5839d29afb13ad6bd336bc7f4dc43289d03319ef22213dcac9 +size 13271 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (507).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15c0115fa35656aead275d0160175d405e9d2b9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbae086613f59f123f8833690d7a6f120cadf06b4357563c51a1de718dddf6a +size 20283 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (508).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..973a2f5e2e58c4e1c838a6ffeeb945a4e53dce3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a75bfce3be4341182aafd83b1ab16f82b8aefd286ebfb8b9e1a423e72b660a +size 21531 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (509).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e42278a6b9f744f4dd84af3e19eb0ec4e0eaddd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbde908a69edacf028a16fe366004608dcf7500f3f283a7709465800a193088 +size 15958 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (51).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (51).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84d3af6477b1b70c57731b0d483d46f4fe0324c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (51).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ff2e78e38307fd04a3ec3303716b52415c6fae52f3710121f7583405e86c93 +size 12521 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (512).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1035186ef7655850931b46879b8f7e8e52d1530 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cbc1ce2f8253cb172f2ec4a246e8b234945471f55bd3abac9cadbb39b3cce6 +size 12090 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (513).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce2981724a9dc6b9f56d94e75157b0980e2a494a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07187922d73820ae54e217c7c14b3fe80cd9effa0d767851d62afd520f7cc71 +size 12037 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (514).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92c3d90358f034a0becba7c1bb39064a3828825c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac42a5a1d8d0bd70f733dcbaa081e7d3a500712b3fb02658ea58114123ffb66 +size 20354 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (515).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51a67badfd6d810a30dd3bf4a8fb67c5b0b6f949 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892d5801365f8a71af8def20e0d0d5e20acf96db0a049d6893de9a3c84aa6003 +size 14487 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (516).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1af24c68fadffb4dd227df8e081fb4121eb44ad4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fd60da8223cad931728cef706731b7936e2d36f8c57bfbda5be4f38f94948d +size 12294 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (517).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c0326bd783e3b2f077afa23d7a2734f3ec425ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e12896e08b8a2f39b1c969fbfbbd42f5ded28cfb89ad2e32201f17bd30b4940 +size 24852 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (519).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a56db47bc833d51d75036f653b22179819faf7b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adf0aeba65f6f77c0a052dbddd7f7f6a4f17bb8af7c5beef0834e2b40a53727 +size 15656 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (52).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (52).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd11baa9dda8cbd66f8537f570d9fac06bfd8d86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (52).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18dfef1a5a6e220766451a6289db198224066bdb28f648c15b8398ac45a7700d +size 21062 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (520).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d359e397e6712eaf578b03d7ea596bea181ca308 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec26185ca9ce6cfb78a1723d912d962cbc83c6f7d61211e97efc2b59bda9a726 +size 21254 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (521).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0c962828217ceb38853566c72c33e8bca1d2178 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a619fbce52a81cdb7c8045a378c013dc18c1405fe1884a44ee16090c3bfb7d +size 13639 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (523).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c235b7b1781f41c7f2bfad0889cc85fd3f448a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924101a28f3c7705e7759b4ecb000b30f50ec202fcd027f7d2c7f62b455a941a +size 13432 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (524).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d4ed606d5f216bcabee14cd5b0ebc2485e8db21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a862fafc1f1f5b93273045935193291fdd113746cc57845eb7ded591804a60 +size 19094 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (525).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eafb15def6beb968ca585d2e9e15f0b0bbd91406 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eead2d62c8b6a9def2320e058660e909fdd682550259ce6a827252e9427d8f59 +size 20925 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (526).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..660ffe604b7f16830eaa4bb60a03106d424edd84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03502de877253c38858442ae9f7ef05f62b5cce252ef9fbe85b492595a7ed006 +size 13299 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (528).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96f77f4c49ac2eac484786868400f2e8060b5479 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228f1d6b1e4473d8441f1e02563e8646959c703fe48810d86996d87e4fd37e8a +size 21816 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (529).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14059695a22f300b8bc2842c7af9ad5743dd4ca3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b4360096f3e97ea028a3a6533b454e69107a584eb16ddaaf9618b7259f2a42 +size 21283 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (53).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (53).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2090d3c6a940abb42237c164f788f519d80bdc53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (53).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08232a2bde46d4bcd8c0c127ee13a9222f765845c55b25a4db6f1e7e9b908654 +size 12990 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (530).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0909bc499d8b8ab387ed317675d76f6a5168aab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c005d6d622200dd717935cbc3b098ddd7023fbb9f2224c5fb1c627373804395 +size 21588 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (531).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67864d8faa1d3ab26317131d452e7b1d20a74df7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f163ac1076e378c49c7338053ac0ad6c5165bbbbbd0e38fccc1cf4990ed9125b +size 16881 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (532).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4d832320c2907661685e4cd1b38bed8889160fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19fe894fea3ae98234045c677ecdc2ddafe80e2c286a496a62520de18a771a1 +size 21478 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (533).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60d5c871287d53351d904330e218115faee8d717 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524a4c5f8e8a27ebfc045c2ee46fa38c635ad3769a3b6da79874d76b8b124910 +size 19313 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (534).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0285dab223f4617433b666c9966eebe0cca6599 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f371ce79dcd9da2bc6263d1d52a51f15f3b7a1da09aecffe878f1eab2c8aa493 +size 21684 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (535).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..539a4c932ade3cade373d5b9cc675453fcd3e226 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acbc65ebb354e05ce23f835b482d30b3a122c6e172d41dcb4d731b7cf32aa67 +size 20833 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (536).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2eb58bdf2c939ce3b464406e75058b0e130b467a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f902b03bffc79ffda6049f3d20b39016b9b05b68d5258b26a7463a49702925aa +size 19611 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (537).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f36d4696e456fc606fe96a7bfbd49bb91f276bdc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62795a5bb33cb185303e792de938cf25f2b76e883657c17fbefb1f74ab9f7991 +size 19846 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (538).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..451e6333a920ab374d02966e68868505eedf4994 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2893b2238c9c32e04e9a7b2a00c4f234f576264b80bb3e8e635b3c32b57e39 +size 17198 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (539).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb1ddb5c7dba5ae6678d67677bf8a736a2ed2ece --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400e712a0fbc6f1cae1405ee9477605b8aa16950817b56f5bac38d951f89b135 +size 17376 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (54).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (54).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d53579f0dde4aeb431e6bd3f5a1d24564de8ba76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (54).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08d72a9ef5d634ee7748b133a9ef5ef466b56d66ccc79c40539d2dd592be2dc +size 17251 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (541).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42e627120dd26b439da5961a43e9ac157d1c68f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa128254b47e6323fde99bbddad5007400b731c8925d734a37b023c9298909d +size 19227 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (542).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41660795ce4c7ad12afff5b8c6b3e80e22b26d93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6438bb442a52d9c4c226f1bf4b359bf89652b7582963e2a52766c1d96110b273 +size 22074 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (543).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5eae3376694c06c86c88c082091ba4771ed42d22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e443f915df471832967ab7f888a63686a14225a1316a682d7c8d32967ba474c9 +size 20098 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (544).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ee15860b47c0e1cbddca43b3fb4f7a17a2b123f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d7cacc509841026a44db350252cf66c53e5caa8fdc9e0e33ec14d425eba9e6 +size 12820 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (545).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fde581618925a1171bc2348e07d87cf3fa96496 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283047f8f98c1cdef0c647238c9d19d110342b17c9a04666bd3d672af71060b2 +size 12207 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (546).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d034f80ed6b9d1c4be0655bfe3e17baf733f9fe3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71baf4b3cc7b459ef2e5a69d6ad26c8eb8ab6f7926a36a5ae3a6bb1337e7e0d6 +size 13215 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (548).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86866334b213ee7c2b47411e90a0cdc769892155 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7831dc00ea7bb0df7a9d6542b92aea26c028ca7db9a798ffcc5eac5e4b8f0da2 +size 11373 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (549).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b66a191d4add33660e7c0e7dc167cd2808789573 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9768627a7b9bc61711409d04ed1e56de77c0db05fa90c3fba4202116e17a6014 +size 14619 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (55).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (55).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0624acfc7713650ccd5d71679d738f1800176d24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (55).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bbd41f7ae661d2ccbc2ee1d5293ef81348bb8ea17710edc84e23a414f94b4d +size 22823 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (550).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc9905dc22d9711357dbcb118ffb11b8da681f38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf2f059a9949ca9366514a6abf0dc42f067a7b4f7df3eb2088d1f432c4d3a5b +size 20860 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (551).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b4404c8426025051c8013f3182e5d662fe0a998 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefeac6016b296f8e19db61dc787bf1e71411da57df4fbaaddda376fc9e9a34f +size 21061 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (552).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d63dbfe49e3eac8daa9690632991379d8069105 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdb7fb68827a450230fa6799dc0c1a979c49ef85a6642baec23312b29e50938 +size 17726 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (555).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d3839568b12a8e245db97b4d1746121fa20066e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27b6678b30156b28c66101bcb24ac3833fe107d6d5a7633571fbfd8d35fccfc +size 19709 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (556).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..add17cf5190a8c27b4e720a04f36f24df58897f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b41d9d3a874ce0a83960a9f1b9f57d6e0e26c6c4188f117ee41edc8c77ffb8 +size 17396 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (558).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de4e379f03593cd973f593ff57e58518bf27300a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4748887bfdb955935d76ee16b1c7950c96f7c1b67d40335e58346841116617d7 +size 19325 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (559).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4048f50fcdb6b7586eb624e09307a2d5e1c9630 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5919fe1f384117d93646ded74818b8780490cb3512ea6f891f94c30e7fe495eb +size 12041 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (56).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (56).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97382f764832500efb10871eb40d50eb7eb83acd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (56).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f1c17af7ac53f9854d3636706dc007b8904cdbc92ad3be585b8f4144747bd6 +size 22819 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (561).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a04113b45bea5f6f3407b550aec56aa83329d75a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a6d3714ceccc1c903e80e640a2de68bbc6392f73238471eb457ed500bbe901 +size 15960 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (564).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..042a950222b5d2aeca5ac08918d8245db9f009a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f8e5488d7440a734ac2f18019e7298e044189d2aaca926c7b97214fadcb73e +size 13034 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (567).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af28a5c5e7e2f03c4dceedc431b7fac55ebe9807 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6788a151325061a4ea43f9ad05cae17299e32cee43c8c50b65db9a7618df89 +size 18256 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (568).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ac460c9d035426d34fee5af202e0d1052a6fb74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368eb26d13a17c7d03280faf9bdff357c9a072fb8841cedf31eef822ae6eff89 +size 17233 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (569).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3bc96b5c4eaabdbaa79325a4d21185e6d457757 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3c96572afd3cd570d5a747440a503e980efc2331d5e0d41b555bfba81f581d +size 11509 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (570).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc9254c50c26bb6450383cd04341ce1656620366 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e14ed4b8df0aaecdf763907c6c68b301f53bb2509f6c365af83c59719068eb +size 13120 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (571).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66facdf8f930ac77b3d7b4c73c5ff346b5333dcd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090cfcf343b25c5936bf6e475b3a3b0482101d1595860f35d7f2f7fd68388883 +size 21730 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (572).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..614d1657e48cd75868b3945310fa81700ab8ec3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f5d91a060e6858966ad0b7ce33fa33eb4694c88182807edfd93dc1aa902db1 +size 17062 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (577).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff5e01d3fecac77fb4fb4d4346d163077a6e6faf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e8cca5f3c07bd47818ebe333febb88c8794194d1bb4b4cd6063b4548e50a20 +size 19591 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (578).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94e5887d439fd2608f0e3a5f560f1bdbaea48b36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6466811398956dcdceb297619ef54964b536e36a176224f008b4f3ffd2182e4a +size 18613 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (579).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8a0dcacdd97833514c0cf7741d9d40ace462cca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d482a6776c6f4ef138ca1a315c7eb644c6c0bf64b10d8a8caa3f9267d02a0e +size 23160 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (58).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (58).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f8d655a8064f5850fc778fa0d17e827061104ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (58).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714ea92e6bf2b7fedbc858b029e6abdfffdd3532cfda1c60d87f70970950bc84 +size 17018 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (580).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f952f614a40c0c3ce9a09c5fdd1b8d1ad50ec167 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665aa349b33041083cc6cb0f1abd00052c48b39b31c124e54bb86481b653c43f +size 15392 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (581).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a96c6d6160f3f6a1d1ad7b877649a727d0ff89e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c252b91fde135685bfe9ca3f0a3563a8a8a409425cf27133a52eea626ca3b96a +size 21573 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (582).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c10a2ddbdfb55c98f088f7275939d85825191efc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e2ca8d5079d6cbd8d0256488913d38c66894e2cb4011688ba6bd715bda2bf0 +size 12898 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (583).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89f1a0e5760869a59b62cba3d6419e6932180c9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc798356184a421dfad6eb88d7dc41a745be66ebc21752e5b645c27bbdb5376 +size 20408 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (584).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b11aa796955ae1928c45787a32992ce7ca5ae08b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f3e3fe95890d499afb1f3f682320a4ebb14ed808fdf744ba113b55504d9ca4 +size 12039 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (586).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d91b43df875f8636d202025feb7d200bf40e9a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7814b70ba26068beb81d82db43e577bae19b73823865c5b4a432e099502b3358 +size 12357 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (588).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b45759ae5fce1afe7c9edac3580d18da2433d24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a136b8e9b33394dcac378d5f1403046b144beb0036cdef66c9c98a9753052c12 +size 18839 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (589).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f355291d6856521d514ff25ae5b7027ebd1ba146 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6578ed432b0c6070a5b5948b14facf81bbf1c345b0901a55bf89ff70d1f647c +size 12429 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (59).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (59).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cf5b5da7c9b7a7028491465a9d4b4f13f69c050 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (59).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624d5a9b6e853fa9ec7f96e326ad76308043cb3c9852c6e50912b4e0115991a4 +size 15281 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (593).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4aaa043c2825dfd79683d3936ac5394a3f0585b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ca06b5ba28f76974feca8f4bdc24ba3f03f088b9e26f34e623e032089c9f6c +size 20378 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (595).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5d98251c350329e0adc9ac04e165033f379530c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0069d0b2cc407df6a2f9214157b64ca2a0a48f756e6df4077d8301b4ce3b08 +size 14331 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (598).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c66b017c05236f4684de38cffb877cee3a5d6482 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d187e0d77d8759c168dbd7256de5e4ba6eb5c1f9cca29a7a249e0dd8ab2a603 +size 12383 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (599).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a62750ae9776ca48e1ed4497ba1b4d3a0621e988 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2594cf005a2d99325168ec7a8e185948a5e170051b8c571d32005eac083f2630 +size 20039 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (60).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (60).JPG new file mode 100644 index 0000000000000000000000000000000000000000..907c3f89687271bd5967a376ed3a0ccc09f6ece8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (60).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ce76b91183fdc8a62258d92698eeb9213d9f94f2ec2c97008ea77d741c0a60 +size 18280 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (601).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4dfbb03d483e6c91efc5031b6e4c74d614049dc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecb4f4a7c88d64365dfdabe94f9d00370c38e4fe3d4630f2d06069a236a68eb +size 12250 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (603).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a558532cb4845f1c04bef2534738a1793ae37d5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe77943138aea23a594813fbe6daf226259697168d6c590deb8ca7744735fb5 +size 20916 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (604).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a368c4939b5241764179574209f0834aacd0c30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88eda99085b3d87c119770da54731e321b98d6f9566919ab5cc93fe7ec57df0a +size 10938 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (605).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dc0a4f79aa22e997c388dd2968dd70435207136 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e69dbabe8cadc16cd5569c74031fce1a53779df8bf4b695b705c0ba15f52c95 +size 16995 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (606).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83c3960ace2ef016cb608cdfab8c3b971cc5ab5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43c834b3edd44599698704b1f821c375d0b0265b221c7d732696089f800010f +size 22255 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (607).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f07084a503fa61d9606b201fe2f0121c5724210 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f2260b28f3cc3bdcf618cd30df04f791a87535303b18190a6027b03f7b933e +size 21917 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (608).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6be2d014d23c66fcc6f282e9bf3be55df75dd291 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7766649e47cf60744cf676b65ad85f63d0440ee868458811a9d6fd5ec3edb0c4 +size 21970 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (609).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b810ecb09cca3c01dec78150f699193e36d4deb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594869f5d919c691f292370642aa6ccf6c6a959d4575a4b753a1fbb79336dc99 +size 21338 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (61).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (61).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdf5943b8dd9339efe010869592a4dc9cbf63961 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (61).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b538a72f89be57cb1090bb196691f38b3b21fcd342e4115f7f5c192d564a08a2 +size 22376 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (611).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a97ed44b8a8a3c95259552c786f80540ad98661b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d92504ab62358d330d928dcb01f8f1b6cd45d4682e4df71c15e7f944dab2ab +size 12589 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (612).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75d81062a6ee44643cadd3c23e383b0235dd9ef5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de77ef7c584065c5fb4b3db0f17ab1edf9be6edfcf47bb91ecba4ea060aaf47 +size 18408 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (613).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab77e1efc891409e5a421a1f6b13e022c0a54c37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2270ede4933252f802a1fe962ce0b7e80cec8a375f769bf249d3257ae97df1 +size 20802 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (614).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2ffd6edfe2664f55decdb8fd8762a674063066e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b648e354a8ac5b7de67a0e41a8905e89293d82f3b4de0d2c9bc040b3045384 +size 11816 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (616).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5de117888bdad1a3feea127353bfda8d767d6ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc656c7467f3c50ed15f4713c139443a5ba6f87541fc49254caf1f15b97db147 +size 14020 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (617).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..493e9597ec041003b1bcd6bac42b662ef6be5558 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c59ba8b25e7e595517d718792ddb24c29447a3c3447bc2b2d8bbb9a4e2f746 +size 15151 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (619).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f9b01ce84cffe82f4b54a07b8fe92a431b0390e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df63e82c8d2bd3411e940f5337af9ba1fa763d74cfa6d7d8e729c59517c3134 +size 20159 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (62).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (62).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01b641e44438145d93be5b26e4a149285d75f9b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (62).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf801acce43b97fc039e349c55aa49957b721ab8b3e733ec27f71eb3604c7177 +size 18855 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (620).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd0e02b759e8979d43ceb020b6385f1af3ec79be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee02e01eeb9788d6fd244034963fd751333829c171fd82a92f95acfa33ef8c8 +size 19865 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (621).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54781a846f04da9180ddff0c1811aeda287f1a7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ea62a9da535ade0642a26ab28f6816b3fc31f0e96ab999a903364623286422 +size 20167 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (622).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9646bce65b081b1b701b7bc71ffe1ecd0033031c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e4923cb1961fba098d8767d6c1fd75397053b0c5d40ea0d9c31ddd5f57f31c +size 18426 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (623).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca09e717080d89dc105ceefe52d13c06148a18e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1417bdeb6e2ed0e37905aa1b7a451a300669084d7493fbaa490c4feec70e543 +size 12306 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (626).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb9490dcd54b9dd83fa8085300ef262af5cde316 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ee114572cfb16ef02697cd75cc39cf28878f44f679fec6c9f441b204a84b47 +size 13014 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (627).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..321cb70e0b5006134131190c20fc294fd59dbc09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b031afffd7c54927c5cdc98a0304cade1285f9b356d6162759fed5fff52b111a +size 20129 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (628).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8173cd0cf20ec1c40bdf850d9f9cd90219ae1b5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83041690922be31447f5aaf75b95710fcfcc22bd9c7fa86fbef17f5e2768c197 +size 15074 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (63).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (63).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ebd712f040928d000378b527b3604f54f2174a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (63).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9606f21d587469a5ed896aaefa2e55c381f2462ef87b6004271056b5f476705 +size 20160 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (630).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca997fbde50966941a01bee8bc62fb85accc6712 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f7857acd2782fcec8046601fede70d9580c14f4f146af9db48ac14bf767463 +size 22108 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (631).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c68c3514b31225dde092d3eac0ac16aba5e6609a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92752d18fdd0645dfc9a3d409b5f917f99adf5b49ca1f81fa3b56292246c3389 +size 17113 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (632).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed7330e00c8b493d7785cc9ab9097df019b49a38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d5088fcb4956084ed7d3936a4d30a12d4d27aef41063e5e73713d046cc2475 +size 13831 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (633).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..960e866a197ab06b038408fa27610efdf3778f3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c7667cd77c642bcdaffe2d8036de063d1205e615a5974913359178a6dc7154 +size 14653 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (634).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f93e79d23c6a229ba90626d973144b1521b7fb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63d80e40174c8a0242ad166e3c794778d26ac5c6023d8932a81890ff058ccbe +size 23479 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (635).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2a741f6c6762439e923e840e3b0309175fd6647 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2e1182e962afb7ab1c52eec496984284f84222938b2d56611acf1b53ac4816 +size 21385 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (636).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa02339e7d574fa65fd8fc3eeec2f39e6df9e201 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be68394e405df9fb28a92a945dabf950359cac082a8786ee81f667c5a5003bd +size 21894 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (637).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92a85f1d83c67d4adf664170391592d8dcabfdd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571d7bb9487c93c5e810328b05005452e1a41bda088d38d717c98834e2c9d80c +size 20735 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (638).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13449d5595491f1a91c9205f59290516f32138cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16625a67558ff051f8854542c668eb72bf7b8492d5dfcb818f7843e3b4725b09 +size 20098 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (639).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09112013b51f5e0e49bcceb7c7085de2db53c119 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582d936af0b3f6619a29e95932a0c9fcb5170697be7deb457ce6bf6e3253df62 +size 17966 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (64).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (64).JPG new file mode 100644 index 0000000000000000000000000000000000000000..665265efb8d045db01ae00f7765dd0454745ba23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (64).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1524e059716a27523862098f945edee2c0f869395468d9ff30ceab2ff6a1fa +size 10634 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (640).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25abb06bc190b15e2be75da0c5a440f12562dc12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1234d2b7e3625474b5843589586f01aa81b585f5e3c9bdd10e59c2988572b1a1 +size 22352 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (641).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e0f13ecbd03633b7000b8a943ccf2974e46d975 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d0aa1e46f49db025b3615b1298e5d809fd5ee6bd3febb0106cd8962d6bce4b +size 18990 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (643).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f34ab8ae85cdad83d89fc4e5ea9fa85f4bcee744 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a05a45e1f047ef841474afeba1af91d96514ef5ce241877d550fa7d26fe47c +size 21832 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (644).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6103fd1bfbeacd61c723e4e6bc9165f61512dc26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864ad23ee57e76f62608c8c1869ab069bebce0453f23850bdb45bcdbad5ad31e +size 14609 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (645).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b929e002adca52037bf7eafb8e34e62f6f9dce93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c46841a0a390f7986d3d09c473c0130fceb5e6fed8a68adc12b22f0ecd9516 +size 14608 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (646).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a061f2aa0fb85514acea6ca46d735027f4432ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2f47d5c695c525162890902706ddd50d4813d0626d53b747b1ddfd426a9e9c +size 12541 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (647).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26c191289f220699d1e113ac994558543ecbcc44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed51d29b28a7c5dedb9473c98fada3c5a40376745997338c64e2d5227932b570 +size 12969 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (648).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e04e3fe74c7c13e944d98bb100ee483b75703ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b2655e9b28d1ef02933cb9a3aa14f95ea42b96669955f69de0ad32d995e66b +size 21935 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (650).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f96700d946ed863d690dd52eed1db6eab96b66c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae746bdbaa5cf03dd72b25e9e6435cfc5cf92acc4f2c3d61d3fad66a002a8a37 +size 24745 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (653).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d48d375a44ef3969cc10c1652c4cc3e8ed1059f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393922dcdd8bd534061ef1c0a93459ee9e32e2faec7d9e06a85dcaf9e8c74288 +size 18569 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (654).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34bedb049dfc0cb201d41bf056650e4f7b56a445 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cab6daf56f3f8d6ce221a0b83e3b8e9a460ae2d785a8b7092c0df95ed367dcb +size 14720 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (655).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e01f673e9e13e97bfc184e813ed9e841ba417f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a7ce6e9d5f872a532abdccc7ce3cb67051a88ae4326cc85b1fd401169b581e +size 11673 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (656).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfea9573b5c3da3d10dbbcfcc3f9a28ccd69ed52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9f945ce6bb511dbb469d227828e7cbe5ef28e2d1fd9a80cfc4538ba4e06c7d +size 19653 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (658).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f4987df607241283465385c22238ff3590e1f10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479fd2dd64c9b4ce78a6583f1ac023e680dd4272cd2a6ed2f0ebbbd7fd6fc16a +size 12710 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (659).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..991b893d300e445d075d0252286ec5f3e8133d06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092500840633b09d43ca5b00472b171337ec1220f5575ac007ed6d80b4cbfa6a +size 16925 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (66).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (66).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53ed7a48efc34fb88d121e5a3ea419c7a7bdc1bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (66).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145fde3f76a2db865c67ea83278fb01467dfc330536d823aaf5e7a2f3ce4d440 +size 18247 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (662).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aba20e3cb55f961c49d06f8cf7f59093f37b8c74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e719878370b1f0194c61cba259d1ed3292c0c2ba55720d7ad186b502696b9384 +size 11278 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (663).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7436d6f397add9b7dce8af40353d75dd02b6afa6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b3cf6abb2277295c686af14b5f76181356ea97953e409109bea78481fe449a +size 15163 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (664).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d6dafca0e63c5d3d1c41e89455c0619d7918bc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c8bfb49dc2fc1f6a4e8934a3e555e2a40a27b3a6531e5a0615eb67a0bbf5b9 +size 20062 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (665).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecef4ca53e1449aaa5dcb715e198fd979e4748af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75774265815690c22e49e177751cb49c4021a7b09de30b37dfbd029169cad00c +size 14345 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (666).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1eb8ceeb096ddb1e996547fbd4a9c0ab53f48837 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bc85a29fe1a9fa3b0871bb0a903e0b23eb40008b6de86aa1b49f5c95171291 +size 20915 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (667).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16097cba81fd1fcd26fe1188fd05baa279c699d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32a6b908a782dc5d4214f94f88e03ad87437221a0f78daa820a491519204303 +size 23948 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (668).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4a33665247f8a4ef5c7679f8140aedfe1bd592a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc2e50704ab4190bb2f4918e2c2abf04c1f6bf485359facc882a7fcb32dc911 +size 20415 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (669).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fb6e21912ec3f1d6fd5df02f98e44cdd33f36a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f1cee4199ec6382c6e9c85d114363e34df86ce5a9e80949322d7e1fbf84622 +size 15308 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (67).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (67).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13492df0372b99f61b620c56c4ead640ff1f49a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (67).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e69e3c428ab1996eb5b5a634e0412892aae9e3dd90b8f1d83bee65dfdd04ee +size 16294 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (670).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11f913e65c7a8f448017a86b78275d3f7cfb6719 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89968a357754709e3861c0bb91a334041e3a4d4e7d100a2919868de056060bc +size 22324 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (671).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..daa428f2efefe69e36213cb5726769eff31ee2ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46422b652306b88d5e17133e5a33a9abb1e3b93af6ccd12f430008cb19bca635 +size 13906 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (672).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc959b246212f727ccdd77e58755affc51241211 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e3e44cd54739041299bc1bac0428d9d4430bdc039eb66dad368ab95bc52654 +size 19834 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (673).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f61565edf9231c1bb9f482d22e1383d671e76e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9b1b14fe0406c8da9192367168bffaa9679c0093fbbda007ba6f704abdf722 +size 21927 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (674).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f32f86e46eb153b2ad64890a47cb9a3d779ece6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fa63e365563d1b53eb016d1de567cd584ab94708ff676dac839f0a7f6fd3da +size 17116 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (677).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d2da410f8ba28b87be4904e85ea598a6ad46209 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bed135214478e2edde4adff52777a0f435a950ef6c329c98b25729df1d8a23 +size 18446 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (678).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61ab7898c57b64657526034b0f009fe23d7690be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8bac8c758b4ec8f8f35dd14f8271d073cc0158c313148b8ba215b3642f91cd +size 21519 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (679).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90947cbfc08dc38427372ea9f336972164bd8c4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9d92fb42e7b12da2bca40767c9b4599fba812a34f6c199d908f1e0bdac4675 +size 13217 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (680).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..863d4d5c9f4d8f190467bd755b95861fb2eabab8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd50c2e56290eedbc5243dd8f49d21021d2eaa86ae038b3cc8234b3eb6dce9b5 +size 14088 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (681).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42e5e8d599206bdda5384aaf3e285aaef5a720db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a422aa2c14a056076d8bffa6545a07fb8d379479620f0e306f05881c09e030c +size 22914 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (682).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..845004eb90abf1d24931137dc50729b12b12b4b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39dfa30ab8df567d8059ffe7cde20fc438c34dcac63d7b9086aa1888c719fb08 +size 18912 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (684).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7109a702a571b95bab205fa9bd6908d472fa2bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8882a56fbb140e837acaa9c124b1383191b8ab331d42c320e228a02bf6fab39f +size 23794 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (685).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a74a3a84815760e8020761b2c344167945d63601 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b961abfb3ab48c77467a3906d49a17a94f4b1392be92c2592beaa53613f299a3 +size 13406 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (686).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3993e3cdd2e73b5d406e2230d35f631d2b40ba95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f93d1680a2e4945ed6905ecd8d4c6c8754d95046ee9802e7d8e27026d25c8bf +size 18095 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (687).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97d44ff7b752790de9fdcb61f8ace55283e7478c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6806df84483a884469ca384cfe1380d6076514790d54627425bb9cd4ced4d5c +size 11529 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (688).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..282854630c104f16760783fc14912663cf8ea9cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e4972e1fc91216bcb4684a9c23cd896d4b404d3f761fe3475569a004a778f2 +size 22917 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (689).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97b683bb6a915738ce5fb9a3cb3fb4dc30aaa96e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7712783fc2681ea1d1f9afa7e7d90ff4fd0e687d7860449c541d5f9ebe8818d +size 19585 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (69).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (69).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c521cc6dede1f4e4e10321e7a33f4ae8c873ba0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (69).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5767ae6ae7c5f280df025efc65d09f7c7cafd9b6fef6b11ef279177e9c44d7 +size 14347 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (690).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33a0324f0f299127c82fab30343358ff76f7b8b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47f30a47bea088384ec40dc11af35d3381bbb54b620e7636972e2740d81bc62 +size 16451 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (692).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1084803d6b434a2f7fb2448f2c619f8bebc35bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f08d0fb9a9db70ca7385d53475dd48ba313329288e5265b5c309736331ac7e1 +size 19730 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (693).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff89ecd0e3d800a95da5d0b7ff4d7863271ebe08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ef4601cd401b0b378be6cf05428d3ebf4f14099ec471b0b02080024a518490 +size 13124 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (695).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8f08de1da8659134e547ece51545a48a87f25c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e76437e9b60be4c615cdffb18b446fa7c0be8eb622d9aaffe79c0cdf13313e6 +size 20932 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (696).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0afe41428b1fdffebaf95f058a47c687305b2228 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767eff891a2c31f10692ac06b87307786bf873194883660114d9b9381560864e +size 17372 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (70).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (70).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6f6ef210776ad9260fdd92671347a90bfab2c98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (70).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00a450215a467e51ed7042452d6ece1f43146160c30de3513d95b2ab1dd9f29 +size 13181 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (700).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53b0ad01c0d6c5d7c427a91a3b7553546f1b8b91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596817cc2bde9be7b3f4b61203d680a2128968dfa287ebd183e8b7dd4da8cc34 +size 23069 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (701).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47bda5e9c64c4b08b78259595e239fd7bd5fe1b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f959fd2d3ab6073a4f50bf6b136d124c57b96dd947e8ab4c160084e0e49d7ed +size 21821 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (705).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37d4f3d31def691a5fe9b2a75f37b13a04ceb489 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456f07cefb9412b49b90155569107a8d2791e46a4a5516bc5e0c385550cfa4d3 +size 19419 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (706).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8823a8bb26c6d962c869b7e917b7ef9bd7d4739 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22dd15e2cc46a757e844eef0f6e23d538b814a108d2a59bfc81d6ee5e4fc39a5 +size 21435 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (707).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88d926e8bcacd29abbe97e4fcc58848d623c24ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a579c5feba8a527ce0849af42b452e8beb930dbff0ceeea265ef3784aa97af +size 23612 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (708).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..613dce00f4ea58336d97ff07fa58d0e80db0ed48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277b8cb8eb94fbf1e66dbd004cb7a10e191bd15e63e34238e6be6157262f1061 +size 18632 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (71).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (71).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0cb6002a02a2f1b107800d6845ec948d7af3c1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (71).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ae08383292e78c49a4f961c45e70ed8f79e5bae184d746d2e91a734b494e3c +size 19572 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (710).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6fdc228fd6fc1e6cf3e2cead3bdc12b9e5c013d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ade0c2fc23ddca7ba8e8d95628d7483ab7df0178c8a0fac4ba428a2eb26ed6 +size 17156 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (711).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f780dbc8b9592c9aead767bfa0561e2cbfeb230 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da816d7be0937495eb073330566239e33d58e92df04991b354e55b957108400 +size 20607 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (712).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..988a69b15211d6472770bf806ab3555e107829bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4045a7092678341efbf640ffdea9071e81da8a2de226c93c8ddf36869c556da1 +size 12468 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (714).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50eb0c8787c3e32459e5d579f634d742fa6c737f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba077d94ca924c91a84b06d5f528e5d1c70527d0fdad2b1ecb09437538126f7 +size 20666 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (715).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef1c46cec6e142768a97ece7fe51de405f90da9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dbe91bae09c12df1f3f68897ff24453a862dab146a359d43d677a82e6cf25e +size 19991 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (716).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40601443192bdac40e5623808e3970a7d0c48130 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee62771589d4261088fc8b47a0d57cff37e7383cf47628e7008b7a090be4abdb +size 21350 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (717).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2552afd8c31d94b4535047caf9f6547dc12b5f39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947e27b5695958cd86b6817dd44dd647d2ed03b31ffde80af4dbf4a537f70d3f +size 18492 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (718).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..570094eb38e453ca6ac2428fb7124d6d5052bb2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d1d18aba3bc0b2c9a5ce9e668395a9d032e115019d11937323b3564f30594c +size 13340 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (720).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01aa22f3bae1a5392a5afe5455810ef87d62bf31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17e0af7c80595a648e5f9c04294ff646267cf660748a595f33cb441b1177192 +size 18328 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (723).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..395ea101cd95bca3d8ed1fb5d8d7fab921a6a5f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230a16ece94d1b7dea39dfe38caa1e663c135766fe858a84ebfc9417a56a93d0 +size 13176 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (724).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..497db48c3ebe47c874e8f562a3794b18f1183323 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0023330dc8ec537d46ff5aac986dcba977b3f70ad2ff1cdc2691fcd5895e39db +size 12078 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (725).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd291f10f61d2e7141205c64c11353bca1290786 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cd31806f301b868dda1dc61c0201465f679c9006cbba052fa0a8361bf7ff5f +size 22855 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (726).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0673dc9d1f4cffcb1cdd88111cf53cd4fd0d3df7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4effa7154f11478d858d25ace2f1feaee82379a62bcd3f1076c95012f49501 +size 11295 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (727).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d3002cc8bc13c333f53382a706dfd83ff06f836 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7e37ba49f0f07fdc43c5c01cb0677fa52e297db138358bb5f922ea5e477c6a +size 10936 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (728).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39fd1ba288a38f42fcce9f8187bbbf5862dca05a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e6d847b03b9429984f8fb590ff77e6c0b9958f539bc57687e891d1c5021e08 +size 12166 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (729).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c388f052c93c7e1303e692fb04cb147e67bf4884 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3db3d96fdc86d1268682c75016e699742db453f7bc2b4c4e704c8937971d958 +size 18190 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (73).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (73).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b39709927c67ebff053c2a79f428f1a2745916b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (73).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ff27535ef6682aca3beb7e293a71dee92b966e6ab78cb0a8f48447e2594611 +size 21593 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (731).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..570b7316d0ff773ed1a3b01b128857dd20c65616 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ce31ad60a9ac92d6f051ab21f23a37286c37229a1a8ded6273694db6b16ed9 +size 20048 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (732).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d30c724e46e0b53b8dc1d170b2cc04bd81c433c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1334da62443d98f9fe1522b67a6202106337630ddf1ff93a58cc18d68934c95a +size 23521 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (734).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aab3a4ba9a5755828b9a61af170307a9838b24c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af516784dbe1447913715d73bbba536b1eb0fcb0c870a1224dbe840a9fe26a8e +size 17959 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (736).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8410765a77e3d278ae81a226c9e74fba94d186f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487366549723e1489c3cbea0e999a3b7d9a5188b4f8e2a3134d0bbb7b3881516 +size 17523 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (737).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e080b0a8016af05a69cdaba4759d5ca17e0722a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4ca20a56c1d66861feb9f44ecf1df97b0c5b299035358f80b6188c708a6e9a +size 16635 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (738).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..432232ff7b306fe8d14d811d8ff6f35c47e19005 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018a53e77e086efab640f6049f0498f4a6f0883e6a80eb183cda7edb3885124b +size 18424 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (739).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..843c1642ebc90d2eb8987fa8fdf2a9f8713046f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999f2941a9d156873e4cc4c55d2ba1fa9901e9b09a5282e835e084079182e407 +size 10847 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (74).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (74).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98576f19c7e816cfe7f67e9d1ad4689e99522c1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (74).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16cce0fb9c95179bab0f364e9d09a507375f56291371ea646b7fefc03f3dbb4 +size 21263 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (742).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2e5234c792a4ee6adabee418c506ee274f3a827 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f257697cdb24e51044fdec5402e25c7c36723ee6ded18099e325eb50aa2ed6e4 +size 17797 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (743).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a781a1617d9f5c8450c307b3d6a629640c4145b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2899664e6ad1858bf7eac37a758e2c13a5cc2a29ce16b8abe2423b07538287 +size 19334 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (744).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3a709e940f3d89c65426f769f45cdb5d3356fbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1226fe6ba6a97cb63b9ed2f6bf5d3f31e4a36effa8cd9bd8636f038760ff4c9 +size 13735 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (745).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec948823ff5236c2fb2b46d0ce9b1643e47b31a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a20d087da152106c6e9f5ce64f3ea34870d75a6131e0cf77e00057c8d82a332 +size 21374 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (746).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e251fbc0404d488418f2d12717d1058d23f7b43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414555cb8e7566d1b2b8fcbf7c956082550120567b82b44103f29b41b00fb679 +size 19509 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (747).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9e1d3216603a051a8ba53bd82f994fc6bbe86a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3265b013b2081706433b17c8d3bd9c86cdf0d6da869113869f7bee8f3c42d828 +size 15308 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (748).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae3af242195aae52b47ab333677126d295c6839b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d65765f02d415513c33abce8b245555adc99042d39c083866bd62995670ccd +size 13619 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (749).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cce4a340d98be118550bff2d8a7ed3db2367632a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6acef7b7a309a98d7c9412866b445727d5df643a50923ed84e4b06c75b8aef +size 18117 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (75).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (75).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f607e094554c2d1b6f88a416a6ce0036a0ae1020 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (75).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcadd153a9daba98b72a3dc9b2c5f288b6e8620bfd501afa09733f8106849b4 +size 18154 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (750).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e62d1b81f883495ec111724e362ce04be31b3878 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588064ca90badbdb6f194e008e8b24cf2009ae2ed34b2ae7dbde8da4890a19bd +size 15852 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (751).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6c6fe35c34caead8d14e0ad502627bc589c7bc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c2d2d45bbefb7082d79af75d58e0458891fb9349db2dc77aaed9747b9d8c9e +size 10455 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (752).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4c9f6e0bd36fcd21b472e5a5b3550ebf70a4f37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389b5fbcfd82d105c40e8a0aa120423483d9c53bf3bd81a1fff89b2cff051a50 +size 22137 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (754).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87baded2df68d70762ec56c21da5f4594fb3e998 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84089d6ba3edc2f12200ea2621b7b7e3fa4dc94a231f65e4a99bc51a8276f58 +size 17168 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (755).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36bcece052c09fc11f64b2e5c8c50bc836662507 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1263f1bbcce3ab165ca218f607af3e91b89f48e3aa76490f3b24cfba073411bb +size 18908 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (756).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7218377df0fc26129b693aa853e37d1c595b3a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16fdf866991225b053328d5a56c397ccba9cf8c957ad0d8b91960a264477cde6 +size 21495 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (757).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d34a6be65d67e06882896def00d356e88a5ca5f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e7b44915a1f103cbaad793d22272ea304f5741e858d5fa0e5deb0a44fb4c34 +size 19964 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (758).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..284e83478555668912d31f081a1be72eaeb4c1dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82048355354b11644993df4a47d5956e4dae0f7cb4447598193a7baa44dec158 +size 13452 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (759).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fbf96bb15681ed2685d8c19fd62fb3f1ccb7139 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334e403425abc5c1fd5a643154153eb3c774eb9b682d6916a87b8e7c488eca45 +size 13772 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (76).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (76).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2079c354f70ceec20ddecd8dbb3892b0cb4b269 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (76).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57858fd2f88294f2c345f70de00c31b1ede3a6c2d58aba54190fabfdff49780a +size 17701 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (760).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a4cc0e828b31c1d9651f58cb496be3e02b9b0cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f785d2742ead4546e200aee11f024b6ddf43b8c115966780f0eb355e3cfa0b +size 21554 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (761).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3ae656400b5aaf9bfc2ae166bd1051497e0810d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a464bc6c5ba9898740e9ec032f60e460f5d38187fed9d987de04892b31bd56 +size 20672 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (764).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75af66213ece8b9141efcd2f36cb3850a7b098b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240e87473cff5847e961e25d6e3a5a146d17d7fce05f4c4b2540714f1ebf80f7 +size 16632 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (765).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..719c80557304537528fea47513c7037124d8e779 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ee6e6080aa46e5452da33b5b0406f9e53fb42c7a3b2d96e3ebb4791067535e +size 15465 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (766).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..acbf812cabc230174695932d59d72e988be11a68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0d8e3c2794d47cadc7ea2ece2bf6b47de69793e32191ae62c1eeaa17db7e39 +size 13950 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (767).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d0eb014fb00f69b40055d52e856cef5bb33e865 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510621ec0060236fe16765a90b2d9f9c3f348982e67edc139d79fe3562e5af51 +size 13051 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (768).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf474b7e04245f9927c23f81773c7925662aa1bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d234c51e0584ed61b71e040e5a30dc83fa754a83773282691f535b877bc40f4 +size 20591 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (769).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8b0debb0cb91f9306cb1067e4be3d5cb0d82422 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed903fddc41375065d0cce620fac18935f34c9fc7f92617012536c86bac6121d +size 12841 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (77).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (77).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c254535ba2670ddfcee5dfdf27b39f259d170707 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (77).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58875fd2527c2b523d0146a486e1f1dc8231000d09bfc570225260a6386db013 +size 18883 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (770).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57981e07b7213b4898adac80613dd336930db2f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b9e70fff59dab27954f6181faf29384ab220fd2566729feffee94cfa78527b +size 13233 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (771).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24e892e868e7c6587683e859db3c3a6301246485 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c336471bf5dfbaa483711366177e6f85b42b1c6e4201c2f14a89888471b2d91 +size 17582 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (772).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7839a20ed10978673fc8eee9a022ca19cbeb636 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c124c64dc54683be795b67670731e2010869507d812866650aeca0fbe3a462b1 +size 23802 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (773).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21cd0a9ed15c12caef3e67e2c8d744481d2835e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aeaf31af993e41c87bc9b985a6e4df5db57b81e512bd376bc57e159a244d586 +size 24251 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (774).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc0295661c843b84ce47c3b3bcddf2d50e257057 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed29bdd2aad0736790f81ca24c10cae7f8fdf49e53536fdead26b86e57db8fe +size 19375 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (775).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34e41972fbea4505b62485586b5bdb4b6e59de60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50fe89870c45ee5e7995f92c52c61fad88b7e673c262e43cbc32b87578b43e9e +size 23098 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (778).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2973842e84f529f49232cbf792975fa6fa9967ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ababe6d8045de99247db6894d72c7c9f4ef32a12f5a9da16653bbd82e8012d4 +size 21710 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (779).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54045047aa2e90747da14183ead6f4d646a28afd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e329f9613de8161d8df900009af2f6621185ea59d5fac59eb1cdd44cbe1cece9 +size 11229 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (78).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (78).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6eeca835fb903bb67220fab266e0a8637d1f46da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (78).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0005b8b7083fa2a20f4b7f8b0ce7716ab4859032aacbd820af43dde32bc34273 +size 16006 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (780).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..147a9c3a7f9025edd8cad7fded992f548d05f7e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3697083f0ac45d5fcaa2061eef8c2f9897ecece93bb538a9d2ce662688c780fa +size 18012 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (781).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..000fbf433dd26e53a01bda4d5cb6ccaad5a9c97f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34c64c95b8bda8eb4630455edc2e62601be2dbc03a707cf94af9d81e1c7e18d +size 14438 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (782).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bdc2f78faf43bc461e809d80b10abca1d9c87cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e2c94617f9f8eae498b18d93ccc59f8ab219c5bd663eb88b5622b419522027 +size 12290 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (783).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0687df856f53b3171cbc966f529c87c43edcccfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aff441b077dca39b9377f69edc5d684e5a70376fa8be2cb79b822aab734bb4a +size 17415 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (784).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23f60b8b90ac75ec13bc0f8e8ef0256896df1a84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6643417cd0133807ae1da638917601163a05f6e8aa46db580db11baca495f8db +size 19272 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (785).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c51694cfee95b90008246b83664abd387826fed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7444b45f6ea025ef03c24a4605ba62772ed33e5ce993623388f6126a2860ee +size 21226 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (786).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3beaa4469bfc55417e711761e5d2744f4c288e39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ef0ac8d6085e058e823791d74d48deb40757b8ff1b8d5cc7571811aa68ed77 +size 12651 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (787).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dedce448acacb113786f3fcbe50fce542fc2981 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d50f26106c0df0a7fdf9c60892b55a9b9ee5592f85f86032515dbe21d274d30 +size 18811 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (788).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93d645726d0e2988039dbc1ccf4e669695319500 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca6b5f68d4486e7fc7b465160dff6150f5f0598debd670eaaaab8142f4e3853 +size 19287 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (789).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa3216e7868f724e5bd7d05e489d0c3b4f34afea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af1520421b16642d2dfbb72b7b33a670e6984011f77dd0d72ee88b19a6e6db8 +size 15816 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (790).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19a277d9bf6223cd9db6724c79dbecb90f976d61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f013527dfca816145a026e255d2721406f638062530da76c60ba9467861fdc +size 13859 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (791).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bc2cf20a12cb9ad7173e872da853edbf3c92f3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2152a563a7e9dbd69ffe60c632b6e4e92ee15db8a7327e2b3dc4e766b4f79f9b +size 11685 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (792).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9582d1ae0245d9d710e6a4d71d58419749ee8799 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcf570ccbd6b76661c5f7a359ac2e98be7b64bbb2230661cb93fc580d67c746 +size 19926 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (793).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9a425a2e18ab862284f9c4aec9a1cd4c80f525f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf680da2bd2067476dd4ef7ddb203944b4bd2184863c1ab83652479d8ee8f9e5 +size 22003 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (794).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47c00cdcf3ca273d550e15e0ab4f1d385d93dec0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9453aaae281e66f050e60fe555f28431ad7a93fc9474b0e138ffb752d1ad4667 +size 12572 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (796).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..513bd2ff28e7169ac12bdf8aa90054d15fdbeb93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4579cd491948e59a920624924544cb4820644347e2871f703761aefd22d748 +size 21519 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (797).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77d360cdbb61c43932a6e776fff6d6d76ee7cad5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29dcbf88c5b94b07b00d607a69aa8df3e35d9796d874bb977bfd130e93a23bc2 +size 16775 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (798).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a68df61482d874cc385a202d25638d56767b845a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4832b613149df422d584f140a1d74eef2f17e8eea5ae2e887c2a6e232ca74d4 +size 12191 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (799).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23f3a785f036486aca766a7f5d1bf65be936bc55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a261f57a2d209b24bef10ace2074bc8d98c082a003d0401afe6f4abdda4611 +size 15304 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (8).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (8).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22fd5070fa79920d07f53834a1ae05d81183b8d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (8).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c0c1716df59d698a73b1da552a177740202d678f5d626c6645057a5759081d +size 14551 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (80).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (80).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fb566a53797f85ef256ae46bdbd224137f39f92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (80).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d8deceb764511713cebebc6fe388f9cc9eade2bcbf8d9cd631c928ad147908 +size 22449 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (800).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53710fdbead11b6f58ce14e23765b9bcda0cb5dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36dbbe74743cfe0f3222fcfc27164320f7d80204d7de6a3ea5c1ba184aec27df +size 15541 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (801).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2070c93617857edefb0925422b2d8ec7451b77f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fb715b543977c1aa2f9d5daba13e6d8ade60b57a3dc11e17df1398a4abf74d +size 20868 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (802).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7116e79b2badfb386f53262484952597f8a402fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a776cf2030011a1d6253dea500a7ac64e22949f4881270026923d53cbacf9673 +size 11380 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (803).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..923dec2af6f3c2470f4aef6e5f790486e8710c5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e5dec8e80c2f1fe748d6143afcb6d69cea9ae7f49cc2535f0caa0f4c825904 +size 18954 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (804).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78d7b8f57bc96b5a59f0bd86119d78a394c16d9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84c41f444152ee63dcb0df68f5ea2b5f33de7d9353ad8f83aafe7ed57630b9a +size 18979 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (805).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8911de10ea3f347a3c26b3d6854ab2b075d6eeb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20d54a0826ed82636e153b6baa27e894ab55c7dc44bf01942b1c69ec6e515ac +size 18468 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (806).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1af53cdc56e06058144b8221929dc13ac5a18fed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda4f7953df3b6f06783fd6e6f769fea8c1d615c3c4248905c79a2a274cc75bd +size 14637 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (807).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..404c087c937369f0c3f84979a182478149dec598 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf5f93e74bfee3f385789edb103f97a384a93c53ecfb791703c11016591f446 +size 13329 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (81).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (81).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40ac6cb821e5aea1c458afba01a01ebd8202b756 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (81).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e19871fbbd534ce84a7e2b45ac2b82618cec675b95a487550cd0f71c373fd0d +size 18023 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (810).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ea2cf0a714e4c874f30cdf6df96aceecca296c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3087740ea3ec9c18a1ec7416ba8eaa168a21c821aa4066c55e0769aa4015369 +size 19869 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (811).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d2ea013b5d01fa8356cd911e220868ef8fe284b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ab52e391f093bdbf6b0319930d81ed694b8990dd81b140cd74da4112ff9658 +size 12677 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (812).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b269388936de194ed6082a5a6b9d08971eeae1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046372dd3e7a65283ba9d171762b6f0cb826e25f77e3ded4d16b1566e9b831d3 +size 16671 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (813).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48f182387174c85f452dbbb54c43937c77a30329 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9026eb2d2374bf998b7ab6ab98bd8dafc97d0da54df313e5e9efa610120fb5b4 +size 15203 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (815).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..636399bf44e9d8bcd07a6707dbf16646ef669dcd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be654ddefb3a333789c24cf81624e31f38c601c06ab6b4de1357c70abd12003f +size 12828 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (816).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e736c3abd044c4ff9b6f52c803acff4c72b117a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d384634626ef906384746a365eda433f590122cc9bc1e5ff3b16d91ca2169f45 +size 14456 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (817).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ae4237b1820a7e60f0dc22945d0c092d67ff761 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932acd3025362f875726fd3df6f60974ea0276a1ac815f2076954ac1c76265fe +size 16760 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (818).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3ec78fe92c6451eb6fa201d749ffdde248f765d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5914b1b22f20998f3571e66c147b1dee00562f063c6f75a70c740b797a5eaf8a +size 14478 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (819).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffc111f926ecbb8695dae207552956ef7a08b828 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7d883a60500b8d26f0a7c97d4f5fdef989079d18005433c8ddacc3cfac8e95 +size 12701 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (82).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (82).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37a5195542d388999eb64fb1a004ca864165ecec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (82).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c520e577f0854d4cf3c471363713623d8fb50348fdc41a4b4b326d449235de +size 13845 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (820).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f4370bd7c68232a1a17de0a65c6a63c9c342956 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad122aa73d567dbb9edbebf31cd54286e3c05f278e06f6d0d58132973b309d68 +size 21522 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (821).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..698a39b9c86a4362e82bab3341c784619bb81b80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d393f0eef9875fb301d84f290d6c89acd119fc9c1e2be805e7568167d2b9912 +size 20929 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (822).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..feaafe77c8d4e1687024be29e184ec753cc3cb3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d5c1cd3adeb759dd2b7d007cc8306387b7e71039bd95abd95496c5721bafef +size 20043 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (823).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a44cd8ff1b1c1c645360f4961319f8c30593746e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a42fa53c5dcf1cb08413d74a2786f32fbc0f805ce611e6f6e8ad16629e7aa9 +size 22342 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (824).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bbacd11af114c575d1c423bc85b9bd4ef6772d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5253111a4ad6fc0503f67fb2c313e3d6f250597ad8b66ee89756e523a0426ce +size 20931 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (825).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73d532ff07b461fb1c9f554813a8f5e4d8512a59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4756c355e18ddecb44ff30b7ae1936571a37bd2b1e85bc7a87e056f9adcd5de +size 20781 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (826).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..479e367c95a64e7ea440e33cc8f2b80b730b7183 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947888ca70f5a9deceef35ebc58ee555ee7afcb6077cb61ca2b46122ff339201 +size 20538 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (828).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20901cd9f452f30a72c7b7b82f6abdb36a14b499 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648bd6acc7a2b479b388a5261a2236e069b264158a00eb58b27b2432739eaab6 +size 19030 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (829).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d5e7a52c5de7e05d8dcad11f330d34b39d18298 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea9ee8997d63f5cca2c2b0ab748c37eb46649448c68cf806e200dce8693677a +size 14103 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (83).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (83).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a70d327a46cb8f4b4b911f1638141e7dbed8b0e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (83).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54fdb7fbb116c45d160425f6dc8fc4c1e0622cdc8228a46f4d297fcf0b0fe558 +size 19847 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (830).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6152636843840c28c5bf75491da7505da4cd7eb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5841b4f5cea8a08ec071f93b0d0cfe39b30c828ce03b474d5c42d6c70f96a6c7 +size 18919 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (831).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5705ff075d89ab19856ee5e8be6971d60c5575a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b526bb5c2625cdad5a1db4c69216f5907d5f4a87be8826d8c897923244f04c40 +size 19137 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (832).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5e1482ee6add3b6be1a724ba46dd7294a2c53f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb8636432371d1f5d37643da86af57a8b1a01fe621f8fe26fbbdbd94c4e1798 +size 19574 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (833).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29a2eeb28a4434695806a45585c70d40e6e40970 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8963b5854ca9a964a0f4c0c48a103a5d2290d188d46b1fb3329215e1f8027f9c +size 20469 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (834).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a91abdfbf61d4235ddcc37274e1231306c82dc0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49ee236e8399a0748a818b6057b1f6b081b1b55956934c42c4826db744f2645 +size 19260 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (84).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (84).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42c6099646ffaf27903123322483c865b45e9e26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (84).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee0eef292808480b9d2120580c9b7172935842fd443cdad3f15f739b238b572 +size 23525 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (840).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..001882191c934bd7269a879d1918cd134da004ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efbaf4f9a9b34160364f3f07210c9f5d404108f2bd750b6d4b67bec7b440e2e +size 15201 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (841).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b088b9485c6e51c3f8b19f37435340edb54c8407 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffb4e65b82a168440d1edb63470a23d947c9018eb421dff40145722e68f8c75 +size 18133 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (842).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a87e41d80f8611dd211f3c503271e89b928f525a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bef8adaa3eb22176b1b403237fd8908926ea0d51a40d1444a435acaf846cb05 +size 19798 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (843).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e0bacccce1a9fa22fff6b04a9cc3c561951bf3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc07d5855f82ba963a2ce2d9e995fb463c7829650d5fd3e3a5722c999f3abca +size 17819 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (844).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c5ea0d63314d9035cd70b96b2ea24697e36eb81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a3fbce8dea66e5502cc59772d561fbabb3fff76cbc11d747abe75e53212679 +size 21434 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (845).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82c946a16bbcb36116c164e7a254e4be21b9ac7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3269ec661ab22da4f499df6561b238aefd4ec5572bb7938aedb1cf8e0290bcb3 +size 20124 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (846).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41572e6fd8cf58df7d230652946cea0bc2e7550a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c670e9e11657201ab63e4151c78c817ce93b1393be169b80684e8caa71b33b9 +size 19639 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (847).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9891d7c4242c4fd1692312802ed05d9ed015f18a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d288f32169527a45eb931da331ebbef2a1ff7a6fa4c7486632ca5169fcd22c4 +size 14116 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (849).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06de803f02e08d98a40ce8380b95e667f27f44ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99ba9122ba567bcd069bfc7916fdd31f6e88804a977efec09c59ae4469d7ad6 +size 20426 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (85).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (85).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1800b5c4e8ab4f07bdf57737c76d5e569803b8c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (85).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083b9eb5be6b8bf8dd4c962debf132b4f06407e509a6c2fea155887d63fee89d +size 17595 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (850).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab1599f70c80c8a0096759d201c75915822bd6eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b744a43099b65977935dce08b596de60ab81c9520b3720e9c27f4139078404 +size 23594 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (852).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03c4ab35343b78e782c3785a7a4fb0681bb7b11d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803f529809e08f10c5b4f8deb23a9eacbab8825e182fa223a2b9cfbf58db7810 +size 18719 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (853).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bc0e4bb86c3c9bc3fcd9a8783e9915a0e0c2cf7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7a02dc0443207b328b1fb797515de3970eef70a9df7e398bfdc9dcc2e69f71 +size 14494 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (854).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b5c3b6de19668d5206aaac71409122c94b2c4e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebf56d2e37c689e147f6fa1416a3c29b8b0d131dacad99d4e1d0d297af09352 +size 21069 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (856).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d179e7d7723269e0efd93575f1b39657466f32e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161451df53dd00606995c909998f97ca653fc98a19de9267c772123e13ff180e +size 13754 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (858).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0932229b7b14decccb055240d89c92157ba1449b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749d4bda04261ddc586b2a3927a00f49cce863341cb6a841cd0e0c873a8d97e3 +size 12883 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (859).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d7bb2340de7a826dccd7dedbdae00cfdecab11e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a6484aa9d7b05e707c0a86d7bbb80783f35c7371fbc2201f92249d36ec1ff2 +size 19231 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (86).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (86).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66f199cddb476d6b2d47c69359345761d7cf0a5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (86).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23af06de05ceaf5f36157481a75348af2e1e41d713c4e3fd44003e4cd4dc662 +size 20122 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (862).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..764702c463ff6b86e70cf8d360e971765a354552 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825c76e7519164056c8ed03edb3890628b2fd816dfc4114cc7bc5cbae6c816f1 +size 13097 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (863).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..814cd168c2a0bea3c8ff603790dfc15e40fc9142 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eb7d3ab7fff900c65ec7734c84b5a358b64b8b6510f3405f10d1b88f9a126a +size 14258 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (864).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d07c91de84b26c2d08211c4a00ab8bbfbb3eaab2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ee7cc1b9d16837234fa275eff5f152c40454228de2b20f543d43ebfcc4ea3e +size 22999 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (865).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db6844626fa7f97a3c728cebb978bfcb1e719d7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec7cb7e563df4312d146aad92da69b7c8989835e3d1eac06e498f15eba77071 +size 10515 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (867).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1212f16e955307b1887a04a1115a3f26a4b03af8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9157c8eb962376066e11ee5eb103321054a064e4d61b57fbbf9b7505a4f07a +size 22306 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (868).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ef98c8de68533714df1ea6baff1826e9c6c55be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b1830e39007f4f158ad16f01857b33e27581cb5e2786f92c0cb399b3cf55b8 +size 24176 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (869).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e807b0f612f10d3c3c59945df3440dd916aa7713 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a358b5606fccca7d61358805ccd0877f0bcb155853afdd3ea603336f31d2474d +size 22198 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (872).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec6f5f0b1ec765a1d62653c171251bde3480c6ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e199102eb4c9c209d2d93672c903288e682fbdd5382a5dabaca57bd005897c +size 11584 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (873).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1022806c657627b3e5dc57547da9b20bd339d93a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e061e20cf39a9cbe4ec4dc59dce29d8d3bc845bd417f76d309b23ac6bae0108e +size 21031 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (874).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8355819a29f3a850f4b842c7f91ccecb57fb2f83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee422d932db05abf21610fa47c993a179bf90cc6f5b710f0d55a16082a5d837c +size 21758 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (876).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90b45d2d6731134007b503d7c1d61011c4d81661 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ea41ec6842b6a35bbc3ac6934b5d2556dd41f42885118198d33a3fd621072e +size 18848 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (877).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45690491a32e79f6288c9dd95d163292f31f75a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e36f1ecbb8d94ce0c6f471ca1f66a737c1be6b4ee0f9cd3c8b5c731a3d58597 +size 18700 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (879).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d45636ba097ad3d32a832bf03897c7180f229390 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b326b11f83c14571d776405d5e7758b7e51a1691af4c891618ed137da18aa8e +size 13236 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (880).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..375439db2a1a91c0fe10f5d4b975e38d2c32c97e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1697f415a9f92030bf761742b84d1a28d1a3cb8c42d8d4d19cbd75e02362502 +size 19127 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (881).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (881).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7612735d82035be6031babe7fc6ea7b3c4313d63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (881).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869085ebf80df6939aae35dc4d2dc71773b141f223ab44b48d9b478155d61fd5 +size 11969 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (882).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4fb3d48cb681c16478634cb5a8802c8e40180e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eae7ea96fb3b2d071a576b2beb494d3268f96bb4a8c07094c055a59ab471967 +size 20664 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (883).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a0485d9209736ff5d05dc723a8ae37b86de8c0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495449fdc2661d641f50686eafe1f02797d454682f29415341e12c98aa48c812 +size 12913 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (884).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d0c618c3f0d0fa294f40d8c3dbf4c570b66166a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f7f31d897c213829fc3bd700def06e3627bc536e2dbe47101cc2334e43dbd5 +size 20533 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (885).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e555f82d30727f418afca85b18e86b7f7ea9a591 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbb5f0f23b7a2f433136d382eef31a5becc2e8526ab23d35f9d626498aa675f +size 16061 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (886).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fabb8c852a15dc6527bcc2e756dec1ef93dd949b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b68e5b2f843aec71dd0e6bd4f679fe623a2df84e3ec83cf68e8ecf296fe7b20 +size 20559 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (888).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c34f8138ea0d849fbc3416c92649ad656b9047f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5133d24319ddac46f96acd9cdb2f9de158d9daeb16c02407a5274d816a8964e +size 14287 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (889).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3db88c9d4937f847ebd37e00ae1b9b1a007eb03a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92607148db48fd527b5f674927f900f4a313502a9649e3bc7cd900118f4b1ab +size 15699 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (89).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (89).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d73bb322690573a5cabbf50bd0663e27c7d225e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (89).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0823008be3114edf5d2dabed133cae78f857ae71983f90bb50baafbf49032e0c +size 21005 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (890).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d90189d0bf052f461b3eacfae04d94c017069875 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d069beee564aefe9f4c509e1cb4c98cbf6ff4c3368a25903d18aa07b8214656 +size 18838 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (891).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5301df0725d133eba25d1d9435c5af63c3c7bcde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8171c9ee855f86120faf5d02db1044daf25390eb9e198044f58df79d423ca1e7 +size 21754 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (892).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8ae65bbbcefe934dcb10265fe2a0450570b3881 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4e02104ad96ffac8bce38f786db35c3f18d658fb406bf51c75faf4ecdd95f3 +size 18780 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (894).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91735eb5c347135309b81c13266c17c061d66fcb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9cddab4fd2b32b0643f2a96524d6a04c41c5a0d84b58122555e9f9258198f3 +size 12691 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (896).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..307b156ef2f0e7089268042af9384fed49c6f6cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229b2746f8f694c37dc3f7d7427706f018900ab4ed54a2165a3eabb6e4394dd1 +size 11746 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (897).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcc7a91b54c742f9fdd635e0c0045a71f07c86b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1701aaa2d2e07174a905ef88413eab631939704a75abb5bc4522647e5b367bb +size 21026 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (898).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2159c91faebe1877912f48b83ebd196d030d12b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce1c84cf310ff290db886339225c3dd8fe4b58d13dd27564c0d6088dffe9d12 +size 15550 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (899).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cd3ca2d4740cc436330a667d9f38d3fd38d5d8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f03764505df931330bc92869d030cd4f4f1e9260cb31fe54a61402ac0be40e +size 14972 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (9).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (9).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bde3fd3f800b2f980f5c4f988db6a46b8dca2ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (9).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0da8b19f270083c2fd3e3c2278562d5162b7f2bd910c30cd9819675ee9e11c4 +size 14866 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (90).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (90).JPG new file mode 100644 index 0000000000000000000000000000000000000000..272607e66b6bbdbb096eb98949272b6db18cbbb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (90).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58c04f7175c871d689b7ca67edb786cc3cdad86b387af8c55656a507999a45e +size 9730 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (900).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..659f31463bef6ceecd508bffffbc3b7262c2a81f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159f60ab0d683bfda0eca4857578756018be0593e27cce8dabdd62a05484e0bf +size 20390 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (901).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d681c0f4b6e6c8f85817af0363051585cc7126c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562aba40ee076de41ff3a2fa9272f605bcdba245305c7f0d56ecff3d9984fb21 +size 12142 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (902).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0cbde81e91a2fdd1826e1c14f282de4fc948932 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d89d362d29f3a3ccbe18099466d833d7053aa2f741ce7e5940882dafe9e6b8 +size 19778 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (903).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d2e04a37c397e838a690ffc5745d7431be87e54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5253985dca2043772ff187329e54711efe58788cffd984e0280a2417c677075d +size 18634 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (904).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a382b7720c3378a72d28f8c805508db9f63d108 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1a8cef827031b74e3f978188d39c94c9cbef512107699a2e3fb476ae8dcba9 +size 21454 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (905).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9683e0352d91bc08c73f52d1984055e9aa0dc6df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3eb02df7d321baa3f68d9684ab1f2108b22e5dfd9f2ef612e3e8d17c9aeb23 +size 17501 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (907).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87a65b5a33bbf5b7e4d95add2ed32a6ea6e11dac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cde1bc3e1100e7094de0dcfdcbf16b5096edde5c097b2d4dd67a076a1260402 +size 20461 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (908).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bc3a5a325f4dcf7ff5bf9dc223509f1678eee7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1299dde10f49fd52eb204f92d914b429ede845ce5778a85e82fe807904e78e64 +size 15699 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (91).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (91).JPG new file mode 100644 index 0000000000000000000000000000000000000000..747a5e2a76c7f42531b1df7f9fc563fa9f3c8f1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (91).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17360c3cb68843efa4cbcdd7ea7afd90e74c7d0b3da10c10e047dfe6ac26ccad +size 12887 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (910).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd63d29614ba31d5f867aa0ece6e9ed303900e21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42759272c74633bbb34a960faca260e7d2526bac0ef7d085be6e1b92be4eeb2 +size 16137 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (911).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..589722aef46256c366fc08df17bca4413c8442e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada34e34afd00c7384c7f7bc84258070883262465cf229f5ebcdcd5aa64948af +size 17070 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (912).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ad5774b7d2a8c69acd2bbddaf0e367f72930bb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df30fcdfcc8b12e48df0db88feee1728bcd3bd4295337cfe2b701dd445425cf +size 17251 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (913).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..715a0d489881b3d2802e5d8e282a9120f8b27d37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38b5c7639a479248e9e6bb0f1e1cc27f91dbfb6b0b04f7d1e07561d947787e8 +size 13303 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (914).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..669248f0f7b04d512faadb7d6537dfd5997c2fed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b96e0bed2206d01ef31839446a66839ea9abb9990911e7c78759920bb5f99d3 +size 20840 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (915).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b69ac29e63e2d133599aa494c9382be75190487 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af3277212fac6483200fcb43ad37a708662c560dbb6a4193b5ec290df5eeaab +size 16156 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (917).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0d30f127322b5bc58f7efe881b9d6fea824cb5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b4f1618a86886fc654c7e690c912c8ce5c6e40a72e6113e1336e353db0c454 +size 19999 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (918).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e82e76070dc145b7edcc9049b65734da583e3c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f7e4689e0cafc1b722a53eae937dd21c53a641cdeb6d480ca2f9c754663e5a +size 10637 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (919).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..846544ee16997b30dfa1e2ca0f3e5a87a4c5040f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb573c84f935e9b5b7367bd4fe786ea9dd30768b574b845c348eb8774c72ccb +size 12549 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (920).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05d4fe88cdab4e5cd733c3472ef66ee48836c05d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e006c4b7ff4255f5996fad2207cb32ac2360448f1bb48e8802f61e97fb03941 +size 20713 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (921).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a644c3b9a7e5d91095a477577ed90382de1a112a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9a79631fb85093f664a12ff1effae9a96f19ff4831f10229493ef0d5a93e1d +size 18686 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (922).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b87c530557b6d5e9287a5f9077305f68e298e34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb90129c176537ae21d2bb106bc6964d8d4fb03b245373051f75733c081d2790 +size 12294 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (923).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d42f3576eff63902a25e5aa417e4fecc0399a984 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9acdacaf9f333acbb31527c83d70588ea2901238c9824abd5b1f309818a7c616 +size 20534 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (924).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8713ad5ea6693d0b50e436b38c095466c2b4269a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0f6aa53892e7ecbcf1862a04958f48c7f7dfb343fb3fb634da26f4db9bf2b2 +size 18932 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (925).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a2bf08ed49744a99c2e2ef315e1c62af5c1fcd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165f61bb609ea26e80377d455bbd3bcf71115f234c9ca506fc99585f9072c93a +size 20716 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (926).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5d7af6f6c4703e0b92755b9bb2b9188d901d861 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21ebacdd51f18125333c35152c4eddb885729a6895f762ecae5aa7f3eeee433 +size 15978 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (927).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6ce99e58453611b92e3fe87978e7fd3d961ecc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ebb67ec28cac1d62a966030a508f48115b4a85fba5f52894a6b2d889d5fe56 +size 11372 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (928).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e3112563da058065b8a82dabee81fefa75a255a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aaf2c8b539d0c58f1757488da4aead1f7f93fa293acbc62da4be5dcf9e65074 +size 20865 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (929).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83752a3c19c829b6792a0de868fea1d31d76b084 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc82c934576a657f404b28666569b70c1341e1cf4545295fb34c4c0fd51a1b68 +size 12634 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (931).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c7eaaf04df72ad19e878b374311abab3e89de8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058bf061b5741cce6501fadb108ff26bb65c9c622a5f63f5202a2ed047ae29aa +size 16933 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (933).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..294f6fe9c38a84fd4127f94742e1006458efe422 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495c88ec65e96a68283d4ae19224855fff1425fd3d81ed3635c860633f08a160 +size 20396 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (934).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29ef095283de614a68f2b2b420e0cb349fda18c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030078d12360b34cdbef3fbf8e278d343743088d28150d4097996d0672a266ec +size 13773 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (935).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6db044925638931e7833824eeb5cfb4db279f209 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f924149952abb0d1cec167cd1b286fba3c56e37942d7ad75ac2193c19160363d +size 14262 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (936).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4c13b971be02039c55c514f42db58b344ce6c53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0eed5c645950a24fb75d9f6f813f8e81d82b61f2978f87b7af2b88a0b707b84 +size 11711 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (937).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3bf66198594b90a569a2b7f35aab865cea44245 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00038474ec6af65958e7d47660f4a91eef021e82426e565982fc488ca211bb6 +size 15745 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (939).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28e5d9c215a9259c64a04bf6a36a92d030f0265e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f5c82c463addee34aebc14c677ca3e0378832f7489944b27a40945e804e941 +size 12644 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (94).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (94).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a48f5535da6df07d3c83897f0b8634d878874dda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (94).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132b48ce2236c990aaa9a98ceed9e4e6e1a3ccf7bb06050c0b4fc628925f9a9f +size 19911 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (940).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07a632720e73ef9b0f2cab45a8f06a5d96f8b642 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ded648dd3b22b08915183fe50accbdfcc44760504339fd86cfa2f546ceba2f +size 14508 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (941).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2954a56880874e814809281235319fa62be41dba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b17a4eba357a03672f7baf409bdfad3fc057ec5709ee6d5f5b1e364967b5c16 +size 17807 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (942).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55500c2c0fa091ef785dcb94391eb343dfdaac86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c126223ed9367ab3ab701bf1924c19b6b03e51cb0a518b776b26ef72969404 +size 11880 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (943).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6c057ab641f9542825fd14cad24e5ab2afe8e58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffd81ab5e38610c998043009e3f39ac4b4443506cad7cf37420570a41f523a5 +size 23054 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (945).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0e1c0d7576b198247157ccf15500520157f06c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa2f4b090eac7fcd887ea5cdd53f08f87614167a3ed013481a502218e72bad1 +size 19742 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (946).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..323ac64c8f313a01fb67303c077730dbfc494efc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d681d0c98f3f2abed4c5480c7d5c3c1b01cc85570f76b48f2d0a5f693ac74cb4 +size 13280 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (947).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..feb1b2eaae074f8704b8677b47c51c5442ef18a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb439d29336ef880412a3292bdceda9fd95c043db636121226dc2e5ce56297d +size 21816 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (948).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..201ebc99b7a786c0c1221925907e7feca62b964d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea437d681a04464eed820e9ac2f0e200a2128ac0e488ef5c4f8982367a3fce9 +size 20786 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (949).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c98fdaf358a635f4791de62a80b47f59dffbf20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b4b2fb82de2ca7cb4dcb09463f4bec5dda7008b8f5382b18c43d8eb7c63aba +size 18684 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (95).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (95).JPG new file mode 100644 index 0000000000000000000000000000000000000000..336052a767dd87586fb11b2cd58e6b1b61a7aa07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (95).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4cd710d1486d24e123f035a46de0bdcc0e89c8f28f73c453b6902364afdfca +size 13552 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (951).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f03b471d9adeaeeeff256ce0d6310950d1933a83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cec39af48951a4026eca6f117a7d402a913ec1aacfcfd5c3aedcf52f9d0a00c +size 12322 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (952).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (952).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b42c70acd40a08bbbd3e1d6d8b6f3f4d5d71b0b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (952).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044b77ad56473433edd8ddd1e36109704e1ec11a58a41fbcf1a55e81344ea031 +size 21877 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (954).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (954).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55c35f58c120817660fe87df4f011c046bb97ef4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (954).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e75ce196ea732935234a783865ac2be127ad29459faee251fdc86fc277840e +size 13338 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (955).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (955).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a076e7e94cc2885ac43d98478468bb5808db09cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (955).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac6ab31613befda65332d2fcfd0f5575230adb951d610bf47052bffd23adb28 +size 17881 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (956).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (956).JPG new file mode 100644 index 0000000000000000000000000000000000000000..648d00eb29335999270243bbb8538d0d010890ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (956).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3f23c59d4619cdaa0790554e7ca634fb4d86133d34e3cb2eca52db61d15244 +size 14516 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (957).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (957).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ebdf439ada06ffc0c0779b66b1890bc20d3d0ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (957).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a479086c5003cda590e11449cd3e2844f7f6c1c7e81329d9fbd2cd88afaea3 +size 14349 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (959).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (959).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6784fad622a6b247fbd50c426429a5e1a91f1dcf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (959).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3c165fd7096089de5ef4ae36cd9a2047e1ff394910497fda827455ee903b5b +size 19153 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (96).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (96).JPG new file mode 100644 index 0000000000000000000000000000000000000000..809b4ef50d87efe7bbce314d43e4ef91fbbc650b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (96).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686821a0e4c804fa8740b31ebe1e01039790d3e9e1be015353c8cf94c85acacd +size 16502 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (962).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (962).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47cc0a37b5c33dd29556d519a3cc0da0759696e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (962).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d7ff5e7c746253ad1425af2872b3a5a5e607a5cb17d1e0847552a1bfe7f2e9 +size 20915 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (963).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (963).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8461c70c2bb9326a190f37584f0bcfb1609a969b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (963).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e743827277c3315f4fff8e521f4ecba3e680ff779a5bf5a543565a4764422f0 +size 11507 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (965).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (965).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c1df7e22312e1809feda9bed156af49219b0a7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (965).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea64c9f7a1f9f91bbde76a16bfd273daa4bfa0a60602a2f97b622b685084d23 +size 20849 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (966).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (966).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3546d4100e408289bd3f955459e326036157468e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (966).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49099fd85a6dfc3e175dfff877061f29ea3e7c6462ec4bccb6639001d649d247 +size 21715 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (967).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (967).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff938358bc2dff17de3ec4595c0444878d7dea51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (967).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0115cb847c29992f013eafeb077bc8c6ebcddb0c8b19a9e51d1cb830c6f65f8 +size 10708 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (968).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (968).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20bffc7c51ff31d38793e6bb20b371b4c0400d23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (968).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f64f52ffa3e790c667fa248918ae5786f388b43d9d3bdbf5217dec65826cd3 +size 23173 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (971).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (971).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f041411562153b872a504b27edcbf724311c147 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (971).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c98072c6bac804ea4c389a69989b065233ddc9c25e2f77c893334e7f709ff5 +size 19642 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (972).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (972).JPG new file mode 100644 index 0000000000000000000000000000000000000000..936a2942a9e93ec59a073956ef9002e8cbe2418e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (972).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa08ece07f706bda63ee1b882774189d45cb349972876f4d5e88930b74def233 +size 15919 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (973).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (973).JPG new file mode 100644 index 0000000000000000000000000000000000000000..274a3cfa0bc118090d28fddd7e2b09d7c31cf1ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (973).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e14a2645801f931db0b6cdbbd4fe4eabc14b91bbf164591b00f21d59143956 +size 16682 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (974).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (974).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79d50cd649a1375c2a55cb2fc3e0837630cbd3ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (974).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abdf300dba72c1af5e8d9020ca600583049796c23be5a5587cc49f0151563e3 +size 19477 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (976).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (976).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2abe01537a72c430e2b0265a9b70cc8f2b4a11b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (976).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86061cf8c0883a713da253f2aff48908006f437e0ae0da5d6edf108e2438fd4f +size 18073 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (977).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (977).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5de050c7246fc599a130c1b089ff6f34172f616a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (977).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a88f1056eaca9ebbd47a85a70970a8852a3f84e11cefdaf5bc0668c21d3fcf +size 18176 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (978).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (978).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ec0a1b1f0b6791afc9f83ef0ff930dd1967d8df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (978).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e779d1efe01d2334063870b080f9333dbb76fd13a9defa50e1107ef43d3dcf +size 17322 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (98).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (98).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32434026528f5be08c97ec1dc0021f69c4d0da97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (98).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d854c76a75b123697bceb903d2d513f6115c129c9822fd0e8c804429dfc2c5b0 +size 21523 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (980).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (980).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4001daf8eba9b63f1991ed3c3355c96cf942e2eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (980).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4dc1bcf07924cb470fced29e1a6a4b0137e9a5b4bab95cbf821a9e32261fbaa +size 14008 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (981).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (981).JPG new file mode 100644 index 0000000000000000000000000000000000000000..792acdf5b4ff4dba5afa60982536ea2833eae8f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (981).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd59c9ad6d8db2bec7818dda8af02651cb9a85dd10ec59693d96c4bc81112ba +size 12679 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (982).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (982).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93523dc2c0634957763991cfa7650fe29d28d7e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (982).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb69d08359d956f292d57b1a22b0deeaa7466bdf2126f7e96f19b0a760824e4 +size 22056 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (983).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (983).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b556ff335e320c25b6c7b6a516e1ee161981a62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (983).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70ed04803c4fb5506c016cd66d3941f862360fbb9d518bda5fc5b8535045262 +size 19371 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (984).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (984).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffb053b710c9c630bffa411f423c07872d9605f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (984).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafff40adba84d6751d328a5a3e49e2ba178fcb8b18b93e6cbe8d8c4735a7c00 +size 15610 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (986).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (986).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffb12b18fb2fc5076367964a2436b1fa4ea3cab9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (986).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad4e041e0b9cc6225c6549dafc6a5945c27b04b38cc18752ec62030a3e46617 +size 22166 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (987).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (987).JPG new file mode 100644 index 0000000000000000000000000000000000000000..299f46479c7d4038f7cc02792d4b2c2838464916 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (987).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd6efd7f0c826b9804abf1aa8893e61e197dd89508b3f3c576d34cd95e97241 +size 16179 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (988).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (988).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8f59ae54c63e622f89b0eccc2204c14f0e4097a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (988).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff6006d3f0390857a06429674dc8b1894b6dba349e433f6dd1599e26a2f3591 +size 22322 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (989).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (989).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c5e4b621bfa3914d2e6c0cf6ac844098a6cb7b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (989).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e4b4ae0722d2975908758630212c909700b4a3d76c4af9a0b36554179de58d +size 15470 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (991).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (991).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56ddc71d3e3f2b52531d43980a150983a96fad59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (991).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742a7e9737f1070bd4e7c06f77c3425d194cf8e4f756587f271b516900b3be90 +size 16799 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (992).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (992).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d13b34a7f9833e64ec956dfb5280d0cba174c4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (992).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcbe559500e934ef3398af0595b1ab9cfb5ba6292d252ad8922f3d37918ac0d +size 26974 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (993).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (993).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a867564a72709330d0c101b94e0ebb8aa9b8103f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (993).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193fc0336aac630e9eed4d21aaab71b09d940a615aeb37d78093b19ea882fc1a +size 23279 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (995).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (995).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2efc5f690e5987aebb6a2ddc7c8238c42f134a8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (995).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d117bb28b9abd35e184bc9c3dd0b4170c3989e240ae8ab82f6fea24e6f5a85 +size 22113 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (997).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (997).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2fcd2c0907f40d47903a4efa7b1c180b362c3d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (997).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062937789675f3ee50593a3b86963bcb4d8e2a343dbc1131f4e6f547cb0b6425 +size 22039 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (998).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (998).JPG new file mode 100644 index 0000000000000000000000000000000000000000..815bdef566b436bacfd26865ad19f8e172c76d71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (998).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888f4283ff95625c8eb22ff24630dc9b9760c4f0076c05c6809e94389d6e739b +size 11087 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (999).JPG b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (999).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a62237f9c611c88d9afb8bdce1f7cea4d2d6c35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/image (999).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afcfc417b988b3d640202bd7e02c4dd1cdcb342de7de043f3997405c8be17d4 +size 15892 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_100_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_100_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b2e9a0e527ceea0e6b8f68eeb3a609c5df6d599 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_100_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaecd1ef33b293f149843d1a225d5190ab67cfabe7af05a5c6cc3a9ddbdddc8 +size 1195399 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_101_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_101_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1dd0dcbc2cfb020d8fccbc34f382b41f232d9e67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_101_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2e6912f33d9b05f730541d24f6da70cac6eb346c883a64e71ac831d3cfb88e +size 7765 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_102_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_102_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d8f3d153e9e788f52d8156ad9291b6fb7ac176b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_102_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabfcc2c30878641c8215cd19951cd72d3e39ac699ac704cabe22e0867fc2cfe +size 20219 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_103_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_103_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19c1eeaa1b824de30d1a439ad0e018bcd184b1f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_103_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4df75834b9ab9dc5735664c4446c1c3849c796bda4659a1e119028508e027fd +size 8248 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_107_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_107_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd29ee2bfbfb8483390e7c1b1ea4a2fefbddcec0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_107_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f40bfa3747765a1fbda0290f8d1dda33c2ebab22ae9c20b1435dfd821f6d4c5 +size 17193 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_108_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_108_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80e127d310f0764eefbe283ee6c040c6f9b60a7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_108_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0caad05ed4a55ee56f7b7faa1c0283d43b7a03f8d840b3c3ce91ddd973c19520 +size 27257 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_109_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_109_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4abd8e5fee2931b0173f7272a9fbc5b3fb33a7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_109_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c8abcf9fbccff47865c6b6242af8ffec388d7f098c7d356e3b33a8f149a756 +size 10403 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_10_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_10_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28948603e4a7ce177eda9f186299adbc7cb9af15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_10_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3539976a22775a8610481790508baa8b613943728d81708979a4aed77091f8b0 +size 19770 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_110_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_110_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13c996f2abdee8e5f8409a48b3f7d935dfec1ab3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_110_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7585d23eb40dceb1d1984dff21ea712c4884ee603e97b08be766913884a01577 +size 11201 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_114_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_114_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc57118082578e9bdbd96e3aaf769be1b7c02b45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_114_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3e8d9b1f4a45bd94e2eb6768a5169b53230013f90d812cf300613422622506 +size 21837 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_115_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_115_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..403bae731acc168f6431974801ee46cc13a76387 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_115_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9707f998794482e8cf10a78b0e32fcbf1d2cc980047c23686cbba11cbfdc8c07 +size 20973 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_116_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_116_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..385a8c215021eee55933c15349932bbb57c20987 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_116_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df0d333b4623d01329535a276883edab36666e8b047916b75de15823a9377f7 +size 18126 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_117_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_117_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..111d4191560a0de088329e5af1a4a8c820b1ee8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_117_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bc012607871bf8696f00d1181f0d4bac031e46af6a0d62956a3d9450293ffc +size 13809 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_11_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_11_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3b8aa3904788840a3dc9d1a897e6358ace8eb72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_11_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1117ee4a007beaf864826cde82f11e62b69106c5df90b0fe47097b422a74c3 +size 20856 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_121_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_121_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..214b29ad3ea349682944aba8f3fb31e36a8e33c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_121_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4553b1b3849ca822387f903e6012647a3770069713ec797c123d2c369891b91 +size 18452 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_122_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_122_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d11fef71e32588b49447c6f107ea25f8c677b62b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_122_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3152e6b1014b0f826a900bafa7cd7fc9eb468008fa99eb187d3e1b4a2a87ccb0 +size 23607 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_123_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_123_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6385e9a1b765397ee0f9dee777e947e4c8511878 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_123_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f5577c2b47d7d04b3481a850f23a74b28e31494fba2cb290eeb38ef3d0d60c +size 20561 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_124_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_124_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3dbe5c986d9fa6c9af1ad603ec7fa28de95b614 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_124_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02204e77984fa6215b3a2ba2d8a2d51d3d06d1472fa2b92ebc7290d697790fa +size 13620 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_128_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_128_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdb6cfd03206451cf702fbad899115f066ec7392 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_128_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26db37c7c1864e162ab000206057094cc3e13824762aa609026613c79627948 +size 19367 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_129_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_129_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d808889866afb203dd13b53f1a30fbb7e15ec246 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_129_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844c234bbd19ca1d2c8901396abbb46bd4635c38e6a8418dc89566c77f2cfce2 +size 3165 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_12_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_12_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76eda1df584a8860e847400793fee7b44e35a197 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_12_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff81a92437e70bf29a59ae1310717996e2023d689f6cc0eb0caaae7fb429342a +size 19021 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_130_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_130_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afbfe882230b1cc85119ec03ac4021d1e2fd9a01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_130_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9043a18aac862d22d8ec029046bdec38c5c2fa4acf9eac5243570982bbfffac7 +size 15047 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_131_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_131_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9de79fe35b0c8ae4ba4d1a9552f02b24be22884 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_131_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c92fb691ea75708c385490160ae2aee2dcf9935bed6e0ba6351f9ba15f4e92b +size 34064 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_135_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_135_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d37870e56227eab3c7b5b6757203e456db21c93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_135_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17c2b6b3a1d5e974c21675053b928b8e23748c791c7f588cc6272c10ce99ff0 +size 16074 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_136_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_136_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af37f7e34ff0d1c48ef748054d229d0159a23b7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_136_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0993b8ff8aa6ed26542f0fac907b62b310572498f62fcae40d0b6ec1c5804938 +size 625597 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_137_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_137_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9788684c9080b9cb38fedc6cb6b6460dc7d11e31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_137_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c036aff086a20e29ea4dfa1850aa8668de9ac3a4b09b80869b963e6af926ec5 +size 14547 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_138_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_138_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12fddfdd95ccba54e33caa44de64dacff3116699 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_138_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fc2a9ed6c94c3299dd8bbae95fadce7e08ec61ab95f92c0881e56d548cdda1 +size 13115 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_142_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_142_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f9e1f56ed0b7877a03db4898f0649120631e2a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_142_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7d43f2e2cc23861c02039e7da2ee14f2a4284493677222850ab236aab786c4 +size 12921 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_143_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_143_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..774679bd12b0cdb2be5a56a1caf9effb227932d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_143_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e2441b182ab63f98730ff536beacb2837e96d414bed992ee785e72d3e0f841e +size 2137 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_144_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_144_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ee309f84c0bd69a05af5b8e0243d2aa188486ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_144_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc592c1c7bd9d604f4781b51d0c37bfd5fe6b98789a3ece5eed0119f7928bac9 +size 20486 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_145_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_145_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f138e0301aa3b1001d4b4e20dd2a25c61e652655 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_145_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10ca4879154a7125fd912eada66bca81fa2b47ec159fec42609261827ecac48 +size 16824 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_149_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_149_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e34c49e1abc1c55764b7884734ce63c0eb9fe2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_149_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f26185b46878243e54045c99bf34b8f2fa933a2fbf02c3eb8af676a089af2d +size 17294 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_150_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_150_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be5efa040d7ea3c98af3b000bd6d265f9c8afe33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_150_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2da018326e8038698f05b4ed8b96074c6527b18efda52658e1134c54b412f5 +size 21033 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_151_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_151_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15c053c9158d50c43488b5cf5abfba40ac1926d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_151_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943429331217e17bd1d18537af5303a0182f72fe44e3e8410f7ddc4bad830355 +size 11931 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_152_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_152_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cd6f31df01a06c721084fc90a9f7d8c51512ce8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_152_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22af683839c4b4fdf10ece8612623d7ff603feabcd9b455cc02fb64ef8bd4a5e +size 21382 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_156_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_156_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1ab722fe2f102262cc4d7ba5808aea77d38d8f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_156_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7d78fed0d7c2adbecfe7c77381573aa822af29370b7a269adcb2a65d4d2e5a +size 42065 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_157_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_157_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8507d4fbda0f4045b4be198a22798e9cf87e294f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_157_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a407f0fa28a5e30172d40623403299f1f1342499a6a7405aae4e6793a6d5b30 +size 18015 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_158_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_158_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52c8be2fddc50bb9b0962861a5491a860ab38d8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_158_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da582ff468e518456ad2f97972063871d2b07364f2880b1e5a928cd7f69c89ba +size 14889 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_159_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_159_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..078e0ee1bca3960e5d055f7c095e0db6371879a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_159_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e891674c1b3a97c8491dbcb69f7f1172c3096e684b87a9cfc0e2276eb3d2b3ba +size 15771 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_163_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_163_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d01f22da1b069cc6e4089324663215910fe9bd7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_163_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e7e0504a7a5ba8c20fbe612e48d0d72f359519307cfd960b556b05cb69db8d +size 16632 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_164_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_164_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..485b9be4c25bd35353f16b26067da43f01b71e9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_164_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54db1e18495c733810e60d29282132303af32ec3c67f795f781260c1818edad +size 963797 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_165_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_165_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bbfc4249c9700de531d41266c694692c16fbd4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_165_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474989e9ad1d46923bbd2970a2d506b3f44d81ac39c2b9f5e185c977a1eb628b +size 17190 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_166_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_166_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..731b3c34459a6ef0462c13b476e1a7820fa6958c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_166_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45b7d586dd662561eca6f33fb8ffa31ac75af3d496d7264f20f6bdf5f71b71d +size 19687 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_16_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_16_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..531ff2d6bbfeadb5fb2b8f0cea040f7cff8ffe65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_16_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92813f5a114a1b09838d55b44061a1eff42e35b14d8aa8b044a16a1d4af5aa69 +size 25147 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_170_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_170_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cadc4e7ab154ad302a4168325b23c8c64113b765 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_170_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca6f495c4c0d75a68cd4afabd0e597947b70b63ca3748a819280196634dbcfd +size 20180 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_171_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_171_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69cd644960a5304ef2e3bddc2c5b3c0d66613ec8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_171_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9513d62fc6353d2637d888f0bc0260e321378240eea9d5767ac2c546a36f6d +size 22921 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_172_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_172_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8f2d2e6beb50185b641c8adf820719dcf4b97a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_172_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e24de1b4da1e5493740d5381ada18c32ace52b4df5906be9d00af0ea227eb92 +size 12339 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_173_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_173_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe268417b42003b15ccc5c328faef81916568a26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_173_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b40fabbd39eb10b39eb773a3aab925c1982e165663f2476facfdc7a2f91929 +size 18388 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_177_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_177_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cf9cac5759bd52e13f85a6e34396d0c567e4872 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_177_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bc71975a99e9834239ef9bc0c51c8c4af6f1aea1f7218964f3ad86c329c710 +size 18889 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_178_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_178_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b92bb8ae9eddd86bc7427c96b0fe4c1d0e738bd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_178_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c69becf196b45f1207994135d4bc7650a5a27a7d443ad90af5cdd722853d23 +size 16957 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_179_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_179_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c269645885f8476de352e8f226c6d294974bbb19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_179_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fa8d272f2548af7c6b281b4bb583a81375d9895beff79f5d9976cbe73670fd +size 20393 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_17_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_17_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a196c5475cb59f3c2a9202066260346759242dbc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_17_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9586fcaa83f41e6b2d8de908be228d9054c27ce94609c174cc010171369796ad +size 12906 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_180_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_180_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76808a718028e30d46db2fe3e5201a70da35440d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_180_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fd9d487e37a4f97bd242baba4236a75c161b60ff2e7aab6b9f80c7ed990232 +size 18002 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_184_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_184_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5187bd8584e4ef2b02c5c900a95a32265bf0e847 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_184_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa7e1be46baa36824d5d4669910b37c234647dd204e3a430ea37dcb2e433cb1 +size 16533 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_185_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_185_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4141c8427d25d2ebbe77f994cfe123f9b87586ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_185_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f61079794e7ac2d0153ad3bf0b09fb8ed72576712f9a1885726f792dabcedd1 +size 9209 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_186_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_186_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7cd90f2cd9cddfd8f55636973f1b206e19bf875c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_186_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c77cafa1834c89df9cbaa1813c3ac355deeeffde793059012ad0ae724edd33 +size 19084 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_187_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_187_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9afb582c8166ba7fdafe8617dcf5d3ef4bbdfe21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_187_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22856a04c3c6f0fcc426325605bc01a7c8dde50302e3ea1a4ece253a0a461c99 +size 10134 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_18_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_18_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..001b68d90e994276bcb3043003c281ecc3778fe9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_18_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0818a6ddf56db15c9635a89e97165aaf20651b4bbdef99b0efbee520a27495a +size 17384 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_191_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_191_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2f47826230ff211028cc584374eea12d5731390 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_191_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a2cb26e1044764c072efc798f0ada69993a73286ebf8f3f88c619b790103a5 +size 20984 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_192_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_192_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f27137fab6c0d8f90da23450d5689d347bbf9886 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_192_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89aa8bab9f13b8f3e903407e370b3432d25db80597deca7ab4398c1f5be1f94 +size 18746 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_193_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_193_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be9f683e7393460b7dda4e606d3ae773d252529b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_193_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f422201a779823a3f0fe0ee89bcef7ec6b3e734bf8a24d608bd8ef79c668d97f +size 13244 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_194_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_194_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..163afbf1a85525720e84cd1730ca622c1566212a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_194_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65a26450a0a8f1a479b1e9807d899c47da9503befcbc9a037d06fb4e77e801d +size 13186 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_198_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_198_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe6f0e532ec959b426978d30ff77f5d5d150d6f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_198_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec43aa5edae2a42d44100f694755d917e923ff1b3e7b950cc05f43829406186 +size 24568 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_199_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_199_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd7cd5cfe445b8b76264667487698a82c0aeec87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_199_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f1cf0340189092b82e8e2ea1653116ba9ab048a080892c4607bd6c38365969 +size 26909 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_19_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_19_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..445b2a12e855ed435f5c384dee5dde2c51b4cb9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_19_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217eec6bcd9847bad42d9eb4adfc88211907877575e5d94c312808d693c36bfa +size 20358 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_200_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_200_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0624897a485363fa15df08e320198436388b14fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_200_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f3f128682676b2df5631fe3d961ce4f0fd68c69fc654aca536ba9f12d3ced2 +size 218742 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_201_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_201_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cda7d9128a5a9ce5fafb3bb234c8282397e008bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_201_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc7a4e510d465b088442e4cc5c49e7c8b64257624f469b08c4ce55da9580c4b +size 8779 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_205_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_205_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d827ffa5bc5ad7ef2b6f25a716b42b1de297d5ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_205_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1959024b03a2dcf0f59119fe619c04a60a6d983c8cff75678f51fb57bdc24c23 +size 18920 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_206_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_206_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6034b8a23d18f9a41dc2ca875f621323ac8021f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_206_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010c52368f6cbefa73792746338d1dcdc62820511b3bf04bb3440c90b773ef87 +size 13395 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_207_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_207_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80f9095e49f7408cd1f90eac3315d6724bd7e06c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_207_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed3cdbcd232f9924684f2acd54e7f5d072dbcef55f82d926b5346ca76ef9a46 +size 36017 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_208_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_208_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77bcb29dd8ca582c6bc7feff8c2b6211ee203eab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_208_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0600b2de4ff294a1755cd84f4e2ae9a23ef954ea0ba149060b6e65cbee7825 +size 13721 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_212_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_212_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01be82d771e90a04af69b354ea68c157970148b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_212_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973a20d214725363385e16b8b72fc04eb74eee028c6bd3e6c9134d161410bcac +size 19627 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_213_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_213_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab83d3fe769ed412724f7f09db690e05288e0555 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_213_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fc7f45a3b237edea708781d02c42190ab6837677982a29bed89a14f083f485 +size 12529 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_214_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_214_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d022cf17618e8c16892db6b951a830312fe47dd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_214_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ea80168fe578d47159219e49e0249716f41b113468cca5caa149391fb6c064 +size 21505 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_215_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_215_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13cedf2fb7e4302a481f9f14a449b764fd6efad6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_215_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc89951fb353dccc08554253d782db4ec09056135a228b5f3b9d2d97f5d5de9 +size 12328 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_219_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_219_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d479b777e780ffaee91ac93993d36cf70b9a676 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_219_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4e4292f92eff5428399c309d3aca31762c373cae223c70aa77e77e74703ce8 +size 11087 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_220_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_220_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc181f2d9491ec885e34e808f5ffd8bece4db5e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_220_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b6144a320f86a63b43f575497dabe3319c65ab7c4c039335b04a085d2cb6e6 +size 26562 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_221_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_221_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd36b3c5c034d4a90d8f6a3f78ffce772977c772 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_221_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e970dc2e382aab258160eb331e9bfab94d495ace2fd8083d0f24d9bd7c399cb +size 10810 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_222_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_222_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2109adc3f105d973e2aeef43a3ada61052fc1173 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_222_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a3d6cf9a49dfc81f61e2263f25603e93c480c87a1d1a4cce15515e8f812aee +size 11028 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_226_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_226_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c85ab0f42e409714cc5313c27202ee8156cb632 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_226_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e76fe6d83548a4fb22187a77dad4f348635d23be5b5682d0b123eb49628674 +size 20215 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_227_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_227_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed450956db0e042ecda8f9bda4c37ffebfe3bfc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_227_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067f1bda972e40eb061bb865fcad7d1b1bee8082b97f82dbc68027eb0a2f6121 +size 14538 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_228_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_228_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f01642c081f76857cf88fac810d07f27c39a2397 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_228_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2798465aecd8fe096c2f755356df5f74092559ef7e44d3ff108993a99ce4bc3 +size 12916 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_229_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_229_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16db83b68bc8949dcd1d7ea8a473537d5a23cd64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_229_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8010c211cd3bfe2e8195073bd0cc9682879fc859d16ad9a650414716dcb48ba +size 16774 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_233_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_233_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22fdbf5a1437aaad480e04b507dca9e743325cc7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_233_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de3a4cd75485142f5fb5fb3968fc3696a6e7d66a20c871e283ab5a0aa2a32ce +size 12566 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_234_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_234_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64dee655b7035cc31bc68692cc8907671134b5bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_234_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e36ca69838f418b010ce3dd5bf374f8a5622a5381bab209d58990c012f1f30 +size 93858 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_235_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_235_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50947733dfa4310dd48e3edd89db9d31f9a25233 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_235_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2819b0920e1f9e8f5801c9791d98fd9c5466520e9ab445c21006ded434c85156 +size 21255 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_236_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_236_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57aea538e7c348d774cfdf666f257866cafe320c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_236_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65231714ed2e8e4e07717a9fc71258fa1f761b186e4602dcafc38624a6acd0d9 +size 15382 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_23_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_23_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccabc16b0ec1d1da5a03c17ab918da9af7ffc41e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_23_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5928144abcf500a36fec8eb6db7d3ea44a52ddc1291104c13de7d16da5a576b8 +size 18033 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_240_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_240_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d99d09316ac771f2a550e549dfa6ada0f43096f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_240_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6913af71c23a9b75a7f6b81c01e74d62fe4020911a178fb68ade8ce27e2d93af +size 10974 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_241_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_241_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e63683bf38c67f72fb8462ec2c92eb08ad03d45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_241_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52527beaac7399f1d46da93d1527c1538635031da7b6998b9224a2bfccceea3 +size 207875 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_242_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_242_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38d077458c08527e2861abb70dd83a0ef49574f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_242_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd119e7d89e14c7a12c4c531d37a286357c315fe40923844da6c17a04a8e5234 +size 20125 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_243_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_243_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..268226da257aef0714ad909b61521850b47ba41e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_243_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71243465ce0c17df2caeba3bdf0cc15176b230848e49a746a0533a9275eaefeb +size 16424 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_247_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_247_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a187333d82fe2081bd23b272070eeaf28ebcd5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_247_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4939071f5381fa0dc048e810f1dd21e380e68c724dfdf712ca339f4b84a660e +size 19031 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_248_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_248_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a55385461bd67064bb1db4b82ad0470e5ca9b19c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_248_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7248b5832a82c66b692fb084f16ce0232f2413acc9c4c9088172d3d8cb78443a +size 27681 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_249_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_249_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f89f59018cae49c6936563f310918bd772055d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_249_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f019cd7e734ccc583c69be5f3cc48734f1f78655473bf6ca1a9874088065ca8 +size 23902 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_24_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_24_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dd8fff97e1482d057e22747bb5de7e03c5c2f91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_24_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ec504957309224393f45db70b13471d68bbd32f1df5786719c6327b1321cf3 +size 13188 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_250_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_250_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da5d05a077be3b04fe53b66bde521e1907e43e4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_250_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b49119294bb26bf56eba003dcae460e0c24f2ccdb539686c5db195ade505d15 +size 17687 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_254_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_254_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc72eacb944f4e3f0c8e97721f81577c66e7c30e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_254_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a361636b08ee387c4a2709293158d6a544333db9271df8a34da62851a231925c +size 16098 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_255_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_255_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca8fd5a56f96a9569559a71a9f37e59ad7db1c94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_255_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0396b154af744191a8632072d33e97f2529cb98364fd533b20a8e0bb4784a1 +size 15825 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_256_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_256_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..350d9a3385e6b09f0746244b88d6b54b377ccaf2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_256_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6f5c06a4c18d4c6f75e448edbde93bcaf4dd2033dfed16c38f43552a6f58f6 +size 20614 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_257_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_257_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13c0b5f6d35464fc19856b2efe61744881f6e53f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_257_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f91d7cd2705405b9c094f729224c962fe2a41c612938061e9dc8ae86f32dc17 +size 15372 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_25_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_25_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..789f9b3da07bb3d24c37fda5aa28ff23464c64ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_25_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece067a13dc09ec85384df235dd9306154599416649cd814a8eb1de6ceea8267 +size 24293 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_261_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_261_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9713118627fbae2ee0e92f54ceaabebf5236e026 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_261_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eea05b102ebab1bfca14b72ff26eea47b2f834d1628a3d18e4a1f8d83e12feb +size 18430 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_262_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_262_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df2cc7ba15865a4fa73f0077eb9b92c9f644cfb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_262_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1480ffe04a5ec686223b84d44098a919a9e568e0e1f8da7d8f2689eb9e1db2 +size 1696830 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_263_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_263_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f74aea29c6509bbd346d033900c8c12e43ae352f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_263_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9217ce66a1c4a20eb514ab427c791e6ced01b547d634a3cd3c638d9aab0ccc +size 18206 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_264_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_264_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..520a6b20cbf0284d6ab3919a070fc4429febde5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_264_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8b713a266ab70316e706192d5aee9e5c3c01bb3cca43881ad0f165568401a5 +size 11517 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_268_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_268_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecdbc2f92cd5783e57fd719041f96a64ef069444 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_268_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc66046edd230baa1a7dd1b14d961bfd30092aff03d58c80fa50d17da0a409d4 +size 21896 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_269_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_269_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59d8098a875a224536a8043c844027decb53f7ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_269_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b39d91871663b01767644346bf4eec4b36c8832ba308fd0aa8d3a543f96011e +size 20027 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_26_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_26_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2898c7be094105b26fb122e4fcb3dba8511dc03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_26_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db8f8991fe16565987cfb49583f79c83bea42804666aa5aa943d29c530dadba +size 4563 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_270_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_270_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03e5976ae86cd92dcddc009fbf8f13e67abc23dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_270_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3d55130a5dc81eb8493d781060d049a89629ba7330e2756121cc367ce683a2 +size 20590 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_271_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_271_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff3cd37a9c6534c4b2b5a29739c15836cace01e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_271_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ca115c78c46303cd9fcafd38cf0f26c5b2f0deccb1f5885cde0e1ff81e433a +size 8879 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_275_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_275_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac522eade28eae463121ffa977c3327205c034f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_275_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca969ae35d993b48d559401fe4e1407e59020852dd090b471b5de56d751af80 +size 21614 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_276_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_276_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbdf8d400bce6fd030b49f5a444d519947f36bf4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_276_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33973ecd7b4cc7810c838366a2fbabfdfc525439cb8634d989f35de30c7d40a0 +size 15701 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_277_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_277_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..067a92244ca5d92c4f169b97b00640a7fc4e3187 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_277_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5d7aba5a674e2f92dc8b6361e3ffce375f2a45260c212a42b59ac28f756a81 +size 18542 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_278_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_278_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc08695dca16984e000d59a83a177c9de91620aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_278_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8548e3b10ad04a44d4e2aeb76c0f621ea633afda456f3ec4e743a190c3896604 +size 21441 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_282_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_282_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94c0df82d009b4672386c7b9a013a7002e441e56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_282_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2e1e5e7e7b737bd3b18bb4281aa31cb647151001205d1202dec5f226839359 +size 21830 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_283_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_283_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dab8d67550dad3d4158ab82090d40caa384300a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_283_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e52af14fa0bc434354db42f3e3f00512ff9e0bd80de3feb2d30bbab84f6a8f +size 14027 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_284_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_284_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b582c199af795a4d67d36fab3116a62de3f9308 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_284_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e126729423c690a11e367788336d62ef94e48f45da57862d6cb2a05c01cef7 +size 22360 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_285_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_285_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ceee2730d77f7fd7a339b27d7b3d65d0d64f249c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_285_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d41335e046fa19d7fc0ccf85ba15c62c5de32832867a473c1ebdbad5bf8de6a +size 20269 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_289_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_289_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ee466b5f2d200238fc1ded1aae7629ecdc4956e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_289_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b4c9f8c569e750b4e89d6a981063d2fb41e669db8b5b7f8b9fb73ab7958f9c +size 11774 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_290_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_290_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c371ee79d73d60e9a812fd03f6bc743a800d3f45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_290_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d7b75f4860174e4a1de0dce8879d317534a1bac9509e177893dfbf83b5e373 +size 27620 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_291_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_291_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bdd7769222472a4ba69e1667d9a650b49f8b174 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_291_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4318de1f945feb724ba737058531298cca0199ef189ac6f1472601959fdf13e2 +size 26290 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_292_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_292_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e704af2c2619dc74abc0abc91afac68efd29a959 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_292_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650d96dbe67660f2c4d6011ac92c5ece39a73af94e67cb8a437bffc933afd75c +size 17267 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_2_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_2_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e119ccc2c4e139b896c4e82f245693aba0b5ab2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_2_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3cf56a26f21ebe3670572cb751124bde84c6778021eedc5c16c4b98445c95b +size 24054 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_30_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_30_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce2e8bf675dcd7a2da353c990006bbf76864a3ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_30_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bcd75724091ce350ec8fe766f8a0f3545852f601bea527339463d1937d09da +size 15096 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_31_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_31_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f2aad72e1539a875c5eb4e6c51a7a33c962dcef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_31_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c49ba6ce0cacaf1b4cf7981981f3508353bce0b505332cf761f140e982ec4d +size 22201 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_32_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_32_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f119424617310b7f0790a583e233ce618e1b9ec4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_32_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9bdd64bb9018da09c99c61088cb90a43042c62718b7647753771f9af6da93c +size 15908 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_33_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_33_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..909c5ccc445d0aff4d6233d52150ba958b20505c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_33_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb1dee2cd1552543d4664eed02e6bccec965766c0373eca95cb041f3ebcb023 +size 15183 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_37_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_37_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2f2d06b83829996225861e7195ed4649c68d221 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_37_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f603e1f69eb09dfc58414c1611847820e65b0dbebde59fa4e6cfd563684d8f94 +size 13797 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_38_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_38_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0465c206636e3cd6ec8ac82806bfce84776c2bb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_38_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8060461f767e026ddf898868977e5b746ff99d19d7019f258f267760c3e7b023 +size 17540 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_39_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_39_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fd11d1487dd8c3bd6ee5716382f9c4cbe193579 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_39_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edbbba28aa7249f17f0bdfaf92c2429bbd74823db73deb6d93ac10e90bb7cf0 +size 13649 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_3_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_3_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a175334f907017f2856bd8b39832944c9fbc85fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_3_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44315799b21656dc10ac4a6d5331a51e272c5a6dad79dea7d89c20888ba5b46 +size 12894 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_40_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_40_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5b73879e9e5d78ef2db8da1e3c300ac9183cba1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_40_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79df21fd49d7f2515324ded2fee0a6f37b4f1cb589c193a5cd61ec43f26798c +size 19821 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_44_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_44_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f36c69e560209fbe25b41bbc04dcd080b846ecbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_44_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8fa87e0a3300c116c69b1b579e168ef8e127760e2670f3b4e2a8303203c0d3 +size 12541 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_45_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_45_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33b4d06ecbe3dc1e9d2863f73aa45ba9c43fff48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_45_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e7c48793438b408fec90bddac8aa9a5804fceb4b6df8fcacd961d3073b011e +size 22653 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_46_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_46_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e1edd784502504fd55e08a25777902871586421 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_46_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0069c7e21297fdc0933cd0fad051f45e2d08dc1e3d239667c23d0fd27420570 +size 20408 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_47_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_47_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efbe3fa2fa235cd17e1745b4639c2ba26016feb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_47_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060c088db63caf506a2d54abe3bb567135519db2b31cf83d431f3b0849401997 +size 20502 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_4_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_4_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1292f8b9973cfa6c6532cc5fa27e8e340f93d9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_4_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08676af1d227f0aee5306390ad1758a3a9af0429fed40381745bf5b372263c90 +size 18085 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_51_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_51_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98b2afb4417f612860d0a11d185471bcea693247 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_51_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf963b7104278fc12895e7903118c5cdfc112111165c8fe9f54e2c0dbae08ff +size 16830 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_52_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_52_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f33f62eac28a4d538e0d5338800a29a50cb0cea3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_52_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00f3fe5aee0238456caee97254cc4b54fee285bd7ea696fbd763ed896a6ad41 +size 22210 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_53_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_53_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03658029cc43e7996be275cc103a881780e7e406 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_53_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be7ac8efa384a16fc1937b91618904453a13c7be0f67baacd92cb8251ee889a +size 12286 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_54_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_54_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9d9cb36aed4aced1c5997f807fd460325380c6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_54_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862f1b3a84ac1da1c4f20b101ece116354a5530a9f831ff1994e511401ceccdd +size 18732 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_58_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_58_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ba9d1940edc7092da7558218ba07e7cbe5e6089 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_58_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c4e144a3ac38426bae6203caae48d70faf538cdffb038d4d025f4e2fc64d7c +size 12300 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_59_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_59_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee282237f30dc540711b8b11803b73d34879e393 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_59_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a923da39930f5a00bf5ef7ae26318d7ead4781c12f9f62329fdcbac35d4995 +size 2457 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_5_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_5_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a0db73f1f523f9c9ca3a84c074ee1eeb3ee1f04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_5_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fd3cea834e5ac60fe8421f70b2b2a98fcade7d11ad9f0ab93709b054956137 +size 18890 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_60_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_60_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d3c4e53625f7cb25d0009a4335d64974987e6b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_60_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d62436d67764adde22b1ab503fbb1cc811b54bafcbec70d08bbda6b017726dd +size 67829 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_61_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_61_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0754ad88cd493e783381e9b1fcd996c534a44840 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_61_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc936bc349252006b934b69f6587788d14dcfcf7c22aefd64edf8c967b6581cf +size 16309 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_65_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_65_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6621f4a3982966bf3816f414e30c53603781203 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_65_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9da90f33f35dedf749303ca833c99e10a478c6a8aa8735550ac335f55507dc5 +size 13384 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_66_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_66_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..603d5a8d26625e3ff8b7c9acd2d713ef8fc20529 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_66_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e5a8ec5330a87a9e776fed755ca117b37f55d9539b87b8eb9f4fed5952e6c5 +size 7298 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_67_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_67_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5eb2ad9eb2a9e6e6f1c37897130366db803d2c92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_67_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102af1ef92dbcea0b31ac2c68d771628ad5418f81696ad8f1b27aa787573866e +size 20443 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_68_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_68_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14d9aa71e0fc04a3912e733fc2ee4ded9a178f03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_68_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090ec480994fcc317bfa31065f878ff7c4c6979b91ca464a900c35d6a308065d +size 3175 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_72_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_72_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca1158f858769795086f6ba00c85946f5806f7c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_72_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbec5430dd346e900d350221a09ea3daf6e4abeee6d94cea3a250693be70011 +size 13090 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_73_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_73_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5cebb2fd37c3ec907433fce3ac6c3bb7e3deb62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_73_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6c22e999db619ea15dedf11ef6ee75e1dd592dff2ec1305019c358cac7fc9c +size 3392 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_74_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_74_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c91bdccddd2517095b19688a5f67a816a0b6773 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_74_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0678f75b13772d86ce2433b7d65397787f60be620f7331ee320ed44e54b6ec +size 19354 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_75_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_75_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27a41653895ca8dc55c5dd3ed9abf38c53a93e3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_75_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a635492286177b3c9f7c94b5f4ff966c5db6bca725ca4abeda5bb1777fea04f +size 5806 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_79_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_79_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2395bb932e6bac372c77abc48e4db038c10db6a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_79_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ddb0d87097c29843b57ff2d1d4a1d4fb6bd1203a807c9c19b3fd5d08355199 +size 14394 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_80_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_80_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24f5c7981605eddbaf210adc5fc024d04ea2ba07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_80_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4925f0e0c638f1ee3b23aa37ef1fca9422395eebef5f23a0946f4f41114b28 +size 16020 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_81_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_81_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..731c62e7656206ad26ed908823998497c26e2af3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_81_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa8ee64a0d3894d47c324c1a5272a9b33448d51a5cc19f6ddf4deab8fcb4c21 +size 14720 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_82_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_82_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6fbc93f666fd1ffaec884592d2620947020627a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_82_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a740698c32a6f08432905e56fbbd5808b7044d5d3ca412ec620dcbe94fa1a8 +size 14688 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_86_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_86_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fa7259ddfdb354ca57509065920db36f694cf95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_86_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b90aff2ae3cc2028f59dd0b82f2652832460063fd665308dc46889ca0a7ee0 +size 13298 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_87_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_87_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06febdd3c3c35bcd080d2637d633fb7e69f6c83e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_87_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2b32d0a17c70001bbd96783e11444992fbb06f1bc43b7a8d9793b47094e910 +size 20516 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_88_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_88_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c05ca5122df7b7d5617742d9aeb44ec348772a20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_88_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f3c7d251f67835741db365f4220ec415b5ca91277427669131f92a249f2e5f +size 18233 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_89_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_89_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7245314597d4ddd9aa829ab268a0f799ddca6d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_89_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e43fb426be6773b80dfbf92896e7054a9fc636519cf3db8e415310dfef6a5e +size 22368 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_93_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_93_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5380a37a8490171eb84d0a3c74d4719f8ccec6ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_93_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb0da42061cd037c13936bb5fe5b5b80b9457c01a77338a88e2d51720738c48 +size 10719 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_94_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_94_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3cd8658b791a631903a6550cae314815ab3dccf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_94_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f4a346ad7d922adf4bdffaf2257631f9e4344652a3446115ce386aed9cedcc +size 12856 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_95_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_95_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f624f10f1542f8e2237ba6bcd711fcb030afd753 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_95_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a650673f6087212cceb5ee93d6beabcab8324f5163d5ce5b5a077e56264a93ae +size 21055 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_96_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_96_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac6ae3b1f70b156fababacc49076ac85933bf9b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_96_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d00a87a8fb4ae1999c5f16cb273b313826d208afd24d963964967212b38b559 +size 6767 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_9_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_9_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b54c44129cacc2ef7ecd13f2a3cf018fe06d7755 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_colorjitter_9_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa9abf030281facf60ad5e885b6628491f627574c4defb054321b19f32369cc +size 19251 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_106_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_106_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f07e59b433e44487a1159629433ec0686b0e595f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_106_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0daf5d9e2740bb26f58552f000c3e8ea3bab534eed5bf6600ffae5490a363d +size 15508 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_113_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_113_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..446d4a60e9495311d9ee0e3cd3e52b150acfd41c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_113_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c496bab2679ac0b4c69fd3886dec113ff61caa227a8a882ca08efc9cb733712a +size 20026 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_120_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_120_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d596c40f935f46c35140955c85962521c8023610 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_120_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06aab43b78e51c2f8d1c0fcb2509eecdd09b307f6ffc6623e069dccc3a3fd0d +size 169429 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_127_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_127_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6af2c41c50170a0a98f3d5e109b18679706c88b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_127_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136092b9f9ba342e28611e20c270477a940a2d8670ddd00b6c231a396f79348a +size 19552 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_134_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_134_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..237158dd6a434d3f50332cd2ba02a8e20a10f0a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_134_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179a10bd177f559804f8fc320de7ada7cf0406155c68c0e9fced54aef4b696d6 +size 23000 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_141_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_141_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..411970354a81b2fd7725138069eb01b96c388049 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_141_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d447cc4642a847b8c01ed82b883aaa65bf6fd4ec9334ec3989fde2dd2505c97 +size 14257 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_148_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_148_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47f824e498086ee0b0efdb3b98933aca8d03b0be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_148_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba7a779efdb015da825f487d202ff1fa4a9669510d7377e9b996dd2696c9479 +size 22325 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_155_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_155_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4f7017c7d0ef9e73da083fd665bb4adfa99e3f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_155_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68049732870ef3a9a02c1f3b95924393aa5f501a000e5f3c89d8c92093f3d856 +size 20139 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_15_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_15_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de9587cac4e05eea8af075685f368d62e49e275f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_15_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834a47ab18df1b392ec502dbc548fc111dd42dd0e04255e1c30a299f555894c6 +size 37712 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_162_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_162_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36d7f63e7f20614a63f91c9fc4a60c309cc26292 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_162_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ce85fdd910fcc420706052dbcfd23e60ba5bc8f1ebd5e7c9e345d6784a3939 +size 11626 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_169_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_169_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..412871c597c132a110d79d0f7a68df36cd5e37e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_169_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7758016dc41f48278c4515a680d053569c940c6965112e0a1f2de4f61c885111 +size 13242 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_176_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_176_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db13b098b662093146449ac3c6ccf6bf3b737eeb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_176_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d39dc6935151fdfcf5319ea5ffa734ba2ba42aa4096bfb65b5068b27d2901e +size 18985 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_183_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_183_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..915bf3a9a31e73216559da3aca425a53838a298d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_183_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d54eda4502e686a79f1d6d9d372d72bf16ba39450c35ee07cc73cfe58fddd1 +size 19810 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_190_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_190_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2cac86258e7222f4368bdff66c1a509b8705430 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_190_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a0249f1a41e291b553911b713bbd67bc62794e32effef4d5a935ff9e933c6f +size 19784 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_197_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_197_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c3a029f18d5523e2d4b2908965499a52b9e9aea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_197_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5b93ba83351ffaba010e95b392650097c41bb7f339850286cdb9339bd4cbd9 +size 11691 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_1_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_1_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b01e959661a97b221d5f2ce3ee8f400de5c70bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_1_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63321b1b1dabb755e60f79f1ee1ccad5cfbbe69151151ace74fa59d69776b655 +size 133090 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_204_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_204_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..464b44294fbd3e5ac1b1c959c05ae71c5a645769 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_204_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d8a631ba9b8478bcc216079bb64ad5b6f5a0b40087e0bd3e5bbe8482fd6dd2 +size 18585 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_211_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_211_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87f12976027825dc887c0eae428f1df29d9820fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_211_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4919bdec5dc80f4c5ed28d4467a93d2c608e78b83b9ae2c7744685edaee516e9 +size 21756 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_218_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_218_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8fe3fe17c35b46d794e0f856461019e0f16dce9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_218_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5260642dc091a3ae4f31f586c12ad823c931a943d72454b253310f18da8c50d +size 12532 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_225_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_225_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4a9cffea49a460af037e414e201e9ae5b3d3ab3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_225_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328769d3766ef5cde49651ad4744fc1f4a43dc85626f5c594e1ab7d5707f20a2 +size 21122 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_22_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_22_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e29124291188e8b138bb51a614815d7e9b0e4f4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_22_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5230f3fef0ef652e3225d4ef0f296ccbc6314505127e26f21a4a5d3b9c540cdb +size 15616 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_232_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_232_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66bf7d6bc2e540f6f71f55b6c916e439e8ee5456 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_232_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e022f03d7dec46eee271a88285896ebc562abd204fe11cf0f845e1bea18f6bd8 +size 16102 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_239_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_239_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..265c618ae80e71cfd736d14e5c27203b41bc57bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_239_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ef609421d17c5783671355203ba199b427da5c396f356703ed83ce3ba9f84e +size 17543 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_246_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_246_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2e51d76f582b44053f50687c999b2da8b6cb6e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_246_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204e1d34eb655699fa021c3b9af2768ed793310aec03d06881bf7944c25b3453 +size 19125 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_253_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_253_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e8d86cec52f68416b93c6833ee8cfb721dc3861 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_253_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b963cb4e0cd634cec8764498361b399913b6166e4ce05e09453703249537d7 +size 39799 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_260_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_260_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2da9a152bd22f04674760c55f16ffedda9ebbf01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_260_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ac133a299d6e5c5aac40392ed8fdc50d2f86de4674d46002206f08f9a10f01 +size 17607 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_267_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_267_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acd6bb15d804521af5e48117a18ee156cb8bc8f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_267_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a701541cc455b679a4837c9a65e75d6cf00df05aad8965821364869124817b6 +size 18470 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_274_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_274_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4394235e387e646733457a9a7444699c9694cc21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_274_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fe074b19de0f9f1a85ab804f76ff1d6cc412f341014a4d724f68b2375f88df +size 13249 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_281_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_281_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..538c29e848763f5139ef78331d743ac20964472f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_281_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e50c0ae183d46971f397b483bbaa2f67077a76853dc8f4b20494159f548aa5 +size 17498 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_288_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_288_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a521b958a5c5765c90b9a1fb4dad76da85b2e66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_288_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a74572fe8d01fe0f960027578bf2a10ce37de016494bbad129a868d09a8700 +size 18096 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_29_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_29_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93d01c801f99d2d5b5559be5e38eca4d908aa1d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_29_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ae22231297a7fb3061017894c031b2755dedf4725fd73914018ab9d1015c7c +size 20113 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_36_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_36_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a2da374826b78ff4127a0f28c5d1dd6b05063cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_36_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39f50037c5683c7d133d4cb9f600d6d2fd2b4551ec0adb3820e96de7a436863 +size 14607 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_43_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_43_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d64a8ac7002a5a0212a98afb48f149093c568dda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_43_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4d87fd787e77632da55e28e208528867262a068b3b3d75af7366c6f16f7554 +size 17764 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_50_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_50_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d0c0fc3889add43ec6fb9b5a331a2bc6f87517f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_50_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70de8ae94e3ab18791d424db77744a2348566867466a95fa66743627e7b74005 +size 11497 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_57_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_57_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73f7fbb2605053da56e5a542772f01a3d460e38f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_57_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b32f6af1beb40012f8ac7d10285ebebeb1f4f5687c21aee1bc24394224e6c8c +size 13617 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_64_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_64_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72ed27e6ec80e733425bf8f68ce244005c77858f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_64_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf936f2b8499ab679072d9123c9420b122cfd5f776e6b1f4b708a1df4d08c386 +size 11544 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_71_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_71_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..606a1028bd7bc870ec3082825a6789f917f56702 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_71_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad890529be413f6975b02a3b855b22f9c688692634f9c9f2038edd913b0695ec +size 11676 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_78_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_78_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..051c143253bf0749e4948ce0b638e388503c3cf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_78_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48eca10bb1fd47334f661ffc28886b9ab20a3763cbf6358244cfb2f0c064542b +size 18185 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_85_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_85_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b950a8b30e66cf07577d9583b2c15ab39d1e7a3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_85_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566f333f5e02ea938608d1cd0b3bb01a8fac936863e4bc840b433aa397ae6675 +size 21519 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_8_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_8_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a33238c63e8287d6e67e8a2ba46c150b1384142 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_8_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaea640f0571ace9622c4f480fb73a333595d9e89133cbe6c778854f7ee2761b +size 21492 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_92_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_92_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..467e308cbd4243c5ab3914abb1168a8efefa06de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_92_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49834ff093cc0cc63186e13ca2a6ce5be43ac25b904e5963a905cb49a601463e +size 14816 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_99_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_99_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3621838d545e21570466fc04877cd47c1a40ef2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomhorizontalflip_99_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e2d240fbd652f4303222308342165b3424ccb4c1977422e21c8af9ba19e2fc +size 15584 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_105_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_105_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9baa3dbd1107d49e171e8cecd220224e87a292bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_105_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8376ba66db58d2d812e3821f9a83c8975d575ebe2cfd68038c730715cec772b +size 13058 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_112_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_112_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc22b771200c63f986ab6089db2fee90f360f00e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_112_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa0e2b72faa4d347d599acff0dc89569eaf66813feb34443a6a990ff8372a8b +size 11198 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_119_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_119_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66fdf271615610a154ba70def8236c8a768544d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_119_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ab2cf16cac9f6d91c0ee7d0cd8b46e030f6ee1855067a601b0cf1df6678945 +size 11392 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_126_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_126_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df583c628632046c00c0daf3f26b7cf5480e8d8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_126_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b7ee484eb73e49fe048b213dc4c0e1b0b02371f4466a029170cb9481a5528f +size 12742 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_133_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_133_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..635eb237acab9c931b49c0ec0acf1014ceaa9286 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_133_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41593e6e89f448d7230f8a2c1245ebf1123f10e57c7b163f5456adcec141201 +size 8239 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_140_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_140_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b5723f5b8dad80cb6009d85b36d834c1734687b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_140_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf26deea1a4ae6bc50a6d9ae518c9951cbcda5c32d5502fc886a002c15af0db +size 10110 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_147_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_147_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4dae255eba50f75f17a89a9c6142226fb0dc3b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_147_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cf6ecf5126f4a54bc873bc4cd25c7db470ca3c16a38c950899c51266b8f5b7 +size 11039 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_14_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_14_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08dc57465eb21023fec58961523beb6fbc291474 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_14_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6063820cbb9962bd13c26cf385d1e89bd085e814204bcc8e90be68d075f1b232 +size 9483 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_154_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_154_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..409793a6dacd61f2ee1d326c321cb2c4a28656d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_154_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4bc23b07b63c250d038377c32c91cbaec4ccfe6eb292ba5470b32967414fe1 +size 7942 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_161_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_161_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4eb405c164838ffe8612d261cc6f911d5a9166a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_161_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174ae3baf6d7b77304651f0f91d38e8bd6c63f6cd8e129b8022e8fc3cb74885a +size 11445 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_168_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_168_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4eba73c760402d7c2d87284b566552131d53b817 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_168_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddec8a58fd083f97f409af89168665b8f7c539d7a5fabc0363dfb627260dab3 +size 13410 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_175_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_175_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6a075eceb98be843236913c003af91de8dad3f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_175_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67070bb2bc2ddf99fa23accd8e5b12164ed3705ad251b771dedb8c707e123c9c +size 8690 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_182_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_182_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d287ca70087597541eaf52841052b5fa8f05073 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_182_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cebd0d0714bccd4a9986c965785b855cfa53aac67ef7853ab7957ebe569f3c +size 11660 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_189_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_189_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc8a7b30717d7ab91330e67638cfa1d407809bc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_189_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bd1a3bf51ac88470816031b9375c5271c6ad15ef07f62097b604cd146413f2 +size 10432 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_196_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_196_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e51584316f5509545b3a55f6e603374d1a2bcb95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_196_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c71225d2cf83a37bcf6b19721b698697bdee46e242833e50ca882fd5bf2796 +size 12725 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_203_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_203_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5b3698aa851054b8b81acb233ac997d0ce39bfe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_203_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a4a31de16a01910e72c77aaef8462f921039e1044bd35693a402cc44e9039e +size 14753 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_210_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_210_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f2f4bc5411a793debb5244c9ac8ae56602f591f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_210_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a802ddfe2464d14bc41f27c8d14c99a9016bfb93b41d99db62e10ad424b57a +size 13007 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_217_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_217_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4f0903b191e2846f4c113c751acef7aceeb0fcc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_217_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c790ff02a5252292b2d5f50735574cf1eb9463db8ca979588e0fe586d8eef1 +size 10969 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_21_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_21_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fd5ced9d0edbae17030b92689a282294e710345 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_21_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1329250bbd36dce490a9e3348d00641bebc1c666b1510f4d5b389a70f11f24c0 +size 12105 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_224_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_224_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6f698b1dacdc02da01b624f2cbe9b10ecb0c7c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_224_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9089ee742dd4c16e9b8950a055ee53c0fbb973c858bc8576f2841b01320d7d +size 14411 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_231_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_231_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..322067d8d8f1acad125fb80a0f2927494a7e7073 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_231_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c07894d7f114ceba5412cf45fb945c8aef5778a6d326409e8c57dcd48786e83 +size 13132 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_238_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_238_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6570df11e8c303fd04531748bf10ab29bd42623a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_238_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac847322d5fef7edfa1e1c11293e21ce69585a29be7ae8c96a83d19574abbca8 +size 11597 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_245_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_245_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58ad4343d7a5153cadf7cfd47796a6a5eb241929 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_245_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738d5df7a19752285e6fd6d83025b32d2260a2a5724b80f0b325266597ebca04 +size 11810 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_252_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_252_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4821a48c277cc5f6423bdf21370b550db1b757c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_252_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567207be6b241aa4091069292a2e0b3d2b04f2adb2d7fc926367f71aa485d340 +size 7374 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_259_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_259_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecdec47ad400fb062da90e4d13d35e9730e0838c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_259_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15af9409264d8cb6ebdd206323c871f13b6089da2c3e3a080b892f7b765b1e3c +size 8090 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_266_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_266_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..619075f5c3e150dc9605018b26921a3b9d7aff2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_266_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f1e9fc6fbb5e0cbdb3888b2954312605d78f7e4265de958bdb7a0d3aad7a95 +size 10279 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_273_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_273_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2655362c504064aafd67bb5880d99bbf9f17ea21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_273_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cee1406cd14bb18511e6c13c4ca8f036620284c63f905ddbeab6637da048d9 +size 7445 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_280_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_280_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cf90f3e64fcbd99a04de17e890a32c8dcce387f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_280_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35a2c412d949e068b21f7b1e5bca3ae18ab0979b6901786ec10d45d9163e861 +size 12182 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_287_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_287_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c97379b1e23fb6e9325cf8ba3c1ad1f0c9406759 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_287_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bca004a9b76a36239d57b3fb1e0cb0186f72778850be39ee2ef1ea665b60b0f +size 13582 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_28_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_28_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fa91a3785575f680e302748c3adca9ebb75d575 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_28_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0258a279aebbefb08886e1e543006f3bee272f6dc6864fffd321b4a1162c1b32 +size 12408 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_35_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_35_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..065688be3d0c41b21e2272c04afb336edd01a12e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_35_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d06f44bed8f39d941af9b5b575cc9b266a59c493271f910a12c8bb81dc4542 +size 8744 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_42_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_42_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fa1381e5ea437f910ae8a02dd02e69277be2cb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_42_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0d625ee8d9997a695ffeeef4e0d8976b622fc7926c30b4de81b3c0ee5c669f +size 8519 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_49_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_49_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e323abd827aa8c7995b7a089ba925d05cfc087a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_49_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b54505a8c013c1deb2b5eb616b175afaad32e15bc4f891d579dbbf08d17677c +size 11578 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_56_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_56_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5d7da3ec72ec3f5ff61baa4e340524ee1216b79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_56_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875e68ba5857d06a81c5a6ce5cbfae5bf0c1f00260ef4e041134990371329ed7 +size 11302 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_63_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_63_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdbde0a9b2936cd311a47744b58dbfed5c1383b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_63_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deff4cb59248c69d7f837d6b0484ae8ee5fe7395d106a2da96969f271cebf9b6 +size 12833 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_70_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_70_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ddcd1f2676ff8fd328da2b25e2408604c7bac17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_70_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f66e7652ce9cdc8bfd31f85d4f18a62f549e3fe7fa57aa157b8a6b526fdee7 +size 12903 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_77_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_77_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59cd3e4d9f467e7576d5019e283636c5e826e840 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_77_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a7fb9c6d8d72f8f58bf8b4c0ceae6daf940d7d32aaf4ab36c772fa1815d533 +size 11530 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_7_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_7_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c53965d954ef7b0a4b4497de8835403c43c47276 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_7_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85418867f0a8e984ee63c918c2ea19da3e836ecdd5276cc8a50d1036c148e16e +size 8057 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_84_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_84_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e18e111a0e528cf327ae9ec6313291911f8fb8cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_84_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb6da2478e24ff9d409b9de0fad253653d8a3a7b76998b3208de1ac29ea70d0 +size 8509 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_91_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_91_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae5a198b00973095da4cd281b961b65f2b1979ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_91_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698d7d11af53d700beed9591bd7c6358ea9a2d2e0200cbd62838228250545fbc +size 10328 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_98_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_98_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..760add20086e90cc37990cbeaaae740af78a2097 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomresizedcrop_98_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260d4846695c21d5fc1abe135f394751b78a25447a4aff55aa0ec4b5f845ace6 +size 12017 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_104_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_104_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8447e6c9973195364a346199bb7b0772d93b5157 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_104_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd255ffeba06710e5e86bb462431a77eb74177c7eb9c74b70e12dfd70c46a75a +size 12448 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_111_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_111_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3678c067d5f2739eaea75b656a898e87d65e12c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_111_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992dc2d69241fe504cd29b66fd10960a62ee0dea452068b1dbdcba0cceb2bd50 +size 10278 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_118_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_118_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6e5f348e9b627bebd0f9ff14c56d74a914a8c61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_118_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2bc38cfc814fff811d09aaefdc164577b7c9c2adaf5984ec10b4b66ef5c984 +size 18014 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_125_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_125_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea8ee2c95af8db43e01995f3a26588f6743ece37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_125_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9712b60660d663deeb38ebb29b131e0c9caca89dde7a5385b9d63403878ffc68 +size 67295 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_132_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_132_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a3332a73426caea9b943c2b3ab21505296f554c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_132_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7c920d72dbbabc087d150bbb37d755736779899794588422d3e741a4045384 +size 17358 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_139_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_139_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99e2dfc8be294db7d6203aba8f50107c45590d78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_139_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42736241e9e975cc879db5922587e7ee257725e87c2588984c6551c1fce10d55 +size 19882 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_13_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_13_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9810ec2112511551aa5e130e7517b16fbaf81873 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_13_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f08889e4da94dc88a04040adee78f1d04a4325cf5dad40eaee16bfb9c187c2b +size 19073 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_146_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_146_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78258ff7e0108f7e27ae8cd9baccb556f87bc09c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_146_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbca299fc284179c65a1526ce1d1f005a0d889d0244083072b4b0d9a8415145 +size 19422 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_153_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_153_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04a0c3e8bd289f32c409b1c23341ba599897549a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_153_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05e964d56bd21964baa835fb7e9707d27d75944efee2df7815c412f7be1ed4a +size 12669 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_160_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_160_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2a778f2d0c915ad58dc9a699b51eadad6e9821b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_160_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e15c0055eb943cb8214782fd937c12a78d171af8897db78b81b4b7a38001ba +size 18945 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_167_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_167_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52e72a9cdcc715544d6a861c8f933ceda73df2a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_167_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83a8766197dc7312483490ba106828333299f9512ce18b76c8efafdb64e7ab8 +size 10867 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_174_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_174_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eaa5563ff28f6b63a42b0cb51ed9b3ea158d6863 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_174_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b0268f61db8f09b05583e75ecf825778d5f72275275148de7aaf657b13a348 +size 55112 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_181_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_181_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80d343e9cd848481356951bf31faaca93b85b020 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_181_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613beb38a566c8b0fa01ab4b6227dc1663f79d0e60dc6da04050bd60ca039a67 +size 22566 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_188_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_188_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b14db32d74000c3ec8ec34108374ead6e9512ac7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_188_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3605f3e859758c89cb2c59a2c26e7ef9f8ee2581d05fe2755293e9ced91f6e85 +size 17792 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_195_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_195_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f79ec4ecb45e4d0448042f4fda4fdc633dc5f2cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_195_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf93b61f80ca0b31bb3a9c91eba8fa4e51a4e184e476ac294895dc23ed4b12e0 +size 20744 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_202_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_202_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ff2bc39790e4c9503ddeced8957a7d9ce80d5fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_202_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7568e342ab4c01cff56853fadbd5b10c1bea160cc47152529135f60ff1b210fb +size 16723 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_209_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_209_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4401c7374b292a4c17fd13f93c62c923ccda6dec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_209_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31472bf715e86390e88d57c5dee3e367dde192ea39179aa7aa0e3e85f13f554b +size 19159 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_20_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_20_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79613bb36551cb06979048b16ebe4de1224cbb36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_20_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa52a16b1d6749adf375615a25bbcaad0935c297a0478604bb3f3388ccb51e3c +size 68475 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_216_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_216_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bec070467ee1a5e1bb09b3f13b9aec1ccfcea7bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_216_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e867015940669ad052f52d9534fd78eecc93fe2280ea234643cdf03ba88461 +size 14880 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_223_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_223_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b16dc935f919d773fe86987462742a97c56e58a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_223_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d191522317f399e32b56e9019cfa02fd1a80ce3ab33186026c9678d60776b5c +size 18612 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_230_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_230_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84545d702cd011e0eeaafa49efe07f227a8a5c3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_230_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee496ab63e38bed576deb0af34778edcd87e140d6cde3acfb23fd297f873390 +size 12731 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_237_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_237_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86b12be27607772e1cda21f42aae4431ae3863db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_237_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7027aaef413868bf0196f691a64d4d381c94608bd76f0451f86bf44e1e1a608c +size 30928 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_244_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_244_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..268e9fd24a0c2f2e959de73eb22f266201fd84d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_244_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fec7a8e864d6be097501a267a89b5bb4530e43fe0ad8a13820ecb66e4cc6d7 +size 11763 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_251_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_251_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..badc95e123667d8e5ab042dc3899d7f29ec9097c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_251_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a452464a2084ee0d794afa5c89ac29562a1ef7b8aef42499e491ab99130e8a4f +size 19930 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_258_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_258_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8405987b39e9e4fe5f6aebe817f6b254ac1272d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_258_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da455430557cf55d5ae21bc3acc456a4939315d73c77e680fc5875b2d077084a +size 15029 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_265_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_265_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa489f7234867402e9fb93716606a3091ba99476 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_265_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fa37f5201307781286c73db523655ec9f435e281805fb9096b080f71757dca +size 1041288 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_272_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_272_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d4f934947209f3483e39d27a272e2a6df081a7e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_272_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1766b58615299745d1159a2372c24b0f0541f86788151179599ae1d3af475dc +size 20436 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_279_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_279_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9db0c8e44d5df5101e9cdf265d2f8d689e545613 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_279_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1b00583fe8dabee486b2e6d2f76bf7f03b5e4bc750b9b82760afdb2614fea0 +size 17254 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_27_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_27_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35857dcc56ec9789303884e04aa53f6487754656 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_27_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864bf669dadd0b6b0f42a1ac1e997877962d8d1b22c0d02c80eb31146beca9de +size 18352 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_286_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_286_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6477afa7348688923b37c815841c87bd1224ad98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_286_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a78cbc51cfddba48dac417147f4b1f32c4df699f70b9403eedb3e9550d1e82 +size 15639 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_293_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_293_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc3a61c3251677e0d0e25ce1cda9e013eb4ec615 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_293_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de36264de57f591a8321eb3871b15558ed88e3291e63bb0464cc32cc6adabdcc +size 11277 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_34_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_34_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85f4c895f6de187ed0b1afe2c220c818b5527856 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_34_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d5147aace8acdcf2ed407005c84694aea0366e80b98dfa0d6ed07503454b20 +size 20818 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_41_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_41_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..780f4fe52ae54ff522efa0ecc539d1ff14fda69d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_41_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b074cc66c65855bdc685d6b328cd7a060f1cf70aac1c4b053861230620ead2 +size 11862 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_48_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_48_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee0ab9f32ac9f75b484a7195d56aa82ad11d9041 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_48_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbb5b9ee14bd67b5516b8296f558d50c5fef462f0ff0e26c50fa164ff978fc8 +size 17066 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_55_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_55_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb4f314187a3a7f31017a13b037c20bb1992e1a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_55_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a4ee0cf6c333eca5601d19925502b99d07070b76f514f60f02de178b3d4353 +size 20240 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_62_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_62_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb3409a27f6546c5aa2c87ef5939ea9493e8fa5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_62_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73931a47e7b5fdae93105889e51dc3cadce6fa79c14ba8ebbeebcabab08307f +size 10843 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_69_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_69_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4251e18373514bef37455d3d5e2ba463e8e4def --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_69_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195e3b6cee079353489dcb55e2dd5b5cd3efc14bd05abd1685e515d75bf31838 +size 15238 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_6_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_6_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5a0553a1caf2346448e378001c4ab4b7bd49306 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_6_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c10fdae91d2a66429d1fc29ad5141b00bc9907e1ad1b907a478325e58678943 +size 16940 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_76_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_76_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ba98a13f89f43ff5aea809ffe861f40957f26fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_76_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e966c6d6332b2cfa1a01de291ff38e9fd9f5eaba360024085b29d635402a4663 +size 17561 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_83_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_83_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fda12e51da1b33704a1232f2221feb0a82c9a090 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_83_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d2282c3491de5b2661a926c139c62a673e03b24475b17c7614618ffae1872e +size 11319 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_90_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_90_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d4bd80042babec9e28818cc26ada70365c3635c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_90_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bbbf8e0d9e36744cda80d247fb6b81bc5d0d48459ef1300d0edcf6c51ef834 +size 20109 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_97_Tomato___Septoria_leaf_spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_97_Tomato___Septoria_leaf_spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58687ee8c946ee037019d0aeb3d11c7d9c714cc1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/img_randomrotation_97_Tomato___Septoria_leaf_spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e239f447f9af4188d5a775852703226bc321adbe3d7a191ca49e0c46cca3125b +size 11230 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/leafspot-5aba8283642dca003687f6fa.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/leafspot-5aba8283642dca003687f6fa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acf11dd2647bbffa8935fe96a30cafc7a4f83a94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/leafspot-5aba8283642dca003687f6fa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6432ca76944dc5fa8c7dd644914dd64b05a776131a27f5d9960c53ea97861a +size 35223 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria+leaf+spota.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria+leaf+spota.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82a87f68d74a96f0bc23b9e490a065f5c0042a09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria+leaf+spota.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7754135ce40bc781997056901d752f942440f3021bec21239fddc3bc910ca20 +size 92562 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria+on+rudbeckia.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria+on+rudbeckia.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a9f02cbe9ab0d21a85f162a1fa2f6ee1376d80e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria+on+rudbeckia.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0383527063025378f7d6d254e2039dacbb9dd4a0b9557541a8535131a702ca5e +size 222305 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria+tomato.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria+tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29e4f62f5789b0f5ac465f40f3b6fcc4d8b91e56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria+tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77aa542226cc8a1d56ad3107ecdeb16a3fa38936c943ea2c14d4ca69672e53dc +size 86081 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-2.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b062211aa17f4880afef30b56523c9557904314 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f38afcd692bc834ca115fddd0d5f6711fe135ad155d38a0da7ea51743a29303 +size 21482 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-in-tomatoes.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-in-tomatoes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b69dcdcf7111a040d53a7d99717f64dfd111087 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-in-tomatoes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa232349743dbaf811d19e952b01a883f79e2a701ff030fbce52f2a4d8ecc279 +size 86794 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-on-tomato-1.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-on-tomato-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f69e347c15a5553ab17296816e7f357fb977e993 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-on-tomato-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512395a4bf57a26d61d905ed8abac9f2b8abdcb77a91ada0369ced54db7b45f0 +size 2309676 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-tomato-1.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-tomato-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5dea43feb4fa502a1a71696988bc482b505bec2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-tomato-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2df9ef9cc05534ad4855678f62bfe9d5312aa9dc0e53c0c5e8f5b13f69ab713 +size 15278 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-tomatoes1x2400-17g2jzo.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-tomatoes1x2400-17g2jzo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2a6ca557b048886ae029583bdb8dd6dd5d9a9f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-tomatoes1x2400-17g2jzo.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6777b30efc94f2146669dac0f018912297da34cb0f8ecdcdf09655cdfe8aff3b +size 2833976 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-tomatoes2x2400-202yoxg.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-tomatoes2x2400-202yoxg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e36717f59542c0e2184e50e4cee51662f46564f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-tomatoes2x2400-202yoxg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880b93d1744261e885dd9827b55d60e330b521bda7a3c728c97921af986cf079 +size 2650102 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-treatment-leaf-spot-septoria-leaf-spot-soil-treatment-septoria-leaf-spot-tomato-organic-treatment.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-treatment-leaf-spot-septoria-leaf-spot-soil-treatment-septoria-leaf-spot-tomato-organic-treatment.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a3d7134c7bc7abd8fd69072a2b2fa9309288ef9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leaf-spot-treatment-leaf-spot-septoria-leaf-spot-soil-treatment-septoria-leaf-spot-tomato-organic-treatment.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1376011a0a8f09b29b6146b41bffdd225500a9ec3defdfb017db64d4ca9dc3 +size 46598 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leafspot-on-tomato-leaf-rp-c.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leafspot-on-tomato-leaf-rp-c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..271da08511779cc4b69eeb2c6c64096d25d8e5d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-leafspot-on-tomato-leaf-rp-c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1063a7a2fc3a62e77fc2ea93ac9dd63f71834d04bcbafe4394c214d60b2385c +size 651334 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-tomato-leaf.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-tomato-leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5b8a5c9302be6add43f55d473ce0764221faaee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria-tomato-leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4706b8019fde4af3189329ed50f24e0925b4609a667266b0697effa446601f01 +size 11227 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria2_600px.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria2_600px.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b60beaed700493a85c5fc524dac05c868e292dcc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria2_600px.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c272a95b8dba8347ca7e4a69eec79e1f0aee9f1e912199249610b220d6e80e6b +size 55849 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria3.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cc59807f2f0594cb63dd4e70c2b62c9b32c1d7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a993f6dd6a40c5b1c83ffd08cd9ebd3375046698775efaafc539a5decc12e99e +size 119573 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria_leaf_spot_of_tomato-1500x750.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria_leaf_spot_of_tomato-1500x750.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04cedc28110cb8df285ae9016d50d049a1e47e91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria_leaf_spot_of_tomato-1500x750.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013981224e179d72c1538f59b7a226d2c7178d2bc4de61980db2d270ec74f3c9 +size 77399 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria_tomato.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria_tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51f743001a8c7c9f2a7ae86e8cc0bb05c0b8f1bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septoria_tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a4559a490c394e462b337028431b7db2345e348062e0d44bc7a80d2202d43c +size 318745 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septorialeafspot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septorialeafspot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6f26f48b7358037bffb79558d0c06b687ddb542 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septorialeafspot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddc3ea8959623524a385f58f77992ca5f93e71fbfb787bc91333ac067c5d95a +size 25791 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septorialeafspot2.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septorialeafspot2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69fca8fb81ae5d366830fdb294403c44cbe50e34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septorialeafspot2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0d00fbc5b1c97c4a79d8e4b9f071ccca7763f25e02b5115f0e52d8fa132e46 +size 36973 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septorialycopersici_small.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septorialycopersici_small.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b64aa902bc97721c22169847756b7f5ae701f35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/septorialycopersici_small.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f4d67c957f396e859e4bab3ea560b018ee1f2da1c6037804146c00fb425d2f +size 646632 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/slide21-n.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/slide21-n.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15945c76177b63aa365f8c972719b76dd15428fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/slide21-n.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcd00de1adbc1bbd8ed0bf186c869af3888f7530ec3705fc6ed3d9e2b0317f2 +size 37536 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato%2Bseptoria%2Bleaf%2Bspot2.JPG.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato%2Bseptoria%2Bleaf%2Bspot2.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea79dbdc6db23341c4af3f27f69bf658e39571fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato%2Bseptoria%2Bleaf%2Bspot2.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4f2b0a754f55cdeae8a4a44c0b978d31119b901db7d07902afe1ac210c9bf2 +size 280587 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-badleaves.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-badleaves.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d72e05d92e0deadc1d0251d81ffbf9c3c49e9dfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-badleaves.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be07cf2488183e3b3d9d65acaf25482f69ddcd5aa49201975902c043779c8883 +size 299176 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-blight-treatment-blight.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-blight-treatment-blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27f832919b95d88136e6034bf3b46854312439cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-blight-treatment-blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f6af6a0bea097bf8c35931904c8def0b9c20305e57df6ea432223a31108095 +size 69799 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-disease-septoria-leaf-spot-d7e1x9.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-disease-septoria-leaf-spot-d7e1x9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36cd3b1ec05ad8d3b571b296038a70aafbfee3b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-disease-septoria-leaf-spot-d7e1x9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2ebb041e3413ffaba7b1308462732345bd25c7aab85db90f54e2783ddeec07 +size 74324 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-diseases-1-638.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-diseases-1-638.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1e34b14b47a94ac21751eb3b1e904ffe1c4533d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-diseases-1-638.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b967e48f77bd6ebe103b0d8eff61a7aad1d35409ec83f7f721b775fe87829017 +size 79437 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-leaf-spot-septoria-lycopersici-leaf-spotting-on-tomato-at9jap.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-leaf-spot-septoria-lycopersici-leaf-spotting-on-tomato-at9jap.jpg new file mode 100644 index 0000000000000000000000000000000000000000..824b127d7389130fc9a69f2022b5ac1ae841384e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-leaf-spot-septoria-lycopersici-leaf-spotting-on-tomato-at9jap.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bd8046658573fda3872cc82db065dd5559e8ea8cbf86fdf26bd3eadbfa311c +size 55418 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-leaf-spot-septoria-lycopersici-on-a-tomato-leaflet-acg9j5.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-leaf-spot-septoria-lycopersici-on-a-tomato-leaflet-acg9j5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f615ad1d2d759742eba9cf6440cf371131c06334 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-leaf-spot-septoria-lycopersici-on-a-tomato-leaflet-acg9j5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1dea67bf02b999b809385822443304782fb15f47c184d10ac23936fe0dbf88 +size 55943 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-plant-is-infected-with-septoria-leaf-spot-1.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-plant-is-infected-with-septoria-leaf-spot-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..494068599e4abf8c6b6c4a03a6b772d832973868 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-plant-is-infected-with-septoria-leaf-spot-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e409a55ef9717eeb960e447354dc3e90ceb6adfcf89193a8c984d254d8b4d4b0 +size 106744 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-plant-is-infected-with-septoria-leaf-spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-plant-is-infected-with-septoria-leaf-spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5b7ce992bb61990a94ca0ab7504ec62b3fd38fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-plant-is-infected-with-septoria-leaf-spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce5964076a5b102e0e10e3d9062853960710b3e6c2f8711dd493e5a4629a499 +size 623968 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-3-500x384.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-3-500x384.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7b88b1277cbaf39d74c214fae4a96f80bc88a1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-3-500x384.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46884e0ed799561eb222f9947328edb85bad1f147bf033db1c3dbe4cfb39302c +size 56175 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-3.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ad47f72d9839b0836f90b5ac8afb31bfd0c2428 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dddabc3c29835b9e2be96cf6a12440606c98ffa45aeb890369cd2434f6c287 +size 408072 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-5-500x384.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-5-500x384.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76c18d8ad05fdf51748ef3dbff5b04c9c4e35b69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-5-500x384.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad392423ff2760273e25387b398bf5e8118271879938be8b20643a55ca8d355 +size 62769 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-5.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ff7f730ce6127d7a24f1c71af44957d418bbfb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbdb4f99a7533193d70ebf7fdcabbacfcd3693a0a39546cde879a46b7ce8db5 +size 392709 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot--.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot--.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e373a5a7da350783d7742e202bd0e136747ef6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot--.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de1dbc9ed87ae6713ba606b8852c0ffa3a7093e5bc05dcc11e5787041ea7258 +size 688426 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot-.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot-.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c94292b46b395bb3aaefa0d172813db93909b9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot-.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0500015b9ee00e6c4a40038ae26e4e4fb2a50ba1e566103315983aaafabd41 +size 168643 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e596e4deeca47052e1ffcddc8a7fbbdca115c4b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4287f7e68678a481d5f874f3fd05d89ac6360b108aff3f3da1b11242c7b37d +size 4481 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_V8.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_V8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..189e42c2a090e09fe903818568bff13351ab97e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_V8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23a29c94b58aac28e92f57f95eb6f53e99c874323cb2b90ebd327085721574e +size 14032 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_leaf_spots_1500x1500%253E.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_leaf_spots_1500x1500%253E.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a3e7e636177caccc8a542778c1fc914d7004f95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_leaf_spots_1500x1500%253E.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77e8a3e008d722dafba242e5022b6f04b6dec4761b3587e417051817c7c50fa +size 372057 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_leaves_300x300%2523.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_leaves_300x300%2523.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f45525c98bed01487a145e4f2f3f1c9809e64cc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_leaves_300x300%2523.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9338c8b6dc6cc536e345651c17fb42edd947076b4373069cc83312335db8d02b +size 85803 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_septoria_05_zoom.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_septoria_05_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..106fe7cd2271433ab6574dfb0eb0fa3dbb61118b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_septoria_05_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f061bfb7c8595d299768535fe9823c732ff536fcab1408b30c04fdd42477f91 +size 191119 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_septoria_alternaria_1.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_septoria_alternaria_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48fd7fa0582a3f60016286aa04578eb8468bad5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/tomato_septoria_alternaria_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566a63d77cac3d5b7966f8909f0884e85e2af8b20775cad0e0bfce0d5b751d74 +size 174407 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/vdu-tomato-sept-eb-285x300.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/vdu-tomato-sept-eb-285x300.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3db26b3253900cd0e63512f59c7023a4b10c5bc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/vdu-tomato-sept-eb-285x300.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311f28f1f5e8fef327ea3c52051efd8266a3f97a16ab06575bef74469da8f2b4 +size 9503 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/web1_copy_tomato-septoria-leaf-spot4.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/web1_copy_tomato-septoria-leaf-spot4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13463a72f658c5cb0317f93321e2ba871216350e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/web1_copy_tomato-septoria-leaf-spot4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7f200bceaa19c462e2e8ea63015eb2cc95ef37ff60192b4e02b4c5b261ec16 +size 197471 diff --git a/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/x3-most-common-types-tomato-blight.jpg.pagespeed.ic.5cLJi6TXEi.jpg b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/x3-most-common-types-tomato-blight.jpg.pagespeed.ic.5cLJi6TXEi.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0aa213b481a9db42f21dad3487b20ca9c9adc888 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Septoria_leaf_spot/x3-most-common-types-tomato-blight.jpg.pagespeed.ic.5cLJi6TXEi.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400c86fb37df6aac292264d32dfaa2fd033daeb9016bf45cdb9ad33458b8b753 +size 80299 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/072.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/072.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c44fcb9ac0c5f26afbcbf4d50e8c6e4c9dd18273 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/072.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a29a3d4e5b408497112e580fe4744fe6ac635a74b5443c972f74096c051530 +size 75567 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/1342017-162221-44540.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/1342017-162221-44540.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b6bca59c72f5f6c2dee55509876af58abfd55c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/1342017-162221-44540.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b740cb9aa39a521b544c25b581c6c6f9f4a70f4467511e739920b262c17a4e68 +size 66783 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/14456.img.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/14456.img.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a9ed25c12f538618126739507ba7d3eabadb489 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/14456.img.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d675744c6427a1801410f790e6f340d06c6aac9b8d676193fdcb28b57759dcb1 +size 70693 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/18071.img.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/18071.img.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c6ec5deb249d5d0aa750bd96b77f6eefbeb95b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/18071.img.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8916a647f4ea7442da7bc43d260becd42ba28f05ae153aa49b382a2e2aa94275 +size 100346 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/2.--Virused-tomato-leaves-versus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/2.--Virused-tomato-leaves-versus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e8349d0f4f09709e6bdeef10a255de2cdb4811f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/2.--Virused-tomato-leaves-versus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d74f2687d0bf3ca63e83dba705833a960a1f5ffccc669afaef72939cc1b3d1e +size 546658 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/28619919393_7ef44acccc_b.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/28619919393_7ef44acccc_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ba4fe28d05d2f174f5b01f6b875b86905546e95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/28619919393_7ef44acccc_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655f79d06c2708fe51e02c7bc27647d3dacdc711a1436d7e76593cfa9a8c726f +size 236890 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/29994445671_b6914b44d0_b.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/29994445671_b6914b44d0_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50e031a4c798cb8ede365d0fcf7d5d0073d12f51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/29994445671_b6914b44d0_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa37cb4e626c9ca86054d4e701cf588a78134526a285817f454af57a8de158c9 +size 253141 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/36ca1410e232eec4a8003fe411246820.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/36ca1410e232eec4a8003fe411246820.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82f57f5ad2ce1ce5e6d3dcaf830466b6a4633fd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/36ca1410e232eec4a8003fe411246820.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8801389d787f9ddd62006e6f4d874f085f0fe5cb6a1ece4ed5ebb159c4df5865 +size 25336 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/5146.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/5146.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2c834c29bcb5b36dfeee9ace998f675bf303328 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/5146.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a106294e08939b033e64d93478f3da91dbd67c8f2d04952fcf92c15b04d734b8 +size 179709 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/534ddf3a932e62dd929a3ac1b29bfa29.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/534ddf3a932e62dd929a3ac1b29bfa29.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dda2c2d749a30ee3c83e9f5a7a66b30a69354f8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/534ddf3a932e62dd929a3ac1b29bfa29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44334af721ac01e60cf42e1e0c83a047d25b63ce22bb8596b2af39da54ed6a89 +size 1644589 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/7585001780_4b89e826b7.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/7585001780_4b89e826b7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ae98ee7e5cd10b3494208f8b27196cd42870f02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/7585001780_4b89e826b7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a64ad565fe10d2a6762e744cd91ac80ef0f256f12d1b94f18c341ab18e5d0b +size 34414 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8226402609_62d16884a7_b.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8226402609_62d16884a7_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8155d0294eed67c24c9d3755162bb53e132bc81a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8226402609_62d16884a7_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05941ce07170840059f1515cda11131afc18a5d4f74a6281ad2c2fdc5a7801b +size 200530 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8227475116_0d40e8f21c_b.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8227475116_0d40e8f21c_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d318cf9f9698ca94b7d2b109016907bf7b1d29b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8227475116_0d40e8f21c_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb84aa6b584ecf65151e1682a0c6c2cee2fefb257851b21d43bb5550011bde8 +size 329150 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8e60bae9f613f360403943f108a03083.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8e60bae9f613f360403943f108a03083.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8edc8c689ab94cf123db0eb1d370522236211e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8e60bae9f613f360403943f108a03083.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8367836a69149f8938b85c84576f435ffd2866689aa9dc3bb95d9bcc62a31268 +size 61485 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC01999.JPG.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC01999.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3718096d11b2b0bda8fe0919c706cca3656864a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC01999.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44a1569b55e43cbeae94729f9f3cc4281916ea8d0ddeb8834715718376ed53a +size 114975 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC02007.JPG.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC02007.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..076872a9a345cd4fad43ef88c6328d848eb3f6ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/DSC02007.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d6b16ddcf13050eca9c1cac9f66b030893c8a29cf72f299498975ec507e6a0 +size 89133 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/Figure-4.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/Figure-4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed87749a0a6bc369611e2d82232397b861b7c783 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/Figure-4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016a221f4a8625c858da4b081b4a6e9887c1b31e5e361d204ad0f7b12a785ffb +size 2117380 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IMG_2684.JPG.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IMG_2684.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51786704c777575a3169be6a0789b1eaa5d56839 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IMG_2684.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ae6dee46b5c47dc3eaaf472ec2b6dd00d6d8083c5e854afae707c345b6e854 +size 287826 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IMG_2686.JPG.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IMG_2686.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..190b36d9e62db811ceacbc30998a090a46658f64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IMG_2686.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11888b0057ec6cc2857385883a5e479d70e6e61f0f88b9d8e66a8a15e44169bf +size 205347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IMG_2687.JPG.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IMG_2687.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14704bf1b4932cd66bf512c7ff68c66978a4bf12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IMG_2687.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edbc0c343fc0c0a21f1d0e3afea684a3e63cdd3958ba0ba5ce2f05ddd002219 +size 205696 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IU-TYLCV_img_6.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IU-TYLCV_img_6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4368ab6fcd1a3d1b4a9bd0bc6a705fd84133046 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IU-TYLCV_img_6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958fb18f4704decf96ffcdb740b3376f6852ca160d8b5cb0a62c46e443e22a6d +size 146470 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IU-TYLCV_img_8.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IU-TYLCV_img_8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1952f13cd2c35265803d8622b621e50cb1937b34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/IU-TYLCV_img_8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e985c34d898cb65e3086d9a06804591190684f9da4bf0568315d1689aa5019 +size 50951 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV-tomate-DB-441-170.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV-tomate-DB-441-170.jpg new file mode 100644 index 0000000000000000000000000000000000000000..324e6819880c8417b650dfba5e5bb297ea96280d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV-tomate-DB-441-170.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0953f98c871f098ad1828bc200f33d1afde027bcd5d6a0c25449f08bae6c58 +size 198522 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV-tomate-DB-442-167.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV-tomate-DB-442-167.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ce285ee947259523aff3405dd4095b19839da04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV-tomate-DB-442-167.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d8c2172f40b0a612f688ff03363c7250040c329a00ae6ce2674e85286dd43c +size 177179 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV-tomate-DB-445-171.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV-tomate-DB-445-171.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a53def812ce8709fe61cd83a53f0b18be559b40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV-tomate-DB-445-171.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e542b62498c57a17612600587c77eefdfb072a80561f79fedb48b5899fd35365 +size 181363 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV1.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41d27042ac888f0cc59e7a808cc42446cb206ec9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a64e04b9a21cb6765c15bdb7dc122b4521e3d24ed004c6a2307e40c836a0ad +size 125788 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV2.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65b705dd7b0c38811474b0f22614bbd8128490a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2147ccce07965ae1a994545740f8b728845bcf1a1c69fbd5bbbfebfde47e8e +size 168865 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV4.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce08eb33c369aae1bda0f07fc61112608e40336f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCV4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2004585c72eecfff767542e7626752da17c2739fe4aaa1b9b125f6dfd8e52928 +size 142021 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCVDFerrinlr.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCVDFerrinlr.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3449ce4a16bdf0deec99fa7d2b406d8b07941c43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/TYLCVDFerrinlr.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810149d0e1363f92d855bdd95054d9eb62be06f79bfa6aa07c65710139dcb55d +size 125572 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/Tomato2.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/Tomato2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0182672cb605cae0d0b1f79c4f7f1fe46fce2e72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/Tomato2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84c3a3d7e85450f1a10d9c3c0b0124a1dff13649d472d3717b99616ef249152 +size 196634 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/art_15017325188173_a24a66.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/art_15017325188173_a24a66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7002d3a75df6830c9ffd752c36c837bd449fe61a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/art_15017325188173_a24a66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526b9ad2d2185d29e43c923c53dc91aa67ebbf7a71f80033a3393f6089e73d06 +size 222181 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/dscn1652cropped.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/dscn1652cropped.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc210be46ce0ddff47062f0dc3435760f3d3bcb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/dscn1652cropped.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609f895a483119f7c04b33456fc2c190f107a5dd179076250703c7b43a94f8b3 +size 797326 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/illustration-thematique-urbino-fig5.plante%20tylcv.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/illustration-thematique-urbino-fig5.plante%20tylcv.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b55e805e6dcc8ce03679a35503bc558ef121a35b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/illustration-thematique-urbino-fig5.plante%20tylcv.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77005b5006c45c3c27b3138953863da51b407f4bf45536fe67aecadcece2d96 +size 916416 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (10).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (10).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ec6cda0ea1b6e1da677f23a1028fd4d89dc7d3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (10).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc455c057f7a45a7c8a5ed7b0b48e15064f5990c4134a802a624184c072851a +size 16359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (100).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3fc9c8fb3a765a120bb5c4f8076ff6949295ab3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e962a66534c3e6bbf1f3cb055e9102aeb583f1c74d19b603f3366d4a617c0b68 +size 8905 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1001).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1001).JPG new file mode 100644 index 0000000000000000000000000000000000000000..127b07bc5825b7d0acbf95b998bc435e2f049875 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1001).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a60fae9c81d256ae96fa8f2488c9440abe112f35b701a0b383936c93c5530a +size 7110 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1003).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1003).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fac69093a7c7f8eb4e5738f706ebb9490724756b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1003).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7fdde2937be678d058221b8cbc7a23c87ecd85c005569c18a1186428381b36 +size 14574 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1004).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1004).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a126869d39394fa56070855d372869be29829fda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1004).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2da2de313f283c7deeb159653e885639d5230919e36a4043979a8651d6aac6 +size 7183 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1006).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1006).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3e071d9f1eec57b2aa450af37d07bfca26d6bdc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1006).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bccbb4604aa223c3511e85da93b642df46c49fac266506a26cf6d07bef34e6 +size 7384 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1008).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1008).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e6a805e9f18fcbf79adfb30302095ddbd9df36f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1008).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23425d514eafc10d1eed56e906c62e3f78a64288d86b768a77353927bf84a38c +size 16746 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1009).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1009).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccc4b41cb55c732f8ec277ae0aa5e14569f469fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1009).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3f3f3398f4704452304b4eb1e2fe3ebc4942e7f6ccbd8c83101a1314c7c639 +size 20764 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (101).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b7faaca45815d9a1a28bfb1920adb9515ae86b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d475028eff29ee4bd183f33ee3aad5e6ea56641ea367a47d2b96cb378f2fff0d +size 18338 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1010).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1010).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ce5cfb972b1eae13b02d8fbb07b024fa2a38506 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1010).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b5d6dae18a6746c30e379166293cadeb660bcf99f6564c13a78838069e04a5 +size 9311 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1013).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1013).JPG new file mode 100644 index 0000000000000000000000000000000000000000..734f35760cf5ab3132be45df9906019f8c5008e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1013).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da6da565df2ad975cb7663cd027feaac28991b45500ce26260c15a8d7f69021 +size 13925 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1014).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1014).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c41880ca51f8d96762ea04d02b24662c1070010e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1014).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78ee15cb7bca34bcbfc8f0e39b1e5826d8d8a6fddd25953dfa75ce7784b1993 +size 13631 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1016).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1016).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a04e78dbcbfe86b700116d1215de390784166e71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1016).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d457a1edb4b66bcc5d66bbdbebb2c99c2620ccc805211b269b0837411eee0c99 +size 8304 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1017).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1017).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad84125c12cc17cbb598175d58188cc98be6b114 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1017).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eedad6bd3905f28795b97befb928a2d82091dea9ae7ba2b16719daed83f4bd4a +size 13206 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1018).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1018).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a640c911206e630c23bbbf1023237a98d0c3bf77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1018).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bf398092f53967a944b2a6b38b405c296bbce7a69316ac9d638e5833b944bc +size 9926 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1019).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1019).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad2136e4e5af7c241a9b575def398eeffb8ec1af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1019).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5fb7429189b805d5ac1ae71b5ec3ad7431e642666b5564612ebe275fe3248d +size 8593 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (102).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83454c9121d1f37cbff3fe99a651be91a0b4a695 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cca6e520187dfa61e8d1d528e74c298e1c5d18efa6dced98d0f8eec9faceb62 +size 14070 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1020).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1020).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b7437a1b9defe516043a77dd33a0b4c095bad6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1020).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743a7d9afbfac577ae5303e59370bab86189e00d1fe87cf40865280fc92ca287 +size 20538 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1021).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1021).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0b697197104186f770c44aa5fb48c3ce49bcef5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1021).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ec6cd9cd1a6df995e0122216e0e9c380f6267aff63e777aa30366b12f806d6 +size 9741 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1022).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1022).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f394026df106d17dd8c03802284850ecafdf636 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1022).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fe3633fa8893d0af650c06d5ca98ebd381d4b7459b9be997e3913f6f0f851a +size 10497 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1023).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1023).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e6bd20f60647b84d662f095f1a150c4aeb74208 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1023).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc05168da92713c186cc165516c1979e91dcb6d94e0749b2ec9c36c420c41a6 +size 14654 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1024).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1024).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbc1e4288b4bd3579d005e690f1582839692aa63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1024).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00590a00edf9bc3a754a9138ee4fbc34199df20cf53f2e25e95d29eadccf4d37 +size 7308 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1025).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1025).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c186b2943ca8494219878b6f3c0b4289a11312a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1025).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1768dd1eb493e0f89242e4f728b19eeb76ca0248c54d4854c9b72f268d398fe +size 15744 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1026).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1026).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c789d3873a79cf17adcfeaae9ca5405fcd36bd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1026).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07ef09f7275379a23ec5b20106560f4e29e19cb6df3a7a39fe6f0c27be3a041 +size 19134 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1027).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1027).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6561eae9db0c2af4f9f73f3d80e13fc590449a04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1027).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950a2390bba248f83e5a3cf523c340eb76a5d2a86d2404efe448c7e60ae75a18 +size 8190 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1029).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1029).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b0bad18400eedfd1d1836e4823e2820638eba43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1029).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a2e706a792c79cd4cb322405a8b6ff506021d7532736efc74454005848dfdb +size 10272 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (103).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92ca6de0e3d3efe1b4773cbcfbc013a350fbed3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bc375efcf51227f0324aba3952039378efd632bbd9c86d11e6cd1a0e1ec39f +size 7790 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1030).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1030).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91cf85ff68cf7b4e701da8bdeaf4a06a1231f6ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1030).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dd6ae14b8dbc7cde4f724bcc1378a0a6b14b17620654b97a080b441455a314 +size 10029 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1031).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1031).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a963729210453031d974654001a473eaf770148 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1031).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b70a0e775541b5ca5afeec7c9b909886ba568f8e952ba1e8eb9afb44bb08b8b +size 18522 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1032).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1032).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e22c2bd88d53d08993a7434eb7d4dbad18bc808 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1032).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca944b4e5b1b0df4ff2077b601e1e9d2f78276d51d6438f778e3293af01bf494 +size 14934 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1033).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1033).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d61483bda368c498de13bead74df46e1beda1ba7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1033).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb9de97f74eca476d479481b3ade1e0b6c91ec2254f171832c991e34a063184 +size 10157 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1034).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1034).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a8d495901cbce17600c58a1c235a6eccf5d6606 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1034).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31468aeae987a02dddad2230b3311357dfb5808537d1683648967871cf7e2500 +size 7951 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1036).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1036).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e5eff5fe11f4dc082966b19520ebe954047969c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1036).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812cb707f326f9fe6157d70c240aeeeacbdce01d797ff70dcc7cac2a3ef71cf8 +size 9942 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1037).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1037).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6946c039b99d9706cf8f35c74b5d3694e864560 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1037).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05880922ea81588c4fffeb444adbdc2b24aa304960389284497824e25a84375 +size 14068 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1038).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1038).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68c2e18ea187816e3ae49f35bc2667f1ff016e67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1038).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b895c7e17168ac0528b79b49752eccba980347d8b59004ecb28115f478d4c57c +size 17854 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1040).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1040).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bacb9a192f5abddbb3f9e587cf74ebcb68d41020 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1040).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f218fe50117da83128eb7a922510c1d096a0c61faba5cc894ea56b8785edde2e +size 8791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1041).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1041).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c5dc2fd2d223708403a15393a18d33da15d5c66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1041).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dafba9b38b66eac54cd2f631f049710bb68ffa99c81f4fdeeba8a0f5ebf747 +size 7354 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1043).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1043).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1897821255ee57ad442de0a54f3184815df3da32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1043).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e7043c6989fbd07af85354621f676d6c65b7d92e8f03d26de2b419af90a690 +size 10373 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1045).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1045).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2fd2f1620d61ac0a6e18235ac86d5ee16aaf4ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1045).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219b2f6a9bbf78b603609e4e6176ac3a6746f8eefbcecec211ff4e2b1ad56055 +size 17137 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1047).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1047).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64d56343a98ddd602f0ebeede85e482c79640ec6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1047).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd6ea6938e356cdabd17acd4fa72ab10edc8878ca1f2952c6bc42c557af4290 +size 11254 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1048).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1048).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6ff7f2e88e6de26886b1893e444a551cea83346 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1048).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fab9a9213ddaf50bbc782a3711263d350e7d317d04da0316427c93a474d99b +size 20299 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1049).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1049).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8a4eb1a84b322807a51057f1c8e58c91f3c8a24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1049).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c13183ceb5660ff7c51ee413346ad774d7944f39e6444d3d5d58e3ce34bae87 +size 8406 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1050).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1050).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45632bfefcc5305ee289f8d5f3511681ade53209 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1050).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94714feb48bb641af9ca8bb529e3d74a8c3c8ed45d4c643255cb2415313cad8b +size 15014 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1051).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1051).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33aa814b61780aec1832aec87b4841d69cdc2116 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1051).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002819dfae3d86e53d8352e9f9bae22639cb4d2d565d256d156e5bd1701be0a3 +size 7929 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1052).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1052).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb644f0bdb56593b8d0cca05a05e2536d217e9ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1052).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada739d85d74a1fdf4efb1c340a2cebaf31203e601b1f362ebda8eab22603419 +size 9451 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1053).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1053).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdaec66cbc4dbeefefb1e7d430481b386f538c33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1053).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47bddfbf7120f3687b20ba49c419828a8568cd423eca9e6525324ba591fcdc8 +size 8527 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1054).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1054).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b2daea416923e5597cd7088047b3c19ea26c7b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1054).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa940f9782d7a110b34f58b8feca183d4745572fe6c7849bd32ba141980ab0d +size 13645 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1055).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1055).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86b7be909fdd95abdff599564eef4ffb1c68c1eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1055).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f74c409a3a01086a35d37187e087343f3827dd9f5db433022898312241f02f4 +size 8755 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1056).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1056).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb303e46578758f3d7191e518f83fe573675c2eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1056).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7272bbe0fc524e50157cde8fcc91a0a25e16ae12ede1aff84ccd876f1ccdab49 +size 10088 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1057).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1057).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecaca5d49262e03316bee1834be1995e3f0a378c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1057).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2c36155127325cc3a671b0fbc5ecf315780ce895a8ca024703cfa1cca1d5cf +size 18906 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1058).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1058).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36ebc357d494be4148e03a9c9dff42e582788fce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1058).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba714db57e39792678b69fddb807562fc61eeab2e3fd38ce12332c2f2f96a16 +size 6716 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1059).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1059).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18b9ecbbec8c9ea5e60bfd96ae937ac9857ebca5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1059).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e972d12d6a481c24ff14b160106c4196b161a49d018da64b4b24f87908bdf39 +size 8957 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (106).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78cca5de69da52f802692f7d7c5c330fefe34b39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8f290d91383e42979647600194c3a567552f70fab21f886d5a14c415448a6f +size 13353 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1061).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1061).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9b25df1d1f137162f97ea6a01564fbbee766caf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1061).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f370977b7ede2b8f714104acaa25c6fee8ff46eb7a0071b5de65afaf774ac9 +size 8633 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1062).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1062).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e8194c3afd467344f3f1b8a6461ed56bc0d9e88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1062).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8b54f3bf1b12c4a5d61416b79e7c5a423e23078d03f9d4ee979af942c23bb0 +size 8839 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1063).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1063).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b471de61cacc42a7666bfdc2508d359cd6357ef0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1063).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8570d8e774245ffe26ca1859f36822aae3646a5e5a81180344459eec621b112 +size 8175 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1064).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1064).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c358448ff2bfd47be61dd9dd559792038bfcdfa5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1064).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d958b8b63f98180aebb82bd5dec0580282fde7e9cbdc77fd73f641a9474036f +size 18634 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1065).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1065).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c207064aff7f490b6a4f5e127f81e5f31cf7dc31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1065).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f907c8bb0e944c96d8ed307bcd57b148c37f6eda49466f379c8b33477ea2ca21 +size 9690 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1067).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1067).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b7549fd924fa820c77f6aa03726f9803c7f9037 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1067).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353dc345e5151b1bab11f21cf074e0f4ee38857dfb8658e0d054c5953d6eac76 +size 17508 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1068).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1068).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2429146f91d4d85f2c53d907ccff6073953827e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1068).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081d5121dcdd51991be22e604d01f05fbeaa4f268019076f0a87d271b075fafd +size 12524 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1069).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1069).JPG new file mode 100644 index 0000000000000000000000000000000000000000..744314d469a99bb79050513f3ecc3a75ba041209 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1069).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54175a2b9cfd82104f707c48e3634faa74db5b1f48eb5cdb50ff535f645a923 +size 19188 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1070).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1070).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d607dd88e12349ce6c349adddf40f1ad2425949 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1070).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d38e1a07eac37ed367c504f13f92997a3a587612e7c496ad586ea568081005 +size 17976 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1071).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1071).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dae43956de225232c6bba136aa51a5605c1bf82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1071).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3595e4af91e227c36776807161aaec247f34c99d612f7c4480212bcfb304f20 +size 15695 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1072).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1072).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c20341aa6e40437436f01dc1722c2442ed214e9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1072).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71478bbc4aabcd9fd1b67be97a13e429436d52b762855b521d40f09e41e2cf3b +size 7156 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1073).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1073).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3469f86c4cae53e7c9f1573cce1bd4a57230cf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1073).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544ab3ee26169400b3f0a8b8120e8cc549403767fca6e261e9922eea5ab4c238 +size 17646 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1074).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1074).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45f8eab8145c168e0ac005260444673578392dce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1074).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7287b8dba15e0f915275320af88735d9dbd22ac63ca5d80cb6d8e04c879b824f +size 18134 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1075).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1075).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0334f64eea88fcd5b1b0e17353400a61c3afa0b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1075).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe4593cdd128f655d7c129498fd4f65e97cf5722579d534c66b8b77b8a880d5 +size 20018 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1076).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1076).JPG new file mode 100644 index 0000000000000000000000000000000000000000..995f16a730c3f00a2ee9fdd22e8606062f7d1a55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1076).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabd56e677b40869f3d50f96fb696d7aac4591b0960c383642eb7224b9c89949 +size 14198 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1077).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1077).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf5ceea3951b93501f592973fad291ac78f5edac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1077).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a3f81bd7cd7aed5dd57110f8219871382366abab43061932de9a622fd30d5e +size 15247 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1078).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1078).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53ed01f7f36acbc758bd3464061f0243881e3654 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1078).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50e3600eef15f6c80029472f7bf291718bb79b617b53d05dd42b0aa71224f0f +size 19883 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1079).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1079).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79f98a6caa7830dbede10ea5670526785dca748f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1079).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a68e48c72e50bef6df8f716a1a8e53e9b9326f91fdfcc9b79adfaa5b0a27c2 +size 15261 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1080).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1080).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6068b88f1a6203228bc58adc0294d004cd9c10d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1080).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63233c4246c7a97786691fcf384c4c7a0b05d02397732c66b89593bc185fa709 +size 14095 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1081).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1081).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f61f51c57f7cb427470a50177a4b9d06fc49902 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1081).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965ac304a9faf5d1739ea03637fe8cd58c4cecd2a91eb235963e1029603fcbbb +size 9215 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1082).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1082).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de18479928c8cc2c2877547d29eebe2ae1b3efd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1082).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d88d1096f92cc81cf7e8925b57ef02e92203f89200136a8a0efb4033c218cd +size 20782 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1083).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1083).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c56e17e25223d49631436d830ce8b502c5b3dc4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1083).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7c4e5dc045718400f3e03db91882a005b00eb34d58b997576da5109f5ad662 +size 16175 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1084).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1084).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c085601355ec77eec90bbf071d5908d47b2b939a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1084).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea26a1359e0e53df995d44e2a007e42c3336bfae8d015bf4d96cf2dc80743487 +size 10005 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1085).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1085).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1fa29a725ef44cf43ff56fa4c9c599da1b93439d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1085).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962905e85a2e61e7fa77232916223c5ee4c60d6184a0580a4263048f40f090c7 +size 13947 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1086).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1086).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02e94501f688dfe525980a0a4313bb75bf012191 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1086).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7275080465593f8e499ade3f956abec582f9023d1e8d5ca56d7e5eb334d71b +size 8056 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1087).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1087).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bac1fd3152ca0084a8f7e84735d3cedcec4d41a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1087).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cd78fa0c33f356f0d71d43f9ca0a7cab900a0b720d27201d031ecec1e7ce88 +size 7302 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1088).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1088).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc9f801d95c24a0e0eeef29b41e15f938087337b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1088).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8bff2b24772ac48c0a1d094a020605c2ed352286b6a2d144b797f6fb9c3fb02 +size 20662 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1090).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1090).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d41ae02126188490e1d9de5633d574669e3200b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1090).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d53e11d9638189bed958d866aef34f5c427f043dbae48eb420ca81439132aa6 +size 20067 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1092).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1092).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58de7c22d741f4282da897f78adb22e95571627a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1092).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c15989d9421444287427597d7de5b742c753854781acb1bc8469c32bce2e8c +size 20438 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1093).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1093).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96be7a70facd4a6ee801f93c74f9e32e48e4d6a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1093).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e1cee2cd7cf941cca30c09ce5b835176b0fc033ef995645d5f8410399b53269 +size 16267 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1096).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1096).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cef1aab79a601a9ce6ad5ae551f62e4d989e7c1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1096).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b947fd3ff2199c7e2809c4edac5aa9193188624a914ff36acba8fb240edc1122 +size 12995 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1098).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1098).JPG new file mode 100644 index 0000000000000000000000000000000000000000..493b88372ada01cd82dbfb74375f65aac3790223 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1098).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318fcda686f276e3bb94b011b3d7a8050f2d078ec706090a6332639f2734eaf7 +size 16393 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1099).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1099).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b41723833ea091a8cf6ff08de8cced9621c9208 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1099).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022cb29f984ed796b7e69c2ed27b66a9c113570e4f8e7fd54302b0ad396509ee +size 8563 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (11).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (11).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea0a14c3e1dee7acbdba6ad3171434a2a8f5eaca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (11).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a46ea6ff309078d92640a816d9dddc5ff7032784e8e1e4a6a5b05d482d3892c +size 17675 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (110).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35f57fd4f4aa82e2bca56a901625f82f3fdf363e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9bc41d27891eada41ee56df8d96f22124fe4e70edb7ad8a15b7c2c64e3337f +size 22290 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1100).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc176f8b05ff186959cead773e3dfc2ac1436dad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892b1b63e4a9fa27388fe7e4bf1c5fecda447cee5c5cb60cbb5ad396270bdc7d +size 20084 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1101).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62914d5aad0c202707033dfbd2b8f5893f437715 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e411e3292abc7b26b1eb080746e0b45d5f18f6ac0c832e9e9f29b55ac0602c07 +size 13070 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1102).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03e476469a4a0ae7891e92ca588ac0807f37fd44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba83ef5d65653487e4d303846a077471192f2922d68c9dfd2ec1d55e41f64a5b +size 9265 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1103).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d98bea355fb5ba38bdd16cf42ef3837bdd769deb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fe66abe2575c573fad9a52219a95d9ca1bfbaeb52a051eee41245e4dd5e590 +size 11907 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1104).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbed9f31530b76a8fdd1dbd0391f5fa734af5def --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c224dc3dfae1ed8352659c8dfe52ec4ff0f8123c8b85c174ec553364341e8eeb +size 17530 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1105).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87f9355f272c3091188ddf774f326ab134c62da8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f723a2786be6bbbc100b4702a35c7a7353ccae5d7a0b1529e7c68192cf3f1f2 +size 8874 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1106).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f2be3fb6c91f7a924e5f00686aac98adf2d7dae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440c822118693f0141245d24b9e892a5261d96625f31a01514232afd1cea0698 +size 12611 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1107).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..213f0341fc9ba422227c6c60568e26e659ac52bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e050c214d147321a1c867569299d4a9d7408bfb2537c2b380e82153c8e8c69 +size 9791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1108).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df0ea32f8decb5a3109d6e49939b13251301257d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee1979f4a9ee20eb5c0449b87838f89bfda7ec8575508e57ce6d038149c3a97 +size 11161 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1109).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2e8508b203430e86e8fbfab850c787fcf46cf20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59bd1f647bd071e48f2752a3d5153551c93236ab3636b5819e549c8469e22fac +size 9398 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (111).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5aac521a42fd0657627216cabf726ac6cd20df27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040832a83ee7b908f09dee47c6d005c1e68bb3a78835926f8721672cd57472a7 +size 8779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1110).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..284d30b5d4faf1dd80fb0e081bb60a6471b2103e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ea89df4c32e25a7c7e4a1aa1f7b360723734b7d32bfc8b344456c653b34291 +size 19324 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1111).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..319d2699fca766732b6a395b1f4b654081ce859c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea9e7e6f0f7080748d4d2b954a1c6b48113b65383d2bca3375e75e5b5881afe +size 12096 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1112).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b1ecb5c63fc1b6dd5285bf5d63078c6b08fe4fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93fb95272127ffae70b5e56260c037f57a7c04f5a19cadbd06c99c7ff59f629 +size 17024 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1114).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90a5eb584c74f2da7bc917f18102f2a87fb0445e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468986da8f7539488cad26948c23fee63a62be16e6436cca97c478c3af369aea +size 12719 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1115).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c49286562adac7f5c982cb02e41887d3d2187f13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05bc737d7d10e3a9337b6b9011825b378779d0977a4576c2929a5ad9eaebd9a0 +size 10274 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1116).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cef04743208719f72d343d2b86ea1b37db29fea1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b1f7b35200041d57cb9165710aa96615ff728a07a5a82814b2617fc945025a +size 10241 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1117).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68f4c57dab3e0e7defc08ce19f37c7d423222362 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1ed1a54a6823676110c00a055c64a09ab9d9f0689edeaa6342774d1242d6b4 +size 17240 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1118).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3690c3b9a56ca411d96a6bea3de2a79d94331acb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fd6d2c37997f3ac5a0252f839633093278786f14bab6b88f7231a7246fda6e +size 20245 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1119).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40edb4379754790945d50f1dec3e20c28a4a3c51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1fd922fadb720c91d63c884da60b4c5eae45f11b444d639ebdb7d2b8745bd1 +size 17408 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (112).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b0893194ce2bca1d36ffacdb56819abdf1e3e85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da15ba1040d2258fd6366e7e5ebdb9f150b266597bed74ab5f41bedbe436234b +size 9533 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1120).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..651453ef3175191f930800c8b7a058b2e8730145 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d956b2f6131daac6db78a8c6e5f9eec2b9c33e222c2492b20290b34932e5c0c2 +size 9437 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1122).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb8185f78c4ceba3f28c7a53654bb4c01d2948b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698f5b231d7b90f39b4656782c191f1761b1e3bc0bb891e73c8cc6ce7cbe2571 +size 7714 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1123).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f93d017577d25d4220aff5d66ca5a7e0f6820ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb598ebcd34aa7462fa822ea29e4bbd173483ca754467cc2516be033811b1f0d +size 8822 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1124).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0078d084493fbd6b3fea60fc7f8b05ad0a6db98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611bea02edb5e2f19de1bb87e0a35c32e67443e58ca3200c39ff47bfd06b899d +size 15874 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1125).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6297ef2950e3be7de82c1b5e8169c947bc25f9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be9f2dd9bc28b987313d81b5b130c6a66a1544c0c816e4a28bf0e3e823525f5 +size 20353 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1126).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98d5c14bb59807cd77c7e22eaa04c481bc3b8f93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ac08990c529d3df86a2dbd8cf4859e3b66170831e3250c645fa498194366ac +size 10525 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1127).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e134981e6d9925eea53410a5e053d51c1793ba7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803a45730a52a542323404cdc46718fc509bbaa05eb332c265d8378469d4d889 +size 7865 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1128).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11a8d6bc5a713f474808a5b7e373fc3f947decf8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f7b11fc755b44886414bcbfd344d7da59a48a2f13f7859e0ff58c2a4bfb135 +size 12563 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1129).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71079ed42f8e7494da1217b1a0bb95d0037d08db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1007d71b92b91da3522c68fbb10e10a2c35c355979de49dcae604563dd175b +size 5199 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (113).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d66e4b901a922270f0338b98bad6d2906c80521 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8155da88602261af2fbb18b9611c2188ecfbee9981009c7ed14a8249f06d08bb +size 12496 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1130).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d9459f052f938a2b11295ef60fc5abd1e4bf996 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3970d1a106259ce3ee98ebbd2eb3d1f796ff2195dcfcb1a62654547cc57e36 +size 10043 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1131).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48f0764492e6e42d24ec4d524398b940dae2844e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2170c4dfaf91c37c09f97368289137d03838ca03956fd6ae5779c427ef3c3b +size 7863 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1133).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3b86ac9037c4487c7b02d70493e9f46fe56ad5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1019c9370e8187fd5a72e056dcfb7848bf229640dfd45316c4c5a4a02b3593e4 +size 9270 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1134).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc607cc90d6e1aaf9d782ec26bcf5f114f3c04e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ee548088130c4716ad15a45dcf0d8ef2c5bc57fb0eb125a04be94982e0b220 +size 16582 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1135).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5db8abf840d4ae5d2868f691bb297ac4fda64a10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0bf0ecff60a608ec3c36e3d015e40e94f23dedc772fef461b8389f793b27bd +size 15574 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1137).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a33240cc22d0ee709a987956814414b60eaf9a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65535813a011f3908a0e2798206ebd4bc3723cbf60d5aa5522c500a94e484468 +size 9521 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1138).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d12c40f3e6fb64891788ed98ab7a377f1dd0ecbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0272e159f408f899ee40b3090bf6e9799e7f699d0ef824f9908bafd0ba82c4 +size 20462 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1139).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9f9bf62fa21dbfcd77579a41068a3676d1ca994 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff5a57f632f08387113c053286f4e093db8d1c7d3a2e466b274671c7a24a538 +size 7890 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (114).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60fca00896dd750bb25416e0dfe9737ee7cb9f72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa11bb96ec39f4f03f7a2bf8a720e61338969c501f438eb3867b23a78029b2cb +size 13303 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1143).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a98140ac4a1ba0740143bca234ec54108d3a2bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1de5299a552c83448296003d4ecd5a6d30c322f8e17545ceba9a8e0daa8f64 +size 12257 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1144).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..967c7cdceb77a85d232f882ab882668e455fd88c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661e6b89723e03b70a4817e716b6d83d1aacb2ef470cfb7589e5bc2c76b4f070 +size 10031 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1145).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd04b08c81084c05cf7eb99009981b3b107476c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0160049a1317ae45fcf3c24c56a1ddad1c0d614d5f631554b343901f9bc6097 +size 19638 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1146).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9f2d3e2ff755493de743975d4dcce51756aa072 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f936db1038cc0f7ae64d443617c1c4aa94357e799a855b6505b217d9f99622cc +size 8778 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1148).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..379f42657f5f93ee34c135b9c2f81699d250a02d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2920a3174dbf4ed29685c2d65f3e72961438ee7c5d5a0951211017239e579118 +size 11674 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1149).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c746a9df4cb864e83007f597b8e2b4f39182148 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea9979b860e73ba2033fc551b388f749ae913a0a80e49bfc2570dfad2b0ad2e +size 7532 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (115).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6496ffa3f16fa828ddf5e3768a2f8e1ed4ddc26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d876f941cf76ce6d3abf584fd8540298e63590c28044564622c545780df937 +size 20523 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1150).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93789a1066be2ad734fc464fab3472fe959e404c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c4a20e9b4b4979136844700652419c0e59e0199b23d83a2342bb87bd68edff +size 19844 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1151).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81d0438e31d9bdf934e8ff888a259672d14305ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af557ed9b19c5fdf0fba3793f8630cb7ecd33f423ec9033913a8477ddcc9f6f6 +size 19663 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1152).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f14b8786f328cfe29aa73a4a408c6e094528994f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7f6afafd18d7b6f6a1c3bb9c932799dd7328b78098c1e0188125f97632507b +size 7926 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1153).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f5b264f78a666c226de1ba8423cf4d270f6e3a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a807a2787c7b25270fcce8c449d9977b5f2863d2dcb282f396d663ff2d97ac2 +size 10020 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1156).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14886870dd60106293ecd730791439c16785dfb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7763f22fc9318a1c43b0e9f9166b39380b882a85cc2a363e0d1e68d9ba8317a1 +size 15654 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1157).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d21f051df9dbcd9b4806533e5f7c8aa67cb9767c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebb085ed8821c92321ce713fc35dd5cd5388ff224a12ce4903e12cfa92e771d +size 11359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1158).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44726405f26ca093ca4e5eef064f8514d61d3827 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8bdaaf4bf194e6a51e5cee4a80c3a8ab0a1acbd6ceb7feb3fe9e1078fbda68c +size 17419 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1159).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1186e40d98f7ed615c9a42cf09eb307711a36b6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a90d475256dc431154815fbc69e0b2c911b171a0d7ca81622548b42bb29bd0 +size 9188 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (116).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cbd56116d3fe2cc65e7e50202fec8e1eceb154c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81549ce8592c0f39deba9830840f8b0a2ad7dfe010a0a6623659fde0fa79c184 +size 10474 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1160).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a950c0a8ab164a25d4964f0bb768f8cfadd8378b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d2b0155c380e8cccfa92a9fae7c04114737e57f376da3f67548c888b5ced83 +size 8818 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1161).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31ab362c1bf0c3d1a005c94f0d68ba227524d8f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f72e4be14fd1550bd1a79de85abf7c5c2e72fd48ddbaec07d16916473b8f20 +size 8641 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1163).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2429c747d95e5dab2dc67e73ad157fc041edad25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2040a5146f15bdb28a3a863d3d7f186803532e165c94577edf0f20db6a99dd46 +size 8979 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1166).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d004a97847a78c572df0900e1d6af4db96e99356 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b4a61b4ecdbb2b863a917d0c2be65461032502eda0c9d2313b9e3a6f3cc892 +size 15497 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1167).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..508cc424efb61db694ae61a1795c30e67ece962c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3a2c3a56ff05d7b11618c42993b52be931df37ebb3a48a832ca7922b093a42 +size 20423 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1168).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5158bcda079d38614b1e33cf6c78d5b5669e9355 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e702d7dbfd12c9d644f45f8ca22f06a089fc9b2d6ed76fc03d7973f1084388e +size 9379 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1169).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fbfb51bdf851c427bcadba0d7a98595311cc5f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dfdb0dc35e9302a249d0914b1544859934be2d819843bb43044ffadef0e3b0 +size 8992 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (117).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fc0321dfc629bbb9d14aacb3005e08878e27811 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1059b2444cd12ae4d2d06107d446d5b0921015e653688b0a5253be796e08c6b +size 10094 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1170).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7578b41c677c50412f1a9feac5cc93c31bdeccf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0c80d4e964310b044db06524578258db4c05bf4728be8115ec525d0a04a0e5 +size 18974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1171).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e65074e570926238798e9502ae020cacc89b0ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3481b08f0f2744f0890e251b8255b152ac85d09c599f45599548839c38e28816 +size 8843 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1172).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75b62428eb7572669b25b035bc47b07a5ce1e610 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8488a7d2facb24a70baab6e3b4b5af27926cfa157df81c8bcac625178e59a278 +size 10372 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1173).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd455f4e5e1c87e68f394456b2befc10904d0e9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e96b17a30102e1dbbaffb36163ab2ce923c13dec441f3efdb82d13481663a9b +size 7320 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1174).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6db3c1fc6703a4da0459f2e34a1a6cf7388bd99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4aca726db56e6533f97df747d17842628c417a390a232269f088a8da65cf49 +size 16577 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1176).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f32e32883e325ec49e2b2b1d7bbc434128a7bb2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202f7ff6bb00041706d017b055119117b58a2deedb4de784fbf1dc0cad9a9775 +size 20188 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1177).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12d0f5c629f33197e0179f1ee636b5df7bd5d7a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e674450679aeb51fc4931ee862f808a822507b23fb78fd54c81a7cd8cce897 +size 8949 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1178).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6048d37780c10bfa80c2c17a90673fe99c18979 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5926b7f0d63c2f22b9097d510dcaaf4225b59b0a204bf7ef7358851eab4519b +size 21902 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1179).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3f6364aa2b9c532b8a25207e0a705052c5a0a67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38752961313a88faa585e681a707ee330c7a81b66ddc108db1cf690c478cfda9 +size 21322 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (118).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b79cc02535dd46bce842f769db35554c6ba70849 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5139cb354ff62f37f7fd6d11a12ab4f2082e26f75761864b85c3eead0cf16b +size 11775 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1180).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6803f160f4eff6fb23de5c4988f370dfd33fe998 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526e69fdc499385e31e1067621501365e920cf4d254b57eb0222dd25098c173c +size 8273 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1181).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b9e79328baa5f455a932f21ba0b2d6658309908 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8d4e5fc21d5572f317071373edac1911c04dac65f13bcb11a04436f34ea398 +size 14172 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1182).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b161941f65e192f695640242f19e9615d62805d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44362b263b34467f4b38d411af84a0ecbb4143617c1cf939db6f3eee36cab3c2 +size 11498 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1183).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..074059b43064349e23cab32dd54503499e269af8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cdc04fe00fe084fff5466613a16b112c4ce9f890eb59f5c3ddfe5ab4a5aab1 +size 19915 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1184).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8ef87647431dd24b7f755aa9a9eb045c775a571 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5f850afb8f6ab60aec7619f2ed08cc756a3304fd26bbad7bf6f06b916aa9ac +size 19630 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1185).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43f644fac07f885639e76462c2716a73f7b77eed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb4de7c41e0905c7e7bd98fd14ff9e2836b1a0396a6168bccdc13c1105cdfe1 +size 18014 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1186).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e568dd2f839005e7cf490c414ee31fcdc405382d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86f0ca1cb6566707f333cae88ab43f8b852d4903c9e2c85eea3e38e0ecbf99d +size 13765 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1187).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..812724fefe1e36eed0f0df9031d60c61f9fc22be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e588cdaefe8b2fc14a578522d8cefe07894cf6c0e6d94f6af4c460bc476e6593 +size 10448 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1188).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3232625e854b39873f6a4d6ff466b62f0a540cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be77fca2abc80ca9692b6e6f42268c53809ae506d3ebaaa7dc9192fcee25991 +size 11290 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1189).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebed77d0e14249c5c146f78ca3e78b7f234ee408 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aced357548f5ffd2fa7a1dc82eed9f0c19f4241bdae67f8fa0f115c53c910ee +size 11673 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (119).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9299465c1d77b2dd74429964309cdd250c1c5889 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa20b7beb84873d505f80bd6d90f61f201aff5d163c56c2da19873afc83df1a +size 8725 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1190).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d5d514141833e7e3a1a4de9d292f9d8f01492b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a5857cf0514bbdfaf74ec197a255a384b28801c3e2b5a6d97fe23c9f640e55 +size 15599 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1191).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5393d6918067ca7143f2736053976416e7e0050 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5b6f295e441cd635b949bef3d57e8610a1d9d548494af00b461d4dc75e58a1 +size 16104 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1192).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..212a2f76292c93a50ac18c97b724ef485bb62a84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f61d4b6d433fe5b3add4956aa470a8697c9f46f110534fc94427165343dfd6 +size 8999 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1193).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07328d032283ac8f03676c8c29babaee28e786a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f07a39ad6bfc16c3f35007f22bbeff29eae83fc79ce4521bc02c3825fbc675f +size 20027 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1194).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..238c8bd24101cfc6c42e1f6561910c623acd807e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2711b32a95ac96bb2aebb70b5df6ed3b318d0f59a54383cc03da9a7232f063 +size 9337 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1195).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de172f924020786124efb412fba88e8ae47f9fc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f735be7f9eccf1ed13944b4c14fe36478c2cb531283c20183f167b55532c395c +size 20541 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1196).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1ec82b00d35bc36ccd06d0db3ad055843aaa015 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5699457fa0ea2a740d22777ca00580dcf4dcf350c557331b5bddd8d18fac9d8e +size 12818 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1197).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39da08639ca22fe9cbbb087420036a48814553df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d954b433f428f72a6004a661958f5bf121674abcd19a666dda4a777a0e7ec87 +size 19852 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1199).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..603ece5d13a9bf074f67f2b7adb3725c1d977284 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5892285517092ed194e419a8ac9e0ef3db009760b4dfb39136ba22cb3d23f5 +size 9981 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (120).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..767594cd08a0a368118c1f237e0e0649819c6ef0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb2ed85bb22a583e3292dd81da661053bc8b757f031f270b2ffe6bbd7568132 +size 9280 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1200).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b51812405558753c4601808fff3027fff19801c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b200d56402ad68d3d1c3b8e765daba38a815fca79d96c98b3dbcfb4ad89820a +size 10207 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1203).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8adce19e9c217b524e51c6a636903ccd3ad3c937 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828537a98b27ad893db6dfe5afe627a9ff5a5ea2b61392e6898e8505b849a0d5 +size 12831 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1205).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36fcd1050491a64b322da37d5111b6d4025b3824 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7eb3b0725a1aba1426dbac01a2bb5f459d90150ffa8f1de7c05a88a144866eb +size 15862 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1207).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08920fce4c941aae228d2b71ac81e7e470e1a520 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2790dac188e3dc1175f47d89d5726496829ad11b06990861b1aafd34fa882428 +size 17454 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1210).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7838ee4185dd69f621f50a08adbf08ec12b09f30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e399b24179ee3c3d29b220c8fbf0ab450d830104979592c2286551a2f5f33f83 +size 9202 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1211).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d90d508dfdde474ceed6a3334bc6dca2789f47c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3e69c13b6bb244d9ba21e7045a1baf0a1bef2582835f3e30f5e28d13edc2ec +size 14462 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1213).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9959db6d38c9bedb179e5477323187bb73f5d069 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059ff9e2392345eb9203c9bb6b85b392bf40f58773784f2abee8000d4df55337 +size 9047 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1214).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad8c93f8758fac225738dc3bb746e3f5f724288c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7f64ea2ca10068a7de54f26aecc44fdb091b1f3897d3f795e0bd644b27bd32 +size 8407 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1215).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3489a2661e867caab7c2a9fcd540c43682d22cc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64ed54f6df6ec7b9ac4eda0b63f345bc783f5bf0d985c81275b28c8f22895ca +size 8159 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1217).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e71d0d806f50b5ef9d0500187a1dcf17b8001b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589ac76782338ce3c6cefece1ffd7d5a486ce3dd16ff170ca75a5a53f49870f9 +size 12215 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1219).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2d0a8697aac47348699d53503f228847f2f013a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af01245d90cf2f67d1b0c03bf36636489a1c3a09737ab60d1976dca33dade61 +size 10343 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1220).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13b494afe6a77bc8cf27deed8a5b171e2a605e36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea35d910a8e6f392f025a188e811b37accbc3e4025d7f6b4747a08829f21416 +size 8547 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1221).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bd297a56dfd4009a81af6ec9142c163ca5b8928 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9305db8468fff7d0cbe658c42615d79be6a10c59c9a04187ef376a0d9be773 +size 19914 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1226).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3c56e6030a0a78d1133ad867664fcd26fe25eed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3835298872227c6a9b51dbe92905a606eacec50dba3ee8ab4a43182586ea89 +size 10290 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1227).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c249e658336624052caefc47f6e690c65f047cb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfe49bcc0d9e151dfc5d1b43c09347b784da15ade6de7541553a45a4ed79253 +size 9981 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1228).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d98490ad238ed202a91520cb013737746151873 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3023b2d8fe63398af74db2f25fed598adfaa9c9e1416c0fd1b76b3e8159ce8a2 +size 16639 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1229).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39250fd114aabd69d92c20b2e1768ff35dd04efb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5a36fb911a653adf6ec5b2a966f4813b019cc6e15433a4f1fe9711e9c3a818 +size 8835 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (123).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b946c89dfed3c6015c3b5603d0a2286c72ff052d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3076089301a546d71d5eeb38ef95b8f5b048aee095ebe041550722e935c6c64c +size 13907 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1230).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8859911ed3d4a23a9479e52ce8ff4a4dc96ad7b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826983bd81c4d0b8090217f3373d537c0f684367a095c8021f39b02fdef5df6c +size 10836 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1231).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c195ec10ade4813bca234d4394f8727a14128ae8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef695925ede33a1ca337b9a8fd46290612fa8200b03e346a91db623ab85bff71 +size 8878 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1232).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b37c7126d7434fbb29b289d9d99f191eb4d0e8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2711a27813c9d7e2878fae8389c83bed1cdcdf5ecbd61a5d199509ba406ad80 +size 14721 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1233).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e641b26ed5f3f6f5c41b0d3ff47a2946a2a9c484 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197af1766e50862e1d2418a06ec863f8cd2327a6aaf288f1e6105e44f7f788a6 +size 8733 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1235).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..297c90d8d2bacf55e20905dc5a2d014c98e6c30d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfecef846e6f3629d123a74b6d2226bdf74eebaefd2dc2fd97fc2eb74531382 +size 6063 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1236).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..767dd8835798261dd8b420a7ed14cca2112e58a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ba1de24397299ba769f15f62b83db764194d070ad56f5d251782f4007f1d31 +size 8016 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1237).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0cd0431ecf3f6c1ad9762c018c7c8a86c740907b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a0a39e690dabafe95070e145c380c7560f6dc3e562f25a286eb93cdcacadcf +size 15358 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1238).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b9f45a62928e409d0e062287d171bf8ec8d0c7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4101e41c22ab72cff11251ab354a59d5a342ff33f50c035f58c313d37af143 +size 9489 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1239).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f31b77de018776e31ef2be279762d0390bbd89a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca207e1e72e604e38086672c073c4b411e3db635643a7352cb10360e08c05a0 +size 15850 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (124).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4493fc6b84d6194310ce650d02de0693d292921f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca06c879ab6753e99c99cdbe26c9b8188b41898608025f2207ccc7f69f2d856a +size 19973 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1241).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6f88587221904db8ba9a4fb4cd39c28201bfa3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b2656be7006280848bdb702dd5cc6fdd247c37cc2c443f071a4a52ce366303 +size 12393 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1242).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4838a2556c1fdece38d1651a342157af40c9d051 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c05a8790f42fb968d5805ad4b2c987fa3544fded48731756a308c767e0d7ca +size 9494 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1243).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03f942e5db9a34665ef2f105c00ecdc3d89be618 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603a6d88794846ab781954b0bdf1ac8f2d932436622e9c4df83894622199ccc6 +size 8031 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1245).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15487104673df63058f3aa34f2307f1ef97e118c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf3fe2b88cc4ea128512b40f8101ace80575ec9e7a6d0835dc3d29cd35a7235 +size 16072 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1247).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e7185fddd5e6616ebf4a4d9abf63dc4e7cf7cf9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42526c786f90c6e06c466615357d4182c7a9649b0675d0c8d41534807b7136de +size 20474 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1248).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76a89937d8ab3ee9062dafd74ed8d4444b89f33f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5563079974c2e5dc9a86b0090bccea085e31e227522ec471abc08cdc60fe60e +size 10517 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1249).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..911844d0fc013a171cbab62cb5b9bc9bee8020d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ccbfa0836acab45d4e43bc7c93dd36cffc4631c4832fb2f75fc4eebc4b1244 +size 10242 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1251).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ed2ac828461e62e65730d7bb83d94164d9ab16f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19022a7025961cb51149400fcd3fe044b1c16e3f5812b8a2e9129a108710d917 +size 22566 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1252).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..782bbb075c9488abecb0c373ab2c550460bb9b0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de58711d567220f33c3e366fda06b00823c80e9a16251c473c81e249296a968a +size 7452 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1254).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1bf33dbdea553e9b198d6f3e2817f8af1ce0c70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25271efe09b883d4115d2d0a195339f0594b3c1e96e6ada2ac5b5152a6e8485e +size 9359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1255).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7955312ebdf4c2e0a1cff96b29f0a2973794e36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83e05c87bb68b6b6f0c925697f79899fe108793cac213a47a29e0e3c649aaf4 +size 9839 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1256).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..677b424c71f22e5ad236fbf87f59b4829166cbaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c019c8297c0f402a75e0c3406f5f954333e510f9078df56d759a5fb35e1edace +size 16565 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1257).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8fc2de64a758c69e84a6bc4735f44380e831895 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7152a14e05cb03e88ae8e2f40eda6e296eb77202adc4aa3dad33a1e07cf91ce1 +size 21381 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1259).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31e5f55469f728ddead2630e11e053d6bad53893 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f71982bf246d9d9d664673368f6e773fa09076b1f00d553ceaa538fa10b260 +size 9783 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (126).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d5c585e5465cdace43b86685b9518b37c89699f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303f351e3c93fb6baf527d5e7e30bd8a17956d5b3153ed2d23089b86c3b12b55 +size 10655 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1260).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..251c9ecf2335f11491e19b362b3707ec7f958e6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efd0334a80c48a55e51126be15ec834133d9592f9e5390581e7d66f6a74b612 +size 14331 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1262).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8306b467c7825cb5d4c9f4b9f17e56ddf4e5281 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52f9ee3e35ec8bea2da1b13972dc7ee5caff58dc93a1c87d4b9aecc865c0147 +size 9512 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1265).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f728e0df662055dfd245f4626927e6033c64ab95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82755cd8e95e2f42689d8a03121b38f5b7349845a79ec3cad142107d6ab544a +size 17895 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1266).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c744065ff950156adee351181fdc76df1ac9d69a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a839772d14f4d650e9c9b25d28d0356eae0577617891906925c7d86de8d494a1 +size 13656 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1267).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7a06fb84abe0f0a9f189d249335fc970964f85b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfe651613067067289fb061a0e79817ae1050615be0e712584bcef9adfd59ed +size 17715 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1268).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5a18202b9155d76ca76a20c22853a907deefb1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1615a7a645a924ce1134b02b092c1c37c89e54e882ba4f8f11962108864b8f +size 10754 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1272).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1e3527d6dfc25e5d5f2ea042dfd6c8768c887a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4400775d9d7329bf2d1cdc86813a88f32dafc154bff6b593e7c6c8382b4b843b +size 7744 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1273).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7970e7da4dc353b606a144f34fdd9f48b537370d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7f8892663562dcf484187fcd036eefb54679f968eba6a10c630720784fe556 +size 18262 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1274).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcfa3b471a4cba3c973964975d11c4c4d6ace988 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e849300a5fd790daf989dfe3363a8f3f749c7c54bc711dea89f114e84fc0a620 +size 15318 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1275).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3a374b825381fe85bc757ab368ed1a7040a8d58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f14345b8891d8f68a512e889b3de5ec8b779ec2ce7651e8808e4341bc573d9 +size 8076 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1276).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fab88905ba8850ee47d934c18ce007f6608e32ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bfb76fbb933a4e6a94784b8d9856547c699d98d47fd2655e0e140c93d80e9e +size 16472 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1277).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8841c5c80bc86b180624e10e925d19b76fa9b1b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17b291ba894cd9f0af2c54791ea3692ec5d74e48b0ed1adc998f814dba09562 +size 8886 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1278).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bdf6c64a6b01ff8e7ba3377a835377edd9e8b0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a21d4361e4caac21b6b1d2eb5c577679db30b46e73fc4838403b6d10a34a1ac +size 14731 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1279).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8a91ac70e8498781b4e7c89fa16f8b149190db1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6643f84574a0df6c439984c0ac3d0d36eda556aeb0dd196b15c03f0cc2d25985 +size 18068 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (128).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9770b53fdecb8707e60033dbaf87e44f3670fdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30a4273eb99ddc4eef89e93a36f70d4f3d4b1c725b71dfa4bf63f7ad59a994e +size 14747 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1281).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3084ee09d76d29e882c1797cc6f498e727098e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1c8111173b4d9c1d1d51a014a622794ef779160226a99e624d3dae9dd6b836 +size 17279 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1283).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69a03311743b08760a6d0b77879ef7f723e3dbd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c1a5fc24f6108502baff5cf6c5d3bf061629a5f1002c50249f667bddcf039f +size 17954 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1284).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80f04da56b4dd41aa2fef093fddd62674dd3acfe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe373151f10aafdbdcb1f5b495bf08afb767408059a32e51a27d9461014a1a4e +size 9803 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1287).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7b165da0c156e88addeec23b8aff8e27680a347 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d728f0c636285086c283383f9ffae4f4a30ed8ca8fbb7eef93daf9f357da001 +size 14401 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1288).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eba400ddb16fc7b445d0d794f9875a80a4bb039c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dff64d46169d08fb464d3f67b66aef7a5983a7df35cc5ca0216d5cfb39ff2a +size 8707 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (129).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96580f427f7632225849be9956e2635bf272c147 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8122eeae2d1718152d7a96299e9cff8423daaeded0ff9ca75131b3d07fbbe1 +size 20671 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1290).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c8a294d3e0ef3ed8455cbedcb65a7e731d1047c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfedbaeac0320095d33f086f38edfdef9990d33a8d38fb3e269d9e49430cc379 +size 17950 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1292).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fed3c2be33029620bb9038406d3ec6641954d80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af122eabac25bdef0bb3bba166b3e2a634fbc057adf7ce31debdffa0acf7e41 +size 11182 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1293).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6e7b1de9165e66f8dc6c854ea1b9a70f66c103c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463ac533fca84b3445d7b9eccc2638d10ca8e46020daa68fb274b3138a131806 +size 12973 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1296).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ced23f3e5a1508b043ae1ab01eb9205a34a14632 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed3fc24086aac40bb899c634b9985fc2a3edfb8bd432c3ed0702f3acedc98af +size 9160 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1297).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..268e2096ebc6e19612e1f6dab91293d67578475c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99a8045e7717e1462ec9d92bd64a27faaa192bb135d981293dd1cedc9a4e277 +size 8139 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1298).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c59ba42373ca25773cc100019feb92cb0ee17a6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5662edcdd074d5938314c37f76042646d23e9b070402055ff48badacd6cebc08 +size 7543 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1299).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3778f6706e03b90af2ad02fd7bbce55c6c76f96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4990f48caff52c45f9c8f83d7daf1a91d93ac085b00d0a18e9be729657c4f069 +size 10781 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (13).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (13).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92c866755123a3355ad887cd28d6c26c11f8c08a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (13).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9dd9f491f186d20835883a47357daa5013662da63b09f8085b250000557ebb +size 15207 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (130).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4bba3b7d420026c656a941f935976cff044538d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f4e8495f6c8b72dc35c9c01565f482f6a51da30958b2d5a3f2e54c76c722d1 +size 8215 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1300).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92071a9dfb408648d7651afc883037ee37fe0661 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07150645e7110842e87a8447b23980b5eeb25bcb3c1d3a97895ebcfe95f5e3d +size 11006 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1302).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76b9146f2da61cd3f82e55b137821495a5876fa9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0983850c0b5e74656b53f15a34afb9481975edfb9d73a3bb6ff39b8ddf1934e +size 10024 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1304).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96452b1e98435db440380709692c23c86b2d3937 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825d8eeefd587bf3a730b74d13c2d08d9e8af4eaa11fdca76356dce99ebe86ad +size 17311 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1305).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a31046cfba0d58dd1ca4bf964909ea5593ac017 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca5019f301ecbf36f3d418b75bb990fc236758e1b106d62eb22aa30ff37f169 +size 18739 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1307).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c26196b1df52dd0b85fc51f886a6dd0ad57a6f16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cf4e131f54a55811bcb7d7b75b5803d092fb9b6873dfcecf59cd9c3820a8cf +size 14921 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (131).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6720bc9216a6058d01a9fcbcd48e203ba2f70f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98256a3050fdfc0dc81290f396849e2d8df35a37ab15316bcdcc40a82171e7d +size 7661 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1310).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35d173b8841c9504898ff8b6472c0e85db6d4298 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd896288bea99e2c3c6f40cea2f870ee60703aa150f6f875509342f3fdf4861f +size 21774 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1311).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d6b889a6bc04513fb039e9ce169b255b876a9e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce61facf98d2dc33a7d078d4cf1aa266d966fdd78cdd131da1f702a04a4c1ba +size 9120 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1312).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31489e159efc8e8c617c60dfba2573557961fcd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4e7e248c44be5ab2ddad34c0d4be77556b49152f7bea1f9e79312cdca9c271 +size 11767 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1313).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..871063dff54fc74be2cbdc53e216f4caa44403fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3447f01b62b99109ef678031e7ba778b969a432a6a4695fc6165d375d61ceed +size 16442 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1314).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8392f5bb6499d8b155fea0594fb136a7d4074db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1b93a913f7e9216e799d799041a9b2391da1eee49f1cc4ac9e1be66874061b +size 19507 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1316).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc5b58876e1b8ae91159ceb971d28313cc470559 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a596f67016494b15eb5caed9d71507f9f3e51dcdfe1f404fcf6e56c1ca800484 +size 17397 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1317).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d8cbe3e814cc42de3ec180ff2f891479de8ebcb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f178ba3b8407975f8c84014c6b6649895881f12b93d5c71fbec09801052ba42 +size 14322 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1318).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..280a84e6429a3b6af0b6a78e8babce00d6d22956 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8edb9270d56aa9ae84e9030309005a0bda7b64aac5fb20690cf9270a6a9f19d7 +size 18352 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1319).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f43f81d49580947903bc6f903c4cd4af5e0c8776 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdd04a834e42cdfccf0119f5ea786cc976ef1f074dc89bac75e57e8704a29bb +size 9859 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (132).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dc4e620b9f074ecfee8972231cf1d6b29b83e66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e469a3690aa39f1b6c35c516121b9837d80175b70733b93693027005c7bc8b23 +size 16101 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1321).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b1f380b13ad8183c1855a1f82e8f1692fb6fb04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb02b090b49944acb01dbb88e9d29bea91d509a78a7cc91084c884385557e6f +size 17555 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1322).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e6cdca6a9d09f0ff2cf3cd2769166891d899ad6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb0d20c90c408ac4d596feb68444051992709ce281a8b82610bd7935c175296 +size 8703 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1323).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31c3259782a7f5f68344f97e9096e99d92aab8e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71d6328b18b334d44ed27fe12d069b1b5bdedfa7a58852a400878a970acea1d +size 12585 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1324).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87c0c28d25270a6a8d5c7d2a31430ad7899b08fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22aacdfad34101c45a08128eec6e2ced4bc8608f9d6474677959f60c32a9f690 +size 15669 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1325).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abbbf907f4056f813c6da0fb762438898c375bd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae48046700deec32ba82bee7d5e0735c901579d540bc8b7f2a7632c1d2e282c +size 11627 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1326).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbf81eae5755191c17460a8ee207cc87305cb61b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4b9dbbeb90a190653beaed17ed69ebc98bb7b741617a48edaf54deb662b675 +size 7614 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1327).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e48911b41e7f50c71780b492c37bc9cff39ae0be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395e019ad7d9c7c9e588b020164faf7844b48c6c5e01362bef4a9ce3bfef4fc8 +size 16150 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1328).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7c040745091b7ed2e143ff1139056a4ce89897a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56abd7e160583fb11f28f126a86af66f4a9a077e290febceaa4dde6d67756a31 +size 8814 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1329).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf62dedc0a8f083fe4f59090a1dad93bc79d864c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65715a74bacf441a7f5e9d345ffc96cb1521c5bb743e858662ea7dba0a920f45 +size 17294 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (133).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a73d2cd2953686a5250545937707dea91f03cdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb4b72e6cc70c403b81140cca8f6972a352e431a77ab5633a73646c56ad06ea +size 8799 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1330).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57e9170694b65cb97220e44e7ddecd5306df21d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad01dcc3ab250709327e9b5a936e78c6a8344a2fe67b13d03839c8fad8bcd5c +size 16426 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1331).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfa9593a236b02dd31de90ba18e238e71f9ba247 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bcb72629778b23e3b8ff0e5d8b634af64141e2fa4f16a544079b67bdc12532 +size 8492 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1332).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..418762f8b1fc79143d21487b3bb502d262ba58bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36a065ef8df085c90c9735649e551c362dc755aeb87a8d9d246b9c29bc4f979 +size 20500 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1335).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da6a5007d71817502981ffccd9f27c654a4521fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8aedc064e40c7c6804ca24f26e8c1b747200541a46c2e133bc900136e6a819b +size 13355 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1336).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eecd50db6785b0db5a2072dffc9bb234832911ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df35acd5e520e83a9662a863fc96199cb79903a11773128f3beada105b06ecd +size 13881 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1337).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c802c18c87a86301f77d0b8c62e318d1c1174b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2805c0975f26c3b1c7cb46d84dcc37f2221f73855d4667d9a9a4588c33ed821 +size 10579 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1338).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a1c299b4d13f780c742230dea5036fc8caf5602 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad46b6353bdea7e45d1bbdb5fca67a98f451cff70ceb1783a70348e2debaf94 +size 7329 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1339).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95ba68494a8956bc805d696ee97e262d6c13bb59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f4cc94581c6dff72381aff17dfb77d565e37c8b80510d3cc61044110819331 +size 15135 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (134).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88652fa0c946943d8a4663af146a43af6e730c5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206024c9e2eccf78da63fe66f3e8547f8174986936657a68bc2dec38efb916c4 +size 10276 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1340).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ccddd53efaa21aa5b35cf7413dd6454fadb9a0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc44d2808413ea61f4a21694ddfcc566dcd8ba4a078565a50951600d8b573815 +size 20889 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1341).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91125c04e3e2f395489295f79aa199cb6e30d83a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d8390a7e46113a521e60cb9a9ac45564a84d93f02a52efeb4171261e3a2512 +size 14829 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1343).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28714aefd84ffa5decf7a3443c659496b6160ff6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ddf01b1c39f14a1bdc6ac801d587f237ecce77d20cdd30f817052fd17a99fb +size 20156 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1344).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..371816340333dc3fdebe28be2d45b60c2ef3fce6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dea3fd5c9d75feabd7fe44e7a1390b5271bb571d94d84e259f2e89e37566480 +size 14441 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1345).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ce28d0c317ebcd800b119cf4d47ca9404a80f87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed96acc374d5d6e4b2eb47c78e5217c2bbea59bb27599b32af3e3891fada220 +size 19596 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1346).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45279edd3e99031a6478207c986e572b7eb0ea7e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c86b1673df9e8297574c656f8f285ffc517cd5b1b9a95dd6b93692305a0a33a +size 10037 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1347).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f7cc38dfc8024ded86a7ec116ec6c5500627320 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93913fce6aba30e5eba78456d13e2e43fd1b8c88b8bfeff7937293da82973311 +size 9645 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (135).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10845ede481e1926687b52a0b3550803b11e8c2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eeebc80b051ac03b20ee619ee71c8a52e80f0a0d933c8365d8619700a8bac86 +size 17033 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1350).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a32b9741f6f3382aa061c0075515db315640e3f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83dd9ac46deddb4db96447029132d4ce7d61307b6ac64c9b29dbda341ba1c7a2 +size 7019 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1351).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57d62fad982562741a1e05717977c6e511aa4a5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c397083023abbb3003c239ebba278540bcbe207ec642fb76a224f12d05beb05 +size 16322 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1352).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1d88573af0fc8e034a320a0813cd540d60f5c65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f814653e62aa7ed00cb33dc55d62624708b56b36918458901883fbd6276087 +size 8510 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1354).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0664345a003561383558d74d0daeebf10cb9af7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332d41b24964f98ece99f4db953c46d7b5d9e3ef1fbb8f669dd0d23f43395ef4 +size 14110 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1355).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3b19e04248b2358a164edf1ea84859639d53099 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbe25f1ee18d3870613a7442a404558d0678048a723c281ba27c594aa3402a0 +size 7146 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1356).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2995ca55ffffc862b332fd56df4e7ddd959ec7a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f866118f0178af5bbf7268b1781766b5ade32d34ea9367fd3707e2427b314a2f +size 9236 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1357).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26d244d282eee5fcbb3f88e6afaa8589003e6b0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c78eb3ca51cd2b9e0788381fff01e26d020ad3fd27e6a5f8391b8735bb9308f +size 10655 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1358).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4958506654932fa0c7dde32535cb59a88b09581 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d1d105144feee266747ed4923e61b325e2d0bb4983ea13d9aff43fb0d790c1 +size 15436 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1359).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9232e361fe74682d2deba4dfd9eb24cbc3a1135 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e1b6c14ac3c1012f380c7648fca99526cbec1eda26b0d3af0ee694d54575b4 +size 9416 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (136).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eade78d15f9843557bd5b044aa2d3e6ef592277d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e451b44255ae32408490c90d9e10bf86342c36488f43c5ae9e155bb980cebb1f +size 15791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1360).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39363d3598f380089882e2c6a505dad41fd29091 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9242fed182a2a0fb2bdb3e8f3018d178f0a1223aebc2231f1160105c4f284de5 +size 9389 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1361).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..baefeffb7ac526d04fb9e1f33755b6bdd1fe195f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19287936f23357b7829ccf977e8562ce752eb3f6e2ebd941fc7ced6e52a8a684 +size 9462 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1362).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e470dd011637bcafdeb558733158b8bbf101fa5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d8c40277c01890ed5e35d48b5d5386a651e7ae6d30095c75571b53048e45d2 +size 5975 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1363).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..078fb7d64623563a2f2b42dd714930a0502e7f5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d28b3a7f2a63eb475163b916e394086abd4afab8c2557c432a43bb2da9491b +size 21010 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1364).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ee3f8c6893b0648531c3ce5680192cb71d14751 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ae960657d2ae68d0f21b9b7fc5ebd9795ca97e9e6006d92b46cf344c7fac55 +size 16442 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1365).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ace91a2e37cdcec662e3c63136a72dca6821463b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4814a009e47512be516b551ace6bef6f58827a33c9a0fd37b32fe3ed6665d06 +size 17343 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1367).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5db27562753c5e07a6cd7d07f2824009dcca1ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6dc32e565a119ee91805e87dc67e41b0561c8d115e848e9cac66d8f0889cf50 +size 16787 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1369).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41f1005dda0e6daf661dd0bc7ad5dcf2f958bf9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb78b5f753626cdc4b73c70e7c0f9a35d706fa6afbb961648cf8967e3c323f5f +size 12491 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (137).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89f0c929481553853a3a13122de2adbd52392277 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3a689a6d95380a87b436b12754e043e8110dbadb4caed70e4240df44d6e4d0 +size 12982 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1370).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4010e87d5263599dd9e305443d7d657c89db05d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f3f0ff8e40dba27a531c1266593dd2c2b4d50a76c91f65317a89b90d08ca40 +size 13009 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1371).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a4290fee001b11b41862719b125b736332b073a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dbfbe2550f3bf5b726b11281abcda35a1bfbfd9861f887333f91da088b9a46 +size 19839 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1372).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a3273128b671f19136c5635e13077082b67fd36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c077e3782052f216c896a7fcf55cb1a25cab1ba2d0d0242dbb39c8a668bf2260 +size 17288 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1373).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29ce14029b4b60aad2d3e247bd6a878447d14e92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5602050efb78e5c86915b7fd846b23e2690492012fc6f8ab19086d9238f5c9b2 +size 9662 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1374).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1eb215a06d917e798b1d47883b1fdf15ab894ca3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a651941991d0e835c2ed21d659605bf6318f04e9efd57bc87ca1e73ce3b0256 +size 9280 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1375).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52063c8ae111a6c08fce74e231e9e97d41843c63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637815f32667513cc5c9f8df56a674bf3987e08cb6d264d749a2c9bb84111fbb +size 7075 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1376).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52b0db5c49d3808ab9f47bc18a8a830900bae52a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d622e379eac121db043d725e3be4592fc241d31271a4be3f7307edd32b92ab +size 19689 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1377).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7e37400fd3d6015805c14541d37782355448a66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66f441e74688798285f85391c1dfb25cc1ba781c00d0f78bbbfca283fe90a9e +size 9265 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1378).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..807049358b8c4abbc943a6451d5dc19a9866ab1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9747123adbe82508ae7413aa13be8aae638a1aa13747e9729132c56e1d2bac89 +size 11461 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1379).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19b535eaae59fc14f2e32a100b16bc882d7879fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c9844e0d8d25228d18224166e6c686c80c64595dd487bdc29a2e60ff31b7a9 +size 16395 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (138).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9432085ad3edc411571992accadd8566f6f42c45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443d520a62c0762f577eacb675d087bc9f8d438e5b5aa52e888bfa1ed7e15453 +size 10288 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1380).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ea7b4ffa5d3ee8ec6afa2f8ab980343be11ea76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b132c13c33fda17379b103588a026311f90e103e8356175ca8d2847b3ee57e13 +size 11836 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1381).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c17068741798711162a7ae3862609284bd3e558 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124a80f7a5adcdd3e3e20f0b411be3f1b5bd343a6e6d3bd3393237ae916f0caf +size 8048 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1382).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdd7d07a9c6bb7ab5d8e1a08899d107c95d8509f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0569bcb783ebad51312f7b2421d835691540b506f53b6d52fe4815a8cc775f02 +size 17046 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1383).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8178278182b4aa0ce5e96e81edd5d68d5e00aa03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4c8439a214eb3bd5385525de009dfb9dd83c64bc637d77b6f45ff8b4b7a901 +size 9137 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1384).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..279058313c6cf49a4c17c5479598e674d7753145 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e3d3a43ddc4f8cd266546c2ced3cbdadaf534a12871c37d181c4091dcdc591 +size 13963 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1385).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf8db2548423496366cefff628677f8219c04967 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7403870cbafe389d5703dd2fc2c64b976353cc9df8bad337ec9782f155b7a6dd +size 7885 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1386).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f46b45ce12cfeda947c453725c6ac8fd494fd10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f389822d11d15ac7677fa7969402bc8609adfe0f3d70583b5f3d2f911952967 +size 13775 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1387).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4d0fdfc2b6f8951b4960724593debda9effca8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc290d83bc29d84d692a861627a2667f3efdb7a585a3305ccce5c163b6e6b3fe +size 16918 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1388).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa0826f833c379d610cdbeae44c6dc8db4c9c7d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc9731057feb9936aab56af7069c791a1c14be10d479b1db80419bcf7c1e1e3 +size 15956 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1389).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d69149631a733c27fca4334a41f7567dd39fdcb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6dcec6dcb6faa4d1a11e1a2217c98c903bd45e3f72b95c28a1d8de7b16eaa0 +size 9283 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1390).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16f92725820ae67a031b58093d713d9e4ce8477a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195d6b2def87dccac4018bd654dbed7c8f1d07ec1bd6f454b7e653afd9c33ee8 +size 17102 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1391).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c32573de1956910efca831f341b2912c9a62974 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a813724cfd5c252efdf42515e5c9ba1f210a4642b18045800b5776a6dcc7ffd +size 13234 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1392).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f630a571ab28962c2aa9134bf99ebb6e99c8fa52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd103b6dc6ffc9a31801516054fbc15ca39baddc38843b4567409387725e221 +size 9929 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1393).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26d6061d8b73941cfd230bb190629488b784af40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227e1504191a328f28067a3a109c55722267d20d7b6a2083fb64e4246047c856 +size 15177 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1395).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21517bf5281f5ff14bb68f474f5d90200527d9fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e2e3bf71e6fd7f9ef58ab1bcb57b6ace90da80b5a507ed220d95956580ecb0 +size 7490 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1396).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a10ffabede8c6f13aaf1bf04378ecdc7f65f26f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c54d8ad9f3b670c9be58f02f4e3760ea6c832b248e97b1bab27d88a3d9d2c42 +size 8622 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1397).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd4deaee4dd980056e3ef1142a978c494587ad3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ad7cb076f653c06fc49aa34f427426db347ee1535e735e4a414b376ff18e4f +size 21058 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1398).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1300de86a0f7fd8eee5900ad2785afdf148cfe3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ab62bd8fd2e90deff5e39b468033b62767a31619cacd9d2f827d16cee477f4 +size 17065 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (14).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (14).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03301c25b9e3df4ad7e004c2b4e78a9ac5fbcf76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (14).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707c27effbeb3c8bb9a8e1160fc0e6b0de2169d52219a893ed5f35262f4b4f4e +size 5351 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (140).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..549107acdb534cb26a458b51100fc768ac95d50d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283314e6dd38ed5f7ca2695cb2f75fc32d025af1d9e1ef772c07bb1944a6fc7c +size 7121 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1400).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be7ddd6623a1ddee70223125ba4076499f576c08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b622fa23bf4e26b31879fdf684f8051b0e7471051f4b0a4233cb6e0ea7f3c87 +size 11634 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1401).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..245fee816ab8a66b1237b7e951aa576617b3c5aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74a2da3bf5e38e69e85921baa09fc4f6399ed4bf4e0697529c7a53bdf0c0f60 +size 16669 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1403).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e0b5afa5b423caeff48ab97ce998f5e90407ee6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199a073c957cae5959cf3d31c0d1a044a754e2e483c15c2eb22d99a47394f724 +size 9661 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1406).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdb01d5b8383260dab6f5b3a0591cfdd57b44631 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e11898b4b10848623cfe52bf2788f5395188c3f33aae4635eed24a27bbacfa7 +size 9899 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1407).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8edc58c5363cae0b34d59a20c03e54b45db92925 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6bc6a1cf4797a8a604055ef732e5eeb75c17553a3690e1efde17b5540ade0c +size 9142 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1409).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f46150aa637ada8b4d32439e8fde687c01cad6b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585b4b95aff63843a28c744dd43547dc911d808d38886dabb10dd42120824c21 +size 9888 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1410).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..439b2ecb2de16ad7ff8d7e517e2e44516db4964b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c5d26da6bf6436c02ed4bf4af6c961bf63aa207384dbafdbf62d0982e169b2 +size 19204 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1411).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43b44c0d7b228339d0fa96767f81f8d220989bd7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90d591680aa55a03830e9c9be8e9be8990a63200182bdca4d411c57575d358c +size 11426 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1412).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdb058393c12ed2db99cc7dc8c9db4b6859a764c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b995a63d3e54117af6a3730a48374001b55bf25a0c0f66ede11a4a0763b2a32 +size 8626 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1413).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..886f9a49e517e901f5d605c8674668dd5b74d356 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c61e3d2786341015c25bcc529471e992c98bbf629a67dee03342195af21a660 +size 21278 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1415).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..174b20b2f1cdda0b0a97877180c50a363cb1b456 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8977cc5167341a8d8b9cbb67f4ee807cbd5c827e0aa478f84a3ea53e3f4abd +size 12247 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1416).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd2da9f7756a7b99d0e195127835ff80052b1cd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de47f6f8e0c66d7869eff58dbc86be41db5904a73804da9f15b0b4ea2a6b120 +size 8311 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1417).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85ad11926c8e9fab7ee478b1d4eb864d05148805 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3336e6fda686f10a222812aa4571dc29bee56baabe6d70f7cd4f18932921299 +size 8014 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1419).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56840de19450cd78a5a6600690760918ead69e91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a338c9fface507a4e0e4a49671fa4594745976028044f30c7c391458e39d9737 +size 19807 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (142).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebc5bc15596965ab8f39b6d5e190e03876fcfeef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c658eae588a95c1555d5914e11dc6a5f863f29910f1f0222a3a3e82ab4904b29 +size 6687 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1420).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48e126220faa5134d847c3ca9fe138b13b51922f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7473f8480876d552c4d5b73c71ba4db06fddc803ebdc78cf8ff7a5e3d302ed37 +size 13439 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1421).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50669bd9f487d7293cdd348dce2f3c778fba6512 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37685a927b8b32da1a7f7b19d047bd1d71e09a604566a270097eb3e11dabf676 +size 18080 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1422).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2df16e029d9a0032f4f55d9f71aed7bb07df5259 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e3d3e7808ecfa84cddf318ac8212728f36ac94872aeb5759add84a2d8bab9a +size 12978 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1423).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72b89b60340994e8614025168f7cea50278d04fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3db2ae9d93b7ca27df632dd7ae1d857f208e3e8e8cd230a8a36f7678d77fda +size 9166 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1424).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9b2f6ab780279b749897618e705e4a526793123 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7209ca46eeecc13216570ae8f822c2ef0ddb7a3b07b6effd70b7a56d5685a30e +size 18450 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1425).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8f7e67cd1426c7fbf8520761f341ce0692afef5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdef71e0517387cbdccc37ce230f4f39e394fee122521d36a04cd78084fd5a3 +size 9995 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1427).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e11f1358739ebf20fd944341df3f9d6cbe7a0e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a972fd1a0b95775367efee54c32b85668bf705afbf33e2346cc6c88628eb9b7b +size 12105 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1428).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f044262d53a8d6257a727006695fbe311742c594 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5075f12a5d278e7b84e0610257aa903cfdf7c63c0b85e134d86090bf2b906e3e +size 9709 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1429).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd31b50a26474096577c07026f093a89b02dc0a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676929ba64744e2a6daed082e7ecab6109a2872260aa902e36bf388ab610d975 +size 18330 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (143).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a13bd3184080b0cfffe4b1a028f516d5f5fbacd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc5622d7bceb6a8775ad8454878a4155711d71e7c390aefb770a7b9a0aa194f +size 16548 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1430).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..302d2b0474f4d39a1a305d8012ac47e9d95895b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2209e1906c50fc47b4d6e9a62ca7e2ad0f2418de323efeddbceb4c6a7655a21d +size 7111 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1431).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f872b910021a91b36c295964f5c6106b726ca4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2284eb417d2f76eb21a8c0f89a236adbe0e66b8be353d5682e6e11de494633d0 +size 8430 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1432).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a218adbfb8afae322e5fa2c045da2ea9e96864b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3643a24e2873b1f12b6dcab7ea1e6053cc89e3dbe54306f5873516bb7a753d80 +size 18210 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1433).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61f35b3e5a25797f377df7f719ca62f06bc96c8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9499e32ade9b12bf54f39d2b69a11bdbe03189401b44fd064638df5c7c05fb4 +size 9022 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1434).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af5fca8acf30755f16930666fd2e49872ae8f743 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70e8929409f2abf32f31154e76773cd5d8f07e73ae96609f58e3fc024288590 +size 19048 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1435).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9478b201a44591cd0d59316dfc7b1c7833f4162 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720956e715d6153b7c07c9f9d05b76858bd1270d9221a5a6a297797001d505be +size 8322 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1436).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b187ab9d509010887348e7bdf681b5374eb3fbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0226b49b71a40c230c351e268c9b3d7f087544c1d32d61e384ca8a93b4c2398 +size 19412 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1439).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c01284f3a5a233777b9f38cca14eb012d49a7e03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c5a741b38a66fdb6d80aa551f51030a9b86d2012ee6739027c765dff55d4d1 +size 20359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (144).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74c2bf8757d0e3e0a3679314e0015bce8cc90955 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c478e4b4e97dd0deadac4b242c07be37740bc8b95ff9b6d7f4d2b0011f687fac +size 10257 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1440).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06d11afd19292819f51487b7dfa3421daaccd02a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c898d8660e0e547fb66c218caca467b420e66b1d52cbee898c50f7bb223d180 +size 14684 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1441).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a3384936612d1e198b998dea433ce1f6ac3f4ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3203cecda4ccb1f330890d7503612f4f77665b8079434e7e77ffdadd8d8ff2d +size 9960 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1442).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f85850fd90314d2ac03bc6546a57d8ccc770552 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029776e1aa8fa73ad442ecf2fd5b6577400b76bb33e4e4d81d520963ce7468a9 +size 7614 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1443).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db9946f985f34a49a5d711b4c601a90ffcecb286 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7a620735a6cd2492ddb81b1b967dfa4cda369a1b5cf6bb039e4c8959de668f +size 9332 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1444).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60388f2f4998e5ddc1a83c914f500e3e6e2cdf46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19c41825b31de21fa22cfe27c6f8b12fa8b6c795acb24f88b886a3066c64f11 +size 18007 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1446).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3965c535c9034405f9e3530c7311a74559754ede --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698ddadd15d5405fc11f83adec0f677ed21b9807676506a33ee5c21d345e4e9f +size 9132 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1447).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5abad29ebfa8161fcf2420ab78956c7326fa72c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a26ef1c38e9fee536af42febd5ca16317d9f0a749e2758b6e24edba5ca28051 +size 9314 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1448).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42cccfde51901ae90a8c1cb24a53051781dff09a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cdb5936dec9a48b13ac3b1b689a55ef5420ab86952b0c81548e009f85ad4a7 +size 9046 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1449).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..270f3d75ac33aa8e40782d537732eca7f5c2f5e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5806ee37ee445747150d93fafde97a04f1d88f57acadf28f4e2abb1f1e9473 +size 8325 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (145).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4d077d9654873dc02e476a7caaa9e6de566486a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950031e5f9f58e8f94a5a01092b5b66600364120a7b05a2a8c3eaf84a9cec267 +size 7071 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1450).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c8d48ee2fad713a7b28a45b2564e39dd1a95000 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92b00700a65ae683d2f82d6cfcf736c9719c6e52a812c84ffdf8795ea8f3c48 +size 7015 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1451).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9416bdb58101d6ac961c77c8f8f93351f57f1c33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91835422d6a1fe25e0ea494a3b135ba4c3dfd7291ddee352b7ce50569c06cfa4 +size 16800 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1452).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35269038cb9a28b25f5a3bfc657f730bca79294f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7952e3a7e156ffa836efb38b6e2d63a9bc70051e9b5e4f0489959818b20a14 +size 11260 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1453).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5e244700751b6cfeb214d27738b7c13c531fa92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da42c103f2d5c84e48c802420a0d1c20a76255a92234576263834c71d761e4b +size 10214 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1454).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53f2792b0566a09e908f0ddf6f1308846d4fc838 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c829fb5e108266812796a9aeb4ae9163f050b928e35f21b499fedd01e904060b +size 18869 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1455).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3f64fa4dba27823bdc20dd2b43d3201f11fa42d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fbd32236433d2858142f90870cac43f451e0464fcf93483eac7d41980c32f5 +size 19498 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1456).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4f9c4a322b82dc959be6656982d6bb1c6576120 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54f6a38501b73a438200c9558d3a22608c4073ff584bfbeeab4c2b9c1f38aaf +size 18116 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1458).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..990690164e715a4a54db71413f196bee58d50aa3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bfc7d4a52a9168fb61bfb002139c3d8135d2f8c889a0333ced186bd26d6fd7 +size 19096 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (146).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ab0409d97aefb45f002b11e358c93174c43b669 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7d0cefac5228d42e5da487fd680559f606da0c3d85974dfbbb1579781e3211 +size 8463 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1460).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22870795ad5fd0876e782044289204de84efb791 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060c21b99d99609804010fa05d8df2449b54632c88db79c09a62da6a5141ee7c +size 7681 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1461).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0eb4460f33e7d054f73df73abe682675e665ba9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78fea3cf8776e31a086f93dfbc2aaf527de24c3ede11ffd402c66e6c17c987a +size 20947 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1464).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2b849bddfb627f63ed0837fe8dd4f15c00d93e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd2a39daed3886e63b6bb986180496349bb06da792f79166edbcc49ea849f87 +size 8877 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1465).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49d9910c5fae80c523e5dafd92911a356d28d1c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7224a580f0599e6e72affb257d50f330bd80ec39ed58f0e8721865a5169d5dfa +size 8244 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1468).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..375716d30312c9dcfdfe793866a5337f75e4e40d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c2239b8f0e905ceea7920ce5245fb77151d7dd1fb5abd37a372f7aa9e0c7ce +size 13194 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1469).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..812442de4587f0f4adc7ba17a1ade65bf7056731 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa89f5bfa3d300c8e0a07d61fa64875f2af33d85c1bbf6bbd1a73e4f39a684e +size 10207 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (147).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1033e46ede8cc8b3c591317a7cd7051e460ecb5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdf53a14df6e25f1e3a6c9fc1a28230d90028e5161fe01ad53464c75e78b35d +size 8670 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1470).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed545906e7835ade0157597bce6c642fd1201c64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b0e3157c2c83ac66091f1e72af48b9c780c631d1d425de57b435b84105ad56 +size 21358 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1472).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1210654acbc2699a9efb402aaf8ae51b8f783832 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b6436a2005a094c81a8fe5cfb6cc12d36a558c2cab789ba242656c972a43b6 +size 9481 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1473).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26f9eb87356f1d4708c7d07bd0e63fe77c93a536 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7b980a73c145d1b34c75aa0dd5718f396da70b9a83b5f2ad61b5c0d86cb68a +size 14300 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1474).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f446fbd37af967c2803a36c51248f77a976061d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a777a67aaa24db56ebee6d9e85f5497a7ada1e4689c92d35b524ed2f2b6158 +size 9078 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1475).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a194fbe20cc8b22749bc4499330a00ea12a4a630 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2757a3b0aa24f2cd1875d28797d4dc816561a9a16a27d1d2b4451d70499782 +size 8155 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1476).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ae21e2c32d19674a2ce2d85cc2a1fa3ff41f758 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e238fed36e91b590c4374071561b1c899d22a2a845919f2ccf2906a667e308 +size 7397 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1478).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc01c4525c91bb81ff54e03ca10393a231c04f85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2937b8b95d9341d0d9fcaf61ab35f6322ededa385f151b62cf4fa8de1199eb7a +size 7819 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1479).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c1b7ad7914445be05ef0f853cc8ca53bcdb44da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d846fa8c50a66c65db1f42b0f747de611600f3cf7f01f18354bd0b64f5447f +size 10085 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (148).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c861616bf40b248d3cbb523a21e3654b60db461 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07266501c6e1826d0d9dc42b80f8109e8bbaec2948edc24a25a2d66a993d118 +size 10976 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1480).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5398d6195c855a255cccd9cc9ee0c98003886c29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3100af2a471c55c1f2a8545c0109d45f6e1c59b50742eca5760394adef0b7b2c +size 15824 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1483).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcb1294e86cde10e916528673b71da9783b7876e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb5e7af82da08882690f87831bb1957d32925363df15dbb8c3baeacbf2962d7 +size 14599 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1485).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7be196a818476a45de279276a4f4f972904284e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec84a63aa3f5ab659ebc11318819a9a82b5ebc0a4bbe4f48a5306016321b14c +size 15205 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1489).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28ddae9f3809eccd0f1faa60d9e1509bc4dd30fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce03fedd054db1f9e040e063c86e53b3f7c9beee6cbb8a6ec4b0378a6825a7b8 +size 7677 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (149).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f83ec77440b39bb6c6d1bf771bc323d3941fcf6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1a2a5b9a475cadd623abbaec0a15c4c3fe3ca923035f00c4d51a3d3babf5a7 +size 15514 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1490).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02df07e0a5368db0b038eb4751b777fee5387921 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fff893a8a75bcdc2006061de3502cca5c1286845d1a2d5a7c84f1f23362aac7 +size 19369 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1491).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01ea156a24086cc2380343424976065b3716b3aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1bec88b6700ce2bbe64597659a5c9baa37f4bc2d2f76e6e8eb2f1c8038531eb +size 14832 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1492).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfa7705b3bd487b0be29b853ebdbd475a05773e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f690ad2d26742380dd24c4eab43de98cb444e682b2656f7a38e90227a7b9b7 +size 8028 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1493).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77b7900c4028b50d45a0e1d15daac1b02b5a7110 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f75e642ddaff99980d28bf2ce8ebebd255e5470f8e8cc49672a918a2638ba8 +size 15743 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1494).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3f1af5607f16cb1598e78b4a86aee7c22c8dd07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff85902c1b40ec3e9acd45eb28e0afcf8e26083854ad051a70fdad465de331cf +size 7935 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1495).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7c26c71e8f1cf305630ba047eeb0c48a4ae46bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29076e7c0698cf555f4f9eca5bde64cb1a5b599aa36a5b6b741e7aa998abcfab +size 11703 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1496).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1d98fd8b2f19d5c322acb0a442cef918a25f718 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b994c4df64efec3d18ba6522915cd4e6c7b358a60062a846d2c5c64a9a427a8 +size 16537 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1497).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30f602b690a91b34e7440ac9873eb766a429e601 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fac97c48feade207044c7ab146740b6a7cde12c8fa4fe08e1be95952efce00e +size 13524 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1498).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e71a4431bd4244d2db58ce50eafa4cd41f443fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c33365e71f816725570b09caf18465b693b83732270130d7f1d37efcf102a8 +size 9897 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1499).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de46ffd7c37ec41783177d6fe4d95d1c787f6ae6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722876f47c058e8b8c7672ab76c8ad13b0ec68f813631adac60c77a88dba0e5c +size 14037 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (15).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (15).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de2e71e6729566a4c1efbf192c94c32ce46708c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (15).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3de2eee17909058dc658cf897ce8c5eb8a5c4b5176eff74eaf2ea1971dadd5 +size 20306 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1501).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94e74803e77574cac23f5ea475c9e821a73868c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9dba2c7d13e43f58425689f3187d10aa47b750ffa911ef0b6e3f39e1ffe914 +size 7876 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1503).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a47798fd1abf77b4eb3eff3e36a164c2d199048 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33070341f13507d5583b95a3b63f0405651af2137a5a30d0f09db4d91eee75d2 +size 8507 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1504).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d6be3bd8214a4efb7dadfa9b654e413dc738dc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c20f6e24b8c08209071b2d413938139bd9c5c0ed418db296c27b0d702f0adfb +size 15874 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1505).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..082267fd73e91ba6af3b7632954fc56862249203 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cbccaea8e7513cc67a7ac45d7e4a145212d93b83a18846ec5c91a329dc45ed +size 8836 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1506).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd8c9da0140eb54043e14a6baf6e68386643fab9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de58df2ff221a4ceac89f26c6b843245590c72df4d6cca79b9bfaac8deae0a5 +size 14746 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1507).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4051c6d95ac382568e4628f81b011028c3473728 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48bbcfeff926cec61e8f37ac607f560ed8759385530842d97d1560a0a03e0df +size 10695 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1508).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4a43c633b63662058d04d24deb0ca3e9ced2be3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5cb6a162f54988ce2cba0c4106f9039b7fa8918f584866d9c365c0d5403e5d +size 8590 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (151).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9cbba34c035976c0160f7dc1b251c31d39fb973 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72da4b743fec92fc9797e67e1db6cdc9ce3812d55a4285a16cbcc0dabb756f1e +size 18268 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1510).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0110ebff5c43db05e8e4290b4d55f716dc6beca2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a2da2259ab62d8dbb034322a8ea48f89daa9db343eb726d60ed79bf97ff151 +size 19227 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1513).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20257402fe128878301a85ad5f4d3ae4829bbcca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca634f4da9d89251106c4de0652fab209c42ba379dad2fc2cdd8ca1ed17a18e0 +size 11223 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1515).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e3d35acb599cb9909e80e058727af7606ee36c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5414a401c0b06bc581cded4cae19e1d16aae8588ea2f0f41176773d08c7accb +size 20765 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1516).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a53dd2c8fae60e1e54715d31e95225c73f3ceef6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c3229a009bf58ae1d9cd3352c90959894a79fbb0853e1f3774ccd239a6049c +size 19300 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1517).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf6ba2d43c1f068b9a7967eb6e9a77a5e28afdbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef9958daf4ea3ff1de388632f3dedd714ee4b91e74feea0b2e0bda4fcfeba57 +size 14418 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1518).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a2be552e4c724cd51ac6b864fe2fc1d90729371 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d37d360f50373afd7df97a3d46545234dfaf5f709cba72c16df5e6e7485f2b +size 10171 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1519).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0f21a7cee5dcb1ee6eb2a68c35d0e57745d570d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8e8b973310ce965bac877495a2cc06b66c814955c9c68ab22ad64d0549eb65 +size 15308 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (152).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9566492b5ff6835facd6caa4115c8aed3bccfeae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092db1fd0e7230cef79df6770148bed7632deb7851d7e68ab4b8cc379cae9d31 +size 10746 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1520).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec90f069fcc107e0660e7556bb1499115163c02d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4de20805001a0793f271bb6fd62f5cca5b9e78aa5312da37f5e7f5fa50d9a7 +size 9096 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1521).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2657a76a438e29c9fe26da86ed4b67dbb609442b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a2d43a6485578df75ed0fffb4253fac67fe7e97acea61b3784a79f47dfd2d8 +size 18305 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1522).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6155c07fd56271f3dbe3f2276123973fe1ec7106 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244360e3544769cb3e4d08a8357075831a3e8153f5945b48ad0a45c3d9392823 +size 10312 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1523).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0f9c22013d4d4d1b68067623fc82b9e47b535fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef27dae1702ee13359e05c321860871ecec172039de88e3a4988932130f80d7 +size 16208 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1524).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29007ee460e3c64559d4c59081e876264e827e0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6420a3915dc0b551645582aded4fa4178c249393ed381b2a8ecb1fd6eb4637f2 +size 8530 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1525).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c0270097bb9d6d8a5510d1424ac3523ece03888 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03eec2cce4875602136dbb639ff40b989875bfcd9a45322a4c70558ba9feee9f +size 8490 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1526).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c454c30696ec60335b4e1b7c25ba2c5a638a3e20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914a540a02db5a6be2c2df4c1f0ad9b18333472085c2060a5ca9bddbcfd6d819 +size 10189 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1527).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..947ee62ff79719ec0dacf691701c2e0e4a36e184 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6c3161df482d014c8f9fed12423a47a3a9b2d6cd3ca2c42abb385cf84a08c2 +size 12129 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1528).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb651ad638acd7e9d154fed5b7bddbe48e9ff1ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214c96f2026408cdbffb013b80e8f45cccda14c9d14572aa0fa8b1023593faa1 +size 16149 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1529).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb80e0efdf14e2c92a6f3cc1d4ffeedde0d89c6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7b091f66e0bdf4c1a2f1eb149f8d39509eec295bb5b4ffcb24eaff0f568842 +size 14454 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1531).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98b3fe5821bc95192999f68ab6f27e7442f2e490 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2d9fba1c82c9bf5d1c824f8bb28b181ac786a84a05da93049585bffd3eefac +size 9108 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1532).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1259d619f5827bbcfa14c0f8ff776cde8ee9547 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877dcaa01d7fba6f1e2a70009b45a9dd294bb0ca34c82fe8477f906dd2c5dba5 +size 13084 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1536).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64a9a38ee1c491241ceaf498230a67c2b3c4a2a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e682793921c388cf8342c595bb63d046762e1bae8133880d08c54443ef02ee69 +size 12407 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1537).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47e742967719bba910927f0f41570d7ed533d794 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd896986658f93ab11b6b5266c649ae2e9224160c299a06a2355869b76743e9 +size 18314 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1539).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..303a90aa84cfbdabac4696655fab8ff191f599ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65289f4bf0ca8b95fb81d1ee1d22d1964458d5c9335276dd927626bff1c2514 +size 9892 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1540).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d40859a941201899c79531d94a03385b0fd05ef3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f5106d4e61b7e8f2adf6e5c90c35c3e5a781c30bb8f9e71221c0ad092b3fa0 +size 6229 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1541).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46873906d7bf5590c8fabc4f86e4e47e8bfebadd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae415527523a361e371a7a5e2869806694675dd6f342b0a5b7ca2a54f65aefc5 +size 17597 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1542).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2648e4e0e1310cedc3c9794ad7234887e6a81904 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d2f56943f60377b62f6af10640604f272a25a987d9f5c91c10768df1d5dcc4 +size 18868 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1543).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29d91d95dbc96dc34edd2fdc5897a82b4cee85cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7c5eb04fac919cc0935a196334e034c7984c79a29c3057d8704ca7535c9c8d +size 12556 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1544).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..851893ff00360f6acfcc7723ed9cafdb95459038 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9d7b81974c8851dc364c18ba390ebf03f963c900bf43f5ff47b0ca5e6d5ef4 +size 9104 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1545).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e473ebaf08bb8d95de80827df1a958dda608bd63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a2ec1c51094b2fdcfc4dd605beb8d12184c82d198fe602b60a2a6afee725ad +size 18369 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1546).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec3d3d2d678ff58e860bf63d0cd424592f1bf795 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de8ef4ef1ad3b6adf08a5827c8e1fc4632d3fcf9a200efcbf9fa952b85edd1a +size 19597 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1547).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..610bde15cb024b8822190b7bb16cc31836ac8566 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4cd8cc0630ca076ff914a52a1c1c992ab25eecb22178d90d29f083c8618eaf +size 9463 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1548).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..446806e274bfcfd1632a21de188ac880bf252992 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec1ee46e0918e4f310f4e02c4ba02f57f34b6bb659bfb154ac2613231ff6d92 +size 16767 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1549).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28e4f1e2ffd7c1dc99f8eee63ae8053bc627c122 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3584ce9780abd4bb8f36934f468f5062425d90b0a98c2651b946b724e6fa2016 +size 16541 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (155).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dd67cfde1d5253d2f8e47b3c47131a4d4b098f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46af59a5d2da2a41f7465609f73e1a0611511fcc52c3c74da7d76f9cb729a4a0 +size 17490 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1550).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e829660640c7275ceb04f3f43b611af804b8718 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4b52c699b1dbe4a50710eebec7d46495919b00ef32af0aabebebddccca875d +size 7930 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1551).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92bfa4b27f16010192f76c76828084ddb05c314e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4ce916d010adb29ef058df94c8ccbdb1970c609a2acb0d84c8a50af2a838c3 +size 8800 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1552).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a186dc3e83d9967549b804ad32893d212e47b038 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd23f1f8d3da28ca2e18e4da15eecae2a915fd8fd71550da915c45ca6b5437a +size 22047 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1553).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fb00679bc1392a763fdf87a1d891b945e67cbde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c26740cb612ef34e999b907dbe4d8a27aa59b5b42ebd327cc3121eb015fbe95 +size 8487 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1554).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc9dbf13df3946563adae2f961e740d0112057e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01751200d141420d4e8b1066aba85eb64bb8456cfd7a1cfd57e95d758feb9e9b +size 18000 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1555).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8928fa5aae3db48a2a25426261d6bc1306d86987 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915afd2d85fd9bb4bebf78a43becd9090a9ac339875abebbdef000aa79b69697 +size 9084 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1556).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0b0aa7aa07a883f9f8fe887e722d637f297533f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c64a7a08bf01a468a73a2e04ad46a089bffed68fd8c82f30f0382a3e889834f +size 16240 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1557).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1a03eea7796a976774d19435f46e7099599b593 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bac27a2281c47ed4962b2d33f10cc2e2cf706c9825bdcda10c5f34b72f3ca0f +size 16137 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1558).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61a7c9a30d5bde2a044274cf57a8e4951942a02c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ae83b8205c2da459430e29804d0d6c397f530827d304c23723b2f662c2004d +size 16065 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1559).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef2c9789f88f9e1f2015cd5f0eb6883f7d660444 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d73a7455b3e726baa4bbeefcb47951ff69166576d5be5ee1a61987a3ca658b9 +size 10128 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (156).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1dc41359b2a91d9c60de646b8f8fa24ad8b26c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116446004ec47baf75838db78f542b331cc40f5e6ff3ee85dd8869641f1730c0 +size 10525 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1560).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ac4f948aa7d56cf9ee1c7febbc2b2fc45ddfc2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7797baa6d0c9612f0054429b4e1b052c463a518b2b8b73acd9e40be46015a738 +size 11865 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1561).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1b32ac10dd3ed7c03ca6d9eb54d4a9baff668a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a06167fe70c4c4ca29a5323fb37275666bbce874d2bd1dc0da6731e199c74f +size 9166 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1562).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7c56468c1ff7634bfc981068893e0cac38c0b06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fdfd53185d6c866049885a59f32caa3c1622060dba8da1f12f13d4f962b03e +size 19131 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1563).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f365470c9a472581e7dd69a0a947278f97cdc9b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb877a048e4cf62aa00b84aea37e6db8dce8e694c939f6cafd1154bd5963e48 +size 14224 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1564).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..192de33ad5889f8237f3d52952507282695cf0f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d1c8f0dad59735713e877504bba774032976b2e326990984e930e16813edef +size 11530 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1565).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..285111ac5114657f895f9b92f7bd9d6f1f69b46f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175705bc5f5df429ea0e95e00ff679ebf1f66a9436e1c20d80982d4cc3f4bb93 +size 18705 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1566).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4987c6932d6bc3cfd43b8299d18cf58bdb3f361c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745e8bc2fa5eee70351f4da24457be3836381899878031b452defe54cb29b2a6 +size 9782 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1567).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a8ca43d58cc54b97acee09312cdfcfd1d492764 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bbf1b7103f8cb6d68166fd74bf31d73aae3c05f83c111b76b16466d73ae33e +size 13679 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1568).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9637182a1ee27775227e8f0f70045d543ebac03f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb175c00d804fadfd342cf02d084ff6e8e555dea3feb996d6d5cc9867d6cc662 +size 17822 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1569).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..281c8609fa58e067c40dc2126cacee2a0d9bbefc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0fb3b63b23d6e5390a000cb16c403ecf1981d2f0f8c65dedb54d4a36156170 +size 6878 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1570).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4eadae1bb3f5c4ca87b157ee45694c2a42df34b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fa093c9e0e8f8a3d8ae4304cfbb7f69d60907ef3fc7fe4b7c0d09798dfefa4 +size 6556 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1573).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dd7cd60f29d48cc0abaed16000c8e6a5a48a231 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19efe4117bd4494f2fef8605fb0001d3a18b7ef048f3b6e833eb6ff8e1be71df +size 11347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1574).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a62f0af4a1cdffb7a41109419d2ff4f7192ec26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cce995fe93272fbd66e973318ec0693acd5907b3c01737fe5cfb29e9658697 +size 8014 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1575).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3a4c53b62f5708eeed5ab1843b4119ed1666df9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63357effbc74219c01996c6b47f852aabcd3e705958eda7a410dc365c24c43a +size 10164 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1577).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b01a3a60536c8e71e29bf35f327e40ab690774a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894125d20c4f98e09ec810e5cc02a884a134971e205b15536dec0a458498931a +size 10781 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1579).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d044a93827e83a77a5b3972c3938ba38d2ba9476 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ea22fe1e3037779e3607b92ee0ee6b0e94c339d041bce5688287f8961ba653 +size 9420 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (158).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b1dca27413065d0ecdb040be1f1701f6fd71ac7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1341b83a5d39271db2d3e4f5918ddab5b8083740ac4c4f800e80f66008f74037 +size 14277 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1580).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..429fbd648349e50402382a917b2efae0e7c85309 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb95271d8ac9a45945f5a407a3d21169c6f2baef3c21f3c5f173f3c6270047c +size 20537 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1581).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9442ba8877cf575a79305387c2cb62c5d9045aee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c6dc8773b4668046fd3b1f2ded8e563d23396bf501073d8295e6273008b899 +size 8081 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1582).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bcbf639caa2728dcff8814611b130017139e00b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b615e4a4f4d1ab5bdbf7d0b8d8470730d1d3c51b3ab336edc9f3683f76c6d9ac +size 19062 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1584).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55cf2c3c0e428a3435e3b36f6331cb84c63aba5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279db4a2e9c8ebab32a313f6199f61892cae4ecac5fcfadd154a7388efacb0fd +size 13103 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1585).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f52254d8b2a4843d1a6a08f1add838631ff08e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d24fc54cddcae8b8d1e390177fb4a89de49ca66067b60a0798c9726440a60ca +size 16949 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1586).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..490b02422cdf1e779e83d4b28671db3a46077906 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5472c7585716a3490f724d0ee04d4c1eaaff90e676849fad5ff06d84ffd1528a +size 18347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1587).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bec2fedfc761288eb94ba30db0fceaed8078359 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b3089e4463dd86c29b5597cc999a6fee4b5b6f72e3b471c560b764f16d336a +size 9772 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1588).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..989dc08995dffa3bc0966cfa3840f25a3e14cb77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d96378d2771dd37b7075a586e825a55367932d9179ef75fd1afccb038f2170 +size 7443 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1589).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a4d2d2433b604df247f98b436fd9373ea2ff6d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436e9e676b8d086f9cf3798e1aab472f2968d23737f16b9cbd334cb55f1c65ea +size 9842 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (159).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38af9d5164c3d7a4be949668e9c4a321366e5cad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60bfded829e108bb921e36364bec0bf6a298dc608543d3c8d07b0e105b20485 +size 15101 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1590).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f95f6d95d79b3dd0175b9ed780c8f27949835d4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef8c03018d86d2e084e913d0186929095fc51e59a1219df785767d6e894b104 +size 8219 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1591).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0940c639497a93304752266320f9517b2ce169a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0617d5651206e7bd21d0117c077af5fb3a8016217151ec7b31269d7e4787d5 +size 19234 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1592).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fb0ee2f8484e15bd31510cbcd2e86379459f8e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef38f1f269d67ca54df411e837faabd275d9b3757f2c6f55ab14ce3e274abbbd +size 19155 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1593).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79c4e4d60687787cd748d8b1537b2161660784c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcd46d287caed0e2eca7e7a60d47945f97958161850f0119e08da7bd9dda923 +size 8073 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1594).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9120eb20c6e7d83486249c505d71fd6fd7d5d29e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3525ec6b044a98da5917a52115a910facf24f5d1773499d8f21b98a7e01d8f +size 16325 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1595).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0558f9dd03c719933f66b3c59ea05cd8d33de442 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8638997e3cf90b3725a7aecacb637a88a28f511275654fd8f760bf3133197d20 +size 15068 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1596).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f54db5e77e0c9b6153f22b8bce57ca3319d9bafd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1597dcd6d3648270d0cf5d23c07573dc8da21e4d7eb725b7e4b220e8d8e2dc +size 10135 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1597).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ced40c7ef4a2e4687a6c2aec45069b657e717da1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2a034e8961ecdc76abb1ed3d2dff635a0ebceb146399a17daac24141cf12bf +size 12231 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1598).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3ee01f72442452e00bcda99ed8e0baca679ee0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1094e43ce43465c6f7f95ab0209864321a992167e7f8b8193fa47c4e25fb7aee +size 8048 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1599).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c09ec825cc23f6af3c3ded5bb966f82a07d4d221 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed1743b678117028f2eafe7771151bcbf9a2ecfb224464f25be952c33d9d3c6 +size 16119 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (16).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (16).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98c2ce72d9c2eaf6b138728dc5924d0ac74cee20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (16).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6850d67ce52e6886dc89cb385265a95d6530f796d842694493139d9126a7199 +size 8927 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (160).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96d03187e8532ff50e455c981987e82bfd62c22f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40469dcf5730ab8b9c98b820401002eb5141a8e26361e8fb985fba48d479b97f +size 6226 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1600).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb11aab745aaa95be26d7a85633463f2db5a6a2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cb0801aa037bd2cfd8069e43ebf70e0ea26e71ae833b6ca95634e3f2646f5d +size 7823 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1601).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f28e2cd2983ccc95fe5dafa63141a18d09b8290b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff23059f2f4d4754790d1a57530def5b0779bee112680e6afa9d0f52b317a7a8 +size 17468 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1603).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7310d543fca7a4ef0bf9afe588076f23e7525fec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0230f9070168dd3044086295030c2ac2a196091d1a4d9ecf90d23b1581e95198 +size 20447 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1604).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e819244191a3c571128dbd45aa7e36a4591bdd44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe9c75b55f437a7988c8e6e5073a7cef2614e526c398edc60dd71f98a122153 +size 16619 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1606).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1dc33a430b7e776d1e2c156c65a130ca25e22e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bee707175d52f19205ae6e25513d14ea04132603093fbdb3a4ebf93ecb647a5 +size 9431 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1607).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..542c40cfcea0fda9457677436041fb245f6940e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c38da0d1ddf1f752c9f93588f33b42b171574542e2c1af1de3ee172074d083 +size 9385 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (161).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efa77ea3b9bfda35d8faeda508363d0dbfc67052 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b27323380b8065dca8682bdbdaec314acb2d249eb7d51ebd999c8e658afed0 +size 11176 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1610).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5881235109f03ef93eb40ca9f36e802fa364cf24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0c9bfe510fcabc655fab34bf93801b3ea26354489db196e15b2fe89c1dea91 +size 16077 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1611).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3ec492333abd5d2dc75b5186e11402a5bc16f6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d50f74b294f174c3dff201ca9ec9de1e42f96c1d6825d15f9dd317b231f9a9 +size 6561 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1612).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86c199f6a957ee30eb1fda05f4b84c55778587db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7b99c294cdc74b2e5ee10481918a88673eace89bbf5bb6e2d86ca6ad751880 +size 21460 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1613).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6e9445f188325012a7792bc984b9423b1c72563 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a51c3f8a85fb59e10c633270f97b274ce987002fda15d9c8ea3453d6bce995 +size 8927 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1615).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16792bb4d8cc633fbe6ec7eec85c0318f56ed792 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767746e4bdcc7391a538ba0507148901259e757f10dfac71053b948475543d65 +size 13436 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1616).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d71b7871cb9d6a7b468e1cb082fcc5dbd8808d94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a1c98ddbe871f161c9d130929805ba1efc82fcab1c8bcd8af02169e1057fbd +size 11076 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1617).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecdd02df7b46540edcdbeb9cb52ec7962a77ec32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e720987a09b679bed6f33fa2cbae4073c709885275b2b2419391cb9883d8bffe +size 17889 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1618).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6c8e526f79d2040862134f2b74a3521b1488920 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a7b9fee754d16a9df402da494ec6ea79b4bf7dfdcbcaa38efc1aa428e52c11 +size 11651 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1619).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c562abb6ba88f4b1395bb66fe5039526a2a60a0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7412a16429148a14e5f0a36cbd42a8a5bcc0b643b26b4d925f9944eb47c72f14 +size 22452 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1620).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d5c3f953884a08986389d19fc0d1fdfdd67ab6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19dcb3e90c83b41987497ccf4bb63a4acf67a28b87b8c4af10a725a930c16a3c +size 14086 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1621).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4564d720406da7a87bf947f9b544612d0a8af9b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb84bbc66d937de51b72c4cf16a89a42dc0fde8cf029bde383d43b56eae82147 +size 6729 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1623).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b7dc8cef77499a4fab52b3a37b5e6e2718682da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b5b23f09b1b7c6e31d38cdc498f9176f2fa18c3e50836fa6c8ebb2def06a81 +size 19984 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1624).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..535c3f49cf12a08a235a3580a8d20b4c0f5ba50a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c07848d358c5f9f3e46facc5b49388f8004f0c987ebac758774d6d7d9c0084 +size 19922 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1625).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a9eaebcb09d93210f6cbef03f2a9b306bb036ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8533d8e8efcd8b05f14ca599ac8125566f30140081f6949e0b5d23e9b40712b +size 16012 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1626).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62e45d2c74563c7892531d3b44cf668e24bf63c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617c5ad3ee0c1018c0c97c8b2c9f37a9c55b3855dc2994b79df9cb77d5288ce5 +size 16121 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1628).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cc7e33465c75d3b5594f0784d27a144e937ff04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bded2da1c36f953ea0bb3060e6a3bc5c6ad9cb4aecd5659945b26930b6ed9366 +size 8933 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (163).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42ddf9187b5861b6363379fb8e948d1c9e6182d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786aeeae35d1bec333f8e358a3eab33e68e5c5067c140a04528de05401e37828 +size 13243 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1633).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe6c4c88da3948ed500e889ad0e8cdfbcfc88770 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c304fea5d20fe4dd81693a794241ea739b39dabfdd8d8274bac6fa0f3b098a5a +size 10414 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1634).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dd2ad331453b630d47ca10073ccee2c666bd3e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd9f6c803430a9635c1dd1bda589affa166b87ef2801322d552f1da8d7c934d +size 19436 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1635).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7a416c0bbf6dc30e33daaa3dee772b23899b6fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0978ead37409d3cc35d4606f0d17fdaec97b32b6a6585a6a12e33130a9288e51 +size 21605 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1637).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..465bd75cf6ea6063bab30aa72027da39960ba1e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737a5b8131aca483e7651eb75929679d1955499f67a5b4efbeb0f07020d1069b +size 10711 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1639).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c64a5e548368538556054e4329f80cf20ff4ef75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1edbd331394c12cdb0ea5e124e7f22924499b25db38058f3251784dccebe78f +size 6569 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (164).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92a5c03a7afbe5d9b5fc86f7bb10b6b0e749c0d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3660367032ef29250e2c56c4569ab0ad1c844b464420a7fe0cfe549c785b1f +size 10128 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1640).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..092bd908816f8ea7f5be69862d71533aa3c624ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd39bfefae61868b15317666f36f6ce98ca2770cc7ed75d7e0ef03a1024d8224 +size 9718 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1642).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7feb9652187956474388ce39ec627989e9a1f77a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d9650916659ee6e9ea75bd270d28d2d460c15f34997f1f0c652f13f9e7f551 +size 15313 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1644).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58a87e608fa7f02b15960a8ca03a7115bd63888a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463aa46412ecf42ffe98119d4de8c68cfe6f3d80f59f16bb075c489031171cdf +size 18520 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1645).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..776e822f20a6e1f6c95f2186a9e0d7c70e3c3d52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd960206fb80883c7f8834ba1aaafa96573f08864434cc33f4e9415423c65ad7 +size 17114 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1647).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05c08a906f233ff487ba6a0fc663f98dc3aa954a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5007090d81bfd849085282bce3da277bf4ffd635ec7d132acdbb9cdfafa02680 +size 22283 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1648).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5306328ede1149dd58fb15bc9556879d0cf25a3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b4cdcc2dab0af203f16acd20aaf5549e1060ff2f83de56a53309cb03879371 +size 8255 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1649).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..307bed16de6fb8dd5d170994733686f3e39461ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5203202843601d204fcd4baf88b1647cfe1b4ed9cc9227013a2d5b3342f55c6d +size 13383 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1650).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce8779c0b6e6703b36c9d1460857ec2bb2ec9cb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6178acdfeff67b113978b166f9d92ce687c9343799d1f68b542f380b9503e38 +size 18975 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1651).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68bf969ed84bdaf5123e34be8b1bb2f30cd0d834 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aeb38f9ff81bf1834f5f57db8635fdfcdcd9956b52f4addb66db1ddc486f12e +size 17838 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1653).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..006f06f32784672827fa8d67230759e35fbbcd75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3656d504c26451f5b1b215f5521e601a745f8aaae9b46b6ba5f1a79ac58a2ff +size 11116 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1654).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e5c8dcd8f6261ebfa611657feafb8e71eeddc8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27b35800ebdb52729f9d42ad8f10cab57d87d6d231bdd5163bae02d497b636c +size 9367 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1657).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04a1d1f58cc5bd1677128c49f80d33ab9ea03703 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59234abea6dc4f72ee8d304851cbf6bf010e1a563647fcc39fd0051db4402888 +size 22121 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1658).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9696f5a751178d9e5fea4bc7cf8bdd811636bd71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4228184f6d48bb21f9248e9c5868339b42e00c5f52cc3409e79506fab5ca4d9d +size 12123 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1659).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e0fa5ccbb124773051995394b25616c3ea24e31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b2036e9fe3d8e2d7f2a0f7b6a4b7b2ff794c7010732619f43b189ccd87e41e +size 10155 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1660).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c972101587b2b8d53917e08f3e13f4668c5d8c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d3d5ac2d95743a4e126bdf01f4b6014020c18667a6d69e374bae0340b153ee +size 13212 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1661).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e7e3517a74dadd3b782f10da0e432f9d27789c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709041c553207217652346a4ca6554c308acb04bd25320e717c15ce4026eaca0 +size 9279 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1662).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..386b8703d8785771b34a4267e883cdf5c17c62c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42cbf3c9d1cef36602500a325ed3180e73fa3f245caab10ee739e66244a383a +size 21336 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1664).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef1befff9a84b88e05f5b41c833d69acf9e81843 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cc2a1dc81b920e3fbe15db2fd1ed09b142c42ea0f2f884285a7c917364d16e +size 6642 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1665).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e859c1f516a8dcbd9c474d6073c89f884496de7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80f32ce79de02b2c122d496782dcc58d936144e7d9085946303eb82f086603f +size 9158 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1666).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..332b53257b40cbc85876803aa22ff642496f4f47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bed2eac957ccacae23867090196c239e8e6348f8c4b3a80db8524b9cb3709e +size 13280 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1667).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc3281a7151f9b08da9916535dc1b43e078e055b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a88ba5831bd64980a042e485586385affdc56a26f76c096729a2244e2badda1 +size 8594 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1669).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffb3c8db2ade5b196bd44ca227eb44414226c7fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bcdfeb907a4763c1a730a56e855706af577024d0eab17805bbd4b0ca1d1f63 +size 20231 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (167).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b140a7dbf6aa5ac45271280db9d791f8c844f81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521469edc4ab65b0f1a1ea9e2ebdfd59bbce0df88cee3fcb912304bdf241fdd9 +size 18874 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1671).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..577f2a531094c2aff9b78a3aa319eef02e2994ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2333bd0eebae50ebcdfa301339e540ad1c884ed60d025b6e1f7af2657d268f0e +size 12717 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1673).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0565db86540f56097412a22a414353f500cedd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1c0b10032c393f4fddf94f73efdd490396f48adfce48c0bae92673be30570b +size 11601 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1674).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c89da81bc3c6010ddd2fc4d996f3f8f358302fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae0722036493c12df37ac543a1c041cfc59eb701380a27b4d4863fe14b771cb +size 8743 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1676).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58147668f3530a92ff3609a8d26763108a68bf78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c2ebb6b84846d0b5f10154699844fa20ae9cb53a53ddc5f44c70cf6ca70334 +size 10581 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1678).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d574ae612870bd466d5be89cdfb24b7adf04746 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0bbb1e6403476ac6e62430fd53812b2832be843d1e018c2223ff4b270fdefad +size 5655 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1679).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ca947fed5bf104aa1c0e4bff0f5630d2b883756 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d131b52f5f5f6ee346c98fac9131a0a6f1b016068c1f7786dde14a3ed20953 +size 19062 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (168).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8932250b05ef96fb398d3399dcd804ce265efd80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99179a6f546dfc1c2e6e5f0f8e33f41a28cae93b801c1a2aff6402b9b73df32 +size 16245 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1680).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73b1bcd1712173675e33d64d5e6cfc6a6fe8aa91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b4c379f252e8c8720cdba262e85aabd2bb9ee472c55b50bbfa1fa5f593eecf +size 19062 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1681).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..808de27931ccc8ae509180d47a0b6a358c914106 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3452fe32e58b7b354fc45a79aeb0de92b978821127f186a9d42e6ce7a4934047 +size 12534 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1683).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42754841140683a6edfe617ab3733721e17eba47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc812bb23675dcdc8c5d34c9d9f232611102accf202d215a0cca8f3647b39a7 +size 7902 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1684).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c56d94a78d49882d6b7b5f318e0b9c866595b61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4b28a04cdb284764a409109f79127b866966ceb8f35b0425e574697022618e +size 21605 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1686).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa7699f0ce1963c09658904726ed579b30deb4e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a415cfc24bda0936d84b5203b139787ff8fe17a269bdca34a42182547f798e +size 10001 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1687).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbcd5169e593b367bac34d8b3b09dbadcd4da90c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac28c0919286dbcc2d67fe587aaab3f510749d53f4c5e8afda391c38291a7f92 +size 9252 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1688).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42f9511e2a576c77271b8dd6256cb608ef5b9850 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c918ec9140e8d0eacf9d3c8cd8cc6e2f90967b61fbd999b727ba1cce4fe16c49 +size 10600 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1689).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8c24ad65a6719a950be08ddded574e9dd544768 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad40332291d7bc7e127ee70890610cf30e0de64bb70e786a7d7b44fab3c47ec4 +size 13456 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (169).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c0d982baccaa3d276f0d2febddb2c514624c61f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991ba774bd0e1029a14ab3362a7f10819bd0e5974b2922daf7337faa892814ff +size 18788 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1690).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..969aff93a44969a6b50d18f38ad86596d781a4e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93e94a573d1f8cb1ffae05d41efd431edfea7cfce909069a74f72217ff1fecd +size 10367 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1691).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d81bfcf859d947ca4586c336fe2cc4d3f92c5e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0339b1d158fd1c346404a2e06e9de6e7b33cc16e3e0f71b0cd399a058a08cb +size 8000 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1692).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53de6f6604f118c7c937e6a1ff004def61e3fd1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116ab331d6105f16fce46faea5651187ae67a852b5616101aadbaedaaa76fc1a +size 6976 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1693).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db2f77a8743c4c3be7776e9423dfb6ed43a25aff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8613b66cc24caba83f7a080cab343b9ab3c6875e7e80648e26ce9f28a3c6c60 +size 10166 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1695).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..deca09cdbb2fbbfe50e066b9c889ffa2cd22145d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa91d10d8e46fa73f96f713d0b266f9d00f22853c57a17f108041f67cfac5b2a +size 19560 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1696).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d04f912fa12019f8b4678a35ae6aef9908235338 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac11fa273288c139e15e1e7543cb032bc98d674649ca57dd957827cd8c71d1aa +size 12991 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1697).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8788d57a0d29f5e5600c6ae24f5a472dbc95868b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c93b8c758e7d72f25cf78766197d9bec71c5c71bcf3ea70b9936c29e7c0482 +size 9315 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1698).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cafb057dd58b08b05a78be9401565944194ac1c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0292327ae73a67e4ecc105deaabe8715a0c12a6c4ed41520dce3b60698a09882 +size 16971 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1699).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46ff6997daba5260f95823a6f48c30565ac8657e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169d0771c45df1d50038b6b0fb83cca2937789eac25db0ddc6a72d74c212da7b +size 8699 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (17).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (17).JPG new file mode 100644 index 0000000000000000000000000000000000000000..086cf09d36af86970bd15d6c6d3f3d8a96e845ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (17).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc9b42dd87bd5d91d9ad0a5191202424ebe15f831c80d1eaf13253fb54f74823 +size 5721 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1700).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29d3dda325b925f42da58a2a00fccc5fdaf08d53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbcb3b5bc674a2224b0c1ef6bdadd107f83fd372125ba7dccdb7b8aafecea3c +size 8550 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1701).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a868dddb70f1f4ac167382c6b9bba09894ac4902 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7283e6276556f39438a630c0df82e83e0a5eee7711691f4ce813445d91cb9d +size 8858 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1702).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..321b8ce4c2177ae7e5f7db61858f681f88eb73e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b057cf4cb031cc0f6144cc23710490c50863210b8e86bcffb15ea645dd152ebc +size 8423 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1703).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..450ea5a1698d0d1ee611c639bc131f3602f19657 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27ac35c4ee1ec7bbfcd853c2574f7bdfde3914c688c95ed97830617f7c1b88b +size 11035 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1704).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b152e66ce32aac7da9fbdb5a1b19c994a12c92f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15dddc754e059ffec9f81df3259cdfe58a601fdd3077ead6a14282d0c6b46ad7 +size 18369 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1705).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5725380bf7b2929cc4008e957615835cfef976a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9249b4bb341c8376a895119e7e1b139b9fc4cc94c8b94ba9a4a85d2b5586b622 +size 16346 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1706).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ba8b4430bc26b9fa23825fb347063cf9264e3ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b02b9e8dafd8b64860e00800fe19fffa05586da7fa835f59aa53a12383ccde1 +size 13648 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1708).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e6aa58e4adcd5c6ba2067d0ccd2a828d30d9ac4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4bca196c42aaa45d8da1ad6e4b00cbc86ce0eeb204b3bd9ca7fe1a7e4ac8bd +size 18164 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1709).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4943c1e15d8160ffb4029879cbd255e932345194 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e60171459d887b04b62f3ab121fb4549340a34537981241664702e0993f500 +size 8799 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (171).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b79acc4da469f37971c7ad8c656e40e9513e0f56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b6985b916e321e55a85c2257b2bfdd677df2c66fe3a632d4ae6e3450e70467 +size 13294 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1710).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17558b44d31b1a7232c5fee49c63c7ce8b853772 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8198e3bd9927580f2027557a079002fa438c6710058d7903f883b8cca9c658 +size 16203 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1711).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b0249ec9ab02285e0e135506ffcf61fbc992bf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c84cdbb5498eeb6290aadb9a224bf2dcb4c3d012d7177b76dc8feaeed5eb7a +size 10837 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1712).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ad2f8a1a6a49aa89f9d84db5c5fa92243877f9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ead9005677e768bda70958e82e92f7717954c298b2ee08a39b35e027f0e8bd4 +size 11999 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1714).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd4e9cb3299bf466387cec9c02e2303270aa4d89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa42dcca62f059a76d7d669094e1b1cbc1a9d6a6984a3ffb20a8d2531081512 +size 21287 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1715).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9439430ed620977c8382726e56c2ef3233edc1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73627324a8cea05f93f467df9a14f30251080e9b6e4b97297382fc57a073aab3 +size 10763 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1717).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7788a4066655439e113fd0c0f987aba46d0d6fd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547fb1ff3a96302850197444f5b64d0bd35a37b961eb49b4caccac38fc5d8b64 +size 20434 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1718).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..716106c30606a3e2bd8e7ca59a6c809d0e4f1603 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7d3aadabbaf46cdd36b4b4fa922106382e45f5d988f05feb2c3ff0600a00e5 +size 15872 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1719).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b9125c262ac5af09f0f04727b64173c35c14776 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f225fa8958ad6405aac46067f337bb9fc039ad485f7fcf32d58eba06c497d70d +size 19248 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (172).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd9c3cfc5e68b85d00f3457acf81df75d3105fe4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b97dac09408bdc1f801623ddae363c531f180512c01a64f959f62c3394a94e +size 17097 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1720).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ec6f5518e3a478684b06ee61a657d9a4e1247b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9ee1bd79448f11b7b7697cde4b24860ee0263931fde1c1a94b8882e236b194 +size 17784 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1721).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e86c48c19cffaf3e8e5f452757f5eda95bfda744 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0072f21f05b7715f2d6d840d12cb7c05ccea301dd14a476a4163676e40bad4be +size 19472 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1722).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40edf9684411a290a4d8f29c1be07d99e4e4567a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6918a7ad1c0b73c5c4507f92466b592efe4f2ea999b5ff380e5cbfeaae57b50f +size 13759 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1723).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42333b86ff6b3720dfe910eba27e3b7de2a0fac7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205b02c76623e4bffe5d1aeb8e7a37600b6266a252bc7d67d4c4ae4636076259 +size 15353 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1725).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..435cb0a5e8ea8fef8d0e4cd8d093d661f31ffeff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d431cf4e7865a8832fa51c9b10b724035a3930eaf90ac26b166da25a65aff07 +size 8586 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1726).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75c5b541d52293afabd625dec7865469abba7c67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7878fbb4164121cfd5ecae93aa4b6d65abbf1ce8e2430f3a9f9a86d65546aee4 +size 8553 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1728).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25b7199e77509df7711f5c675cbe75b94fd2b047 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0c82413e449826fb96567a0a405f272282071c128f273b7125dc7e11ba500b +size 10338 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1729).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdbe1948343e30b52626ae48b99109c791101978 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd61e6cde04e21b7ee5cb669f1179a7ccebb71d58d9ecbb7b5dd1f34f4cad8fa +size 11013 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (173).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0200a808bbac14d0b544f8d44bcdc92f5a6283d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b628ecc563a90f52417670f0a40813d657ffcda5407694a5ae62555a1d56cc +size 15329 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1731).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9fb4096f876df07efca8cc7b5f03132e1a7342e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa3e2c08c99cc332b8b638768fccf1ac15a76297ee2a2554863882682bb600c +size 9279 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1733).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..043f6307dd8ea692931228d4c067eb6441f8ba69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc4b313a07b78ed3675148c77404d44250d7db53cb1b8c8e662a1d46548f282 +size 15243 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1735).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dfc66e95bf65a348efa1ae3dd3ee3712be7f803 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db9b6e2d6681e9168d4ad3dd5e5e9ebca2837e5e89cbcbccc53f9390993d885 +size 15694 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1736).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..996a111e77542bef00d58dc4ffeee4552be9ccb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b2ce32123b49899c60121155004023afead00063f202eb68da9648360be4bf +size 10532 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1737).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93ec799a2033fc64d99ed31b191925dade9442ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd18c083cecbfd9a66456f59da27ce3e121aa5b59167074827eef7529a6e0f52 +size 15494 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1738).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85b046827aa3252b0b47d288054f597532821f1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e802fbddf5be6daf43c89a86a09a30ef84391a4349a7f56bb258b3290b60119 +size 10223 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (174).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46349e473ad0c6da8707f33752b50d2ac41b7905 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfce44b1558cc4c68d564e1b0145f4d32082e9632b8f83386e979cc9e6f6aed +size 12414 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1740).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41238fe1d510b6086f3b76e588bbebc7a8733fd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7931fb064872df715348c242ff9faa40c7e9523142d54966592d1bc98777456 +size 9713 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1741).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00dead9052864ec29adf78b85c3dd67ff8a8f4f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9f6433449c294192232d8bc23bed1607f4fc20a17caf89444ff10895ade894 +size 10356 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1742).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49fc7b45436074ac087b8c27e49d903abda117d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688db8d623cb161016b00d8fe38402524bf67cb32ee6c44218655276fd3a3c4f +size 12907 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1743).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad308230e38718f2ea1b6547604c30fa52d406cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228ad70b253a50d7cf9aa4cc6318bd914f763b82cec750a8cb9e2dfb13a8b114 +size 15064 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1745).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd9fa019a3afcc116ef0e9c9c105342d445c67d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651c0e9e7ec5e1bd65c3386dd675bd8dae7905199807a3dd8c8dc350b8a74cd7 +size 17863 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1746).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d8c14617925eb2fd5612bbc28a33941d2a8048d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48a2f51ff3105c3ac2714265bda698894b21538769d059c77e7214ae2310ffe +size 15096 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1747).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14c893e0ad66eaeb597b3df10ba957d4fe454c5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0edd48adaba34b2acfe9aa9d1a092e00dbce079eabb88e12d629abc5d55d97 +size 16735 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1748).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cd6f3f1b6de10d5dbca39afae731cf2a53e23f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cc9be85756ebf87d2b3d7d4f758cee8dabd6620a3782792e84d6493f0f6cd7 +size 11835 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1749).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50b8fed30c4e190ea8af2384a12afe39f8ff84b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b36799ea7b7ae5e90e9872934366b46b824fd4d22d393678bb6d7e6a8aae49 +size 9857 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (175).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d79e3dc4dfacd7d396d94e9d148e1205c0c5f0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50878d479afdc6c62aff9cba729070379cd803d18192947df223b33501e2417 +size 7041 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1751).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e54e9b76352a2166ab3c9881ea56c0b66dd42c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f162ce07a274afef1e6df6e60e0d26ef6c50f43118be6c1ed54143fd29f528 +size 12804 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1752).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..129fe4cf9a88a195f59ae51ecb51f5eb7b36ff90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e537e97dd307a278826dc6b91a0eb045d66e067e78f3a5f8fd9fe0e80139166 +size 19547 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1753).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2721152eb1f4c375624f3c5af7e42e1fde9807b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eea5c2a3abab18828f3e4e9641f8d5b39247e46bd6096258c53af9bc988a9fd +size 21462 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1754).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42c74e5d217e1e588d2319bf754326723822348e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb411e1d314962ebdd8a6a5b588844e8e1a3ca79a83de42b24a2cae219ce61c5 +size 8134 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1755).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66e65b4ab0c324b2f4dce419d103cec71b1397ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b60699284d97c423f41a766938e52b1f0233e6627267ee5c0958b73e7d09d7 +size 7824 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1756).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f009748896eeec8d462dfa5cc17c49afdd98227 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddca101e56b1684d8f0916201c0e1dc25597e44d75b55d52a0275e7747c8f28 +size 9337 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1758).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7684b6c8f3fb07a54827cf7bb145725b6717f642 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3beb2f99f5fa07336c303ff60647c8c5640cbf6a827af7ed24b5f4e247a4211f +size 15789 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1759).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c24d14666550fffc1c9a258a4017990edd61b79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0110814ae9827dcb0bb9c76785d01ec73d7a448443f9fc13b9d4c7803ce684ba +size 18330 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (176).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5de0fdf324ffe3d29eb64486f07c07f13297326b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf7e5fe43354aeb8d2884957803bcd1ede01df54027b2ddfc0c1b7a30e5159e +size 13197 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1760).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5c251fb203a0c7c491b497866feceee250f84fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2252e192a7a307907367b16c4dccc6ce81fa49a9682d19ca43bba8c87130bd +size 20417 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1761).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..507874bf3a91c8e00cb7dd0ec54ee3f0b2c7c2cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec47297030b50e2aa45856f1a1ddff2d46c1ea3eab972302d2e9dc39e3a5dff +size 19278 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1762).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2955b1123c72f27fb529a81e079d33e90e7d021a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997ef1ae5e4903f1c5a9b35b77ec32ff58591d2fe706059b3eef9007e565290c +size 14876 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1764).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81f291f13f3b7d5e9168b9ff5f21cea6846843b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231d6d20d198ebc0a1180930029cfc485139240ae46b33cfb7873881a3e99229 +size 10619 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1765).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27a75b217f467e6ac7c645221a65f2c7646bbb67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d861685aac90237d5aedd18a1ec692f7529d0a2477c1cca5e62c7d64327c9fb1 +size 15636 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1766).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92c18b09ca482ad0b8c35a6c553d8b2033a591f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d66e8b2c090c70a35fda383f59f5261a5e7db596d696137b233514cdd87ad01 +size 6994 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1767).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..acb380329b27340c1ef538fbdd67be2c2c5894ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cf50cf70684249a3b3f541b04857e89705f83e384b070d30d524a4f143329c +size 19431 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1768).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21489939fabe9d59bb45afb1777e2213d572e8e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc2d83e07afa87cc06f17d59f7a57f0492ac341983be6dd8dc715b617a3cbc0 +size 14733 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1771).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c835983004b13c35b64d20ff16f7161b5ef8549 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bff33e167220518637d2024a1aab99dd30345925b7ee4f106198032f0ffc881 +size 13042 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1772).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8a7d0df62e7db3923d9be278df44d1fd9f40e0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6601f34eabece815f00602c2f6f95cabdd0da31b87e9624e7d3aa6c31194847 +size 9027 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1773).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e22defd1b88f40e555931b7b8e07aa1341d8dfc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ad6c73837dabfc4cd0535406b87534644ed740404f52cef1349bf20d1d1043 +size 9761 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1774).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1fc0f7171ccc15c32b3b1639553f808c7a174b58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4551ad7efd784aee47bd24573aa1a296771675ea064b6da0041e5aaf9df207d6 +size 10843 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1775).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99ea4f28e6e3e7ce23afcd1d63e812110c32067c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b44e009c4e3c68fc570108e42ef61307ea78f54f3f8a0a350ff40635a8b9c2 +size 12341 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1776).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..075d8b9abc7f56189c353b3179eae8c6443376c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a0448ce45ed3eb4087e199cab541590ffad78b8a015f157c164c2b605b3851 +size 13343 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1777).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62ee9dcb818e1ba0c9302f1fcf7690dbece7a0d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe7211fdfb5b6237be817c097894a7c25acb58925cf710ddbd89234a596205b +size 7958 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1778).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0aaab64cc313080313892680124d78c219fa785 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293913f4640938a3f1af599dd5f629263000167cde222e94644ca6a98d344ce6 +size 20609 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1779).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7a6d310245f8918a82a18eafc3bc7b1106e7723 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f340852f8156ad59d3c281e4ac66deb9606e8c3f6547c0e8df2136007af8b64d +size 10659 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (178).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bb54196d33797147d43afe4001340c3ba173b86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c3ab3bd23c0565d4a0b4580ae40388ad6d652af049f56c47225ceb0d06acc7 +size 12807 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1780).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..396147c8976d858375d4859557e234c51660e3fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb8a5932743c302edf71e005c19e1a91c645f347a9f03b8e6fd4b75e1f5da1a +size 18971 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1782).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3de2ff7a984d9594123ebc64e8f0a2f4bb84a406 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640a666eebda7f0a446cfac3439e251cd6af9ac3c84f3163e5e390ec42fd886d +size 15953 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1783).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..219f3b716327c9483de668654d410157ae1885d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7c19498e9f3d5ab38f6e5873a48266e5d69814e767219254517eea4c57d284 +size 15726 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1784).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b94c5f26e01a10ae99f5f2ee0d78f4986fe98a02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd57caffd74b40f5f8c434e464d51d64f264f8e3f8c75abe0b1af863e2d0ecb +size 13203 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1785).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6f9b98902973936ce62aa7cba2480532925c430 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900b5d6fd463228b83ad2a5d5668a66eb9d45cd705dceef4b3d1397ee2755981 +size 7893 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1786).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eed5cfaafcee0ac2e3587f6dacb700dd9f132408 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648d56b33d76cac258dd0c81681cd3b6704a25eb0e62cf21e021034992df1827 +size 10789 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1787).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60efd6fba6753a218fbf1902262b08dc4e445f9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1234293acd99f6bfa04a4e44579d529b3254652102a328ae576548340f791007 +size 21887 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1788).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53af30ab0cc9f8fade49b4c744107c655c2cbd30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273afae88784b44d5c47ba21dcf23f7788e5c37f81310a9f8de5899961e512d1 +size 15041 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1789).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4cdce178bf9aceef21e8e88fefd06fb66040ed7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d580d3449579bc770ba9acef566fa4081129677fa2d3fecaaff374c0737536 +size 8321 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (179).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3518afec67615028ac4e7076c32c18a17bd675cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816e3eb16c32a9174cfec0463e5a20d503bfb68367cd36c8016440aa50889e8e +size 16158 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1790).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..047160746b1f0e4509e7a34b3cad3debb63c8d76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea97b4db224eaa1d92cc92e61253e276ff8c118b422f0fe0a4f2a3451f1eee19 +size 18174 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1792).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..395af57e9e83fed42711d2797ac390e7e9d89762 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac968bc4da0e2d598fd0be4701de222d92d62357d9137af2970d149866cff27 +size 14864 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1793).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e071c7f43b35c7284e9d80ff8ed12845873b5ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bc5706d09e3d53ed0920d1aceec4d12dcb0b2ce47abd39a7eee33dad5cca96 +size 18988 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1794).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a77f284d2586341403dfe1d3063ac30444b9f492 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0568409ea40cdcf889e174f7c6ec36356ad1fc3d657ca6e12a800bee2106245 +size 13074 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1795).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a4d017744b8c2de4510ce6dc7b3d93f2948c3cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01501420e09e847037cc2b64f6b4afc3b96a7a8b24d4cdb77e13b724591a53f +size 6129 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1796).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5cef5d2c1ec6fabeed111673e932c95d9ef67bf9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802ee9572c676b937ebd6bd1dc1f2f2d33eda9854df336a50f6eae79715ac290 +size 8508 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1797).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d484e603d6cf36291cec19fb796b2d9b080b3cad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfb46d0d31101c3f1bdd9456e61ec8a476e79f17c2647a9aef8f810b667a8a0 +size 9842 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1798).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71836db4f2ad427c6e7cca9a8ed3cc4410dcc604 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ecde053429cd9ea064771225f840ca42ea977f0a43caeeee1606f21fd5da73 +size 9239 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1799).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7333775acd1788385b9357bacdf40f26ea229c43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5021f40ac83a850604674f1f73eb81c374e73f9919a6df5809ceb83e7bd2d9b +size 9386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (180).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..374b01c3c342100171be1f4bd05d930e0b2bcf4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43af1f030307414341c750c694ae5242f634fd1ce9dc3d760ecade24097f6ce +size 9074 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1800).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea7e4997b88fc1c8ca973a95b210aac931c6096d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e999739c3d610bdf6b9beaa5bd18548295e694feba5f8645f26088fbaab7c910 +size 8326 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1801).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fd0d8b01ece957e431303caea6539d081f3b37d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ccc7200f553a07444275c8a6f2088709b73660168a7de308401d428d4e68d8 +size 13861 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1802).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7183565f29492f1b25bd5e2d1d5fcff9cd2c969 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c282df666308a34ad0a880b7efff030ab0659f0262bb46941ac63ab44c0554e +size 10410 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1804).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8767e3ee8e4406225b59457d4b19ef8386c3215a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa12cf63c7942106cf601eaaebc7558ce4f3dcd5cc385c86bfcedb3c3756773 +size 13034 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1805).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f5acff5e27fb216dbc1dda5aadaaba47f6e7510 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e586a76f20f269843e4bf7313c77158e9f35f12835048eaf25a3d3546c2d780 +size 9493 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1806).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b73f8e531d86dec192906add3b443cf5387a380e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ee97082b107d74e3c4ca904cc7f682d65295ea116b12ea9321dd43725a501a +size 18618 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1807).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7c4f8790b6577459b7185845ac4c2f57bca440f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b625724bc1c9a2a78c54e9ce735f767fa0f2442dba04427b12a1308d60c4a2d +size 14239 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1810).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f8cf1dfdeebbb7b14cae05e9512836f25b97dab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7c70eb988c5dec795d432f2944e233d27e42e134e0c4cf87f998e7b090f8f4 +size 9485 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1811).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a76a46ded4ff95fb91f01157c5e8e28085bf644 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fbbe5dd0b5e7838a4811957f94636daae79a769e4dd1b203178e486e7b3b85 +size 8632 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1812).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..650cdaf7df09c040bd014cf7e7c46ac948784b69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18756a4670abeb20810c83d7dcd898c2ecd4e33a7abb721a58ee9e101d58c8e0 +size 19180 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1813).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72d3c59ee1c60218bf7cf08272d29f47c5e41945 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb44d616ab26c4ff7818f5e3386d7d87914e4439bd497dfea6714fcb94f51820 +size 13820 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1815).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f458ba5e7392ad4f752f3f4592f6d18e05e53f0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab743d33df9a0d71177ca9525b43cdfec13b39a7639e82ff033728679b934cea +size 10960 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1819).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edc3286e73cfeed7062034bdd781bc388dd0bc0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6b7309fc872a5345630d6dcb14e26539c132f4adf6fd3d089554853afee40f +size 17450 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (182).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..946129b82e884a1e0603361ce45743ac9bae699b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5d4e1e08f5971f7757fee278da84517cf640d380c78f366db354b07c907fb0 +size 16801 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1820).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8817c49c336239c5d5192c6e1491f78fb6642ce7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9158edc5a17721c21924109bb55ae2ba4ab6d5bc3fb26bc105e34e758299cb22 +size 8184 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1821).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b72990f964662ff520c5ef672cc9c413e981719 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb37fcd16ac1562cb840fbbd8f60d12978b2610540592b18d682ed583265ba4 +size 15280 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1823).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5abfa3cba88107f129c2a7f18299959edfb7091 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b9d6644645f7eb5592f8179faf8ee8583ee33fdfd45a3b7220268e0b33c6c3 +size 16941 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1824).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08e1fee20b85ed539e27635c2a61774437bd42bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc71a77dfd00beaf8fcfd4da39595297a213478304669d9b7cd6c4284f2e7b57 +size 14172 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1825).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20ca8f1b1c360f0bbb9eb95d867e9c02238f11e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec7174903fe5a025034f38532a78c2e0f6bcfeec48a4deaf21a707cff37f68b +size 17155 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1826).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cff5b7f996c1ca5f0d9e9c15e5339bc01992dfee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a13e57e28e4ea4d7836fbb134aecc59b4495ec10a8c5929e29d728aa889cbb +size 18227 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1827).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..212e90cd0be5917f3290ef196d43f0a5e8f0bab9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25101558dee9ba6d8183f11a25f03e1325e5732a33c4eb988c1b9c33e719b62d +size 10417 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1828).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c883831e0f5bed8688f74feb7c27b864e58edad9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7bb43c579a968c95b7cc21fbb8f7cdfa3ea67025f97432cb72ac24f4ce0b15 +size 9441 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1829).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34f82684d5bb93674adcaee5902087714968f238 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31b103d50c42a3ac00b153ec2e154ce151cefba2c1cb17fa81182b050b00b26 +size 14092 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1831).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31a6d22e439bfc0b7ee21d47573a77f62522e490 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a25578ea4cd5feb358ef402d97be001122675b548873f094925a91541260785 +size 20698 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1832).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71ac254c72ff1da54e09242503ecb5e9c4e4cddf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf52c9afce31fb08ad5e2f0e48ad4db5511270d68a015c7845518462532aa79d +size 19290 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1833).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27e26dbbcffa096f61ab582ae31eca29d86156dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1768160743205a2e99a223746823c33aaa06cef4d850ac485691a6bb2522b2b +size 14574 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1834).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..248046eb52ce0361f27ddae134ae3669a97a1020 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4131c0356665efa7970e69284500b526b5e681020d315d7f45be91d95f0ddf78 +size 16077 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1835).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f39e04510eed191aa7ff6fbbaaae15bfb1233241 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b6ecce613799e54bc501531711b700d14d62bd00e1f4a7c62ac44c74fade8a +size 10872 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1836).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2328f27a372bb8a72679250f0aba0e87f0954ab8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5481986d2c20765b892c2e4348fc9248a17efbdb8d71a04e6a6f2e0b1ac6e57b +size 7280 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1840).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..553eee64bfd065a1392d63a3b9e3341eefd0a6bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd80fcad534566c516471551fbd4a99bc3c12147e3f7727db2c96115b52e111 +size 9912 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1841).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..125bec467247f4ead07fac684b17bdaf2021adc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863df93f7dd46c8929a4133d12c0f8b89eae31542d16898e1a34ea3043f10382 +size 18669 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1842).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ed050ee178d0566b8b86f643db88037deb1a572 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca42d3c30f14745ea9b102abb5137ea8d8281f9d8c5fd002c7b291a0df054f0b +size 15020 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1845).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f535e0bcdb57035670b49b164c901d95032a623 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec7a41ec902891e56df8574dc53b9c339f2c76a43a9d7882fc45f4d81ec5673 +size 17628 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1846).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9968fe360c42f956717fbbd4b5f2ba6ec59aebdc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0fbf81e7d5cb11d1ff2a12af197fa33aa3b78faedd26bdebde5a0d623d1eae +size 18701 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1848).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdb9193eeac46696dc350f9fdf266d2785276fc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6129f0cee01b798d13cead824e96737b5cced24d55fd854e943a2f93b94156 +size 11779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1849).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b43d21415cf929ac41ecdb020802f50c350355cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60397bee04dffe9e94d92c1f1d76000a4686997f1ec5f91a6a3b9f1df0515a1a +size 10313 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1850).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0a92ef27473b1bf5318689ca9ca7e7a68d45785 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19350dc8103fe9814b935f64d9b1124d225696596153dd064e4c12d05efece5 +size 16625 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1851).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e32d9fc5d58a8c1f20598a0a223d0f3070f657e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b12b09028a78a2e7a99ed6f4f44787ca2d6498f56875cb200965b94bea3421 +size 19779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1852).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..603b3495de46622eb737bad6b81a1fd42535ad32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccaf26b25793ee40b5f32dde5047f97eb1e132a9e9c7cfdd01b307cd742611d +size 20510 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1853).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cfd0d5232bc9e24bc1f44437f0c4599c9b8e23b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bd8d68c962baa7b281961c66a2fedce9d603e2e885f57374dc430e4a14b9a0 +size 18194 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1854).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d70adc5c89f53f3b44353617a2a5a2b889c8fff8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfedd7b6ef092993f61082f04149deb8e9b85cb4c1256a940cdb58f7ca4e7dd +size 18903 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1855).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f65aeb53d11842a91a677ac4e07a8c43dc5d940 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa909c908284d00f63b0e80d7fe4ecada2edb728ee7f6003ee72f46caec94e9 +size 14355 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1856).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fab147e70a259f2b265be774b5d884d3c173a28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a74d3396502108e4d60586754c4d680efd175f52762d1c1e3375cee41773977 +size 15153 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1857).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd0c7243cb6504349685ed9c0074712031a09a61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66dd5e14c395aebe0d2c1503aa5641183d1589a8551af9d2fa8705fec4a2823c +size 16490 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1858).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efdded2b042909966d50501bb90de9b32da30034 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9918f478fefc9697a35ad59f7b54cdae8ff09d3b1f54f50b8e04a4f31d6987fb +size 17064 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1859).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b54be6dfa5c5b227052c72d78fb3aa1e94d875f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95bbc1da4afff7ef07c910f9bc8faabbecd5226d6dfc602d9a36c9342f883f5d +size 20785 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1860).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1860).JPG new file mode 100644 index 0000000000000000000000000000000000000000..935c52b15e98d2e3e3d263631b0dd11426687dad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1860).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b3a6e918d4ff98d2f1845b9b70c2baaa382b151c6ffda136d6d022f0b95cc3 +size 14110 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1861).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bdff9536cf70afc8c6860c0157aa4796427bb2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539aac0157818cd5702f0ce08042eda6ba6b5f0b9287defa78d170f5752c5d3c +size 8413 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1863).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1fd542ccd6aa85a21313ba40fdb94c6b12b2e25f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad7491422f5b9bcd442087b505e531a29c09d8d5001a1bab4d3c52957664eb0 +size 11769 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1865).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34ec8c195c715cdfd7024f8026247c31dcc7e7b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bb1ac2ae78f0b5092d42a0d3c9b15aa62c30c69c2f31229311a52fb9c28c4c +size 10786 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1866).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4558c30754a7c317a7ba3b94b2d5859af981dd53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007737068151d8c90021166690e73c692e591395b607a7cc488c8b2f187a2eaa +size 13347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1867).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..720a8e153c34326d4b62b1fac5f72ed3e8fa436b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbaf6929f84b8d0c5f3bfda68ee6c36ea208e5e085b8a1ec1798f51644b1160f +size 16662 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1868).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..106138f93682c17e71361583cd7362dcfd6a0d77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0c8eefa36cc7e3647bb663d0af289a49932a717003c074a47ebe24b1ff48bd +size 9633 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1869).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8f84872107c0c73ea7c0fcf2fbbafebd1496923 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7219079e61673a7d962843563c4bc5894b36854b4c95d8c9b9ede868e519e0f +size 19931 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (187).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91427ebc551b21b80ef61b5e5c43c75be06f9c26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a05706c646940d6db1972cdfdf99d6f201bcdd2fdc41662bac5f04aa3d2d5a4 +size 8276 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1870).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cb0bd4beb5a4947551e6bd36158fd0d75fcbcaf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682623db56544b057e89edd019418b807e8720627ae8144da2de55bddf2089b0 +size 17101 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1872).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e013d542a331378f6328ab8f11044b74c68848c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277a43cc49132b66a80e85a288605bf8ec57f5b4773e60f1e95f77b49bd49aad +size 16621 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1874).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..369dcfb520016bcd812ad61541a2c97150a2ce09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da172804be8ff98242e6ccae371111033eef56545146b017290330c44ecc8cd +size 12960 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1876).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cde8d4fd4bad4a6c48c587ac09556e503bfec52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7631579c2d6bd2f570d2df015f056034eee8177fb0bb1b6a3f8d98c516b3b5 +size 9844 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1877).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7442a045981f3d6ae4fa64bb3bb503c55b28d27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6105f47329d835522e2054bf708de0ac67c4729b55118d1d16395d2f4ea1c4eb +size 7539 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1878).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7015c5d6ebcf51cfddec37246baaae04b27c5638 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c415ef71391b9fead803e9fa37ff90fa419e09d7bd378fc10ea459ecd812d1 +size 17061 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1879).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..567ab8946813fb036c4dd60410f8ced5175d5051 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7bdb34dc36a5083ed6857d50f40f567679bb7c244a80d5b4e7f984702a76054 +size 11026 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (188).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcbf07bd1a71746a0ddb9a0ff5f8703d6969d468 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1b2306ebd892270feed50f60a085fd34dc10d9214583b1bf175b47f369305a +size 19177 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1880).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65b0c767e8e3a47e81fb8d6b679341a96a3305a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555a14b7ee115f1720f408b715f7b63290e6abfd82d7f5119f9e2567a6c3feff +size 16181 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1881).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1881).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdfd3c5e06154ac41f9219bae3dfe5ea73616528 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1881).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e42920f31cdf7cc68d02198a058b0fac0eb4917fbd655927fffb2fae394a6c +size 8075 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1882).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db2cbab48dc84452a7eb2067ff76d20d559d4c9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ef8cc378848f74f44e8fd83de7881c6d9a307bd7fa873c9fb1fbdfe168504c +size 21691 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1883).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a3a413347a69f359f1fdb73d5f54abbbe66d2e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ab9cb88abcca20aa6d54a25ab1835cb926ef197e2aef254d294269085c4f98 +size 10434 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1884).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51d8466bbbcdf719b7ea0c7fdfc61dd4d9a33460 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36bbe7b79e8aff1983d7c61f6a8687d31561e2298d225fe4b3f1e296789f0153 +size 9788 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1886).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67aba6f4215af2d8edf0a8893f49de6743256494 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3794adc2e0dc7dce68f508850505a400c09ccfdfd566eab6eba48bc50a347c5 +size 17500 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1887).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcf537abcf5d52288ed6d6c91ae1c2393f12fb34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08daaf4a17f9e43d24d7cd5144548b941ec515a1293a6763ca037be99c5bea18 +size 17711 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1888).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d778d7c175768cd2a0e35b25779c7a20f15669b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b234317cf703a3a8913b721670e496ed7e889b89dbcbae89acf8c79a7f48fd85 +size 18071 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1889).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5466ed80dde15fded156c327d5d14d16e1df987 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845d240a80e7182bd6414b506611edf20830000ce70df5679bd7b682d0f11864 +size 20376 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (189).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a81be6538eb8c43d802a17a2bf95578d6dcddaaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a5e2a8b7c70c39cd820c0e9f3002eb269b4b8ec1e09023e54561b6d40c9a03 +size 7179 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1891).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b4af1c10457a4f6609c026454f3bb83ca19721a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c64185aa25d04494a933e98fe2c4e69d11c92442987dd71a88076782717b9f +size 9222 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1892).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e29890655a090ebd4ff62f984909cf462508ab13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ebf8a6bd8cf42602137279792f723525a7876794e903e29aecdf6d2572d4a7 +size 11654 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1893).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b61f4d5e6e7a743b7992c08e1d11c7f3332247ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec5bc08d50fc508e7b53e0ed83dcb4cdb6d251f9c7d50bcd2d54a0fd271ed24 +size 14049 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1894).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..412312f221416ae1dc24b6926e37955a0e2159a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec8c096dc1f9f3232b9cce7d16bc3c4617bed880dda67a25519d3d9bc76c369 +size 15446 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1895).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f60d49d5d8ec62df3f79b90fcc94223b9d4c996 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e19f6843ce3a149e23537b4ef6067b9818d7a21a22c8c18ee2b5cacb71fb64 +size 14230 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1899).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f63498a2bbf2ec5d77d1151052f895744e31cb7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b819d249c3e98ca8e9c68dc0dabdf83fdcebcc5a8f56e59f0f8153f8c5f78478 +size 9834 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (19).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (19).JPG new file mode 100644 index 0000000000000000000000000000000000000000..748be990b99508024bfab6f03a111a73d915a5e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (19).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216b3a9e0acb3807fe7578cc0f9e5977f2c19e35a41acb57962f14cd96adfaf5 +size 13207 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (190).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..399d22c4999ca270af259a89d1862b1d6d091976 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0f7ff88e9266627c5df5895ac42199499904ce611807815e601d60407e88e0 +size 7185 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1900).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18c2db954e2ad11c6b29de64a856e7e760f5bdcf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfec3637787abbbeef53341ae1cc6ec2697cf2c520d8e3c9fa2f2960c77aa149 +size 20355 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1901).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d16a6bb7a113dd5e7d85f8d98530619820d863a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2751f890bf3b6c09c240a2b136bb67f26223138357ae0748889cd0334be10021 +size 6071 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1902).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ccec2ff31529ef167a58b016a8d57b4b992a8d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7d1aa50a4b3bd06b46c20719e46cab5b3678c0341ada4e66c51cf02e02444a +size 10776 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1903).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fe2d6389f1f2d4b0669b291154b9f7122ab7a73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46eaa7dc1115c6850ab862ea32d8893ca3fb87721198abc2bb78e24f75190092 +size 9997 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1904).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d0bacec6a2885f695a2ec658d309a1dbdb6c7dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5411cfecbae1bc810429d87a89bb093240d922ce3082e9b6aa340c234257fd7 +size 6971 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1905).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed63e93cfe7108a2bd5dab196d4f0056eab0d3bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f203c108836da389f535fa8d82b3541f899a7cb0b4303a9fac4730542de42c +size 17240 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1908).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e40a1e12c1b02715615d70113ae10033e3b2941a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4981fcf4d9501cc8112c64c9e4c5d68e704e4593d7d66a6808bb3875898a6b +size 17903 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1909).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bbf431ce6d80d866dddc671212b46fd2072000d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da497db3c1dbb1f9dab4ec34702faeeb379b7729bdd37122eb80161f3a117779 +size 8019 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (191).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d54d0ae8dcba6372c059a512576ecd72dfb3595 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bace5270f0cf20edf57d9638213bdd8b8626005b2ed210bc98113b2484e72113 +size 8966 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1910).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea2f591999292aeb40e5fa4f4daa955fac58fd1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729be91958d0aed9432427e225ad0725b861df27bbc5de423c93f747399d065f +size 14148 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1911).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14c322e4e66282968162036a20aa1f644084c4e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13e020b0b7fd5220ac5caa62d4488f8431dfd4c9b3794b470ed36e41829b88c +size 15613 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1914).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15b09d3d8c40d17c7cca08ac7f3a3ec4052779b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc961317907c1477cc1b72866066d0b8e4521d592aadca6be6ffdd5d08ad1cd3 +size 19300 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1916).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..086c6bdf4a64485bf986af5db49fe1952332b1bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059ba3be5462e13585f646f67e48e56d651e16c0edaf43441dabff639bbc4ad6 +size 9221 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1918).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c17cd89a3ed209946a829510823bc88bad3e4652 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f2858a7a212316f05d1c44b37e3174682d2b476c6d495f585c388cce5bdc3a +size 9480 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1919).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31f92404f453ab6a6d3af3c61d76c158a5315f41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578ff1fa10f947121b971566e4e733bfde28f97bc43f09e8bdc0fa6c598cb557 +size 19857 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (192).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da6f05d59e7f9b343433a486a78ee7d46336b67c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662617e88fc14e3980eef0e0c31ae647e5f8960f5a4c1deef6ba4f5644f73fff +size 8400 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1920).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d7a6da858a77d1356032687a0454cc5aa7e4458 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d614b4b2fd67ab9b1be61b87863aa815e387481ceb22a8d425f5b18bb50718e +size 16223 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1921).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62bee49b0ec0c997169b783fc8d831b7ad74c935 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ba6a5bbe909438eef9fb73761a57be643385267afd21c8dd514876fd5ba0e8 +size 15286 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1923).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab85b4114dc0a56886e24a37aa10940a3ed68fa4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04bee1a68e5c2fa939b8f5a268e9bbfd85be96cd0fa43b1556c5d84b8dba316 +size 20104 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1924).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b232f73de623a02365adc950aee4284e1e6ab969 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d09484f3ddbc56c29cfa8bd085159ad1676fe3ae81847496e9f76585570f0cc +size 16995 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1927).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c51105d1f10aa83ad736511b4c8be1ef38dfb75f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4813afa0252a31ff4feb96e28001e47680da8db2f155cf93e2e13a7dfe5fca6 +size 12319 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1929).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3edc347c06a548c579f7b35ad92449339442dccb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda4f281334752e66c2d7503bb04f38c5da2ff4f7432855fc4b81ee9b470cff0 +size 10421 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1934).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9bf874d48b19d05e7234b6acef211d870d9ae79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4bf265c300bc3df980aa3ae9efb5c9a90006f1430fc5680d5e4357b269a261 +size 14759 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1935).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c81e344adcdbe057cc3e5e795edd495f0281a408 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a38ae30be5837527f16678d8f067a1366532fefd7852ce8fab7014857799a12 +size 16793 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1936).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48f8564f1ae1321175dc45b73c0d74791743aa6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e1387c491ef36868616a38b8d632485d7a7883dce265ff928a0042652ca2e76 +size 17475 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1937).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c67d5b32f44711975b736a41b1246977e3cb89b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb565c3e2d05c6cb4b4855c44713d59fce7f6011d42648ea4f99a12236b8d6b +size 18147 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1939).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3e342f82221f62e031c222b7aef7799706abedb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedc3742e4426fd056c36373cb2a90d0fd5556d55692a20be5e2e73fe385d917 +size 8323 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (194).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4610d6a11d4b06bd7db846ce98ef961e44f3e1dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf9b8ec171294c67a546e6fd622f081cd828a7f1108a6191c25449d067e4669 +size 10399 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1942).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9badb81d84ebf74dda014208a6ab43e1e2cd250d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e6f8dc12260ff6a522c7139e77d5940dcff71d2c00365e49a7cf042f502173 +size 15886 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1943).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dad79b59cad75ee87e82c24e85f103140ab90331 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5707a681f1d9069e6e856955dee9676111fb6c48f69f3b30e025451f0690532 +size 13825 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1944).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c378ffc39f97b493986699ba52a8780833548cc9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560ec161fb55456f9aab0a8409e8a48553ff7a2b625cdc396212075a12ac8bf2 +size 16444 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1948).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92424511675634537da7258c5eb988cced6b045f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbcc07947a806f991452a1afddb6bf9cb416ba5e4ba0f28e5b6f2f44c64a4b2 +size 13453 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (195).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d9bb9ba59d9bf1706b3e160d54761b71bcae890 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4b6bf183de2c10eb8cdc646d00f42962c5c1ffe3298ba392a5ac7217cc01eb +size 16443 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1950).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42d0d2ecf5496024e0bd590fca3b680f7fc3f3c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0658cd54fb3896fc96c65c6a5430f48e6f37f5d4fcf259113ede3ae3d03d4a7 +size 22155 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1951).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5c77285c8d02483cf561275cb691bb4568e2c10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfe06a4ff5a8021b59d1a8c9f0d6601dd39ef6914f47f6167ea702f45543089 +size 20227 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1952).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1952).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2054dbe4da221fc0da453374b6e86ffb9b4ca37d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1952).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d91e92bd402bfdc60545f5dfdcebc5fc706380aa933aadbb7e3053816f9683a +size 8513 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1953).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1953).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f479cceaaf2354676a41dbb111a2c68c3ac89040 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1953).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66163c6244226f1fa6ae2f85225b7b50c7cbb282534093d722b7058ef2f87849 +size 15571 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1954).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1954).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71fc31d6b051cf5d94ae3800de83a1f935ef6563 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1954).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a3239c23970bfdb3a9947910547f744ffdbba335930cb61fe0ff597b1162fa +size 18984 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1955).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1955).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7242fdf164435574151d448c7e3a8305a6763696 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1955).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfba46790a01e91dad934574d0d5cddf252fa99f1a7e65592dc502123b24614 +size 9534 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1956).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1956).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb7f03d74093160725da8589e356db290fcf5580 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1956).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4978ba8466573384bf7678e12bf7f3106fe547381b9c73688ac003361cedde1 +size 17816 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1957).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1957).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7b40c414a1d54ddbd468d177b30e618b7de79f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1957).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba990abc03e4a49abe96080f1f342cd7f62c57d8d0b55f31b73375b3636b5cb +size 7030 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1959).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1959).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d732ce21b2374c0eb43616a10a31dee739ee455b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1959).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92dc7a7443f56340fb3ea42c79192dfc5cd9d8610c177f0658465369984a6cca +size 19960 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1960).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1960).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef49ecc47102ffbe966691bf8e7516bef6f2af66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1960).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7277ba38e0caeb4f75067eee3c675e58888f0560cb592a18e934bfc56d015bb2 +size 11627 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1961).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1961).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed84aff9708c815260117d5c2c0f4607765738df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1961).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d0c451d9a7baa868e5417d26c0a2999c4dccc524497e54cc4e9b36f32747a9 +size 21529 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1962).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1962).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d06b4834c43cc9d1b9cf539227f2fb5db459e0f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1962).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e927d96c3b9f6eb5bdf76f2ab47cb959d819f89ca91cec46c20e5786d46de7a +size 17352 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1963).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1963).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d85197ae9df9357cc040dde6e6dad62ede2067e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1963).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe844eee9ac942b92bd71b4eeb254b1063633629d4a4cb16f9e5bfdadbdf5f4 +size 10988 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1964).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1964).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67197e100d316d8544a379d3dfda462ee28b9c1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1964).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c5880b073f727822696a267ff6c53898c4c38c23b4a188a7c55a0dfda776e4 +size 9641 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1965).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1965).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f073edda597c9981912308c1ce9fc610ea21ccc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1965).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e033151f9f2e0dba77d43546adcdf2d79089c5038d54cd3c2b52935a4b9260 +size 16572 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1966).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1966).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9f52e199e90df620dca1d885acb540a016cb718 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1966).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74371e7b8281573059aed4b1161b3e23e7d6521573457ddc17a9eb498fad08de +size 10709 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1967).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1967).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4933d993b10516dd94e3251512a116ef91a7e7e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1967).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092e959304928cf5ead9b46ed15e58c2013ef965e7fe1c340315aea4b8453e5f +size 10359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (197).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb89c317196c23ff55418559343ac7da38fc73d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fe209fc3c5425af4592548cdabfddf943fc7d8e28c233a01989f452ffeda67 +size 7845 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1970).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1970).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bfee1c8cfa417bd4ef7b8b670a32f392b1f7c57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1970).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71124e70221e2542bbb5f7cff906287bba355a5213758ba9384b664bfb541de5 +size 13304 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1974).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1974).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d688411c3b2fe4a9daa5b6fd27b2d186fe22e13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1974).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4258663da2b3ca252d89a9fea26f89fa2ab73bf03edbce9b18c519db7172948 +size 12516 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1975).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1975).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24fd2af5590ec628ede465b7edc3e832834badb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1975).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008ef6074a97d80c17fee70709b5b036cf0419ad5d16b12f5cb5c72aacd680a2 +size 10019 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1976).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1976).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdf77949620b660e7866522220cce4f905708751 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1976).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76e5213b41c6cc146b04fe4f06c0b2acebe47373c5ddfb4b65785d90e76a25c +size 7131 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1977).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1977).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1775f1a9531b36015055064b515298fef901222e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1977).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c5c9aa7d34e1869f6d35faeaf900e08d27a2cee5a3f4c413eb919c3bbf3291 +size 14271 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1978).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1978).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c232b1bb9dc6fa06578921caa8de65d3140b312d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1978).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f05832d4325966fbdd3a6eec37b1ff0f8b00d08f08f83210a4779f8cbc7aae5 +size 11266 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (198).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5deff0b43954523a74a2f4c36b297dae43758f60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75775b0250b747d957801e8c8fb5bf7eaabbecd1dce7781a2eec983e46fb3a9 +size 16890 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1980).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1980).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ed0d5f10ccbc61471ac458514054302f89bd91e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1980).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddeaf17f2c382e7a418367ba9a445b80f2e6f985e0ac5b3132c24fb7bb8aefbd +size 18305 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1981).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1981).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dfc6c57d170f5a873eadd8adbe14e26221674b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1981).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1838d31a87080a6fb55126824dd3b15079801c686a4405c78897a30188d937f +size 13291 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1982).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1982).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e8eef7c910446973239dbc402ff3d776728182e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1982).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ce42ce81a852a1368591fefc2b8a832921f231180353917a5f5deebae7d75b +size 19769 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1985).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1985).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13307ecb28570dd94123a0a16de02e70661e31b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1985).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c7b994729cd539ef478686fe06390552443c814128bd537192a647402b175a +size 9122 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1988).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1988).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca0aadb84bde2af8b227b95a2548ce4ccdbc862c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1988).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b45b60151c613c35f0b434a7d257c861acc5d7285d9af0ea7377b166ca4e40 +size 11052 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (199).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67b5cd080615f651d9020bb24b0b9db0ef839743 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71a53da1abfd00d27adacb5253e19b7bbd455d6178c202558924aaf3fa49d2d +size 9600 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1991).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1991).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f06e43a2a3c58f440f9d85bf1661811fe29f0703 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1991).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58ca62808ab1e9bfe10be328625c701e8c34dff3a5433303adc01ca0c4afd56 +size 17699 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1992).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1992).JPG new file mode 100644 index 0000000000000000000000000000000000000000..578cd9d29e6850385acc6fceb6894e2d0635f76a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1992).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4772fadbfa41f89b0e4e7ff6b24e23aeb55238ece4045f00d854592c8436ec +size 8558 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1994).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1994).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0cda428f83146de7d150dc594882a32e81d2e51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1994).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97cb610c6c6fbc000ef46f35c616313e21ed5bd3cb053b8295a02e498952aea +size 17702 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1995).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1995).JPG new file mode 100644 index 0000000000000000000000000000000000000000..260e910e96b9276a7251c5fd360ef49b76b2ad64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1995).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fee15e20074149b48e85c99b68c025f6324838f7da4bff00efd1fcb46185ce +size 10428 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1996).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1996).JPG new file mode 100644 index 0000000000000000000000000000000000000000..190954db889fa5d35641b6954fa598cf0f081d1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1996).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c9f605d1191e8227aa5dba57f24cf1351c0176b3f164ed745f6c467b73156d +size 16999 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1997).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1997).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7570395dfe95c1cd7ae0bb3bee014640307c9eef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1997).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dae320ca1fc4eb6befec687f042610030f2936966770618649c0dc4440b3cd +size 9410 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1998).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1998).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1f27c7b2956bf881ef5e2692ede396ef598ea3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1998).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d1e0c4b3a6c6fed22c2893a5c3fa288121fdb24c6adf748abb0e93e51e89ba +size 20568 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1999).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1999).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b2d1435ca7bea475c15b8b8859e80e429f3eb02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1999).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8269e943ea1ce269f79e82be0620d56c597bb5067e96a2304b096cc800a4d64a +size 13427 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (200).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cb827bb46af39ede1bc212dd873c6c9e988b76a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae653f26b03eb17a520624e7ca48b5584b6d33dbfcb89b10ea9a59253eff0a2 +size 7107 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2001).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2001).JPG new file mode 100644 index 0000000000000000000000000000000000000000..307b6c77356eac0f8aa0939bd5b1bd64c1ad318f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2001).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b274308086bb277e468f95de2498590ad443ef3a5366bfae3c257b73868280f +size 9216 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2002).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2002).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13d29c0946bfd55e0dfc25f85a08f62bee3c2a02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2002).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b0c043db3e0e3af5be42cbe57b88d9cbd13b7d6ae0baa2a2fe92d043ea913c +size 17411 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2003).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2003).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da162d2ded5aab1b25afe20361ef9af18be0121f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2003).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50c36b110bc306514e3d4e092b9b237077b1f969aa9ee8d2893284384488ff0 +size 9012 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2004).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2004).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f6af47cbc56c1d8df07733ef84af09be0bc2004 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2004).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22575f55d36582a18f8c186df1d591176083899de24686bc6d584e3ab62d07e9 +size 12968 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2005).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2005).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c46109dffb7a160e8891c0caeda89c62b768cda0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2005).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4138d0621b580186f6835913866182fea89faa78f3cd75000771212748508e6 +size 20386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2006).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2006).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fff58f1625146fa43dafc26bfaa02028d0c328ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2006).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2679625299e8a05cd36df32bca8c2fd2d011a35b02b2d42ab69963fdadc7b6 +size 9542 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (201).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cabd2ee25bb401341dd23bdfbb5d718e85427e34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ebc776a96cef8da7258550a049ff0e29f3f56fe563f85464db0d6280ee33a5 +size 9093 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2010).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2010).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6152840dfef96da3186a2984206a617eac61dce8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2010).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8265a1eb37e0db96d18c6115e92820d4755eab911ccc0272246b72247eaee9bd +size 8764 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2011).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2011).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01eb6304ae73e625ab0063674669aed73a98678e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2011).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95773a4b7392df5c8b18a19a2230af7be04029f2f05dc4b0f3f01c7bf5a9fcdf +size 22446 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2012).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2012).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1fd58feb1892217010eec1c5f1f51d9e36d5a1d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2012).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e0e40104569d8c539dd7bc67a226596c57140775edd1210b78e0e5ef85efed +size 14050 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2013).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2013).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a125d90120650a70b740596d70f363667f105b57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2013).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f07a4ab6b7fbb5196785079d4ea218716ed239885686b50353c8c37d1b857c +size 8883 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2014).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2014).JPG new file mode 100644 index 0000000000000000000000000000000000000000..017055d953a9ae529f966c7ae27a118354e974cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2014).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d8b934e21b608e855825beab10dc6e9e8ba6ba3fc0d9c21dd3848a485d1905 +size 17628 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2016).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2016).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ca7ed4ec0c8f732f903d82f7c2ce12726fbe99a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2016).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae083e7f8afde8a4fbbbaa5bda09dd06daee6e522a49ae1248a4e726f12388c +size 13948 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2017).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2017).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51e93f43e13cf2fc48e58d68824194c5397565e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2017).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf224d2bd1f90ea1b3cf8795b41bf7cae4412817b09af4c80ee36a8219b77bde +size 10592 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2018).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2018).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76b2cd7b570ff84bff8d36e376e21fcf5cd3e653 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2018).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f9d04e128608af1a51ce3e0b1e15368df3af76e663817d1d2a130c35b5e265 +size 21485 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (202).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6f5184839a56600168f661af7a10ef3977eb594 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e561066e79908c88033e1975b28d8f82ad0b006a5b29d15abb97ee7dbf6da0 +size 15506 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2020).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2020).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6d089755bf4435a8274d0b601326c74a1120d27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2020).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b08ef645b65d625556bc37ae6f0e4db69edcc1eddb61e9ca4ed90d92948bd78 +size 18274 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2021).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2021).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c267059b586e34ba5e9e5f619b295e5e0ed4d91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2021).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42851471253dfaa677d21d904fd656f0da1ecce9535b7cb458c51c349a6fdcae +size 19804 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2022).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2022).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0e69b57a63071bbcbd77f7202124701dc70d1db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2022).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3085c55abbb255ff63ab074fe09f752737099a7b4d6a11d85407d2169248040 +size 19813 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2023).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2023).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00ba788a1bebcba950b6fd5634da8788e02fbb8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2023).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ab8c4d0fc6bbc9a0606255f1fd91fb9ff6d7383a817ba099a3339e3bafde5d +size 8209 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2024).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2024).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e27577304037dc9da68d5890ab81c6dbede482e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2024).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ffaa545c6df500900b49001ec8184a6bb14bf0173cf1416afa0aeb201857664 +size 7917 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2025).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2025).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6735d870acddddda6cd5c779af17ae752a138383 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2025).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc13a72748689b4981b7ef6e8b870ea6972164c4f78e1d8664bf8982cf225e1 +size 14093 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2026).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2026).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df2508530afa807a1cc574c83c85e7ae9dd37910 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2026).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bdeecd807589cb938eae51377cfd17ea49385f2513bb9e3d397c402b0d39c7 +size 9477 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2027).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2027).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eea58f9261c4f6801c511eaaf9856f8e4a356ce8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2027).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9863ad7a642b27afe999dc3595de4692cb56730bcfae02736dc6a08ba45b334e +size 20590 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2028).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2028).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edee1f9624e24308098373171b88ec3a7c3e720f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2028).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068e6b955a2c64e744c089cea67cfe713614b0d4e601b7cc01b437ba1a5d204a +size 9704 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (203).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cc38eaa25800e4e8f818520726332d7aac2231c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30676a58c3c9aa07ae3db822275710a58be28fc2e1b53d2b647f8d9acfd61b12 +size 9925 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2030).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2030).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3867828d90cc2b4a63b2f310b952c7b639479513 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2030).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0a5dc2c65f290fde36038da3c2812a75c12b6c2fc2c2933673ff2c42f145d8 +size 19658 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2032).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2032).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2679c6c60a1cd30bf6624eb27f30ff3b8254a2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2032).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81c22ed4d24cd7df3d340ea1fc26b6f5cacbd07d1bcbc66634071cc2b1cc8cc +size 6932 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2033).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2033).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b185f5aa1234c3b74ff794c56e683312bad9ac01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2033).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed250c608dd1c7303c52b08480ba5ceb395baf3899bed79ea5d54e0167405467 +size 10474 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2036).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2036).JPG new file mode 100644 index 0000000000000000000000000000000000000000..497466156885f9a2a054d38ada8971e2454643de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2036).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4909a597c23840f2ab1cf0d6a69b4977ab6775eb9563f1a46a8c8f4fe46836 +size 12273 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2037).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2037).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c6f3e0cf2703881e05d3c7872f5caef4410fe46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2037).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecf74d40f3cbe1ffddb18e730e9ca95a9abafc858c00dc74e736329437370c8 +size 9812 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2038).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2038).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05c271b4246bf1f28dc479b33d2121a0d0737783 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2038).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6834998e450740d3d00e850eac5721837a683fe7bb633cb2f06151f6d9b86d1a +size 21291 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (204).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3b61bb0f724b295b7a963120d754f6c4f5a2ae8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa08f1f9435707c3279be64a7e78740c6f559bb3e8f7e949cc259bb189bc681 +size 11538 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2040).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2040).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02a832514d4b1d067452673ad971a2cddff12cef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2040).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f7a0ca9bdcfc708b3d0d8b4bd0fea0af72cebc69a4029cb269677b2e3ad753 +size 14918 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2041).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2041).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e831cda3dd42677913e1fe93d307473c15779171 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2041).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5837ee40412336b7c135915cc1d6844c644367a48a4b05306cd1d4cdbcb81ba0 +size 8487 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2042).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2042).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d38220e9b1a34a023b0219948b9b5a79d238af34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2042).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9ef925a8d7c3832bc9b0cf4aab4fbf59da1456caf39c7523a525fcb96e6448 +size 17382 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2043).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2043).JPG new file mode 100644 index 0000000000000000000000000000000000000000..786a259fc3b71d2a866738ce1d1960f10735a883 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2043).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a0b10a299e08981bedaeab64f21c5c5243763eeb074e2ee20e85126bd6eebf +size 11076 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2044).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2044).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e469a0acd3bdbd41795e353cad97b7b0214ac2f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2044).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b65f66959bc9e62467c578e83b25a72209a86369b15b985c89b907ac3191a04 +size 13280 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2045).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2045).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1674560b471289102a698a845c7c1d1ce20e2a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2045).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bbd32ec38134b7ff979d0983f575c6daed293fd5e97ea1a1bf6342a78070d2 +size 9244 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2046).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2046).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c395cfa933acc76a6519658b6c6ad2149d0817a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2046).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7363d619159681743b001542af6e1f7a4fde70fedd3e2d99bc3c57428079c4eb +size 8270 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2047).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2047).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4623558fb00487d39311124d4a28e94f1ac418a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2047).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d641930e931c364cbdab22af94a49ca80ad66712ae7afe1a1d812415535b254 +size 19607 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2049).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2049).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d358b0bda5114ea41a1007cc7a7f0d8a3bf27244 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2049).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dad1bcf3910117cbfb32eb0d971029dd86e645d102d68b842fe7a3b81147cac +size 15680 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (205).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29cf346de51ef9285b5641629913cbed96a04b69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719bbe1e8076218f1945da3a7551ca78eb27671bfd05e956035b6a49c0f9c286 +size 7964 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2050).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2050).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5d9dfbf89b20a7989a344b7096817349e2e1fc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2050).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d5be39f1d0f274d1cd249373751c85b7ec08bc186ed2b04f30c43316a03b77 +size 9300 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2051).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2051).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12f61226f583648eb41d5e23c2325adaf378e708 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2051).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6be64e652fc7cd86e618780f03ccac4248c9ab6291203a31308559f577bb77c +size 14538 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2052).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2052).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7ff820e3ae6e46882265a9eaca103e659fb6db7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2052).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373011628f9787fb0293f6a543280d5038fbfdd7e292b412244bf02fedaa6f6b +size 6908 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2053).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2053).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e42456fb02d1e2a30fde010ede239889b6a0643f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2053).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2813948ee9f51db79dc0d60b928730080a54e88f6f1f133b54b91a1362744f3 +size 12337 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2054).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2054).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f48edca9bbb96f08b7d50a0381ec12a8ea25195 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2054).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc86904cbe0073defd736393cd93dd6e08ce13043a1367a0f67b21eac99af96 +size 10699 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2056).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2056).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50262b225f9ada39879819e69a191c6ec4a0d27e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2056).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c23ec2fc742a1b48d1191f33b2ee98e366e6ad94e646351bdfcc69873210e9a +size 13581 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2057).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2057).JPG new file mode 100644 index 0000000000000000000000000000000000000000..179e2849c80e3a97423b542384333c07a14f39c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2057).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce546b03e785784438aee41da7382a6ee0aa269779c55c984b9e1b42c0a8c75 +size 8767 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2058).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2058).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39454f7f65f2cbc54d9bbe9555369487530bfe16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2058).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b329d86701f073097ec39ab928d1aacd325dfd6111919d03d117ac636ab8bf5b +size 16232 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2060).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2060).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edcc3e847cdb997c69786be6de0063003c68533a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2060).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d4c3675dc9721bb37cca5d83f3a22005ebc4deda9ba05ebcc19024a802888c +size 11164 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2061).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2061).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f4d2be050c0da3ad4bc12d3453df62d4396f2e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2061).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed533f3ae175892532c51f899225c4ada0d06ddd3a461624f50f8a0b9624cf9b +size 15304 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2062).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2062).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2c826d33df00d66362eed18d3cb7ca2fcf5e354 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2062).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf169caccb542ef03645b6772a13ae705c4dd21aa0e6474e51a401076c1850b +size 6943 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2063).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2063).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12a6a0a8ce3d1411b4401b3132425b6219d65b25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2063).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4728f5da57aa15129066adf086fee121b85619efcd0376e7f328fc13b1dee60d +size 17168 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2064).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2064).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3f42014f6e8529584bf025a50a6a52de9da0b5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2064).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814879bffef23f59a737af9b9ecbfa67381029c0342c536d5e7a19a2c404e1b8 +size 8773 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2065).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2065).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a306bd1bbe59f67827c61912ce8474e3f65642f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2065).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adc61dc2c6c3eb3ca5a8f230fdcd53af4fe1bab5a6261d8989be0fe420fc8fb +size 15604 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2067).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2067).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2145e5f16c57fa99875f9cfcfc70a8d1c65a9b8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2067).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9a910fb1d3169fe4b78c5db280b2c927c41cb2616d08cde28763904f0c30c7 +size 15497 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2068).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2068).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b58d7473f0b8bd1304acd4022f4d122b3fefdcd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2068).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63173495c19c1f9dfd8934d672d63f195572232c8b739740ea459e105ce20f15 +size 20911 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2069).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2069).JPG new file mode 100644 index 0000000000000000000000000000000000000000..211bf7cac8da88fd14919c2760494ac4d19ea954 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2069).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205e76c8dc5e597267fed087954f13389c27b1c35a0713e68710c4c02db2c67e +size 10476 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2070).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2070).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11e7387a71515aecbc1fa8a3690a18b4635586e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2070).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a35de8e752ae0012e2b1a7c6013718996b6ca85c0a02252453ba831306c25a +size 7842 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2071).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2071).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1f3ef24ca10f2686340b17cc569101c13c3fb46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2071).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4ffe347622ae9d22d0a1481e53c165c30bef2909e86310ada617771f649e28 +size 15243 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2072).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2072).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efd2ce866d8fc1f90861956d2561a996678b1e80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2072).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b1d15c604fd7e9e86afb42f07a3986fc476c72f5e2a553cfa8d4d75de08ca3 +size 11963 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2073).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2073).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12c90b9edc2fb673ab45650876b01d2723b932ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2073).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3855cbe76baa4641f004e8fd155cc6a39002ec86c6df4768734c094e96871b7 +size 15142 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2074).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2074).JPG new file mode 100644 index 0000000000000000000000000000000000000000..472eff6cd8441242e06d59340767a8cfdfe14af9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2074).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1c2bbdf12730491c233618bae0fb7450899f9bfa88a9682b651eee26910825 +size 7391 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2075).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2075).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31975412acd02c8c073e7fff0afca49e052806c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2075).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf5c63f5fe4d52c9019792abb817b779127bd147e124b5e3e5e1168f12477df +size 10102 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2077).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2077).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8bcc1bc595960f64d8e041a2dac8d8f5a4a0949 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2077).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4238096c090f6458312d95e56780d7b3f5f1bd64f6661c237e7bf552dbb2ca +size 19420 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2078).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2078).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb821df7c423714d4f62068c84530f26f5733d82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2078).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319920922d3dc8a39bf047ecb2776e3b56e027c5151f4551b607fcba5b16c720 +size 20594 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2080).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2080).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ca48034a4e334fb788812e9dc1e1f7f2ece838d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2080).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfa24adb7c4ec05538d0c0cac75dd26c4b3bec0fe30c7490cc163b7c480df95 +size 13039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2081).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2081).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d2cae3529b49ed6f246d212182266673d37809b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2081).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23afc4bf24fe94dd1312d28eeddb3fa699118ce12030d7578824459d5268712b +size 16128 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2082).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2082).JPG new file mode 100644 index 0000000000000000000000000000000000000000..962aa8b4e3b550948bceea115896d81683ead85d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2082).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5d9f013afbd45bf41be40fa63f639955cdfb6f2318fb34487c11195052abd8 +size 9071 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2083).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2083).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82a205c9b48b57ddfdfd37831d40b7bfd9f18cbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2083).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3a00340e45b5119d99f8945aa2597116818277bedba52965b466d1356591f7 +size 9672 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2085).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2085).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfac07d7cd3798e5dd917d3bcc2d01c04a366d45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2085).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5b6ca84ec27a48dda340e759d29a21d9cb947acb0efa84ab723a29b0a9b12f +size 13740 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2086).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2086).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fabfe349f2df5e39b398fa1989b9805e0ca02f8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2086).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08043450782df774f217b957c70bdcd0a592361e046ea063e5cd48f31b096bf +size 9960 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2087).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2087).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb877fb0b9d4c0b2655469d17b15ad5d549d34e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2087).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3371736fe517c3fc69292dc325467cc5b41bf6a0c34d42826710d5caa1bf79 +size 9201 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2088).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2088).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d1104d9c812a4b2aee1b5518d8042bcdd7586bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2088).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b7d7f26dbcef9439c5e1b8700cdec1a5799e115be00c4a9f2e7dabdb43230a +size 8572 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2089).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2089).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21f4c2c06772db89546b98a65ecd74d8431aecbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2089).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696dd43b59a828e3edb6593e2379391cce4cbc1ce0ea1dd9569c8c82473e884a +size 8047 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2091).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2091).JPG new file mode 100644 index 0000000000000000000000000000000000000000..699be7ec033e4b383e9a5aa435e7b66313f8562d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2091).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1a6935143ae838e21e27d131a60e8073ba73c71bdbc0cb31f2117cc5074590 +size 17981 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2092).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2092).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c031c34dd366ef9a1d3aeda8a1ef07eeb0788a8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2092).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e861397abde9261880828ec0af74f580bea3c827b08eab660df6dbd60e84850 +size 14008 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2093).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2093).JPG new file mode 100644 index 0000000000000000000000000000000000000000..058d26e1b1bd06ca801432253c0b5462a090cda5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2093).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b3b5b123bbe0212365718754790d967bf05fb8c01db4f8d09eddd2dc4a7abf +size 19042 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2094).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2094).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc32630cae2a20f7a8bd2052c92d9d93ca16be97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2094).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64533b503c7eb2c53d6cfdd323a00f725da6007e18e239818fd8d071630f2f93 +size 20656 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2095).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2095).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e87adb37026d9d9b048bda69121f287d9ae781b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2095).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6b83b4751984d94d2beba1e475616f84342e9765d8a2663addc0cda832de4d +size 19953 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2096).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2096).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4d584346477f0c9df54682374582b7ee5be01a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2096).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f26fe8cb0b8389705a4f0838f7e753d99bb2ceb68eba518f84bfb96aa710b9b +size 16992 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2097).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2097).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8caef3beaccce3db60bc4211657d8187aeba170d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2097).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831d41eb2c525ba3bd87aae61b85c8843daec9c1486b288ed4cf809c2f13f437 +size 14732 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2098).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2098).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f9096d02ea4cf4e05ad0f1605a582200052b436 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2098).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d85c0ae164f28eea1b02b582b391e5fc2d8f1c54fe284dc73c897f080a56db5 +size 9096 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2099).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2099).JPG new file mode 100644 index 0000000000000000000000000000000000000000..545d88be5ca461f343b6c07a9b5aca1a34a2894f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2099).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb18638e81904e27424e8143773c7893feee3fbd8792f76f78ade0d0bbb143e +size 8005 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (21).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (21).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4626b9729c999dc021e85ee1b1fea24eb632428a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (21).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebd131ccf22ea4094edeae7e20b60695c305b255a81db77573cd0d3dfc5ff6c +size 9824 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2100).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb9e681ac2a6417f8815c98931f8a6246b9642e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ada07d8e457147438b57e30a686837aea0d79028950fec5b9a08d92b5613ace +size 9144 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2101).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54e28f3660ffffab10ee2a472b4afadb53cb3a58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35028aec71662c677bc205a690a4ecb1990000ed250f380af385818d20a8bbc +size 8950 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2103).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64c4547e01f0461a552ca232289e6ec7b805f9a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fc5b5eb32a55bf1dcce1a6e6bb1743a06688a1d30b1b4b1ad9825ffb43712c +size 18336 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2104).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..985322b4a86bb51591e6fb4eab01e2ee4db1c83b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bacbe5ccea37ca0c4085818555c5858c4d11fa90dea521b7b9623ed20ceefc1 +size 19561 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2105).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a2a516362f00fc20510b873161f97b8b1df52b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4716bed19529ec3baa72781dcc3cbd3dbef1e540efe9591026e49e62f85f104 +size 7888 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2107).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb63a156c35188f3076682604db35ae751ec83b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755803509ec4b1ff59c626e6e7de9fc9a77554bacfc0aa3409c26324924d0b91 +size 15234 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2109).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efddeadb429cba2c7799e0c87357db36cb705cfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38198918e67bb2accff17cfd55dd1730216882408dac290170454f30281f808a +size 11328 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (211).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56a6dbe6e7540236f2e02e4865eac78982d1bb0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df60cc4c6ae4df5fd2b63e9159c051fe24ef07500ed8d8fd6d8f65960c4a6d4 +size 14521 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2110).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6c0cae9ff9c002f466479394876b2615814924f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f79e3d5f8d17b3d82214940c407a20f370305d3b49275add7504849b250eb49 +size 10421 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2111).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4a317a43fc3e18835a737e9dabcf19d57a6b68c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ad50f16ab730adbc5c624f5e5c5a1ccb171bb69e4b92150c3e04ffec760884 +size 14009 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2113).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7afebc6fab78feef6c79c94c8bcb536d84d62e13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b45297f90cc12cc89b5305886cba525f6343bcf5169490f82b1d66c0ab6b122 +size 19265 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2115).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42276ee136dc8540f47b69469b7a5b7ce5a4bbf8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421689106453df5e0ee2c96c346aab5f95c2bdd5a34e2e1a1442ed932c127127 +size 21715 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2117).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6432666004efba712593fdcad8a2417b26aaed9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f511db47e0d985bf42a4f7b8c62286725b74fc18c146516dafbe9c1cde73d5 +size 13936 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (212).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a533182de11acc879138d5b9094f786cd7fe671f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97feed45e804de6b671b9ffc0df9a8aa13db2c6a0625514fd7c8094645be0844 +size 10299 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2121).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc6ecaba85fae587918a1a1d1cd7e1de9680fb08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7eec36ed58638db223ece094d17cf99b116296a552fe6e9ea3190087e46df6 +size 14767 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2122).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..188cc7d6a2eba904f0233916347759d4b3bd1885 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6909b192660162b8bdec0a258c26805a92c30d5555da95e7cd0add5c641bbd5e +size 19213 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2124).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc62a97ab4affe044af4e8cd544035c0a3e4161d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91728a279614b9ec50e7a6e4aa6ff3aedf397e786bf06fc11fa9bcd9ab59bad6 +size 18005 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2125).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f4a4257e25c36e46371187421a596da0ed3ca96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7491c5155e7eca4e3e2163a68a5195e92f15551229695f3d2c0e219abe0ba0 +size 9708 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2126).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac0ff3fd3f9fc37719687f7cf06f247c352bafef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d37d330c3a99d4c17fe7748de5e8f1711266e5bfaa61fe1fb5be95ca42135ef +size 12801 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2128).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc0383a58c9e78ce62c6f3cb14de57faf5e4c72f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23517a8ca223e83025740b4313e8545b62a9a671baecb877c5b78150c415d16e +size 10254 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2130).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad11d1b3c7b634058d3b524e9972b9365acd1bed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737f94988ce1666c6bcb4d05745716dc3dc4a249e5f7e1b9dc67412a4f99d36e +size 6862 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2131).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4f37cda99c41c3e71dc8bfe7200a8d3c2ec3a33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a05d89eda963172c23b1ea1658f9f2d79c329e25740c9336993aba4f1fa97d +size 8232 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2134).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62a4fbc56c5baebcbb1a22bc36220d53ee335419 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817d8e5429573a869630e8d6c03013b6e73832efa6d7f68a64dbb12cdbaf1dde +size 21100 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2136).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..285fe6183563d2087731c590ef85d255a23dc913 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8507cf6e2ac69dfcb16196b2fe4322d4af7f1ea09bc75dadad5eefa4bac9ee +size 13201 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2137).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74b04abbd6fb2d1e203a5e75c77dcde4aca1f5d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8dda12139b6c9ba46ad694ad5251f386278e693064955f53ca74e63d4e710e +size 10344 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (214).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b4037d4a7a0aae5a50be68537ba23edfbed2ce7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039d5c9c55ae9b8c1dc655ffa4885b1600dfb434f5911ec36f73d4914e6e2592 +size 13914 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2141).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbb0d4114c41062b525542fae3ebf9d202f45658 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61a5d0ef1b8814c558e9cf4520692d90e77024644531627208077c599d220ec +size 11847 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2144).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89a2fd573757cc813eab8ac5a716b7c044ed8b19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5254bc3e968caae5bc2261cc119653038b6b19ebb8dd4236149610801a887f59 +size 19976 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2146).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd30a55887d348af2dcfece109181c3c5d370ffc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72dd4c8a0227c5741e6ba8da5aff24b66a0c84e9f787acc86f2775ac373beea +size 13765 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2147).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfada55d4d0909c46b1ec2cd92dfa1197904371b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e862e70b45512ff21ec703905faa1ccb83e97b7fd605ebe6ee5bee29d97df9c9 +size 8917 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2148).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a98b30bbd807e7058e61b207bde60c8cbd650c7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194f5bcd3a1c3a068b51d4c335c79d77511ebdf8dbcd54a8045920abdf0fc8e3 +size 7399 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2149).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d75f945ef18e35aef0a287ef2ca2fa5a8a6f4c62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea74536987b1bf5d609eae8e2f3dc44c39e504e86d789b7749f642440da63344 +size 20995 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (215).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3213c1ed12b9696d400cbfa586102ee2216f242a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41c5021ff1a20058134668c3d0bbf8b0fcde26fbb6e5c44e9a58b97f62bb84d +size 18660 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2150).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab9a73d09fbbd690a657254942e3040452057cf3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1678f67113187481545720de34fe1ef8ff2df49243729ceeea891dd683f4492c +size 17843 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2151).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96edf3c91965d5664960bbedd36b1fc147df915b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9537632e953fbd8e56a933c68dd6791976dbc4742de8c25b38587a315e93774c +size 13416 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2152).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..adfc0e0dd3548dc386f754105961de5f141ae9b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7baacf1653ac04d65a7e44a5bb1eb1dbbeeb916d053f299a9527443dafc15e4b +size 20087 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2153).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e11f4175e097e1eeadf505f9a1593f79263f8ac5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40344e90df35a9d44f8a9110d6e8a47de7e3d5d50dfc13b0615f435ae571902 +size 16685 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2155).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cf3621861fc6955b1e92c4da6c6734a2a3d79ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9e65d5529fa225dd43e57f5fdc392e3e2af2ead78bf16950f8a13274508d2d +size 8424 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2156).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c48a9a333c73fc8fa24a94e75302bb04c552e0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e5351a9b271a22817de20847507da1265f3e78ba8c919807fb61794ec1176e +size 21079 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2157).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6802fc8ae9ca1aa46415f300bd973c928f8bf20c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720bec85a95ce3261b6ad3121b1373379f778b9bb5cf6fe14f35138c85790361 +size 8490 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2158).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3dd9619701eeb7dd5538c380768d28414bcf0410 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a768cea87e575c3a808faed24427c6ffe40f84e85eee1b3b2125d9f7ab8d91dd +size 15920 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (216).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7861565531ae8185cd6ba3ced878fc2576f79453 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f4cbac1664db6bcae8f04832385d42ad92990efc923e3c919ce8d5d7a336b2 +size 8499 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2161).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6926b68dd498498a0973d711e8c32b2d4e328e07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e333bd29531c4fb797de2246d783f831bda6a490e32164f1311339be9706a6c +size 9505 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2162).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d344d064364f37297bb35011bda2b4b482179b0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b9c946f7e1fd8c6671c7e7a24471be19efaf949ead179ce9ee5338200bc74d +size 15391 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2163).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f79034258de23ea1820cd7b6793207d88ad07427 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd5a4db0d396f265851fe9e2ede286ec4e22b7276a03bcc75c26d6dcc056f1a +size 20440 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2164).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab8b2d3897f98259b3d2f218f074998c0c2ba8bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970107bb57efbcdaa2747fb8960b84f1f47d0b7537da45180b338b1b44c7c656 +size 8151 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2167).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c43c4265f7239bc4b0773d76f423a579b610137 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e06cba73270244b8593cea8e829f5a57adeae873e9394c320fb636b661e5f3 +size 9765 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2168).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7c8df9fb12f701a8a8e2149da77d096b5308887 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc448486972c77002401b247cf84f596d8bf7fa4568d3ce82c863c0464795f32 +size 9127 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2169).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf72f7ba361d27f15ad1c77d7d3636713b1417a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faebad89f5d6238eed3f08c59a73959933b11acc487d6893c62eae73153aebdc +size 9173 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (217).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d9e07929c17670fb9392e0821fac7adc9617114 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad482ebf0da756251bccb81821a741566e6f591a5ec3e76642448f61633f2617 +size 9951 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2170).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e20d7617ce916a49eae89ab9b87c45795915115 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f665b8532ea25535e5670900f80f2711bcf621a088e73d31db474b69c38f351e +size 7256 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2171).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97175c493966e0474fff0995fa7049e0251f8134 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5c642644b8f31503f818a8bb2bc73f926a7000ef6ccf71d72b45e1ad106890 +size 16206 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2172).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9845a266e61f8d01a33a4f6ee3c584de782f7f2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2233f558499bdc1269e7292afae25aa4509a1c55a1e97b1e8b14dc7df1ebd758 +size 10349 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2173).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..124707d8d5c50ed2fa2c420375bc38a0043377bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082284c04f4887721933c74d94c231159dbbf8334297d75fe96f7513e438b142 +size 14277 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2174).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd4a50e0483f5040a8449cd3d25dbf95d6db957f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4327d81a3adc7f957b29c52991605e5eac2440cdc4a37c75d91b6df936524b64 +size 8363 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2176).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d233c8017bc3a433b5b524d53dd2f8b1aef31fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436b95871b7d563132714a0ddb972787eb874619fb948b1f533d45538604ec63 +size 18903 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2178).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfa5d0b6098b59061d3978596f79806eca241e1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63113a9b9d65489fe3e4f9d6a6853077574485e5a91d3d0ab463f5bd1e602681 +size 9794 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (218).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a83b194e3c88c7f118309c1520c90cf703aa097a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ddd70b20a9b5dba32b3648cff945dd67be5994a2d436fc10f9c43055c11ca2 +size 16306 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2180).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3321fc0b349a2c91f5ac4920782d6590a5c5fead --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed9fbdf2107b1fff2810e7f490a415ed23502b9116125bd537b0626cc72cab2 +size 17760 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2181).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3461985f0fddd246075486035e4f3143afdebc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddead144c7963c792392b8a368ee4d83870ea9f6bc7b2034547b80c57c1bc5d +size 10402 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2182).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7fbdbc81ad5962c75a5648ae53f41a68b6f751e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d910b343a065ba2fc43f21817bc7428767127117f61981130dc12509459965cf +size 13583 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2183).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd5f68eb68d92e937cc675d1470a1567adac06fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17155f041d8c8c768412c3cf67692997ade2021b400f5af76871f03116e9193 +size 15955 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2184).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d56cf3627c25871fe87fdfeeb034ecea5ba360cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5394639cb25510959a4c5bc87d0a21db6b8539bbd13b38bd8d0a6f7554509859 +size 9261 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2186).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da37a71428b9b4062646e6caa13f5ed4ad6c3cd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd71efde6f56506264e1dab5057c2392253936430cb4fbe29dc010b3043356a5 +size 10296 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2187).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..032f5c590f953d8b54102c0243ff439fd16a41e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a104ed5863ff0dac6a489a0a67f0f806e255bcfc01ce27044c74bacc8b9317 +size 10165 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2188).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f64d6ae123d80f996e03b8a7e5594c7b29922ee6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c05a0f55cdf69097eda7752f104f5fb9cb84514f9d253f2257528664065b513 +size 16024 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2189).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3592eca8e2dd5d21f89a71b53d6bec89e023e0a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba49982b38652cb9a58f12427e8acdb2e04f3a624a235352a6ffc906a2696ea +size 9758 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (219).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81da3f9ff1acaafa4d2ccad74898604439f5ae89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581286bdd22b7f505919722d99c102267211167411aac39b8b49381005491b3e +size 9118 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2190).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..552c56530a8c1b1e2429ea946c24bc0cfafccca9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b5e2313185ee642fc6931aab24d4e2c2b6915d467eca6e16508e1e458cc7b0 +size 14851 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2191).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5401a6a15817e3e524ad9e3012163a28f16dab3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fded04edae1fc560a8fa6972a48f65c68ed8c202108f54663004b7a6aad9c8b +size 9143 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2192).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd5cb1d9c785a695d2c4e6096e0c271e5b7afeb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81761aced022ef84e8facf788b369977a6304d7c8cfd6577f56c0e659b2461ff +size 18036 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2196).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a169e71236d94e25e4d325e4f7a33fb831ff356 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaf962afdc1c02bb9cd88c5734bdf29a14268630c9797df075ddb74bb307fed +size 9255 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2197).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5b70394aa63f3184dc84dc2e34ef96594bd4fed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcac8b034d6ec9e4e1def26e9aa470edf988a1ea06101bc566037e14f33eefd +size 17576 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2198).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f15548f0116bbebe99b6469def1a3e70854e0c25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0a222b4bc4dfb5dfce726d4f09e0d273072af0d0b8d9da416b337bee8f9895 +size 9118 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (22).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (22).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c20806958f0e0430c753fb22f4740f412880b0c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (22).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08724d4d1b72aba0b2e68baeccffb5cd8715ed7417c1711cba554bacc920cb0 +size 9100 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (220).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b2259754689b2a5558a151fb51be238d18d1cf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8e48e994c57d9b4372c784e6954bcb96fb3916928d1de7cfe45489fda21422 +size 9376 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2200).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b46facf4d216656016cfc80c80cf915e080bb266 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f57583ca5b96eab5257acd707246f6f5d36f9dd7d7ad1ab460fd5866c207fc +size 8652 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2202).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c982bb3bddf6a197d7e1e4963ad2041d775849c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab641cc40bd874affd7a5b910ea1aa595e0504b5403ec670a031e79477a5f29 +size 15694 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2203).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..802d760eaec3f6a6d75a5c157c842c7aaba5c34c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3af8da07b007aaa386f689adb9d48a6e461dca2b5bd21caace9ea5afd304b50 +size 21345 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2204).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d5d7299c8913b8a34b452bde9fff4afcb4597be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbdfba23555187014d44af0c0d0699c97efbba96419205c6dc9e72cb269ccee +size 8251 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2206).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49a94d20fa11ed1a1f6e497363026250a5141a33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e073bc8585cc02519cc2de188e6b371d60486d4ad327a7b7b138d325b2bc7d7 +size 9208 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2208).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..491f8c0b2eed7e9bd2f1e8bd3980a9eeafd48b03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b73c04452b3a7de1d17418b6e5a000feca92edd67951be99403731d6b1531d +size 8547 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2209).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40a43ad3f560f2d627e5e9a642481f75af7ec044 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a138ed4ffedfd961609fb8f727cccba30e76daa90953b57e4c1b391e65fc9333 +size 9741 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (221).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b1c6532bebc376330d3e5420c16ef84d99225f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003c1657721cd0699490e7a1e8138f4e4b1f28da172b367bcc403b723bce8754 +size 9444 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2210).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..472e3c010c03948da1f1292584222c9de780e241 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a4732b5ed08c4931247a09a91aaa2f64dc5e528399b7395e52e3d7d53d2e51 +size 9215 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2212).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..907d48736e436af4b1f0ffde1e376227586f2297 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821a9a1adea2745f16ead049a752b58ff5b512c9734677afc8571adfb760ed69 +size 19592 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2213).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83503a0d156d8a4375c06124da59b4619e0527e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37358cc7989410f60dff4a32099c59fb48d246240017512fd0d1867802f5c353 +size 19374 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2215).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e76fba1750c9db319d145714429b3cd3177aafe0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9890ff3fa17da62b8afb05a367d1007d2b63830cb75a6b06a927bea051eb633 +size 17933 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2216).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f834c2983b8372e01b9929cafc24ff591df62e18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc11f22205d8353ad5c03ec9200993673200c560e057187277748560dc9802fa +size 10726 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2218).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f104c092ccfe9c7c915d0236f9d294866a1cf79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4521f5c45747ecbb606444b49a9c90c05a366b3c43cdd3b64f338c64d3587313 +size 16331 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (222).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6c6da1d445c387067db28c3a9ed67ddb83a9e2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12154809f3d16693c37cce077dcdc4ce792156e10c4291dd4efbbf34c85237bb +size 18744 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2220).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc132ff5289d7d96ae2d3c913b4e2a3d2339a11a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583b2f95a2d1ff24a52d1e1542a66ec7173ea3c742614a2c8c41cd14fc488d38 +size 8317 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2221).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..395f7d29682d99c609f644cba2667062d25f7179 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6babc471dd4b1ef1d1666287cc7be42dbca61946bf484ac317f7ee546d577776 +size 10617 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2222).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7534932925df3947f0803382a10dbd25354b0a5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d11c13cda89a7161358b42a64049838c2875991b85a958d243de9d7823f492 +size 13517 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2224).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6cfcde7a12eb7ebdcb57c90ee8b0069f7cf2d3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c9cf8c0c2f612738b6b020bc760303686efa5a124f5d9fe8c486f8c0c7fa5a +size 14918 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2225).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5067b3caa533d233c268bc1ac321a2ba519a4975 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1e3e7a7e073f29845ab6e3be9cb962ad7c7789226539a95a10d1cc8f0a17ed +size 19712 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2226).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b98a4340435f769b0b5a5833713d879dad067d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eec3d5cde671f5680a0b8e0bd61e989610a09f3a3d7ef2d5bd837d01531210c +size 17369 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2228).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d490fada76f63fc2877990a4b63e3944ca0e4b86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53fbd00b9d069fd37fe4e6224fb816e0832fdd6c57937e7e926573d1d6587668 +size 20431 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2229).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51ba69cc4246f79201a445d254cd460b816d957e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4569e2228e76c5f768ecda90931ea6782d8d3fa05ac8ef585962c285bcb933 +size 7756 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (223).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43c568614501a7fedbdfc9a12c2eb4f8372d3a79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86eca81d36077bff49dd44b7c49393f305064f465e3f21d3ac90d7c9c0c9694 +size 9865 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2230).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7c1de24fca6100ff3f1b1166b499a1c13449f1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8ff4501b5ccebd10ca229e2ddfc923db4b59f616908521faa22967778ec7a9 +size 8409 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2231).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf991c7ee9191ec2e3c06a1a54ef84b017a0a395 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c811a73f7cd105287568edd0a44c7bfb825ec85b075a9e946a1c080cd8c7e03a +size 7993 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2232).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f68bf651b05dc4eccb900a393b817f3f8c3767b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828d3b1486a8e2c114198cd3d71a8d99041480ab9676635738b14a3f4e394be6 +size 11390 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2233).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2be07c2a5d66314e53c0423040cf85ed0ce3389 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89235e07c36a7711fa1a09f5125a35a9dab52d675eb55ef18777a992ac4827e4 +size 18977 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2234).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52591f2c31b2c47b5c5e85b0a56509b73b090b70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f65701e746bc3a9e24dacfecd92853a11f6bce0d7a120bad5b9f6f80d264ce +size 11165 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2235).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7a743d832386c4676f9bebe652149bae1a8335e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ba3d6d51d9227ad980820b10526f789041ef01a8982109792009d0710f634b +size 10710 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2236).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1aec0d9b18b5a0bceb4dc3ad3eaf5e7d8c19c13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bd2f3fab4a960e6fa9372d5c1ea5c3c87044092e479f549aa920f82989d74e +size 9366 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2237).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3787a860d26d48266fc51949e20fb84839b14cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4517beff75b46de8f194197b35a5a848fd83f171496d6911b2344834557cf6d +size 18949 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2238).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96134515ddcde3e4e745e2de0155ed25f716b198 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8915b9327eaa821e3a3398ff15a6270d4a4cd207476e5a5bcedcc8739b80c762 +size 9423 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (224).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..476c56df09a6a1a9e4d0d77691fd1bba6e3ac16f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c1a95617b7a03e3cb4a392c658ef260b79275a2663e150a704edb0f6a1fcd5 +size 21637 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2240).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9901bcf218b35ced02d0803994cb1fa596d595b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2aaf049edeeda8a5a5ec35b743810f2be684ca6adec2ec669252efa0d4edabe +size 8111 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2241).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64655c0dda99bb160d8cfa2361d1d07ca132e7ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3352be66a7c671b2f809113a0bdcc645a1fc44b5f8c829de88291de77920fce5 +size 8272 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2243).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c88c8427ef203ecfe6954caa3ed1af049be876b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc4f907d028448076c9c7bbe5d6ec887878ac2ea53d375d5d7f04087d3e0cbe +size 14273 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2244).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bddefe0d9df0c844e5c5c4e235cd951374af3021 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cb6bb07551e337e465209ec7e64f23c4857ff9a05b80b299848cc125539548 +size 9157 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2245).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..919ad4b50689d5b589b9b3e362a1caa4fb56f1ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba5357f3e70c46498fbc48f012acd03201161b616a2e953f88189ca0aec3a14 +size 11039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2246).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e15dd99c307fe96ff1bd74ca5342503c9de7f19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ef716f4f3aeb2115739ca2aa3fef7326e4588b3878ebf15e3e24e5fc069f86 +size 17157 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2248).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6eb5b80f61cb40fbd5b87e572b39bc13e35951a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c526d281aac5df486555bdd7299f7881914d1e85befbad232c8584f4cc61df43 +size 10990 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2249).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90905dfc31e2df7d71496ac1f40a61d2270b23d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee9a8bccde16c0fb6b4b9b1fa84ea0556bf7f3c61fcca998736c9d129c2f4cb +size 13246 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (225).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa9209dffe1454864ab761ff00caece6f23cdef7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b956a1bfd6c11f597f056621e338871522f152465dc2203cbbea0a53cd44d548 +size 17039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2250).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c5bfbdcf16696082d176b44b374018664bc0516 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d6e5317a42e4878c699d22bd33b4ca4e9456fc661911d017e0e01ddbafa62b +size 7049 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2251).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c0f1cec548ac722e8f66e8eeac1b9ca6b97935c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ee719df33e7a2f87e4774434d4fc915086cdfcf8f435a5737f843b4b937ccd +size 8047 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2253).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e49664ce507fd7e3afe821ce22e742078d75fac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3a6ceb1f30436972d76202d98eba8a81160c86981973f7aa457c977d94e0a0 +size 10111 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2254).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca0debee50fc08b74791d514585b11f4bc982016 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0673563fbec7f5cd8a14f3add9f6fe4ecaa93b12dea853ec91f35e72dd13b9a0 +size 7882 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2255).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a678b6ac0f3413c35d91c16b80b953378d67882 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f611601cbc0366ff893a3c450fb5de0745c0a28a7961e335cb68238e7127a8b +size 8513 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2257).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1074dbdacb2f18627d88085c7ef602dc076c5eba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724064af4b007cc2fe2279191b8a44f1fae67ea7f5963bcf9f1b342bb2966165 +size 9900 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2258).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f57695a4b17bdbf370996ca3feb54e85a3a80922 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d57721cc73000286af7a55efc82faaf0713252308a36dbad2276b46fcee88c +size 8331 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (226).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fd79469e57834381d7becb8640fd247b131d1ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83a2b844a46317af822a687fcdb12210f2236aa7f49cf6dd5e85c00490be444 +size 9205 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2260).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5665ff4445cf0373000b7c0a7a841f36fc7b15c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727b9ebdec8dd71ab70395e758ac8a471503ae7bde5a6d2439d18d0bad506cb4 +size 14186 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2261).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..910e99e6f361bcb55ada2a9ad1405e2972c65a84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da0945aff91bac8bdd8a95447d48ffa6ab903cae6b6f56ad3f0c6bd7b414473 +size 7903 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2262).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5f2d9801018d41337f131eb874b0b5c945ffaa5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa45d2e89b45ff1627625a74b19cb3b0f3c88623ced4cdc97bc0bd68c3015d51 +size 17428 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2263).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bb64a92450c85af73edbe34da91467246fd6ed1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cccb9c3987747e1fd604cae66fd2d64b746fa87b3e4b15e6422880297a0c9ec +size 12088 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2264).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3eb0f6bae59b1511be9ecb2059228dbf4776eec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f16e71fbef432e0f3e65877e7111a6d85eb50cae99a57c1299666ae8fb29a7 +size 11685 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2265).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7af84fdcda0f3ddf7e136d3e635a044620727453 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9e49f766b9cc0f82ddcffe08b7390bcc283d79d25b2624c1071df0395cade8 +size 8346 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2266).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67bb5d1ccc7a10636a2517495653c3e212e0858b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a499b110cc0b9bef552673cf4b26d69801ee623564a803cca3cad4d1692ab29 +size 15232 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2267).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f08c52be2ffcb39319528172784a59323ce49d02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61cffe184da999b914e6d75cd743eba41f5661676ccfc7a890b40aa8efe68eb +size 18448 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2268).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70740693394d0c34b2561bb681f0bf38a7f722cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d63c9ca8af5fb6aaf95095c9fc3114b393ea3061a6ff592a8a42b5336c49a08 +size 22222 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2269).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..424d70b8c892d8b0915c884bcfb7359aaa632c1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f2a6c9566277b28dcc41dd1e2c4be08a27a0faec53118958733a28b319f020 +size 12779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (227).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..adef30c91a2de55790ff408543bac967a111aa7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b11116e7404436071db8ca03239ab0431afe0016b1f4d3e7fd9729d58f674e +size 8658 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2270).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f36902fc830697e29eac5a3754bfa8585fb91a8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570960cc6a7518f1442b46401200cd7888d84ed59d88695724b4765842be2e29 +size 18884 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2271).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3b39d845e82a7dc2d70223b6b89d1a0b0377047 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58042a1a13b45101952927773bd59ec5a41a6cee0046d54d7b952d84fa8c3e7e +size 8974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2272).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e4a4d6db4604664974b9462b01af45cd8905cb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab9e40c95ea3afb45c06ae7a7b17e81ca766ff5c4301b35375aaa366cb7675b +size 11362 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2274).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..367278e0f3bb8c8330964fc87286c95ea585388e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d324c4c78877c44a810dd63d0b67897ddd4af4c49ca1384ad2f5890c016e4d7 +size 17544 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2275).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d75f0504654a10638f15d4337f35db48b26d444f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93434ba68f95f0407fa29fd0016fd8f1ded4dae4287d2d947143e93e4e1ff33 +size 21484 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2277).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72b6b722d95e239c7ee5ddf246660d2fde0d4684 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec11be13d7aedf1fff39fc6bc2c72064d4dd10f601a185b5bcbb0eddf9281f8 +size 8343 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2278).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f039723af9d2de7aea05d40f812406fb6a0ab08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2fadea60e76c0d4dba7f9215551b48685ea79985ae8102349a1c09c059520d +size 13691 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2279).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..225aff5e3db60d6d8d28824718b6e34b15330800 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b84a4926d03616d7cfdb00fa19eb8812033ad627e826c59d0995aa46eaae9f0 +size 8810 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2280).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef0f9889cd77db88dd71755ba079ec09ca502c16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad10a30cbe2d8e8c6eb85a616817b911dcdd56f42216bffc2fa69454071bf5e +size 14258 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2281).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..545bc4b397ce5580577fec70e08e7f43eb0a03d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698bb381178c5f63e0a68cde648d3205b8e97d064416c57f9bb71260e2caa4c9 +size 8838 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2282).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1e3b79ea5248f41c33a0680a298a6dfffe933da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea3069f23c490c7cc45cabec103d2d9860549ec30a7da5c45c44554eb341284 +size 19017 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2283).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01c232b3782386b734fd4a0193e6103f4c25825f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc0471cc57af9af9a10c8f0d6446ba208f93f262c2ff2947a78b5b5cea5d5e9 +size 14886 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2286).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d895d607c97c3968516b407da979aca1cbf56e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb5cfe26ca826dfba4e822f965b77baab69af2af302a9d28bb9a612e1db84c3 +size 8505 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2287).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f96d29cc1e0733f2163c96ecd6d4591ef112b36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad934aef3c59318d063e58c93e28800b288a538967cb41601b86a5c0df14cd7d +size 11531 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2289).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71bfdac860c01cba5355a2e3a33711cbaf950a2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3049e165139cadbb604cd81307b3a268dcc68ee7dbe0fe2e91992bf558238d00 +size 6537 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2290).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fceeeb42d3b97a2101940728c26961fbec985689 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc086d40cc5887f5fcd9c203a001a65e813e42f04263ee723baa947e9e77ac1 +size 13752 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2291).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89de03b8e617be3814fc8b6641a178af6e9e009a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3ccd398452f2345547dc533147b980162846d1672f184820a3b0ea8076cea1 +size 20548 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2292).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0e0c87b685f982fa5859f8025286311bcfd4dba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8666047f57b5e02c27660b8e844743e06522d9439028a59643154a79e9eafce5 +size 20043 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2294).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e0958bf9bca472ae2a75e1521c63ae7258d594c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d3442ce58e626213075a8f74322da6d38a6957ba32f62d98f46a2facc6b017 +size 13021 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2295).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ceef283fe9341c0f6828fe0d7185fe40c6623a15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80c38608d26fea197b3073d54fbd7a568ab9d10c8bca12739dffa7e28aef347 +size 8765 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2296).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85d0871d7a775819c2873b6f9f48042fb335130d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4c3aec02b5b2e2a28804f90cd689e9e449918c0f23c294fd8da0f3dce13f37 +size 17212 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2297).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e6f3abc90e39d8f31415e358df06e595a2ed921 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfe29f00cf2484100f5ba2d7688102225283a75478a133f4e552bc30642242f +size 7234 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2298).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a81df162b6ca404e085c4160227b9a4be41ecff4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f056e6cff5f868a7f677ec53c8acb959e5a7782be9da1c41b7fde685967c1a6 +size 17733 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2299).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd2178a299607783a16531839d2eff2e0c54a287 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d668c21537835e6dd3cb6ac0d50504bf1c572730f73f20ece6119ec6efc222 +size 10711 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (23).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (23).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00895071020248fb44e1f2b1274d52c4e788a0f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (23).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cc61746d323951dd6823097d9d8c77ea815db6c270263268d3408ddcf7b8cb +size 9456 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2300).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e45cdebb6e2141507037eafa4c107bf79609ac67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b003b3717a494ffaf955d29f345b97c5ff3a690de16fbc70c276bbcc7f41f7 +size 14188 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2301).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..592e34dc033e9af50cc20953cf9ebb5035dc6df4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e1be220a6d2a9c67f3b3c58fb0355b7d7bbb11672550199a1d9b9a233616c2 +size 9735 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2302).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b2a3956e046f841beca5ba4a0073a277029ed9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0670e39ef64fae428692ffa9f80ad62d5d8929db92abb39babc96d907a1399e6 +size 16005 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2303).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..218612a5a9c778ac766858789b5ecfffc9ac49d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a54e8d4c675187f04682c196e2788e7d676b82f8c3acdd88ee5c825637b781 +size 22300 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2304).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..056e10d5a579fec08a9368921b3e096d1ff49fb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebc7773ce75b48e3448f8849b2c79e87c5c11895aaa82645687b9ee6040ba0a +size 18723 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2305).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae2c1a0a797ab6debe94b8433bbdd6afbf9c3c4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595909cd09a5a47a6cb80110a471bc29004407c457eae00b1717ca7bc7d2d74a +size 8318 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2306).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fba20f9cb444e4ae1fad9714d798b07c96ef165 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3db09d5c8fc4c016b4a0f09fe65bcc494af3d7a2590f0ae15d6c4f9df1ddd47 +size 23262 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2307).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..788f43f8bfeec601aa533f2668530277785dd822 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fa57bf530c72f1dd34be66465516e4d460e8a6f844d0aa44aab663af60e87c +size 10546 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2308).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2f4e46476096b9eac525622fc4ab28dbb92e8cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5165c8b6c697356d6d797ea7370bd659cd4779b8c3309622ca9e83aed95e8caf +size 12388 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2309).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65de5ebeebd6ec2779e45b4a7463a573508f4457 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d09535100c2b7e19df4d551ec74716b611e5885e26ea9c0e48a000719e9c260 +size 7249 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (231).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a084dd0851ea8901b43edcad5590239d45d0579 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6e59619eb599e3b07b2bd4c13409a5af87aa95da29237479422090048bc11a +size 9047 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2310).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81d7783864bf2b1f179e2823ccc0dead9788e178 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85eed6e65a2b5d29664829ce4da552c3615fa9bb3f93702d2d5418b819fa676 +size 14740 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2312).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..698cd77f338aafdd8fd0103af8a385c19cb81fb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29edcd28b5144043b8f2c7a43e5993adb45c67a32823d9ef350f44d319e52936 +size 9580 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2313).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5f0e8e662edbee1ff423c88f553c2c51fc0b5e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018f972f44f8bd698e364f2d99c57b542ca6d55b6f9d80050249d3963ec4ae64 +size 11266 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2314).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1edb3c6bc576154606c635899ed7a7c0b21d9a2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f28a4ac030606cc63a38116e47202d9ee89c95b1bcfc89a377be1ef47f269cb +size 8547 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2315).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b87db40848f5060cdd2d215f7d472fc97db204b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dae9be184ca239a190f3365d336ee78343180474062f9a4e4324aebd308b80d +size 17580 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2316).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c137e03c02a5a20defa9b01dea97cdf07050896e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1c2e665a62108d99094cdfd8e9e8b647800bd4501e92a47eecc3430ccbe3e7 +size 9421 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2319).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd27e0dfdb14a1165c31251ae09dbc1e2feeeedc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea7f13b51b7a9a5a2415c5a2dfed96efda98275452404175bd73e43a4f987d5 +size 9730 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (232).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fa6baeea460982d0609ecf5f6620b6cf693db41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3aeae4c108e528d32104aa431a2fb39b0315b9f829407b68093bce76c1ebf9 +size 8334 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2320).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24267160931c923b4e971fb136b9f0c6bb96a5a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6999b33c9715327f485e764336526a1faaf0a2c291547ef9da1bd66043dc09e5 +size 13378 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2321).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba7c55546645f2fbf0c7c19762992476db925c3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0579e6f5ebdd0836097decf56ef4f8ee1757522b17378c216d37cbf921da7e +size 10423 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2322).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb56914db766e8c50880b9cd8bcc7e9c35649147 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8317d7f07b8190953684a5b39e34c7884b24eb25d0a7d62409da1b9ef60c3b4e +size 21292 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2323).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73081c7a625a748d7667038b048dcc854fe1ac94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aca1ca0935cda9e471d8505e0a07b08901a978c58e017496c8a15908ba9b534 +size 11238 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2324).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dc9c3ad126e3ecb245f2345cb2b8d6a5e593ce2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a1deca3703c5ff48978b8e65f69926bdfd222918638dce8f33ecf2eb76d391 +size 16467 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2325).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da43bbc4425fe1a12e4df4713d948af312b9a760 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5419a6658ce33d440d6f805a3d380fe6d9aca872448952ff50b61931e1a5307a +size 7512 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2326).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c0aeeeb17b58fd1257cb0b51489b27c44110177 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd32b4289359080c88ae29c9fc7e52f3d72d21e7068bb76a149043cbc7d3a9c +size 20844 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2329).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b9b8decb271f61d76a9d388035eb0ef31b2c5b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b22b326c8aba43bffcf770c04b49ed8bfd9946e1cea91ac58b4a5ee08066971 +size 10220 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (233).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92e8cd129a04ce2fecebd54fc8fb3ccd196bd659 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00bd7191f0179d42f299dea2db76438a4de770de7a98ca252d499cd8c6c1fce +size 10870 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2330).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83dfe3fea7701ec511b22d54331d1b1bf0f97618 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d191165c1afc9dfa8f2df0afb32b69a9d25410324cee68589663b8fb501a6a +size 19673 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2331).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2428f862c164719d5bb39ebc907e25ce4395128d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65972990006f52859c76287455f7ccfa4febf648ce0e7b5761397bcc75a8e26f +size 9839 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2332).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7065d77b0494c8d3ab88b29107aaf1db7ce48812 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431161349f2c712c5630ae4ab70327a5e70fa1b96f31dbaa95ebe6af05de0497 +size 15755 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2333).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8f262fe20b3191fbce991986c3d806eb0e9a7b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efbbdc5f1f5e8352a6553e97116e4b32545bac284a609b1e45ad21cc32a5360 +size 12095 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2334).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..949f392ace352a8ac33278fbaaa644d1b65deb34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24953594c23f61d32e4ae918adb481a02ff65af0468cd5cdb77cbe0b7ca99748 +size 10800 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2335).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87cd8a195f37bab7ca93f0cf13bd3b8de88de837 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88978d794fe7745a65bbe5e7fd6e11019abe392b107bf8145ea4f4501ddb9d96 +size 18107 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2336).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82899e00fc685c016a9beafee2956f974753fcf8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b69abe21c70ff84a32bb8d0b888c78293386faca6cee3f145a75e748ddfae5b +size 13119 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2337).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f0cdc6181bed4d425b1482a1addc3afeb5137a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84105831620be96601142ec4ce41a331367571799584ca2ea7907caae0117b9a +size 10613 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2338).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f672e9b1c5fbee5eea5631efe8a91112146a99f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d090c080693ea01340a279851a22f5de410b4bf687be60bb2c94f8442e77d7 +size 9282 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2339).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebc3506ece4ada7dc6a81c83a2af9085e261ce0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baac7c72f1a58fe3f689e12d1e929400b25239f4d4eb085e586096036099cb33 +size 21197 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (234).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fb6d0a08a38a5181d2eb08592706917a2966611 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c99dd4a9605e859dd78ca8ccd6d040644c3b0013cff295604d3b08abda9265 +size 8973 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2340).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2ac373dca46ba7c450c320eced79e4bdde5be46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f607c716eb21766d263c2d2ee03f37cad52b9f6dc3c6a5eb878d77e54f109f +size 9608 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2341).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..acef0b3bbb406f9f203b31410754b189457779f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb79736fd76b89fe44a373efb61ed563a5b5db909a10e397019a8700e307881 +size 13475 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2342).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92444ee5ccb03ee7180c3201ec801c293bcb9e38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5880b9281e6a5a20be36f91dd3d1b7ef744ac74a38f2f2cb181cb5bf1c410c64 +size 10757 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2344).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca8424addca303863bdc0c54ba02f8c512b0e613 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c5dd3531fe3d974d3568d8fdef6a4b98389ae88ae5df4f00e799287f6f2d26 +size 9460 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2345).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0f4527860bda9830edc6896cd13e01aba1d6591 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc639180c960e3594272f9659ee9717617ec208062f13c7f1c9aa574fbc74b2b +size 13286 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2346).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93ce0f04e2fe03a65364c9eda0586c4efbccf005 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cbe868ea071bd4960dbd4322a5d6b04e7121dc44c3600473feb9d53f00db35 +size 8354 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2347).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8628b785f591a6f5635a4c042856a6cf9cc1e90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ebd0a26d2b9c2f3b877887049701036c1416d73ed7fe9fb08fe53f56513823 +size 9058 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2349).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98cbbc190cd8dfc67ce5a56e16638a36acbe6261 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31143255aee1fb3732eb54eed81d7f53139626fbbaf15eb178b8fc3591d8fca5 +size 9245 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2350).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c00466b466a4d631043d7952f438fe073d9c886 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10b4c8054606211bac81f9b7d307b6d5ce29723269a29f26d3e5161190e5bb7 +size 17784 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2351).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67de3d8e064ed0888a6d3c51c6c54d748800263f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27523bc142597c2e622377d9f2bc4dd562695a3eaa65e0393c732e8eef2a9b13 +size 12581 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2352).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd389cf47a0e731115e84095ec20256f3de8a648 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7dd09afdee177488911b2b0d5432c44635f44f0979baf40aa02733ecbc3d20 +size 14741 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2355).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afe52200a4fe976934adace0f87c51d7a793af1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef6dd320fcd94a1c399a01f5396a74f9b5209e854db29dda7c9c92fa6912eb6 +size 15310 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2356).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95546235bb770a9fc46a2aca080e3dbd6682eb60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55df38cc78dd646e624f6fff3b425d3f713d4abcea41f3172179e08fea1a0b77 +size 12357 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2357).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a3e4618096ad6c13618f5fd72f2ff1456879441 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079dadcac251aa695d3578da5a70c8300772a25f9ffb0fa298ca67ac880b4edb +size 13825 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2358).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4edc43fd1eae55a2e57fd395a70090fb808efbdf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b51c7a7aeb0e2ac7eeda02ce3bb8d1cbf5d1e1e25d9363d88e6d1a3b3cde62d +size 8691 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2359).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d83085d051720102e3fa339aaefdabd79be2475c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5ed00b40ae8a77c39066eee9eec68634b35ed480412bec09e03e4f0aa07030 +size 7806 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (236).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..097ce3e0849ce9ed743de2d43951ba034f167456 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7067a3a4c6ba0e7361c2d3c5af76d42a594a936ae953bd3b49ab7b448b3bea99 +size 11386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2360).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5a9e1ce90910be444139009b5dd424b68fbe8b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bb0786334691389b62bdf503a6c0d147656b3dc223c7fa2e0ae6bf17fccb66 +size 7046 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2361).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11eebfc4cea0b6b8a99276399544d453a941feb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b7070bfca8db4edde96e5c8e8e4869afd2f3bdcb4127cac9359f7a233236a0 +size 11103 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2362).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52e64ac0213454c0b14e2a5899c84aee4b9b51f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866a3e9b14bdaf0ac4cbac7483b1674c083dd9cafd12fa5d5a6dedaab4b04d5c +size 7866 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2363).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b543c262b27a09268bb3d9771028c67ce95ecb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d25be3e6f9993da1d12ed953e0129725446b150de8cf31f93c9bc847096e7ac +size 17010 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2364).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..616eff3f8f00e0c75f2c0a3f6d868f68c1cfdbbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b0674821dc3fcc43a45bf4992b4e5aa5e3c01d617f52193297804d71afcd3b +size 21492 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2365).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d867263d851a1002403c194d897eec265486cc5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd3983251d94f237918ca3c45f78f49ebd3a14e50e824007e4729b1ae34e778 +size 13959 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2366).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80319625fe6ef4add70d9a03dd921b2fe0f5c4d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5686b67a3e0dd46e761e32292f6af97796a79e68a15b9b1f668b705756e9c87a +size 17174 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2367).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c20f1bb137f60b3916097a6ecfd2f986866dbab8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebe328e6d4497f0d0bde324c67c310b0952c003e607382d179224a1fa4a46ae +size 6694 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2368).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c53bc3cac49f9b196213805d529b19e311df3752 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1cb0a764faf3ab07cb0734f3f45fefe076964241fd1890e2d4485257092c78 +size 8488 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2369).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e11a6a1fb0a2185ad69c84a0834b25fe1d39e69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677ee8fe2f3e94abb9d92d767640171fea6ea161abac43cecce60300e6f99b78 +size 18000 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (237).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81ff7c458b6141a1892939a5f65d4c9408bd1a80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d504e86786c348113602ea6a8b44651cfe690c43583cf6628fa2b86619005e8a +size 9214 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2370).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f977df32a63bd387423cbc09ce1db0ee9232901f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08127449f7de22f0cb60453b3e4a84da61178dc5a15206fa6ae01ad5180538e +size 10238 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2374).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d2a4ae9eb5c5bd1fad95acb0c35c5ffa8f41d24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0586462883ec94ffc618e71c834bc43caf5ca0a90871ab7164a5504cfc3ae8 +size 7728 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2377).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c7efd88d494ebf71d43a83ae26ed735195c05d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d4c48e72e9f425d53e7d71683bc395ea2e7d70403234dc0262309dbb4b3c70 +size 11822 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2379).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d233fa10e9452c7033fac663785ed69d3c00c48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642090f566edc823c4a61e30af177a1e99dcfcf119dcfadee36341dd49ee79f9 +size 8036 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (238).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01232103b8084633913fddea297e52924d28f523 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7dd49d0dd3bc459e78fd1075c8188e99cc1ffa7dea1aa437d1df196774ca24 +size 16646 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2380).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24fe3beaec932e2ae2e07bf2d9d719171b283d7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a77debc2376167daef9142c875a8e0e1d3adab0aa67c16c17e79f84acfb5b3d +size 19873 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2381).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..461ccea5e9faf1bf82d9a2b585cc2b4fc8c33350 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140b8e5e0b18919e734803ca0be2ab9c7ad57d11d0436f96fa199e2552b44bb9 +size 19209 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2383).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fec557ef9a2d7079d1723f96a9ec4ceec569a36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5df446eee7340a6bcce9fc3096e5a65f6fd7b111067a55eaf14dbcab97a96b3 +size 18759 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2386).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af3856e4d73b8ae5400d09c0d35ecad744f41105 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d0461308fe73be4f0d1a15ad7006284ddefab253edf1abed1c8938b57d6a11 +size 9085 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2387).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..361717409f633c33baf510991ac585fc65d04051 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802967b1e322c532eb78c664405914a40589e2f451f093974623881c3c0f5cda +size 17611 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2388).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b02aa27e6e522006156c54b6374bb3158276a738 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23a7e06462f6aacbcd05ca0b3afec225b7729d301cb6775d57c8e7e02306b78 +size 16770 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (239).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8c552b042a408d44cf58f47f28744d8ff609f2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3cdde6f6b8929d1e576023ffeb726426dbf38787a86a882f8824702dc0d9b7 +size 13474 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2390).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..708d16f24c8c3dde4bfcd236a6c998b0640209fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f39c021d920cfc682ddc2259d0e6a14644db4d4c89658a00e3f41db081be7a +size 15698 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2391).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46e8088624d465d2cc03485fcf96ffb0a31765aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a008218ee2a5051c11b37cc91b40b47e1bf33539f47993f4a9df915d426b8c +size 20566 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2392).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d41348378cad25fa71b45bafc3d88610ddcfe934 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba2418e2c5597210e4c08ab3125cc80445502674245a5d1b6c4f716fc136384 +size 9907 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2393).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e983e249a0cef8724d1692416781c4a1c13518c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6c9525db79eb2939f34a1d29df9e5a423bbda4d7f7828a9dc03da23f6ab9c0 +size 19672 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2394).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc49758c42d85223fc510b70b461dcd1ded61870 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2087bb97b6619e273668b98c3621c0d9cf4876ab20420af076c372819b7f7238 +size 19437 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2396).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91fe7bf1f6b9054074914761945c4cbec8986baf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7989cc2a8a0aa1ed5784a3c1e82074cee2c904c136ec4603e6201c925c6d9517 +size 16527 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2397).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02eb7b769008ec95ed3dcd2d9bf73957012e821b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf34bd3b7c6b94c368c7afa262ea8b2f45ee99a0f3724b86fd316d0a29a3db5 +size 16763 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2398).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..202dcc099f77736efde6e4d78aa8bc9ecbfbda5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8db0f65ab3708b250e875d6d0e9708bbfd7a861671252771c28b05bccd72594 +size 8659 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2399).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac71d33d82b8dbe3cb2015e7b4ba577b707c12e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07a54ba41f7ffc0e65907778885f23704feac34a87956398e105ae1717ff510 +size 18564 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (24).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (24).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0776455929d42b372a5791991c3baa72ef861ee1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (24).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dff584a9d77c6bf0cf9d76b1c1c66e14263253923eb502dabedad40e292430 +size 8523 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (240).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3295077bfd1a73ce0a3fd574bef40f7d1d4c46c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442b0cbb9d6d9e9a52fcf4db4a5ed0e0d22096b71aed8589f0e06fe73e9e21ea +size 19236 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2400).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46acfec7982a3a6f1aa017b857295309a782f551 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2485c360f6e6aba73d392be846a7345ea4a3eb9bbadba8d9d40c2cd22df6792b +size 8355 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2401).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a22eff13430afcbd3541436780b2d4212a3e13ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7b05acf0ff198cc7c53ef1324e755a173ba07add4854d7f5d06290e7cdc64f +size 10136 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2402).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11ffc708099bf47b27b2431beb315f357d1bfd40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd97406eab62c1ae34962aa66168c467a140cc9927ef216cf80fe2a53ac2a241 +size 9223 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2404).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77e7e70900d48e498044fff4fb137ad5a4299583 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2743f07af312662d397f82ae4342f9fbe2c20acea0c3b8ac1755106c9698cf +size 6158 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2406).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a0ec865c03539acbf8a6aee3958b96f8587558d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d602a2c1ebdac8e8cc6a54ade6eee084d5d66683a67625f78853eb7913457eba +size 17921 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2407).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d2b2bfdf91b3fcd830c68fb442da7708278fbb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab2064520ba7920b23b3db26b68a93b05955385c4eddde259b7e0f6df67368c +size 6475 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2411).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d180f8871cbb3e157a784d200d3d562b00342aa5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8d1931bc02342cf30011e68f8089642fa70734818755abb040c831b5434f86 +size 9075 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2412).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a62fbbbc4bbecae7ce34d324db5bddde0624be9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2a97e26741579ed58ee51058e0f65d5de22e582e97cb28f33ebd64d7d73de2 +size 7990 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2413).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee2caddd2578e445dfd0144f329a5b5616ffc3b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8538044e2afcf4b33d3016c5a094f8d7098c9ab62e579bed4eefd6f3393d9c68 +size 16785 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2415).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6ab8916cad4eea96bea9d0ee3d2e8e348221698 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5790e173cb5e79fab50bb94738591f3b1d4f5557f4e628b0767386ddb60872a6 +size 14105 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2417).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f68c4c16aa456eae6f9e6f64f390bd42c150d3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b38ae0ff79fc1bc4247b4aac0856c69d6e554be5b61984a26adb13c441e56c +size 15435 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2418).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72a7eb9e72da7e729f8a8784179300e50e1db11d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb18aa7f2b5c72ea3b291b61e8f16bc26ec02e1df9efa3238e15cbfe90c82a5b +size 20986 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2419).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..adaf15e90f9777eb3d6f455e4c55a5f460b8a14a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96e9fcacfb4d828dcd7ba5c7101dc8416a8947141af2804d2d4b0b6720deb8e +size 9162 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (242).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec96f2adad9a61198f46b8e6ddf35ddaf2458e07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d316d28d67e6d05404d73c14237e3e0b97ad9c4c946d527849ef7b8dd07470 +size 11335 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2420).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80fe62c66e7d7fb4bc245a8b012edc16d52b2ce2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb40d1d2df3ba3da74eaef8168e8d3c3736f13b70e193cf5f366889ed229d6e +size 8024 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2421).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1483f1a5db5d53de6e5d316612d47232d073bd77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff6f6bfd6f2ad03d682d86f20981b2e026616da53665c51c5627969de4be2ae +size 8623 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2422).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cab857d8ea01746eabaac7d88a4b9ac370f98368 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ad361750bbf53b0b189ccca3e9f99e10dd719191bcdc89e8d2d87ef0b9f181 +size 17174 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2423).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a3cc5c3b9b326735c33c5c820edce7b061e5bb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8653eba2cae98bf4f04ec85cb296974c36f9c61ef604eef00c3cd18daeb81b69 +size 15694 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2424).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd54e21123031e1bc8ca912cd2c32850547a28fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692bd780b7fc9e85e06406fe30fa6778b4488b98dd11699977b818a110de829b +size 11924 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2425).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1ccdaa8cb37310c591118d04b72554d894bc639 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b73e9974ed840fb78a1e632a2deb372203410c6a0d3e3253e1465ef5b45e6e +size 21926 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2426).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e53d8b56b812946f9148e1da7dc99925b921468 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6188c554caa6eadd2609bc80b3d205bfe96c110902978b36da6936454e13199 +size 8504 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2427).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0da524c2729c2b73123d4d2c35c0c77857e9aeb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680e4d589a7c79368db50cb5263e898c2decb07d869742cae776e49be5b99b30 +size 9697 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2428).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27fdd4917e8bdfc104fd19922b3c5defe9d61a4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c658fa5e4ab35f64ebb425e39ea186a926e93a121fe0b25c2e49534a32718a1f +size 9724 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2429).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ebd293c702694ea184568f4820845f58cb9d760 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a32318825fa1bf28aa078fcf04e2cf1d455fcfc97cb57e395039c9d1a8d9944 +size 9020 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (243).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bccb7c423da49312769a1cf2e9bc250664111eb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8129a137edfea7201478ea58464fcf9c21b26659d22be5485b54cc2ae93886 +size 6745 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2430).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d759c22145c561712ba0e8df09685a84f422ee0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2439ac256af86ddce9ddff34156164a90791ab59192c41f398c7c88f3b3cd621 +size 18661 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2431).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e522b578ccc6c0c3a186c3f63ca82a2768e616b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e212720df56ca39b021fc492d6efcd2f9d3681ab7bd7adbfb8032f0b4eb0bb +size 19015 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2433).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a0b183a8b97259d1680bc6b69406f6689c51f91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80a3da5e127e78fde78812d0b66714d4d5203e6344d7452247e53535a207b3a +size 9320 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2435).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1074bf648fcf4a3afba5383d85db3fee954bf6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a506d684ea6adad3be935bc54a05e2cb672d8944a2b0d29f179f17523ccc81 +size 20653 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2436).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98cfb7b99fe3372bb007336fbf28a1d62a20ec41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64ffa765c011d23d534c22830a3ac7eaf27dfc5779303f561b84a9a2f608ff8 +size 9818 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2437).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b3ea61b3af500a1bd9e0a1e1dca356ba568cdf4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b11b02cb3ede7b27c5c15bbea033b9da8300def1f202e1c1d8d76398bd3e52 +size 11713 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2438).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ed8c2e86af403b80b3c5b2abe1df21473d986ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fabd048b747b60abf8d6f47d8c8fe6aec76b4021b9820626c4300b637c3af16 +size 11094 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (244).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b94d9c6fa7ad1d54334c9a50209affcd75c091d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9644230578a05bc8528c32e50a0839b93013f83108a750f0329a1a08a508d08d +size 9900 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2440).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eabbad8e6dc87ca42fcdec030ad5929f008c096a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d792f9861834d36146a64f08b231a6f602c1712181342d4153b67eb8c35ee4e3 +size 20193 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2441).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a20d394d91e05493864fc995cc0fbb1f5db75ba9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8570a760c632da5097557cbd873dedacd2cba4735f60ea4f6c7e83ee4bd5f5f0 +size 8828 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2442).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30a4a1b552372ad91854074fbf30cc5f128698ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9b34d874d0104b605d28fd4055b949e352056f82a0bcce122c7cf831998407 +size 9119 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2443).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ceb5631620902095aa2e4b8e8c4c5137ce0afba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4adc859e49422859b2dfff0d101e91b16ea0b6bda323c664df3e77afbf4f109e +size 19827 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2444).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3fa15a3b8b81d1796a7848eed5dbbd1a549268b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f814e374f478beaaa01ac6cdfb1a5dd1ec498b6ba4b4f35cea7edf199e803ff +size 9388 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2446).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..134d7a40894000b58420b1389bbc1191c592b901 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd7f3b602ac4e177663207f6476536f0b52db01d105cd0f702a21a7af95ef92 +size 12557 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2447).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00845c1c799c3d60d4812e8da4b9d924766b08d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed26dab42e49130545a124f8d20a0c17bf7a79ddbff28ec090091dba4e8764f5 +size 18516 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2448).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0dddad9d23580c32ef41465035542dc5a2afe0f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e55e07d6d656d788ed9882839ac933add8aab59e0e0bad5b57a18718b5a956 +size 20407 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2449).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5d78d3ecf19ebc751b000f0f998fbf798e18783 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c420bbd6a4a7446ce62c9dc1a947cf308d9163e98a107dc4e6f4b73ba0a4049 +size 7151 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (245).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..257ecf0a54027b4f46352e13dc9b4f59c9ea3576 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7b7d750b5d9fbdcdec44e8a877610bc9c95c12ead1cf84dbd42e03964e8c79 +size 20786 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2450).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdab88789473c9856cac04208db86918a6c38799 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9cfc1b5589e42f66b242d6d4dcfdb9640c69df0db63033bee53f32475d29d9 +size 21570 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2451).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b789825d01f39e531968e1ca0ed11280a7069514 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55619e3063d590fdf6d2f87948d97e8a5cac613e95175da336024c50eab84a39 +size 8074 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2452).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9161eac811c7842fe26e9ba6d222abd246e5c08b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f013f591ae3b474b1ac9b6a16636b1290cf5c59e9002ee626005b9a471905a3 +size 11652 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2455).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4af80c0fa0d3e88f4ff2394cce6aca6b0545f081 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a017c742d6988f5e31445fbb5b69512fb7a39eaa5e39c9e442ffed961bc5cf5 +size 7984 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2456).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..190e291e02f6e144c82aab3a4de8edd8044ac398 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4da6f74ae1c04f4c03ca54d0c3cf64033ee02464d110b0d3651a7935408780b +size 5664 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2457).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..667a10dba705ede87259dbf1c9e7ef1cda06d6d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bd4b7a4bc601554dae8a4bda2a094563790396f823683305aa3b286c217a85 +size 19812 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2459).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..968fc6e7ac697724e822e0ee6bdaf99a912cf93c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7613bf60ba9380759b2a247e7b61dac0ce0d93d4169ce0dde6ab3edb4a434d1d +size 14081 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2460).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f364ad2fcd952fd34e8c42f2204534ad2903afe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060fe6f49c5b6af633eff788d21ad7d067c3196f9444af3a6463e70c5e11c84e +size 21374 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2461).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..320a239b0b9771ca42bbad19a8674a5c43d49bb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991064b06dc449e5bd0b5c6c8121b4cba93ac09a22e1360863cc0b35294ed495 +size 13984 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2462).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..666337846d40271781fe74114d07d91946806adc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d386ef9ea72bd51fe7618dbf041988cd476ff172b93e6bd19561e70547400d8 +size 7834 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2463).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..229fb64a01379721f9cf2321b1d5c910267dbdf2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5612013135ab8a58e66253e47d641b72ab231b32cd82a9331ddd92e3c4ced2 +size 17915 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2466).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5f3fca056e9bf0403d528d4f46a6c39de6168b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5da223a7b0b659b946320f9ab096fb93666c0e943b07337c725b3db054f65e +size 18974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2467).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70f42c95fc9ed2d462e69815bca2d3825f05365e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47785e33f25d8c6d5a81284773228d7c2190ad5e87c5b890f6f5e8b204342e86 +size 18370 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2468).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17c870e56087f6fd4d5f434303a09a3b201ef2bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a86725795c780e935d99dcd84c8c6feb0f12ba369e7549c42fe99544a868269 +size 8815 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2469).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d948ed9404cbdafb3299ca66b7b011f9dae82c2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd21308ef260a673f2ab156222e891d6ac54e8af7e4e6fd6c9f2cf3cfbdbdb4b +size 16368 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (247).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8290efe4ec304889c462bc98cc2421021ea74617 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3888d11ac93890dadcf832c8cf1e6ca167cc9de7b72de1b9e8f070a437965718 +size 7922 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2470).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec4a95f617728e7ed2b5cf6e867dbdb9e76b259f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e207aca3938c6133be8098a52692fa6dac1e01b59ed32dd0e5e51b37ea113612 +size 7979 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2471).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfde77cf979aa5a65ea9aaf5d5c15ac199edb26f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb298bacc4e292be6795533ecb5fc884bafa7563f8b6fe321dcfd55ad888430 +size 7564 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2472).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ca152fc88896d4cb23d1652151e95a5cf2fa938 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00b187d06ff8b47bf8ab3bea601ba77263fc0ebece608fdc76b8dbe2593ddfe +size 17066 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2473).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4960c69bc24297cd2863a6155dc671d17f5b309b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463517118739bc05208754a2fa3743901987a969f7906a2eb20d87082126a521 +size 16833 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2474).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d32163b72d20ad5949c263c4239f463011f544f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32fd78a6b621ad50fa9f835638413b953d6e180df226f924d369c407a30a2cf +size 8992 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2476).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05fd4ec903017f8801f29aa5f3477b41c1fa4995 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5495a102862ab7ab4879db848bfed7094ea82cbcb740494729a8da6701a83cea +size 9167 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2477).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..116b47ac30d74e4140ecb130fd678f59f9a9a9e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c54b9c5c2a6f16e1bdf3a357b6b675f56c6b576c5a025227248465d99a2ca6 +size 17779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2478).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afe7ac2f2bf57fe5a7dbc56cfcfb56786f087262 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33eaebaaf24ea5ec326d69d52840e93f3c97ff7cc438e6ab56883254440b4802 +size 21223 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (248).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b89e3078c6e34b508f1590eb942247d5985861b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e608824910ab5b1976eb6606f844618da89189db7753e22473581c438d22fe87 +size 17784 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2480).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c57b7cc993af28f3ad715f8b082e204e3a9077de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836e82b266e40e4106a2859648b06f4053bd4ae7091f99a642dc16fdae213e31 +size 9277 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2481).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28d84770f49be59dfd739fce8fd968cee14b3cea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818cfdf7f7e3996b201f4091ea59b56943a2446c982d76d3f3a1333b3c8934de +size 10049 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2482).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df81caa8ccc10b81fdb6927a57f896f157bea315 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14eb4b2e6b9df3b1af504d0a7ebcf65a980f5cc4e8d23497d7d83951f63afe4a +size 14779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2484).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d925e457360d83d2980b5e6d024652efbd3441a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdeb2f9386aa8555812d307f15ed70855cbe817b638826414090035c238a1638 +size 13906 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2485).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a71967ba488513bdbfcf2744571d6e3520a13798 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c90684ce840b34ab5d24a2a080ea2921d6a48030ea00e13cb511218950df29 +size 10739 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2486).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..876ce656a92b8f92e3d41abda563c99e41ee5af3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96880a534c75373a6561fc20ff62f5756f68e17fcca5c0d2e380648219011b62 +size 21639 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2488).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3474ebca146cd11d4985c970bfe283888f9441b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02befeae080d6535037d95ce068482dc1084617aafbbef2375acf374196c56b6 +size 9879 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (249).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d17b16b87b12aa204b1b21766a0647e9573bdec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcc009a9f3fd37db018df6a952eeddc2851c65f70a3e58a85ecfe75331fd711 +size 8867 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2490).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9235491e6765e80fa5980ea46bc945e59392246a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bd7e8e36f2c4330d58702e54cc922ea21e61ef7cd62f147eb6035c7ed1a0ff +size 18031 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2491).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1490f77d6d291e0c15107c258d573d7f64597e7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839e5f24c86db63ba02709409df9129de567fdfd72f79cace74157474f8cec33 +size 14015 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2492).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad7bd41a26b85f3d67d60599006d8366d04f77c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae506b3be2e4cb499d0ee439c3a95112b8abbe49ffac6bb50b446936f9a2248 +size 10283 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2493).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a91e0541c801bcd40e42c4d7c948333589c3783c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78c31f7027ed7d66008ef61b1561c4001a676748b839ec188de56de22cc807e +size 9153 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2494).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d131b1c31baab323b46ae98df93c94fe788e3fb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a98b4cfdbe419f3d436c0bcfdf6fd4e9c014d6e10422d0a5df364b8bbbc8ec +size 9493 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2495).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed14b0a1d3227c0e93a8db489f73baf873b922eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59d5671ef2910daac90d3b94515d6d1f4fa0195928873b27f0e95c74cd373c1 +size 10615 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2496).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8eae81ecf4e3ee69c691a37b8d73aba9abb187d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7459eb6987fbec240c132a5d5a63f7683068d4879c32e4b7578006571feca921 +size 16722 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2497).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8d1b6aedb86685680a5a5261416fa2e5eee17d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771ff4fdcadcaa42389be70541afc0ec0da69eecd936fdae737672338a089b8d +size 21846 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (250).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfec33fb9013c21f2b8bc8621cd08fdfa4e6c66d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200562d5fdc46486cc441da611ec4e30bff923e35972b52df47f5fc79968dcf2 +size 18647 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2500).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72ae4439dc2544e3d11b4932fdc61ac029c57e76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5f586213ec3dcdb29290d243dece05fe3b0808be05dc10755d2b5d297b9228 +size 11850 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2501).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcaf2399bb2e419dc789ffce82b028c7aab433ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b606440d720dd447896c7a0934d775b7e209bef819ea212ec0a26ec57d2db444 +size 11252 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2502).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c02b315c696e6319ab7db54387cc58f7c584ed42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf7fffafbe5eb1d5dba92eae1888ce0e0b2bd1d2e6e3db5d6167e366dc9b149 +size 9389 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2503).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1879db18033ef66b4844fef71f3759cd601a17bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae3fa204e58e3a79ca4b4e5bb9b19d520e81b57ba61ce1d1c0b32479c9336a6 +size 9218 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2504).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe0bf2c2f09cd06498bbe92ac91975375a876a9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b35652e1dbfeb293e4e65c005b68a3843676a5e4d5286c46d2e5f8f70afe278 +size 15732 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2506).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f1a0b98f9b6915c5ae390052ea93679b45f291e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da15e6093b1df6ce704e56c99005486ce2da1fef09a4cde5361dd3232f4bff5 +size 7227 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2507).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d8b664b472814bbd8b6d3e9b0278bc11bc7f11a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839a4792c19414eaa13b8873b924928dfe9bb8c5f48fbd5b38246bd8d8f729e1 +size 8237 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2508).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f639c437ab8f2e9745fb5c0058a51764eb1379a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfa623cddfe29ae4d04bdf3496e04f2cf212b4f5e82712c661a5138fa990b83 +size 19511 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2509).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37be1886804da7aa6eba1f215c2d0696f209ca14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c96d6cdd1e189f6d9f5598ff015f31715449ab4ecefaefc66c2152dbdc3b4bd +size 10804 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (251).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bd7d341efe707cdbb89a16f697ce632d2707d10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d170bcf7b20ac2eecd3c9d470f58800878f4a7aa99c23a1309a56224f56df0 +size 7395 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2510).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..605771ee7c5b116523f5454ad05f2fc53819cb63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decb2f4836ba787fd6d77cfe743e6a48d8a10d334de00adb36bbb8aa995c36a1 +size 17294 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2512).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34c62394473ee6426da272d782822952df86b3ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13331029c9b1ec95a482a2dcffad3fe9e974f8ef612e3890c8fb51e177dee823 +size 10606 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2513).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21515e5bc064b6a6c667725fd0d966e55dfd17a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3f06ed693423ab3e66f94a0ffaf06d01209c7467ee64b9e53746cb29274010 +size 12782 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2514).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..038050ce69082dae6626b865488d6ec471f319bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9b2cd561d4b3923867865fe1b28879aadee74b9dfedab41fd82ee1a1be75f9 +size 8058 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2515).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbb3c99fe8acdbe24f683a255f62a4f9920f31ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0951720870748224a6fd4dd48e3de647447799c15d6f694765e8c34ed8abeb +size 9789 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2516).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ef687f1fc03881aa4e259ba3bb72c43794f9b42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4cb485b9bf3c522b7e53f2ef84240e1af02117d84c6d72db5d717041dd4642 +size 15308 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2517).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1cb10463d1f64383b738a5e1ed8a404e5ee46e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f065c77e1ae63675933e48bc5a156acfa865b71a5bf49b0be0a9f966fc2d6e6 +size 8873 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2520).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2f51582ceeb4887628fea16f4659188f0ff9317 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b952d3c3fb02a6238b7434f821d456626221e40dccc7e9f885f6ff34252749 +size 17777 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2521).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99d75eecf496f3a97494f216ae16d2b718961b0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4efec78fdbc63137eae35d08f1f9a16a3f6150a04675d958a8166bf0293aec8 +size 20135 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2523).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f63a0f7001725da3c50d1a233d647757b4f86781 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458983942d035680cb6b67b7695da893bc3d67993184f8b8b0acdf4855c38e2e +size 17019 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2524).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8e24d5c52cc88e39a8b06da275f5b2e68645673 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b633bfc153ea760d253fde854c54785df15a99e9c36fb61e40d975bd7382cb51 +size 10500 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2525).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..167248f9e7dc32a40c0d6797fb1496f81919a419 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b64071998bc9bfe5dacfcdc732b9e75120ca9c7783ba9662b7984c6643ad46 +size 9406 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2527).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31ab9ad522191c6ab6507c3ed2636e3e62cedd66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4af1f31c059963a32a67b243512ea073e755fb0c46642d5d9f0a2a6d4a92823 +size 10511 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2528).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40e976741e953c7c7d1d2aeb279c6db3447f35aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3dc0b24a7c27ef322041226a0a29e77ee0bd6e069d3d9891793574bee490f1 +size 9780 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2529).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1a125026baa7a204f480cd7fcb4dc7ce1f3045a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c37540ae2b27922a5606df4b980c404a9a72b4ec2dbb7a84175ed07ccedbc0 +size 21309 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (253).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94c2c7e0709c357509889a265bd6519327606cf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc82737fbae3549bb0b80ee6aa79d03b94fda65a082d06d6edf46bebddc769d +size 8248 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2530).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3624e7e3740b5c7ea7f1cc6c7ee2e4ea9684e1cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4990aef871cc11f867598a81e4ee5a2f214980f729334abacd06fa6f34e1d43 +size 9369 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2531).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c0c49cfb81f30c14e1a599565f8f95ba9dc87aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2a03dead1e26d8230016fbb8d8d78144604f32463039a751601ccb3758faea +size 9018 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2532).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79d76a7dcb667e6589e7194949d1d27f6159687f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4ba9e10c3b8ae6b964fc81cdad7bb7b8bfa5d0b4ebdd95f4d42ebe05575cf1 +size 7184 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2534).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ae636cc661d8e640a14b909143bb488c07c3c20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358180a6a522868c2501ca91d08a7aa3bf4626249eb43cab6972a64a75d67a89 +size 10873 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2535).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d45fa184963fe5cd26379af9ee194a7d4250c76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbba5969e6fedaa71d055bc0846a8f08b4a3bf7dbbd33c9bd9a177bc3b2b6ea +size 18412 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2536).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..077145c1acd24f3a0c43d3319f96af1901c94820 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98775d9c0ea73132ee37a8a499aad3d88249ecd52f55eb8847c3eed279a055df +size 12105 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2537).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc19bf839eaad5c03496c68b47c6ca539ab08d0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e636f65f929f41bfaa13b6f21b4c550c752ba4fcb17fb6bd15712e903048df +size 17429 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2538).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cae60929305b9d2f3fbc37b488e8cf5de3a632c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8936716361c024d5894ab240ea303b25d184752ea79c72193f16e0a161b72feb +size 21457 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2539).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..494b12c5402577752a76b252e9282a9212627cc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e0627681fdcdcfbae0672d41779dd7d83e02756c6c327d801cbc05c30a5bf1 +size 16447 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (254).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d16b9b9a95c7eed49d0b6ccfad74eea3608cc05d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d19bb7f290ea7a37d2da918f9c9bfd25839f8a2cb24b7b69cd517d72e2451c +size 9245 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2540).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5d6cb8f88da0c267a607b3127837a24205604e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a633ce85e7d60957fc4e54b1afee3ffbef16c0ffc0aa05d48183992fe52b4dcb +size 10907 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2542).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0ba98aa74a6846e40b78d83dc7f4bd4107640eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa746b1ff76658dbdfad84f658d6e821c1c9407e458a62a9cfa153093a30472 +size 10076 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2546).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47e0610aeaffae962752b29e13773a60918a42b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1891f268857193d6ac947e20e919830931749031c018076cc096bb93c830987 +size 10230 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2547).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cd53b86c301078344b9a69a60edfdd499ab741e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ffb24d94c160e2e8c7a08de3a735b72d7986d5353ef7a92f82768e073ca0f9 +size 9637 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2548).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1102aa5ffd2d17d1ec3a40e2a158e665c5370a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690501f99e4be70af5012135c0cc1fbec9ead24b6d671f99f41cba9b3a62a057 +size 11991 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2549).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1e9cf07baa37955275258a4e7ef579076953d17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e381ffa6bd82e5662dd69d9d83f5c6ebdebb35c860e40402f6260718079c4e +size 13081 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (255).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de46d21a758479b5ed53f76f0f08f3f35f898635 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd53d4d38c0e2e3166cae956f3a6d8fbadf6798d58b982223e8b8e2640d48d2 +size 12617 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2550).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d92b76612e7f2b3259c510441d0b0a9d70f72564 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbbb173b99c878855e6349c1916f6e3ef9b040a8d63a0727d42274801785e18 +size 7438 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2551).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf543310152854a376a5efc0fdc8f837a2200e0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1f0bb5bf49c7466590cccd6931a6e3f904813e37a63e2cf585ac046c48cf3f +size 11791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2552).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea99a3ded07850e251c8170fdd8516659198dd75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d08b0e24693514fa5ba4cc1d79e1ab7f690722392161872aae71b241d93244 +size 9739 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2553).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3afe48f46bf5852137d0e0898dafbc2d69011a38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3882994dda2bf5d12c4ee6290809aea0cddc4035dffa4301c567ba01e3f47f9e +size 8330 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2555).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40a2e31dd307972f3a89bfaaa8c727769eb0acb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c822a14b4af5edda99691ec488becb29d07e8bfe16f5c826bd7fe18e0ca40709 +size 9109 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2556).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b43e3764738d7873e043536a7a064eeff836af04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc8a35dce635db9a5213071312052242e2482b5cff9d597104e438cb647cc33 +size 19505 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2557).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48d93059717ad41f65d9c1cf0b90ff1181164bcd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70de25d120163c8cbd8373c306a2090a54987ced45f83f28f50ec6101fc03a7 +size 8083 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2558).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..184962f78d02222a0b8a4795284a9a80345e9ffd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdce0b076469c871e030528b536adba534206e25fd1a7d676cd5e0a298723fae +size 12780 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2559).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cab5977c51637b57f14afa603dbae079a96ffe7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb1e9461e24509bee116574b007b3126bfb62c0d692a976fcbf83e0bd9bc37c +size 9074 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (256).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be03261e0255393213bbc0931f150b329970e9e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d97804454245251d225805272276009423345be9195ce4dd96977f33cac0fb +size 10827 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2560).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2800229da446c6a9331ce894fe7af5ca6e41279b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae20e5a0aebed1a2b875b04fb2570c3a53b019ef98127b3e33644fcb1334ae68 +size 17299 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2562).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17be76c3079c6b64e409f8e11d7a2ff338d8c675 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3361047a6be7275555ee45e4d14f150b5838010f5bd8ac65df877072cabc9025 +size 18250 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2564).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6175fbe7ec67f3455d8338c843df068ab5a021c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d17094359378a27d0bfd66bd9c92c5fde7e27fcd6bd7e305ba4483f5d0c275 +size 11781 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2565).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbb7d8b0f5af837c2af6506759f84b35875ace8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d7b4fe50c9c906442a939984bb3283ff44e3ed5cd7f7516acaadd47ced4447 +size 9355 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2566).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f49e86ea7f701fd7f59db736f5c9e70ca55cea25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396b7f8b1dce2869e03b6747d7253b9fb5b7363f6a1897531b0952e04d69052f +size 11377 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2567).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0abbd9b5b19fe431f2128fb4839ef3b2e48d9c06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a1a33c16e892eef33012bcf4351ea69c6d11b6502297d7035c7db49f7fc0f3 +size 19089 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2568).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0ce5080e2a832ca18b8a585d99d5fa7ab66f216 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d3165c96d84ca23047eba2f7fce20fca54b2a0cc2c61852adf3ecf44da2c73 +size 10389 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (257).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..910d995a45c1f7cb61cebcaace7bc763245bacff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8bed1918e788b8002bbaec7c4d4f1d5f3f6d56bdd72ed321a2218aab9ddf16 +size 11979 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2571).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d7e03e5b012aea179205d37fb9628e7cfb1c1e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80616ddc792f9f9d1900b37f29afb0e56c31a4ed7c15a490079eb476a262056b +size 10815 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2572).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8367df326acd9a7488d0983b0efebfc46ca08ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cf6d337641bf3a0a2345c4917040164999c26edab51868285bf23b463d48bc +size 12785 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2574).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..718f2935881fbe5f654dcaa987d078d4856a1e6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3aef8837e6ef68717ce96c27ed4534c4a73e555d2084b5677cf507a9f24ed2 +size 11959 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2575).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b244c0efdb52d4361cd271f8794f83d1683c3b39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb16d6bad3a0279bb0e3b5e49ab44987d956175716d9053896f621c49aaeb6b +size 15096 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2576).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e532cfd1fa532ae5a070509af76b1c6028ce34de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cda0d76f707cb3a7a3c2c7e66c66b7867ddcb7bac5f76ae340dd6fd5852ccc +size 17341 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2577).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62e0e90b7760105246b133fab898f5fcdc4a8952 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a37480325a5ed5d30b277cab6ffdb06bda6472e21ea920e3dd2d2ece9959b1 +size 11242 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2579).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f29a9765b1e2ef4ea59780ff81f8c1e51f27429 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857ae1ff69cc479419ef3e712657469040566475e85349862e317ea975cd4952 +size 7948 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (258).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e573db94df9d62067ecfa6603902aaf258d3ed0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400adf9279ddcb6ef4a0909894851bde67f2e5677d7d130ce6eefa90d77e0758 +size 17382 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2580).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af3721251e292b4d96ef77ce2d6fca89085d0d1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ca2d97fadc8053844edc5aa26c9dbd223391695688e15b4e25153cd8a52e52 +size 23003 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2581).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92486a49c0c56fc44c404f36c6748f6541ad5227 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19913e0ba990eeee5668253d98054e6e195ee2bfb1dd8ba2e70bb945f6803c33 +size 9934 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2582).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3315a344711cf04617f4d4abd1ca6c41e589dd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb00ade2e3eeaf37e3145735a4b24304594a89c0ca1158673892c4010c29aeb +size 20895 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2583).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..900d9b3b7b73084e1634463e47bdd89ac71ede10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eab0f67406a74f70100a17901ac95b6ecb715d42fddd6c9fea6bc6a5548c6c0 +size 22444 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2584).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66a0c554ad3d24740f57fd9af66004412181a628 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89eae151718cadb5a2c4d906d378e17c2b25ba460947158e3681f59695300d79 +size 17959 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2586).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91d963513ac2f0d5d3447d17877a76a52d67db55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7d769c600f99fbdf66a28c325d96dd42de5bcff188adb136d18e8407b70232 +size 20185 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2587).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0e37d5fc597c344e1e3e253f20348a5c3ec177b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450804e73ed3571ef98d1a53f1e9158be581277c7bb02d0751d3d4073a5a36a6 +size 8405 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2589).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..646df32f21b6d29aa290d53abf9bcab3d2b502c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5b309dba4c478123b2f7e2059dd42048ef8d4db443779da7756ccbeb1852d5 +size 10692 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (259).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12dd1bea7b1cbef3bcb1c53763c64da9f5b692d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a5ca2df051dee5fcf1b74115146d4d0e25391eccbdc264b8a8b3eae485def8 +size 19966 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2590).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37de357087d4b91ae6418e0d0feb915d2d41a868 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87eff13f3716f3d459f343a56f635adb59a7744e7aa3d882ae1d3f6c7c245338 +size 11852 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2591).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..819dac9f3a3e11dca39cf25334a0a6d4905976e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbec9f0e46b557901b4f4afd3bfa773d8ec2b93b6dcf6f1dbc73460f81b0383e +size 7114 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2593).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59ba4e99db84fec73962c18094182c5bf6875c2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049ec54f95979277f8dd2c6504c3c8d2e6ea87e93ad4c4cf6a8cb443906b3b41 +size 8336 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2596).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35756f5aaffcfe210e6126d38f5567efc518e13d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae8715eb175f48cf1f4add301239caca2c49138af089ac935212b3a6aa0b743 +size 7988 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2597).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92b9214ed1fda6550e1725612e312e411a215bd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9854ae93b20fb4cf33eeca43c95a6c93de07454f8b68a498c269c57baf9f5707 +size 15380 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2598).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37ceab33ee17c67dda73c34e2a43e5581058ad35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3a2d76534f13624f1fe1f8324ea89e9e7fa0845f8fae301dc777273462f8a2 +size 10768 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2599).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ca85c57121be7076f1f6a59fc222d1c2889c778 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc10ba858f7472e61af18048e3aea33993ef476e64b4cf1caf83f4ad325b8600 +size 20916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (26).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (26).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d27bed193988833dcfe05fe31ab00b04a494b382 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (26).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3babf9a24a15e029651f657c406bc136f365b4200df0945f0bff48a9e48d9608 +size 15380 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (260).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0943a6a184047d629013d074f6ec65cbd36bd0e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6006b68cd7a21115533ce471407bca0302d976272ba8b6c20e2b307a39c30b +size 8424 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2601).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d97e3c0c5141b5655df51ec543bc43ae13c02c08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05914eea1b87e50cf1116876af706472740fceb249b806d0c1f73c7bcabb2939 +size 8167 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2602).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7b129fa18433938d59b0df5da699556c32b401e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2278a4113762554bd6f21871bc7e5c3a960b2a162926b3caa35c2ea2039323 +size 7393 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2604).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee05cf118e8301c66fd5303ff321e139d6ffa0b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28164305a6895ffc74ef719bafddc0ff6b2717d7c512e9123e66133ea264fa9b +size 8701 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2605).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af6f31821f7a20fcaef1c83a0cb5a4f94e0bd291 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5eaddf75e08fd912e3f38994788200c15a02c40dab25d3089f07ef8667910eb +size 8412 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2607).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96890bfd587959d7615a7451c33a896cc2820f3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a4a917bff6340a1b54523b6e3aa518bc86e12f5998e4f999de3395522b8818 +size 9181 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (261).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc4b6304039c79ccf0a74832c2ca238b5ecc9c7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05642230ab76eca52a60cf41632e1a15897f2f6ebe8ea8c4149cfdb4d791323 +size 10986 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2610).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0517f39e3c5719dfbef8532cfe5e58aa7fffaaf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e210dc846c291d56bed7327cff0e00f822d38c21f99fc0ed804f2c57d3384312 +size 9308 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2612).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc5a4a20b7f7b568639d104eba61a3c05fbf5e5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3aae38832cdfa61f654c5a1e01aaaf7d17963fa73f309fdca54702aca48d75a +size 8974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2614).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1237826d854c2edbafe575451985624e6ffe4532 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ddfbda26eb90a6f2c308ebf3308799daf20923214f934a841105cf6cbef7f7 +size 8307 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2616).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d03e3c7e5e5caec19974aae6aff4cff4c15bf4f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400a8a4b65816bb8ab472a86888fa5defad1f88194f9995d3b23a21000164f6d +size 9329 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2617).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24c9a25ff3c2261ac9fb92ae40b9b0a00ed690f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2d7d77a1474d9509a1ee9ea71a5a515516577d00e88e83533ae5dd15851b08 +size 19656 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2618).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5751b745de6a5a3aafd14f96e8fd7decb8d46cf9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d3d4be8304f6ec6befe7390a4c833265ae2a210794f05bedf53ce63f115e3b +size 9684 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2619).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9339a1704aab472389627ca1844601a2d8cc5533 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33205784b07fc97b9213c728e46ec66a6b6a972baf16172b4df0273e10ea2d39 +size 8283 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (262).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b0b11303fe471bd193cc51b23f1a0e284a2f1ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1675f22b683539b4cc66e26078aa940d5eb65803fa4c3cf4f1447e2c22006a08 +size 18946 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2620).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3660d2c2bdf8e909588fa917f37b8689cef05e75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23681314b8743dc6e0a36c2e480af11f20c8d378cf136d71a0bdf0477bf32dfd +size 7937 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2621).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45d086a50e924cc937273d62100b94422f0f94da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53416fa85fc80681c96c0e1a710641026ef9187f237c849a50f034bd0140e635 +size 19546 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2623).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8f340709cf8e0f3fa754dd850b596392b9b2501 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d012b240a3bcb2aef4e8e55657c039254117b67d6b2037a3acc49d8668f5a397 +size 9616 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2624).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78866fc9985cf9a203b32ed11ad7461e1168c9d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce80c90432c0efc5a75234b63396a4844187ea5890c3b3fab8dd52db2f2c94d +size 8882 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2625).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5335b56eb56f5f1a406e73e1f5f40c1e2c5d36b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b30ed2dd45c43fc7bab4f15102c53d6d15e2b6000df47f5a5c93f0011bafe4 +size 10056 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2626).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28bcb59eb45e9b6ba92bb83947c8db16d89971ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37959769c409cb179676375d674394c5f22504a820c97cc4d7eb740c931a63c7 +size 9625 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2627).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c07b505b8ff2a8743ec9af525f96422a96b17af1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629d3ff1e20ddacfb900e5c57822c0c25ab70e00596fc43cc91d42326f8a53ab +size 11135 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2628).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5f3f11568d7754e7ede4d1d04b8bb6f194f9c23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54064d1441a52c55a2d693d677ac19f3452b10f60a5eb6562eb470465edd46e +size 17304 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2629).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0de075214945ec21bcb0f697c2ad57a62dc01298 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c856cb7119c563f279ae250f3adfbdec6aa9ffd3ba78ea552ca314d35afd0e3f +size 20530 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (263).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad92666d3000f409a078902f2492d46b9b997c70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e17b909a9a35739d37315b2bb3692ba24f7fe21e2725c61dfee7303becdbfe +size 9834 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2630).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..401dbc573989d4bec6c3e8d19e5794ed72a1e2ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1f5204adfe9c50b6b28742600eb8384901f885791e8b848c0b130c2cba73d5 +size 7102 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2631).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f364ae0a9eb1c26aa2ee685c7ea4e5c758b1dd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4070aef536fb10fb95c22c127d30c6b7534e53233cd4d923189b1d00095199a4 +size 14597 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2632).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0de30ff2fd7577b2f175ecde829cdbc9c813157 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7ca51165c6fa306652788fe408a137d066af4f3dc7772f95ecf73fcac6d01b +size 18866 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2633).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8716b6c05294add52f8d39fd8d1818fe0a613763 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6aa76871bc0454e9b41bcfec055742d5a4418050220956c2efdeb44c059c936 +size 16665 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2634).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec44a5617358be00576af7274607c0e185490767 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118bab826877865f085eba860b0a0856e196216c84a39952589f881cbcb948f0 +size 9157 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2635).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..975c24aee121b244051a600733897f994d5b0dd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e109a48fff8e2ecf42e1fa390cd7be99c00bdfb75fda01f1135d2bf4e100c2b2 +size 10099 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2636).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4d52636a30163285daddb65b4bc07aaeae61a7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5ae35c560a64bd9f5100c886a6b085d3f523e0de0610d0963c26aa5e00493a +size 7467 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2637).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8b0d792e1a9dad12c9f4ed3459a49ed303cea5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f094be0e61209b3cbefe246d6751b7e065a818818618c7a15af83e7956851eba +size 19584 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2638).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d307bbf27193945e28a098fe4046af1e275927f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9781da36c9870443a96ed8f684e656023628f7678f603e0868d82808565b4b3 +size 8916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2639).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39221536b4a88b543e64ced75098e827998e4256 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138cf4a511a4593aab7154fbccfe3b5820042ecdb5fee5da027daaaf7452c343 +size 18775 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (264).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..363cf541f023569c6e1dce3cf003a0226226a47a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f685d695699ad2a8959865ae4180d3528e6770e1228cc949543f8d0704e8420 +size 12976 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2640).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a962744a03c253086b5b7543a05a6092a92b28e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813e1f4c815e1f5f571f6a990b8a883e2e67cffbedad03e812aed9b08069a740 +size 16688 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2642).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac82ae918550c41bec4c51ff1988df9925b8258e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d7486107edc076014fc1e39b50df9348bdc10fea0c19b3678ba49a54a977c5 +size 7905 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2643).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f074920399176a26714fa525cc1615afdc49dce1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5519dcf1952c7fd7e9da80b56eef3effdc3c73eb83a7058384f4642c9f7fd70f +size 7934 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2644).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..914ec980611b3157562f0234798af305d355529f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407b4b6cb8d847199116188c4656fdb8c964b90d7d7a894406064bdb183c7647 +size 8841 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2646).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d6aaec02fa2a978820f61333a2893a5d2e0ec86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1df3e27eed1450d62cd36f7d555c63525978aa251a43c0c0ae2abf8d23156de +size 15825 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2647).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0654516fd90abac8e0f67d79792dc7179da9b580 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538c6df14e0fd0a3d7653694d30dcf0582d33d63305355a0485c1d96286598d8 +size 14895 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2648).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ddff1f5fd2061633fb209947bda53f9b7d62588 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f835543301d935b80fab4a8e4a0930df870e223c98bd44c8afc0376cce2bf383 +size 19669 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2649).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e24b96b5376f09045d53b410cb1396a4e7c3774 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7d131d67b53db0a739c891f07444c89241748231ac9eac8fe5f1e7e499a53c +size 8977 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (265).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72e50415283fb5962142512cfda1b0224af3a212 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42da28d892ffd7fdb7b07770767e7c3a010dd000f189aac3c970ba6be2b11dcd +size 16339 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2652).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e7d4b5cbb60a4742edf6e1e9738350f8d73dee1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f692cef4f62ef8711e539924ce313d1572a5cd5fbc334ce5d13019fdfcf74fb +size 11895 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2653).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3b5677469ac4534b48d954a146df156c6d5ad6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245163a2279c886e59da64c44a920bfe7a42f6c495e58bf75404f2731c611abc +size 15938 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2655).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60273b9a65a0b6963278a0e3a83c77663af54dd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69d93e646e0d89fc3649e20ba13c80896c40ba1381789122bdc64d771c15502 +size 9090 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2656).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f09c1491c8856c7418fbf6713fd832513af231d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b312ef28002452459c9ce4b4cb9a62f602726a159b437382fbccc84b109995 +size 8203 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2659).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ae4b32a811ce608691a2d73037dd8481dc9f320 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab3d223230fb33589f8ede13063e797eedcc2fa4af2efb7d6a47aa9dc48e73f +size 18905 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (266).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..425ca641d536b940c02422ea042b7a3e9d61ab3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6bd38fd24ffb600019b4c5fc449513ea3ee9b9c9dac5bda18d1233f2cf8844 +size 21344 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2660).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cb26f97b8a9c2afde59dbd687963d6510347610 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd4cbe3a8bad79432f048cd19a18b132be1991b3e35eb98432bf4fb57d54044 +size 8506 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2661).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac6401db7521184f74b96c023db79f904bbede82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf5096e571459e4832970aeb3407f2c38cadfe22c81eb0df0b73eea809760f9 +size 7682 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2662).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc263d98ad4353c5f78601381f90b014d1e0475f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789e80aecc2998cd7462a0ce0ed24d6dd28343baccef656cdfb87222ed8cbf55 +size 12331 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2664).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..089e53bdb9e5e35d77a768e6b894bdb6dbd5fcd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1094bdd5c19d113e1165292f7947f6209a3d6b12627dc8983bb90f054a947557 +size 9495 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2665).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..613f7ef8d3d59e0600861f7114006e3110aca72c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86aaaad9c274c875fe3da38fda9a403e02506137f141ae5cba76769bf389616a +size 8116 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2666).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92aac63541015713dbc4fcb81ddc87f0e429cb36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a7793521460ecae938e5e273dc2d27c1d5f0e1232c40075855e26afd1130ea +size 11099 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2667).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83f43973735256940dfdec7cea84ce7b0678e344 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8995c5bb2e39009cbe036bdb5794f73b6799393ffa8a8ec0b89544949381600e +size 20857 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2669).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00230dafc6c091e9dee5a85e48a81fdc525ab634 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6f87872f58a0b324e96ce922edabe504aa99a02c47db34755885988e120079 +size 11656 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (267).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1a286050565a425d03615765dc0bccb17a87069 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3eb75143c3fae50bc850e0b786e2cb89c8bc25ca440116e457ec27e61d9d027 +size 19520 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2670).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f825442197eadab26ee0aa4456a8a3267a15254 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9b3c08ade01188e730e2b615049d0530675d9e45b7d856b47065cb89334033 +size 19811 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2671).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..066e2c3907a7d65c1170987e5770d0814a852831 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edaa019afa43537fd1f1e32cfc8a2e295db89d5c7a7c708e350a2c43f8edf84a +size 18032 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2672).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c290925b3b221d5d8cdc022ab9876bd8a3c4a777 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b331a9f2b99758ba7aa1969955f4fb13907812992bbab80fca353a946aeb07 +size 20302 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2674).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d288f4763cae5fba08d3bbcf66618849c5e0f262 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa95eb37f993b2a2df307b80052a8e6ad1256f8e81a5f867643520a338cc6b7 +size 9768 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2675).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5499cf914a74b850e8ac94f130d5e2cdd68c77fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5d528363cac8104ce51a3a5e41ff01d107bdb175c8c9eb1309fb02d89b46f0 +size 6883 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2677).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13fde49eedf72f68bfd0e7ec5b0450644038eacd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0665e479afcc74d9110e25c45ba583624f1a26bbe0fe4af3a72c28b4aa76380e +size 15757 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2678).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e53afcd2954fdd0799cc6b16844ac1e866237232 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddecef772263cb7400cb70c77a54ed4137a9fa1b0798c039cda17fceb1beaa22 +size 8045 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2679).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2584214d47a26e3a0965867e7f1b29bbf141309f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8fb0472b7f17af644ec01e2ec54daf2512d237fd4d43cba88ed866b7e41170 +size 10064 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (268).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5247728040e5c74a02a985854331afe0a1c98896 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2522661846ae752bb28868be7649d3921b7a7c8b60577999c56bd5cb6c9a8180 +size 16571 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2680).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e8af17534f0a57a4ce1a4f21ad8095f5e071ccf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbec966b77ce683975e136e8b001237f4cd209a0a723c90f7115ad4df503776 +size 19589 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2681).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d8c719cb9b57bc2b6089839bc7f59fa67093edf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037a71c15609faafd91ded76c11d7158cf8cbbb46f64930212212d7d61e660a8 +size 13556 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2682).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1a3f9b512d716966d7a8a1887e20ab9f32faf44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f5c452160447761e18c8c2ce9f96638075be5d5d78e432536fc260cb509d03 +size 10230 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2684).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8bf33ed3893e2cddf2063c9a1d71c21fcea6ebc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cb3d51cb86b43cbcfbb753fff9028ad088076c0d80d3dbfff6d112c85377f8 +size 9674 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2685).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fe6b0baa6ba01b7dd85c909a17db81fe9a4e3b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df550ca7390b122443d655ebe8e62301c403e63f10b1676ef4e87837b29bca7d +size 6572 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2686).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cf389a3959343db485117f02655f2e953d47503 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ebe788831d16f2211b91c1531f3afe9a4ef8bda4c6fcd1d432822aad060c72 +size 13330 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2688).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2c0a8c9d70269bb56a2408eaa694439ef04344d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c44caaea1ca8b7da467271ae686aa75d607341791a66f2d148a7cb84010431a +size 8894 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2689).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5b52191ddec17e775682a0b22ca8831fe8f83ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4170af0db8e6c5c19afc63717a5393ceed09ac1e5e1dae35bdc8bed9bd9b2aac +size 22275 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (269).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e60dd30317a7a81b0d3131be61babcc351cd768 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbda046c3bd2fedc4fc2ba98c51947ace8669be487d444d7007d09792b56723b +size 17689 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2690).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91226edd9f9b603224b876b499f854917f91d886 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb5a833698c4c0ee1158a3f4b0dd88c5a4df4fd7bb7c8c997b3ee4ae4d2b50d +size 8922 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2691).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55d1d7f4c6b8c5044fcfad2f9065b3b2634f2893 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7b0dd5d19b6e77e18732990aeae16ba8568363b2dcc62526cc0c613c53de9c +size 15079 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2692).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b4dd2062d14bb04292cd0c7f40a282cc48f1790 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba01fd0c7b2d228fdec21f33ac618fa39322df7319d318353c96a9530777691 +size 15669 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2695).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89550f04f595938047b131b53684a1a17646993a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c47bb1df3a5d1b5631e8e2ae58b5cbb025937d973d038d14e8bea4103247d1 +size 9820 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2697).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..523aa36fce5f161335ea201fc5e5e8639df462c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33be10b942091705e2a9bc58b0300ebbf0f9350803a5f2d64055908b4e3956ef +size 12757 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2698).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ad0ac5bb9273f31407977cfd2e9f6777a6b6756 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3bf654c5ef242042e55a910e7e8d3d46188f7baa5be1e17fa4d3dc7468d6e2 +size 20835 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (270).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d60d3659588002d2d0aa8f3d3bc6ff0925be742 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efb9ae7f268cc93757ce67462766b2f0fed030d29e9ef37112dec52e37a35c2 +size 8803 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2700).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f22fdf95b7d6324a961e3656a8a744cf9c07e81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e14ac1579ae68437a7312837c1203b796d8748de3b5d4ea544c5a0bc9044c6 +size 16775 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2701).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..caf477d8600c8c3e0b9743a5d2eff02937445416 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ba49851ca4d0d277ad00d8e579045379a996f4f2831d81b85143ed0d7e8623 +size 9121 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2702).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57bf3a363c6e0c5cd4ffda8133d1532312e8101e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ff9d84197ef77f87f967648abdd04be99ce0aea7bc5e1ffdff51a9a3b1e056 +size 11261 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2703).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea31be87651d76ef1fe866a005de7773e30ac1f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa309283f1d5163cc4f6c5b77fa2a0f1edc952756d5b1c208348f79faaf5b5b9 +size 9844 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2705).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59aa9b37f76087e8f4d4faa93ea4dcabf7f4fd68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d1573b7fda99041e8efbb6b9c62fee7e55b0d1f8794a065ecff2b073f8b7da +size 15356 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2707).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef5dabe638802941d3c32c1f14d7a8d71007396e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e40aeb84ac40d0f7b2949871d48d682560596fe9559b2989003490ff2cc3ce0 +size 20298 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2708).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebf7a66dfd57a8bab31eeec984dd873a0b064849 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa97c0a3047348d254f5c270a88a7cbdb87db1b0f012c983142a708e16215fdc +size 14506 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2709).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0434e3e181027a54daf18162797aba252eeb9a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4582a222242bbc8685ddf73b60981d1a470c5b98c6d47d1444fc38f285ea804 +size 19945 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2710).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2178df229f7e9be55fdf86453fe60dc418f49fbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c36423995c72fa0a27a6b3dab17732c57e081ad817d308b1f5940af054c32d +size 18361 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2711).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a41c824845ebe4c4cde7b0ebb7bd407a677d8ea6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f601255b8e47175289ed7ec620e7860e5e706138e85c21a9afe189ed5006e675 +size 7777 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2712).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25dd8c937961e275822c9596a8f43dc3aef99d0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bf1640b9ee2f8469e79f8413cfd1809a10b4725cecfa1b6abe0aafd0e66f63 +size 9182 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2713).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..564c5f368e614df04dd1ece0f4657389eda3676c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fc2f8ef204de1ab9e7016dab19db6f363d502c97ecedc6f159782d9f1f8f2d +size 19679 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2714).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1858de3b935f983a35370b79d200d6233047bd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa23fcfc519132d3d32c0f3f5c83ad845ee007a4a132ba9591af9c7514df8f96 +size 9156 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2715).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f5b5baa376070e55b629ca34c9d2a59c2d422c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2dfeaef1b1949d623a2291427929988d54b15252f981e211bd318136f490c2 +size 9514 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2716).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f025f5dfc8afa5ae20b31f4b2028b81523732918 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125595153039d7484218198c20495bca54c1dbacd4bbb4cf441acaa75c4d536d +size 10006 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2717).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb5aa4d5addcdc00ffbf2e7d72b8afe1af150570 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343c83c0c01f0b962ff279ed18ffce49e6b4d3847c84b0c44acfd3eff6ced24a +size 7906 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2718).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..942656d8ffe193591cb4cfa69591dd882257882f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c1d90d63693346ecbb4fc909c425951d0182ea1c386f53c31b7a2ca2f8ccdf +size 9065 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2719).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..497322fd90f2ddeafbcb09c210f3541d19028b27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9113c91b4d63d17682d775e75c4d68e50c130685dab0987a018e212313da2de1 +size 16243 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (272).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c72613813fc8585bc4e618f3066784165985363 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7baa9bf7432ea9445dc824fbe126ce39a3cabd7c4e690b16c61af95d0b6967a2 +size 11605 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2720).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c248e4d4a2baec645cd9776c872256d22cf78f24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034157208e7d130031e5648daacfde023f5c25ee8c59facc2f9394e492c1e62b +size 12180 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2721).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..854b5d7a9972106524173c1296ecc3169aae6506 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7f0aa0c5a8eced56000ec5b938f71d5acf57466cf2fd47067254fd937f36f7 +size 18723 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2722).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52b5dff39acb8dbc9539ad16cc7729e4ff9dd216 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11118eb0c40d1e622ff55177b339acc75d5a0a2493f05c0bfbaf7e9a2cba8b22 +size 16373 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2723).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a5369a31e6a3a85958b3bcfdfcfac8f9adbe2fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3031d17fd7fcc150d8c3e9f251b7f169355c4e3c34fdff610ce7cbddd2982c +size 8454 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2724).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49c4f5a5d7ca53297cefa4bcf0cbd83498eaf90d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb6d912a409ac0e2b824b66932dee12cb9640713ab2882baf14c91132f18b6d +size 8216 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2726).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d2ed6b6a5bbaa81f941525b527c476cc6250228 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3275e905ee0f1a40dc9a1685729d9ab86bf5a4e342d89a4a8cb4598604a6309 +size 12552 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2728).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ef27efa15511330097b50c82d973406eba40409 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35da3b9a3f20014d03c130f13c6acdf5720f8961650848af358624160f8e1ef +size 15474 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2729).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0c843d34ee44a7b6f316fd7ceab245e32b0e39a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2c7e01f60e487376cfef64902ef267f39cb5866be20f97e45676ae5032025d +size 8249 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (273).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecfe8c76924b4b1af3baac1b465462720b831037 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e96d84b9d99dd495437e71229f10c631d0c703b027dc7dd19a7783217f34d3 +size 18252 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2730).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f88b462808962ab913ff65493e7b1aa4cfcf2d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4833de8cffe426978f3d98b10bd35ab80b49ed62790ccf79ae7f040c29e17f6a +size 10817 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2731).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca31082508539172ef950f38e1e3db3884e449a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2579d28aa3ee4322bd7185d0b0fa5831cf7c84e9416b36db3b522f48ce7f9a44 +size 12823 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2732).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01d9d8a5d98ff4667ab7a3be69c78729f4e66b16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f1b26960aa0cdb88e9c6437a3ba10655fced82aabf64094df04cb688c75e86 +size 9618 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2733).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69f298063c0b5b0b668d4f0aafc47908eedfec18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6867b6dbd2fead3b150a178e8019678a377e1a5f7cb22be4095b0672b1faf6 +size 20613 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2734).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ede832c844c9a1c8b395935b650875fbd42fd951 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f73dfaaa2a181b9ba2fa6e82a17a4d82b6a08a18dff02eb0186ea9bd77970f +size 12213 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2735).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d307ffbddcb236153f9d934d477cb6dd88ecad0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3fcd92df65664c9e962da0c69ca3c7d209ae43be27ab3ff46b8e15d6747502 +size 18366 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2736).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d30ee7b86128afc043b094a4b1661900f741195b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0846a9d03a9b59aba422513f683a483d2e5fd925932c4284c0b831ba2490d890 +size 11411 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2737).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..094f406c7558b0d1531b93c56e0db84bc708130d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1179b4568549b632298110a780d27eee49fb94b62bedd87a31fe6de799ec43a +size 9155 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2738).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94d2111dcea6b78f5bbd5c0d645551ccc5d7abee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0366cea4d038aa176e2a74cce4c5dd27728c4f13e3f26fa92174885a95cdbc3 +size 7992 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2739).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1288ec71820098a4352eaa31984b5cb5add29603 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1966ec449fb198d0a477995ce9a996317de310021022ca1d3b30add6d23a8c21 +size 19699 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2740).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3d93a49e9d8578e4406442e5e86b93e8caa11e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c016309e3bdfabf311ec0b982d620a6cd85b4607ec4d27cc4eddc752c9edd08c +size 6227 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2741).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd9bc66626a38fe0888fcc6e60d8971a0df1ba42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c861497572f21b19450db0c660512cc89b54ccb02fec43fa8aa2b5939aaa6dc5 +size 17917 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2742).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..041040c27e349ef7aa960c7d77d85bf76f4adcbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c6a9e9ab4a0a60d48af002634c3e2653dd19e998f5501723789337ddc34a5a +size 13011 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2743).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39e317a06005fa404b62f85c4555ed6e18485b66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015efe6dc2f3c579bae71cc5f1c801e220770bb1c2a8a9b1ab312751429212ff +size 11440 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2744).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..899b5d596869903ee0da18fab340241b2674f81c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b407ee8efa9e37d8030d4376e6b33312beb2315e986cfd3fd8e54dc719151ee6 +size 7974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2745).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9b2b3c5cf5ad6658418969a3f281968d1ca528a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7239e04cb174d1969bcbd8a540e374db9e0dd1221b819cc0326c2d15bf0a8220 +size 14120 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2746).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1d4b0f67dbeb17693e772a3820705ebe7c5c0a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76b6011b365feda04e8048514106755707aa55143289b33271e520746993c98 +size 13611 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2747).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba9e133177c43b1e8072479b34089df427f98845 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a2219a57d2cb2c8fa385e168ef40ac9931f572bc12fada6ca4b5dd133b92d3 +size 21386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2748).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..143b3479cd732f43d8aaf1b020feff1139b08989 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb62a396d4ebe48c1fdf16ed1c87d8399bdd26958660cdc5c89cff6432b571a +size 15916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2749).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7af98d4c60b5c6ca102b3e0b90171d0ca695b0ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a465fc88e311c3e3cfbf90e1a078210def18ef903be0ec4f715129ef05c46ffd +size 19532 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (275).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2cb476300b788db5a1927c77b78ca5ccf9cc80c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec0f6a2109ac8bb52b046d97df524931c2d32883075b4711d8fdce02e8e9989 +size 17455 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2750).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bc6998e14d784a0359a5c1261f6cb05047edd19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab09f9cd31964b7aad846d5296296f6873f25e559f189d86e2c16ddc98d16d1 +size 10413 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2751).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed9fa1787f91105193c4124a3fd0241fd10e410d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8363dd9125593c448239386886248b0bd02f99a3776eeec32fae8148526727 +size 13758 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2752).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c9c29184192aa3260026423da4c9c74d8137829 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3f5d85c89bd56db3425252d313cb3dbade12a9672717a683823bf621b1958d +size 20048 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2754).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..189dfe51073cc8da94e9f04a37671880d5900798 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6003aa4cfafd00dafee39ffd9680404ef2d6f359497b7ed787130baf7c43f71f +size 9814 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2755).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75d2e97e50762df473bba962088b4feb874a4069 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d0fabd6b23e78d4dfea71338dad1603355eb6c3e85e48f152af2aa6ecb0415 +size 9710 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2756).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbb5cb032a43a07735ad26095af1c4298c7449b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d24112221159f47f9bea5a1a8c41f3ba0f43efbb94c8c3e25ea6816a7ce36f +size 9756 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2757).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..406ccd9db56e9c98e69980d860d09bcfde0177dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd587c95eefcd811e4578e0d080bd606e3900ab017b554c064bf4e209ebca45a +size 16554 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2758).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0df15fc6803346ae91bb0cc6282a32bf08082621 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573cff424a5675ba7ef337e8024efe6aeef40dc6ef57386e73204e494f9a2007 +size 14893 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2759).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0572eccae93fd6527d9c1881a51f9ecb3cec55f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e3632071c44c0931b21c848bf1ade81d21cb019bd8060c16505ebb786a0c24 +size 8110 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2760).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d3cc062c03514d511c4efcbeae7010140ea169e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af93fca480568bf835ad0ca7e661dd210714f8e3b27bbfa3387e82c731d093c2 +size 12793 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2762).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b6b5c64b9f33c6ab214775a98554ecf50794d86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515595228b36c2d0ea86e7ea1a1bf4a9306f38b4eb4975565af266fea822f86f +size 19988 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2763).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ab01289f516871a0611a2e0fc61f99e71e17a66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f62754cd983bc2de7b3137981d102e8754bfc10b5a11e2fd335166e2d73744 +size 14112 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2764).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ecd46aa7d45c1f2c4a015d519c4003dc9a11afc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705c02f503b50e72f7c24e53eb8f06cd0dcd61e40a502ed96949ef016a863932 +size 9740 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2765).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23de06a0a71f60e243ad024226e890a29f233b5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9d22bc6ea8cd8d047f81bf61581e17ffb0b01879b2ea2574fba7f02693d6bd +size 8423 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2766).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8c440bc2c7335b2f927157287217cf938b7c15c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795f65931c19420d1a6e3d44ed3211eb470f31c0c2f1aeb8f0429602f95b759c +size 10791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2767).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35284049e1642df2b5053e613e85e109d94f8579 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4351e693a3d10be90807ab2fb47e5d1de28bfa0fe2403b3fa6eec0efd696f4c7 +size 14186 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2768).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d781e37121ac6d66c8270fdd85dc0b2bc9ab893c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25ecf19d3ee221a45e0883ced38910bc1f2317f8e39b99bbe915ddbe832c1d9 +size 7303 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2769).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3521e5d37715e70dfdbef613b9ee71d117ce61f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a7560e9309474518e34247c69ae16b8c6eda6ed964a0b5b4d3dd71bc4118da +size 17050 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (277).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c82f0ea1f1af8b3e3f107962310e1dffad657a35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2ba105fbd746c41d1990c7278864e1fcb6f2963b1ac3791910751a58e93284 +size 15583 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2770).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12d87daf2b787431aa28f99b979aae38182deb39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19379c7dec679313268976a59333a66da6df49b522047608baf36fbe77305b0 +size 17329 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2773).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4031879d2344b330a8b2a7456b27db576cc5e206 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480e06f48e6db178febeee2158d6091cdfbe1d348b65cc5a752862a1bcb2bac7 +size 13249 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2774).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf52bf8fafeadac94a1595ad9c393a163fabc5a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc446320e520d920a5d007ae28621633f8c50c2d03feabd7a732f2871d45c9f +size 9134 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2775).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de6019377bba1f387c861e141c16b4a35aaf799c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb87e5dfeb6086ee03febf8f3da418be860cfe9485f0a19fb74d49c12270de4 +size 13309 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2776).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..944bd2ff67a0970f9d6ac2dea2f5bd4b87df4bfe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289bc579b476c5276b72dde210815c26191a781eb51bb88592ff088f82d624bd +size 9493 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2778).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d509e581a7c5d28260606814f4bbc3ca53186dcb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae10ee6c956f2dd598c9951a870b002725607edc4b6348fc24f0b60a7e2df7c +size 21777 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2779).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41c89d30ef1ef26396f6d57535ceeae6322a1d41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c56c418aee7e6bf5123082dcd42ba13573985f7388744ef583f62da852ee814 +size 11672 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (278).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9824b9dd843c92139e72857c72db0c3e31acb019 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09658b006ef517612cbf31011def1c20ef13c2761c01d299a02a5c9414598542 +size 10107 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2780).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47b9c5582d4fe1c608a645537326d7cc62e8e248 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bc55891701145d713c61f00ba5d239c249efccb89dcc6cdc3b0798c120085b +size 18140 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2781).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a088349e77bb15e9bf6fcef7d0bd8fbc9269ff3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5109a159c1c30f25f1f876afcb5bfa7c11e6fa76fa1b4f5f3e025b00952efff0 +size 9245 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2782).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd4d9b91276fc27a8ef2972d92742648d6434f64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee19307c6f0ad08f679ad0f1d673bd316877d5f738b53aa35332d44f6c9c6e75 +size 20422 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2783).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..749aca26cdd2fbc3f517f60768ce8dfc8b49fdd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f7ccaf61c26f6f80f47dc9f69a7f1da0322aa275ade5c94188f3f17768c692 +size 11058 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2784).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5238bce8a5fbc432e476885fd591fec27cb0d113 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f3eefbd1e34468e2e5cda2d872d2963a9440825901407c6f2b8628834659e7 +size 10270 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2786).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc4cac18c1611b8555799d0b492a5f54d7c18d06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209b4fda98ed1c9ea8bf3715c877a5e9367f0594801e5109bc133718920fdff1 +size 10515 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2787).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa1711d1a8713d6529d0a0e41776ba5d80aba60f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afb92dc40baef40bb10bf8e94debbf6b1a6d6ea3c6b5ee7393fd962ee244241 +size 17169 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2788).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15481a10395268b76bc6303bd40967eee3cf5dd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a669fdb3d2e08f87b11a2bb0c7aa56cb9e9d931ac9a8bcacc9fd31a828a507c +size 14370 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (279).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b650d45658cd810a204dd3ee82177a20fdc56e6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be894f35e3fd159788d9e978d2ed2d4b36f9596ffe844a01be698c3c5b1b54c4 +size 17756 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2790).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..182209921b72d0b2645ee8c7c30594444fa259c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa40818bff8eb0cb11be7472681fe68fc65b911af4e00d11d3cbf0e2e46c921 +size 9194 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2791).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94d3875dbf085fd7a7ef7c2e7c71826a5be0627e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1187782bdd7e33af750f139948c049cef51ad2a9a5f279c927a6f8faeeff67a9 +size 10213 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2792).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a335c8f7a74fd0fa6c561c4cecf200a3f094fe4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b7958f27e8cfec1c4ed2fb00cb67cea7768eaebd09abd14eb27ea39386f711 +size 13753 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2793).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ebac5ff2f212e1a7ea46e3aa04d3852b6f66445 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a910d9cabb889cb9f5ee6d6a4d3efbf1658de3f9a75ee1c7f23e00133b567338 +size 7303 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2795).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c2b644d9370d2562af03ee4f0dee92389b32fc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4497bcf2e2fba1c7c076e202480c9360c90ab2aff048bc202b2b1902773c33 +size 13005 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2797).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0804490d42791f1bf730a2c2272fb19768803ba9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a924160f939ae01391f8c8c08aaa8cddc78d5f190181a606803571d96ec871f2 +size 14001 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2798).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbed561b10ea48e6107959c33586f6edb49904f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f0f76dbc2546577e2876dec606c615d897c2e648a478729cac39a202884b5e +size 14618 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2799).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fac09a0d5503ac9c7e30c24e94a08a892c73012a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a992b4533eb63e6be447f6fb5ce121a9c89e0213983f39798adb196773fe6d +size 18148 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (28).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (28).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8aa0e8689d775c1283b9013b2de607015733f2c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (28).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7ae268658d98fbeece3e04dbb06dea36023cac59c8d37bf399bfec15176bbe +size 10716 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2801).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..691411d5253d4952bc9ce045283b7850b1339027 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef56b3ac41201bf0623b942ed7bd1d1105b144b1ce3226296e9a9da4ea287d86 +size 11728 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2802).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6da4a10003759e1b0acbd82c04cd7d1c2f7ca2af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cceb6c6f2eb4b6d2386d436eeec6d6396882291b0161e65077bce5ee17b72969 +size 15970 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2805).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9da2061a6fa29df83403ab79ed5ee658cf4c366 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e5d9c8fbc99fa51afcb0510a071a0c84a1e04a8ddc074284058b84d7fba171 +size 16495 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2806).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10cd1f90a34a35088cbb93403bd9f6767aa4507b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919b9bed4a2ebfa64e5457243cec34672c5af8b895f41b49326019b91a3d2912 +size 15217 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2807).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e3d271937dedd304793d42fc78603c0d591aa91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51931b161707cdacb934c7a435f24dd6683510d683c0fb48dcfe5d052e3b7a4e +size 8786 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2808).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51dfdf92dd520084316811137a9ed537beaafdc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b1c63e7fa8fc0fd816c7b2dfa1860f6669a96f1e40c7ccf459af27e8db63b8 +size 21251 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2809).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ac8de0fd5fe0e3c3adb7e09a02caf51997d6d7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134ba5e2de80e920448ab3b18d530bd19b1cd438428a41b60f0ef4da5f653130 +size 9252 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (281).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a890b1e5dfddf687d9feaf07c326c371f53b25a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0971c3649ef3d4743b9feff122ccdde69ea95d721ef2c6012e88e37d724ed72 +size 10164 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2810).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b0a4f125b9bc56cb33be69db0888a94379783a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14da39ff24d45141ab2bde6a5855a3e9d9356227a4c798f3f2f6464769480cec +size 8512 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2811).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b04ac70a27a70925442469352f6cc4a3125ce3cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a5f6864fc7e34340cbbb13db52b69676a9b9452afed0ddce1e7eb3bf72d0d6 +size 9969 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2813).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5265964c485562332c03b36d39ca95fc647fa812 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08702d9037eadda96437440538ebea6c87df7a8dad0092adc65574c2888a9d0 +size 20309 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2814).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60a30c30af816fa8f6bedb62b110a275741bda94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50fb3db3ea9a38608247d7bed75d2dc720de9d05e8bbc6fca2227cca89e30365 +size 9159 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2815).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55bd70b290d6b3f34bf2e8fe368dee7ff0a9fac4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0dab33bf1f64f5e5a507f88ae112e7f7602e173878ad33876c2e1d0f0f81a8 +size 16988 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2816).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfbe69946caeb7809ba2b7cd07fc1d3664dd1a72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6032d57b9fc21101695af92dc36b3bd4f66282750309aa255e25b7bff629865 +size 16861 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2817).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7db5eb3356cbeff9b90278e8fe4783c79aa2d846 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43f825327eb06e6fe0d30759af08bb0d8d4a62bb819530addfdf58d3cef4684 +size 15597 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2819).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab06dadb0a724c18ea3832c4ab72f967888b3f2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49882ea386b7a233a486b7263652e69d2950407d1bb1c4a12a80dacf46b28678 +size 9512 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (282).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b18147bf4dca180492ce4fc61e468524614ad2df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff14b2e251a6d9e6105883f9b49419f51ce5f475257d0883f5813cad688a5f1 +size 20013 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2820).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..912e43916347979b78f6688c5f6b5278e4f2fbcb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afa24ba2d9cb46369c3547442697290e42de9bb6c6e3ef04ce89a824f6ea33f +size 10667 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2821).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..380800b6b81d2a3918a2fe3f41d6e4ba90107e95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28cbceff6e3d10717c703c8a4b0ccba413faaf3b4e7669e020360b5173fc9db +size 9147 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2822).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55d90181fc2e3cdf0c67f62dd36f800fc7bfc82e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a596812ad8ee084031db2e480e13f608337dfb118fabe26407d2e8468383d0f +size 17400 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2823).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ba1adc011a183e275df16568129e6e4d75f0bae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c40f684a2eea7cf9cc8193c0dbaa93ff0323d549e1f063a76b54c832c92c8b +size 17041 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2825).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6647054b236e01f399110f30217da8c3bf8edee1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ac0353c16bcfd76515163d33846fb5e65117f65856b1d220edc12c61a7f842 +size 19359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2826).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8fb041a38c13e93bc3f7748eb5055ea44ab3d0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d73d75fd3cb0700705ab94ff6b6e631c1ecdf31f3e599d483d88bc3389cb0a +size 14921 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2828).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4ac43c9a37102064ee8bde72a3245571092a9ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19411b4bb45c94f123d9a06207890568d89149f64f088fdca483a5b2f0317ec +size 18282 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2829).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5c82068f388a651ccc7eefb6198f129d0d94068 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12fb12a1f5193a54c00e9882f483a46a49385a07c12fa4f105c989bc2bf7e11 +size 9773 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (283).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c76a78d90f74db3eebb49d61d854a0cc2b6da3f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c168ea2ed264439439c7e679eecf14604729a566c501434c7aa98568686af1 +size 8647 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2830).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3501edaf1401151d6a9595372b20b37adac4744f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cc08ee15b0c009ecbe3d9a61f6c9f5e8b09f23e9cc4ba7a67d45df046a3970 +size 12669 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2832).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c45a3cb9a3b4389537abd87107b9b1848fa9cc77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ab178daa654970aff0a9b2340cc47373643d152be836fc44c58f0634f5de01 +size 14879 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2833).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55c6d4ae82ff6d803cce312d8ef664ecfe5ecb2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb26297b590f7e109dc74be39563de3cfa2905567406d0e5aa8f3a00d472a0a2 +size 10352 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2834).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53a40cf574613fcfeea0dc33b4d7bc043046ea63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e135c9ec7187f0d2273c0b34ad4c5012a0ab3dcd65e47d422a32de8f54e5f096 +size 13771 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2835).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b3d48a344f6d4765d68769158ba853909536f44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb531d83882b221ba7d4f10d54660d4b5214f0d77ca9a0f37aa9c1a397399cfd +size 11056 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2836).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a18a7ade54d7f1be9cff8295de3120a9d4a0d3da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf0ee4defaf21cbba1fa19ca096ad283767b8c44aeced3d7875a282ab460fc6 +size 10364 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2837).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9304436030faced2735950c0b974fa647d0b1c2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6213f49e21c06a1a6eafa7c6d09d1f8e7c2f79c3ec724d1e65bf4e39a0b0c2f2 +size 15101 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2838).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bff86c59dcf9e338d81e327bed8600e6fe8cd42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6338c117807e6e98ef6fe06f95f068a2ae0a6e027f76cb4ad383748c8d491688 +size 16426 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2839).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18f1fdce5d689c14b78558650d51c64182f1678e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db337d1469224aaa9cfa5468307a14bf82af7af72167731a89b9d36f65f33fd +size 8660 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2840).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74e52a92726eb7a910f596f480b05686f465a3d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c808e2f12fc8bfedd40072a579fa3149100898b52a9a036b418367078febe3 +size 8689 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2841).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec9972d43eb00c5dffeb138ad733f25311554591 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2ef93e96717af6c19511a25b399f487afbd78a5f5f96ae5ad48d9d951d8291 +size 15638 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2842).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e6f03b0ac0bf172dd638a56b88c6f596af4e5c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c558238e8d3d61e43b767c99d18217b2fa0dc1d1061ccb43772be2d4bcd2bf23 +size 9598 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2843).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00b5e3ac96c3e14971754cea99318854a14f8d8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f759f0f85cb47e9806aca58e3cc43ca71faf4426d9b985380727ea2fe2c537 +size 10661 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2844).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7349c66d8637dccb587340836056229889ba7680 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4f1862c0e55a149d8da8b5b6cebacf4cf6d523b247fd8adc3ae5f5f75131ce +size 8504 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2845).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..823495e7ca1c4dccbe76c4f2c141bb00bf51d463 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8e8977a566db5ab4def907446e96b31f71257ae9cd3467543635128b4869a6 +size 17876 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2849).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a970bb8a58b2997ea870f06f43c2d98964273b64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3055c6a71e1870e3196431a3dc20e656d64cce57f29f6a927943c32ae316558 +size 21371 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (285).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dee511bbc1cbd0102bc65d498c43b3d34e64d891 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19221248788d7d707ffa81e4b7f0ab7c70e93af4a0ae8317e6cbde0896fbd82d +size 6304 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2852).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..065c10851a2d8c10c1f5f5a7e2a9fbbef915b9ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6ab8693f500a05fed518140049080708b7641a971f69fe9a656d08502aa1a5 +size 12743 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2853).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0736a9a8cbc24fa1d5bf33ce3d3196477a79ac1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9cf5e9bd92404f96bf3f6d75024e376edcf621b5b5aaa9db4ab2e61f2ea244 +size 17031 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2854).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3f313312bdbcb55237e516fbd91b4a958c2bca5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd47eda370522f93f218891b0c705b0045edff2ce5558a3871f306cd3a26a74b +size 9337 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2855).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1706970c80f8cbac7be41d72a69e9fc9957df1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7ecbb6cf339c2be03fe31e894db4e62b1b061fd3c8d732645a9857eabcf464 +size 10546 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2856).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..145aea4f19d4b1f5bece8c7a1c3a31129ece8c10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415dbd4bbdc9783ffc255c8b801f008f006c451048411afe72666cab57139373 +size 8651 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2858).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7bf79a9b5ca03d3753bbe90f4b83fe3fa35bfab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634bfedaac841f5d1db9191ee0bbe6f6d8f36101ee4142c46f8b8f09d3693c18 +size 10004 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2859).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3c86ba2688d02d8fce39ed7e84b354229f83a51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d114a749874e38bfc9226f10d224f0f858715abc81a6f18918753e09d13253a +size 9845 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (286).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7800480f19468c81d955b7dfb7b85fa2c2d48c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2829ec5486c2659c7417c87f48ba7ad9660bf8cb2c8cc653aa1880eb4cf092 +size 8469 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2860).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2860).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f23337d22617cb563d2c63e71942bc582b2d73ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2860).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0dd142b4b7d89f70149c0106a02f6cbc0a9749b83c4b3af624bbd1d6dbc9f81 +size 8761 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2861).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cfc6856d3323778170455d5ae33896b38dfe716 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0a84cecf9f28b4f395308b3523c133ecac7ef5484e264bc57ba2169de0a3a3 +size 11673 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2862).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..649c16976fda9ab848185cdafb69f2fb3edf0194 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273e2e0326985120388d2a11c2c6faf0a1917e23df05364063de87fc6afa04c5 +size 16625 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2863).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e20048735a5d7b1b825bae1d684ef149134a5333 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db2ef8b9762dfaaa4d99422c7946b0c38127c4fb840b6b36a90df4dbbf0d75c +size 15554 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2866).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..071a7eb27f9d1127afd741b17cd42f405cfe68f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19e9af176749852a41766ce5f6b28ebb646963fe601251f34ab9712f6d8b393 +size 8981 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2868).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11ff95206c9bf547f07be6bf20ccc528e9b0386e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ed4ff2b8ec609988a8b08b12da98880daddb33a8dadb773996905f145073be +size 19067 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2869).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2931eb10dee86a0eb8e9988517856fd01cab1bf7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f9fe8f7f450689de1b6dabc6077ee40d1972677a347d90674730b3ca994aee +size 11033 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2870).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8d30256d38892c0a53ce9b35bc9465335f79d84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab88723155a70cadcb44c903e85baad9db9710f049078199b75e205cab792d4 +size 10748 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2871).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec3102f0263b3c4e65e83a4b0945e9e802da7d16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f62f794b98e4d8b85f658ddf9ac1727316e3f305d3d4a0945e9518095ad96d +size 9798 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2872).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc72bd4377d3147868475a075f89681a69e164aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac37a9a44bc39f204395dd04a76d55424bb46e20647bf5307b234e21d6f3dc2 +size 14063 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2873).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..836b3d133fceb2385ebb90235f233c1649dc9144 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c4eb379bc24bcd976a505d0db6d0d2e096467f54bbb944ca44d6bfb6637c13 +size 7118 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2875).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80bd0e9378aeed15bf80ff035a142a1fd30977e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350c4998ac7c207b278899adae6f26fbb4273ed7abb293ce489e1f0b8e26a7ae +size 7286 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2876).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60186fcb505680f645538eb9c973bbf666821e36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a771fbdef343e09e6d4b3ea6d5f947a4da358c2a0d3b038e41484aac562d980 +size 16639 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2878).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0adb0af41fb406c5853b1496d956d74adda30df8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6437ae762f9b490f85424fd8cf10ff5134eb7a4466722f5ece6fe7f55c0c709 +size 19269 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2879).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b0bb6772b4b52f05426f73d924e6b0d5c623bde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7981954b18f420b97a72e04caaefb78537a27721f47b24a7019c559c4b463443 +size 9131 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (288).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1bb75bf6b1988e35b9685b20a068e4c8b1a61f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bafe9158b988055bc83c03a28914f5c8557159c76fdb19b607eee137c199621 +size 15384 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2880).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9cbf5ede98b5fe31578aafca4575876677fea19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a150b4f3e4524154d8c731d81f5f8b956df7469fdacdcb01abe4d5e951cc04 +size 9538 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2881).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2881).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fb2f7985263cb50bfd90ac79bfb5d9a08ff480b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2881).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b0e613b6d729fa5dcdf85d0d3553bdd098ed0a9fca5e6868e62353727beb7f +size 18423 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2882).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffe46e1858c59727fc85bfe7b3efd21e8bab5387 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eca77c112a60b7ac8beed8cb8d21ffad9dd6cbf87ab359695e6dbff7bbb85f7 +size 9951 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2884).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d55d10c62ca6b2765168aa1370b392bf2b9b486 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6f76b868d2306759461c9af05a6773acc9913ef52d2a8ed85119963afa8cd3 +size 8936 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2886).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b49e0475fd092d0d8900409ce9b924ed8ed7799e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7195063ee987dbd219aa098ee8647f1b5458c552b2416caccc40ab858b8c950 +size 10981 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2887).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71134a4cc937f792e63c18ca6896dd87cdc7f4e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819abb4b31843200cf6ce568bf9e61d4cfa4b7647bbcf2503acdf2c460e3ecc0 +size 10371 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2888).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b00f204ba1eb5be4dc6b30b54d054c084f536dbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e390b513ad1d0b37b1644eea5646448d89fc27c2cff4f6776e2e3f9972e9109 +size 11238 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2889).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f01cd0fd0a0863db864f218e0edd732dc59200db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cc3559a8ab077452982a57cff97aa1ab2bc68a7360ee3455626070b43895a7 +size 9750 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (289).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..751395e320a5cc7fee252b687b05eb186421be6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c15a60bd143b6a5c1216b7189739085a052b37718ef724e54853a17b97eb7f +size 9368 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2890).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a04f7f2a79569de2e0895a95e4398a1afee4f6a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea71f5a5db9266e4786da496cff4f20063ef8d78f0a16384ba7d01a71bfc495 +size 9971 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2891).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9832105573c49acede820aeed95e9dfc9b0f74ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce162558cb446efced76bc9c6d9b99c30641cad2379c529fce7d725639cbb58 +size 10338 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2892).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b72faad3871f68d2c41c9ef2c7bcf5ef4cde1cc1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92211942ed97ca8cfbd7e355833eef1e8944af97c70ace7fd3ef2f28bac0e19a +size 17933 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2893).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ceb18c1314c38a70b9513766cdfb65265ec10806 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f8c2ccc50dccecaf113bea0c669f6de39c6ebd3c7b1da454e7d296a863ffe0 +size 15448 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2894).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8dacbecd7dbca3135176ea801e2f82afdc0d0e26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3735abe7cc22ec51c96c9dc913396a3af6bbbea906ca4f745871ca32c7717a99 +size 8605 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2895).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cc525bab99357c1b0432997445a25809c81672e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8df54543bfaaf336d28baad71901b4614c0b5c415ac273dae8403ffc683540 +size 18126 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2897).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..befbec8b7e76ec818ee9c86780f50537647d94ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d22c5f14df5a71350e0ec9074c5b88b0b58f324db929b43d2b44b4e6eace68c +size 9089 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2899).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28521757f238555ccc2ee5c2769577e6e48c9de5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed51ac2cb888b19c98632aef19ed5a236eb5d8ac291a5679ec7b3726a8888849 +size 14939 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (29).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (29).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f66c3ba27134d2b53d878fcee61c778e2365c19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (29).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e626f8d138ed576cb36b93eaf39b3ae148d6bcca6dcfb147e3cd74403027c38 +size 12853 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2900).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b2bd5f642e126fd387a59f6eed0e3ce30ccbdc7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1859d65d895c8b4f827149d2155982eef0b83da02490675012356ef9a3b7cfd4 +size 11046 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2902).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a55772551b844fd5f0015c5280909fcec377f507 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04d574262167c98efcfcbde094592a8834a24c9df60a655c72e3a4a163f4cc7 +size 10185 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2903).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e005338772aa20eeeb2c01d42fb87d8277036f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150f6052017352d372388717923a0e73f4d0a069122564d57f6e55e214317085 +size 17416 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2904).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb9d551c2106539a3642219b4609bf651f702240 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9207086398cfacefe2d8af0270931b7ef06571eec4634b6db25dc31273f15293 +size 8203 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2905).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bda00996b83e14b5a0e0e095246db51309532a5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619d2fbe4360ad3903ffa4d885cd8996ab7a3a8c903d78622458fb483e7a05d5 +size 10401 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2906).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e32feaba59d70027aa5e8a0a9b8aba7a3ab32ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9a050705359e86488138bf77881adaa945281d3fb9897d1ef224ce1ce77545 +size 12557 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2907).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8f9accfefc88ed30554aea81b7fc7ddf47aed64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82348409d537a298da29cb3844c0dbedaff1bde024a1c1f782e5adeb94f42d53 +size 16861 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2909).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6785372abb30a478f54d69cd289cd32846fef7ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab6305137c952e1b759ac1f925d19edf48be83bdc46fe5309c1ccf4799f9068 +size 16208 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (291).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1344259c136d6878f5285d977dfd9845406774bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3be019792e07ed9e68a3839375b223539702f2588407fd38d5c55a5c3ba64c0 +size 17226 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2910).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e1ccb8f604f5e9aad83927f5b83e167a13a1b86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570dd7c8fbc7357dc8c7ae8c5fc9231e869405ba5ebec6cc008c9d935067432c +size 10457 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2911).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b761678cf1d90efb7aa3b931fc558af5bb559e47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c356687936e55ebefbeff9bb5291dc57c03ea4e5faaa7a2cc288b66d212ac53 +size 20431 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2913).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..381aedf09bd8cf94ee832a085647530069b9a435 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd6292924f1993c798d32cc7de526dff9a9bbe0764105dfcb6155125d32d5e5 +size 10352 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2914).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..169990ba637fd5bea4a02bbf3700f055d171fe71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41cb9e24428b3318ecca5d82a63aed063d91aa7e70c72f71d458571cf5b84b4 +size 16268 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2915).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99692c5aba01cd5c681e1b7576b1a7587e86a6dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb91bfbcf6aafaec57bd3a6554724ae6efcaf018b32eb87f26fdda0b6ab06a5 +size 13402 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2916).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee5455babb9dd39d0752491ba9d1c1bc359d1e46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74e5e329f5aa98f6f7774717c524d33fdce29dde0236dd57794aa4100f38535 +size 13758 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2918).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84b5a3bd103a17fd0bbe31b545b57a133d5a6de2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5763ca07c710880f76336da1248426d50c2ff3c003cfbb59ba3a52df6b1830f7 +size 8797 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (292).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9f288dcec3bd8fbb917320b1ea60a214c726c6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91ef0a5bee3f310950fe6109ad023d31c30bfdd0d23f1e864364730dcbe46df +size 19014 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2920).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f26cb96826da977d5c3b992c04a334ed21d087e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7e8e5e0711a38a0a99ed9c955a77e4aebe477c4ed771daa49c88ccd8411769 +size 16291 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2922).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63b5cf5e31cf3c7d366289cae2e89c729283c695 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a6b4178e0f7acdf9702f237b5794a76cae77319114dde153f6dd032a9b86e0 +size 9657 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2923).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54da39bd89d29ab517e08d7b7e6edc0e01a649d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6625e343d9f5c7fdd136813924959ea04c3076c39ff8a86b550f62d24434aaa +size 8910 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2924).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2924).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91ab7726dbefc29803cfec1fb49906de773bb9dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2924).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2d716ff5dfa685c6c249d264114dfba4bd63f4b33c2811600efd8855817203 +size 12083 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2926).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62b449f230d8cb3a8699c7151757ddcad0846ff1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954f10d19dc0ebdb3c8ff1ce1ad276383cffa71eeaa3859cf8f44491ce6891f7 +size 17646 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2927).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bd2e37e6c4b61842786af8a5e8225bbb400997d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eed902025d0fe75032cb26a8529a9cfd231bb075ab5e4c337793cf823f811ae +size 8570 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2928).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3aa22e5726f0f71b4c7c6190233f6f7f4ca6efe5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd21024a950c763510bf5eab7db1f2d1d571f76620f83700ac3c761cd8e2fa7 +size 11903 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2929).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7b169289eca3d9fe586a1e224c7e4350774f32f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194832600c1be4984f92dabcd26f9506f64b51992bf4cec75fe5f8eb0cee8495 +size 19614 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (293).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac036bd3329c0900480644c8d18a5fe290adf7bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594931ba50f02c46ecc5ed3807ef5c254a2000b0ea041f4c57b09333c5ff5001 +size 7004 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2930).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6059090b904d00daffee370ec9c81f6c1a4d941b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0746fe53aeb2bcf01b67825966e5d8cd6deda7b9d07bc72f0200d9df497c97 +size 18531 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2931).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88a8ed515c76b96b556df1402fcc5e22d639f40e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7c384014a6a7d4ea3fc156a978fa4d4ed22ef786efa45434e7257a6aac2413 +size 13980 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2932).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ca9663432e7fd99875da1391b683bbef5600234 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a07b0c5d839e49a1d3eb6df65acee53cc06e5d3ad26d572cb4f99b399451e95 +size 12222 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2934).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ee08ce37db4bbc93a962a9a9b12d295b58be75c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b1170b163f05030886056387f54a143430bed68d9fc459506bae4318372f20 +size 14557 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2935).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..498605bcb515de8cd12e2a62c95e2c2dc61b9353 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3303305fedaa91b2d86330eaf0edad08444dc02eaef0b926c08eccaebcdd83 +size 8585 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2936).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b8e9f3377443f918ea1ca5dbee8856f90008265 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c816565457c42127de0d9056e21724bf6684169063684c8351cb4dcbb5780c30 +size 21644 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2937).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9975ec3e448e781449fcb5d0cae66415bf8f181d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184699a6504359ee07c49adc4ed2098d8361f2f51a904eea1e9483d8ba787089 +size 9525 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2938).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11db6c7050422e8acc561c66822d79c78d089309 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1f5022be6e25ac6a5d72066adfff93045b54ee82ec6aba3af4f1407342bd04 +size 12180 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2939).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd57e59ee544ac27b0ae6f00827fff2a34e8b3e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77f936096b71bcb92df5137bf0b9f3b2aded1c0db4bfeb2c227424c80b3a96d +size 19152 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2940).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ace7cf182a5b661bb61726dac1ebfe667a10d946 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924ad8f16bf42099d09941f57717f7b8111646c151418e171e2e1735066acdd2 +size 9865 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2942).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4682fcad603626dd0584856dabc923614a46e26d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ac7b926c2ff904fa16b4f1d7468afc177e4380ab5961cf4f791084c7e46f05 +size 10952 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2943).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37135a10cd73b6e104db038e2874c68c393e3393 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18fcfe0450f3e0d0ba40c807379f841b6e2de858f2f7e05164a386da21937d74 +size 13140 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2944).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5eb6ea775d4af2a4e02c8287eb23660b495a052a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de8b1b87e675ca2b775a9a407fa9a23cd6ffe4fa487de99d70faaed7f3b407d +size 8999 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2945).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccf953def1330097c7aa2da0cc97b74b14f20e95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe676c47ecc580b9c3d2c6275c266c30d25f2b31ff661c1eb0506a7bfe2741b +size 13532 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2946).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48aa5ac23a6eaf9ee1535846d1b4a9a55a74a932 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e31fd164ac7d0b97b18cb3ce7084489ac0f48cb2c44d5fcec1821ddf3cacb0 +size 9928 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2947).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0efcc0534d115fb12364221f3fd469aa53162c5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9fdd52b61ed94c90171e057a35fc6c435a5dd637fb42fdcb835bb1c98c2eb2 +size 20550 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2948).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7ac433ed16f901e0e4e9a1fba8030fb8868e8cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13205dde89666ad12e28647d8ca5dfae070d696f5341a3ffdb75bc24544417af +size 11971 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2949).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f50f27c8d37e0d0a27540f688d8e5cfd1e8d606 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c281f8dae5ed7c1052d7b75aae942f70c9fbb107df29774300050232f69e8271 +size 10383 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (295).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..973a4490c6aaac53942f33111bfbfd863b54f015 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76495b3053d53a46883ba4dfa32a4ca9dc83297c85463299bfaaf665fe8bf7e4 +size 9938 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2950).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfb9e2301eadfafb4904d56ca96bf234bf7ff383 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146ee79b6ef40911bde7aeae679bd6f93a49d4b72686944458f6dcbe510ec728 +size 10007 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2951).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dabdaf53c5c23eb529eda810317bcd35ca810c3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cb632efb6fa231b1c5c02bc72c5242d1a8cae72c9304842b39d171ec4e06c6 +size 15783 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2952).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2952).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f304c0bba53b97c21e2c1dd82b206a7d64c3a0b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2952).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b87fad4c248fe408902d62a6b1943b8350af06ba6f2b1afcd81ee40924df46e +size 9691 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2953).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2953).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0c64f2bddd9a02ad7d222f518334c872e23370d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2953).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3998549d79ff09d4043f5cc51b1fc649e171e68d0dadaca898f2e2451407d61 +size 20719 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2955).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2955).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f747191e102f9e49328ae6fd084723f9d53b8a1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2955).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d172439cd0eceb4c24186916a67643d7f044616d49c15f78750f0afdcc14abe +size 7896 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2956).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2956).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbe5dd7fb1b40c92b94adee7ff7f8ac95c3f94a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2956).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6982b849701cc5b056794fd59505edb4a6e2f69bb9836b79546082e9264ece3e +size 21022 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2957).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2957).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17d709fe81de944c4da8c9ef20da93c4603b2d94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2957).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761a9ce6d691724db1e20f8bf98106a96902fbbb40dfeb250fe8480833ea4220 +size 10307 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2958).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2958).JPG new file mode 100644 index 0000000000000000000000000000000000000000..088467aa56fe39774bf92b75f112ae1b29478829 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2958).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107e038e5d49946aaf7c21bdf08e08feb4436c8d29e33782c03e5d4d59b885ee +size 17143 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2959).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2959).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5639dc64e923d9d40acd74f0b36972534595dc96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2959).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65eb0e65efe1cfd4f06ba93086e935db2cb784dd1cbd0fb33f1f4d51c6c5d48c +size 11916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (296).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bd9b7e85df3d4a5207077fb77b3cc087a9f1a16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede16980070a67fad2f52b4fb97b4062fc001e7424f2b596957e581096c5974e +size 19004 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2961).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2961).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9c293cdfee6d1082275d3487f6bb632019285e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2961).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767c688880d013e4f7a8174d05b610d4cd9454a379e8588cebe3bbea5c709bab +size 10130 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2964).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2964).JPG new file mode 100644 index 0000000000000000000000000000000000000000..241dab2129570a26cb23a67852c7244ea55ba5e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2964).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e65a2dbceeac6c59f2bb9f25825647c7ff4c3144fabfe338bae0e8a4f55887 +size 10556 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2965).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2965).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4da03e42337036cc740ae230041b7ca0a43a8d88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2965).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5726ee0144432ff474d8ed17a57ab6711661546e84c093b3c6f8ed446eafc978 +size 15121 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2967).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2967).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0261433d47cf0523405853a4562a108d0ac8e5e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2967).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de1406b108a91cd322c4435cdb71aa7fe5b53d23e223c342af39a0b3f35d197 +size 21056 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2969).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2969).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c427e2eddc3815dbfc15f1357b413cc0e65e8cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2969).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2caf79c411e48e42ea3bcf79983e8b722b67b892a3ba184260fad32722568722 +size 17356 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (297).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44ae66163e348af3573c31425eeec4c6c382e100 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ff57d8017e66081e0304b11933baf18dd4c678c35fe0cea0086b127e5830f1 +size 11803 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2971).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2971).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e00686d1f47045dd37fc46c5672e507a50f868e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2971).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09434304e33ee087dd80832c56a6baf3ba4cf7b9bcb74c67faa3f000a7d3f22 +size 21533 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2972).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2972).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39345b9fe64d6f8e30cbe200b47365046ab8987f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2972).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f6a1d763ae28448485705016c1d8ba0f7917fe07b4d36d2f18f754d268a5d3 +size 9742 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2974).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2974).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe3e97cbbccf8e935f3c54a99c6e8560c9b61ae9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2974).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f105be7a606aa794cb2bafbc6a14dd03f22b50a6176126710dab8b13070f881 +size 8750 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2976).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2976).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ffc15412609ce9068ac95d8ebe0f4a9465259e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2976).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c748cd53bf2d3af338ffa03d3a7164f00039c1e6d1a47df9cb7cd79171a560e9 +size 12980 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2979).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2979).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c65bf8a37f0af1414d021a6bf28f2a37100c8bbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2979).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8876c136026054a68fa71d189c48b4633654cec4a439ce2e05d9cb7ccd8bbf +size 18199 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (298).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a998c45e5b429c12422d7ba6c65e4b512e246d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d2638df20f222c57b6abb26eb5d41be12f98787c117165e5d5a2ac708a7383 +size 11878 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2980).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2980).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3564e3deb3b153d5682e5321a789faac573d12b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2980).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57c5f0560818061510aa87a5acdb945d7c2bcf3d77ef5a3b8d4e7ff6fa82143 +size 8146 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2981).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2981).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3e797c5a939421c3ce7a499731febcf65800712 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2981).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f73ac371d304dbc2a69e5c6a289db4e55e9861820b5e8627155cd7570de951 +size 15778 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2982).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2982).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6dddd7628d82ab3ca4c0733366741109e9551465 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2982).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046463a11a8b887281f4f70d0d10e10eb08df7e4826faf21cfe0265f5f9360b1 +size 17568 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2983).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2983).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03e12cf642e5a4fbcbf0c8b7e280656ee253f73d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2983).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1044e48e89d643ca356675e6e7d6c1d428952a2b1f8c6f95aecfa62e321880cb +size 10043 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2984).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2984).JPG new file mode 100644 index 0000000000000000000000000000000000000000..593e747dc7dd9615e2da617ff9556131dc86a575 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2984).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6564b49ade0e682622e1e44e8e7edc10601dd15bb4be4b0c97c239a958d471aa +size 13079 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2986).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2986).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99725d2c0f6ffb4360cb9f7dd497b554933bc525 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2986).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74cfe317aa7a4b6f929ac5c0cad440a8d8ca694c3ada6bbd1b395c7fa13978c9 +size 11755 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2987).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2987).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56629d0cff305a5a5d66fc628457dfe9a372b3eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2987).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026bbe5008d088c92e709ac1f389b3d3597a33a5ecee63e6498ba88cb73333e0 +size 21391 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2989).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2989).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5354bcb3c5e83606bda343b1e02abda70237ab5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2989).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224e86aef079156bbd76f392b0a76367a081564abb7c974aeafbd67e6122fb87 +size 18455 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2990).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2990).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abf053b1a815a650d9710d4fdc56f2947f7cedba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2990).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f5a28d39063b4e7fa083bb804720dc81682120673d3262fe466d70b2b091838 +size 16204 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2991).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2991).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d78911fd0ea26d7cfd8d123222df99607470985d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2991).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1dd834cef1ce325d6f6cb185bf8356f155cf41cb367fab9392b61bc634c3b7 +size 9670 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2992).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2992).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b15909dd3903311cd6efa2ac47e0079dae46e1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2992).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550275d474f6ca131e2dd59d942ce83a85e0a9d18205448b915b209c1f4f72f6 +size 18040 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2993).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2993).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6635c15540119917e3281dc57fa57e1786c4c0f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2993).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611f334e7a9450e92a154053747af0dd50b82e1565f20917cc3c043ba7f75473 +size 11164 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2995).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2995).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5f4a449331c2b430e12897c3edbfe50cf6718dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2995).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626b99a3624faccd22bd5d07c8321d3cad5275d6f35871d9e23015f657450f96 +size 8635 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2998).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2998).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7980b9cf8fc70d94536d77c73212fbd447bc0c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2998).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b534b2bee964106d639001dc1bd6b105ceb9eae37b27e160f038f8b14fc72a +size 8541 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2999).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2999).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97b81a67f17eafc949baad2f1b4ab1a26178d7f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2999).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2908107822c5c850ed5a7cedda86262c2393de7af5c45dec4a932e7015ca8ce8 +size 21048 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e52963b3abe2d48771b97c174664b95b859e5aa8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b1eb5a046f594aa4137dfc3e3e5b34a91773d121427fdb9cea6ff6c1fc87c1 +size 8251 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (30).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (30).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e4d7e784f10142a0b71d13b63c9734a2b912556 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (30).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439c6f8466a3dcca3635191f28adf9da2d3da505e74242efb9faac7444fb1766 +size 14316 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (300).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38b51ae8b839eacd6234c75a006c91e598a1c643 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b375c64a9f28d9b1ba9b2efdc3595ac70acd22b9861757987b7ba089b1bd940c +size 11314 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3000).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3000).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a992acc4b053d45594d0fc414bd3c3dcf9cca614 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3000).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346d4945ce44c64a0ca232f9d24dfa256c3f03806cebc7681cb25cabc2421d96 +size 8951 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3001).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3001).JPG new file mode 100644 index 0000000000000000000000000000000000000000..353d45cadf3d485a784c47d13e7c05b47b2cddcc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3001).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2179103d6f7a308bb04fc26546ac079d9db75bb0bfbd70ac678a84a18c33f11 +size 13986 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3003).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3003).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae80d267e3ecd0ab1a7cf68f258f5396cccc11b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3003).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb6c4e1be7272c113d843a10633899bf95a9f3b63f799e507a4d8d0195ae4d7 +size 12584 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3004).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3004).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7fa75d003885da5d81b5ced25a62382f42f2a03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3004).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f233134f06c3f58596e945fbc3606cfe463bcc6527394a22fdd3528423aafe +size 20569 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3005).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3005).JPG new file mode 100644 index 0000000000000000000000000000000000000000..401b5237e21cbacb40ea7ec6fba8621b2217e434 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3005).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55148c033d8ea851ee28ad00b27f0c9ccd6bef597e2ed493f86168e261620ec6 +size 10199 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3006).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3006).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a4f5be4a0da10a6828c770652ab95243ae2de58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3006).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b26c0d306a691ce17b8670b5bdc7436a3dc773b6728ed9c4e958714057668a8 +size 14378 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3008).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3008).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff9cc68626f2ee43a4cfd245c0122910ba71e80c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3008).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e9712e277bb7fca068df00140564f6fa398c336e10247129054d6c219a889e +size 10044 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3009).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3009).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1e3b21f7efc336fe50b4955e50f6dfe514471d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3009).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c16d39ab2f597a795f60862bd78a8b3c62d4f7f72187f0f2af098682c7f2c11 +size 7804 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (301).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25a75d76236c50b73c9452a012f45110f1ddab6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d22f574a91dbe7027b4ab6df23cea760f6fca1eca83ea64082b45ab34036805 +size 13342 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3010).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3010).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afdb8eef41cac399af8546ba242a25ed23e74b05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3010).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611e00af10d6cce9f5187b5fe9c8a91595bb587b4b0d517e770e4f590f21db69 +size 8670 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3012).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3012).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2158e31714de029c1cd64d97ae06ec495747480f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3012).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3927bfccce00c96e5ca622bb363485a8de447eb886172800d519c451abf492eb +size 16656 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3013).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3013).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ee3018d357d14291196c8496e12a14eed204359 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3013).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475c90c25eed3d4674b72fd870b4e898ddd2855447cfb6067a89058149ed0a80 +size 16171 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3014).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3014).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c9fae77ac7bdc546de049039f1004fed426284d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3014).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c3e25fdf9ff359248620201805b5fd5d19342c3748b59d14fa1d411395ff17 +size 8242 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3015).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3015).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ff8cd9ef4207dd2e5af47b2afd3de60fafb7cb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3015).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6956307a7409c9ad542ad9c9e68cfd05dac6c30a28cc3303443c8ede8956bc +size 10148 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3016).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3016).JPG new file mode 100644 index 0000000000000000000000000000000000000000..807d3448926b235e3fcb86b1c23cc0f77b70d188 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3016).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917127c413a174e6333d58f80b09f7d267ca92c0d279090eb882e2a0a13aad92 +size 5774 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3017).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3017).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee1bb6fead044e938fb2ec52ad35949bf1b448cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3017).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9069f62f1a81cb5c5059512fcf5a4e8efad0da5a9304950a49fda428598139 +size 19766 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3018).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3018).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f6aff858c2f74079dff200f6f52205a8baa36d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3018).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63de9a060532ff3290fcd4bd4e39363f1c8cc0b0bf94874bf3ff97a725b8d5d +size 8276 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (302).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f880c1f44d8245ad3287e5ca80ed8147b3c91d6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03369cb7f3b051a60bfc8dd084f0d3208330dcefae5c580d713d6d0c74b9868e +size 10366 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3020).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3020).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b2aa7c23171e62055d3ecb5b32252cbc18956bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3020).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bc359d6b73ec0ef573b5ec4b84cf5f6fd7534fb2490e7e1b32069f7a32cb08 +size 7396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3021).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3021).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60582c0dff9fe59c2780458ca6796503f6f4c1f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3021).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b02f92099566b6eaf29e38ef46a11047c37032970312cac8900a4ed414ef5a +size 17797 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3022).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3022).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65805d84648a2a49ff099d4adc8a465e95e1ef6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3022).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eabe33cc10598e83f6d43e931ef8402e952b8ebaf6faed2d388486619a00392 +size 15907 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3023).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3023).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbd0cb7d523cc3bd13287f5f39bfbced969e28bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3023).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4467c80da568d09151abd703bfbb6c16c1de507016da6759eb51f3df1b3247e +size 11441 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3024).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3024).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f2ab72894747c0f379b0e97cd1bd524e509a6aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3024).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bced1e967079166b22efb39020060941b726eeb058c2b7b20c1ebbd44bcee222 +size 9064 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3025).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3025).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04a344d0c674155e784a92178927eb6bf6a283ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3025).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66360172ff50499e954d317a577fff15ccd874b992389163ad80102c14548243 +size 8701 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3026).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3026).JPG new file mode 100644 index 0000000000000000000000000000000000000000..595c9642f962ae8798ac39682e8650f23c1c5ba7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3026).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794d8dc4a0e3c9c551b925637b9bf4d68668810e00f702fa958780c9101f853a +size 18058 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3027).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3027).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a831fe4111aab7f260ca30c6e0319db756ccaa85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3027).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd5b4a017f0429775252b60ab217f4e8658cbd33e9b700ba8f0e960f967e8af +size 18179 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3029).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3029).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d62dbbb42f1ffd7f2cc8ca612045b99de96dac4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3029).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6866f4d8f60150c97c0b3c5e6b360a8b84389db37cc55c9255a0ea537404b7ae +size 10351 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (303).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..973562073729d98707596b3c90e646b5448ea3ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2096122e6da7cc48351ca86d1f6e272dc12380a7d03a2f31b779c791c73b6bda +size 20248 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3030).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3030).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc4b84461ce081369168bf4500e3060e700afed4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3030).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829c93fd3b69ba07654c4d9614152e1f69f15182019de45134771e2d8d9d2209 +size 8374 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3031).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3031).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef8441aade8c11b1e680e2cdac99dc285e3998ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3031).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727941fc03d35c89ef33b5e2ea0783cf890ad3db2edab161021f50c25d0adfac +size 15873 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3032).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3032).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5aeb2269a9ac09a7258e3a0efde298b03a1f3cc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3032).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114af3d39b8f8669dba3ba34adf6c51483b6ce2e6e71a7745c740c54dabb9bd2 +size 11387 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3033).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3033).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49db3729c13571db50e0d89a9a704b6fce2106ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3033).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a61d345017b881f76c45d2910c24db69b1a0d5cf75a460370eb2f1f6dea61b +size 18888 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3034).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3034).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddcdb8d761e5002a528262ac28264073f49f4ffb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3034).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebb65b48f03c286273330b9b27f828c8a425cc77b37a276b43c58ecf37bbd28 +size 20069 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3035).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3035).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ef1150751cb170b62f447b6c7ba2d2d0ab3648f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3035).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe5a6adc88de874eea0f60ef2e6f9bfda0c351e50417ec39c51c9ccb21a6135 +size 15807 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3036).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3036).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a02aa1ab8fdee92f85d5f32b332edf0399530ac1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3036).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5418fba245886c3a7ed15c4c354be1f180c22129df0d7dfabf2e22fb7c143acb +size 8780 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3037).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3037).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5969a89c5ac136ec1ff1ff334fe9bbabbbdae68b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3037).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44417771f6080ec8f79f77e910ab4ab9f63edc3dd185f272af69823bae936fb6 +size 10469 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3038).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3038).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0913709956e9bc0913cf6341125858568ece0c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3038).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f66706d75d42cfc87e87c1ea84f717cb25ba3464f6f7aa2908a2c6861ed019 +size 10205 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3039).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3039).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9deacbc9b354897c623324b70e972091d2ad041 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3039).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59561261ca8781d30096d619599be1bda8fbcd536baa7529aadbfe02422eab1f +size 15052 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (304).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc4394029d952154959799b7d372c9963100d0da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3fd750b10b5dc39d313829187ee2ca3916b4ff2988a572cafe75708d2bf4e4 +size 11330 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3040).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3040).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7848f2debaecd1a3c5f3a27b368a75e146c23308 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3040).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7188468a9af46a9c4cb9813a036e40581a04c58f0f9ca0fc7aee6436eda187a7 +size 16688 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3041).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3041).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d600ab8abd29ff5a5effa000fe2c371308792b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3041).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf631e43e9f529ad45fd4c63f6029d75b3f911ebea60fcc6054a88772c8dde8 +size 15523 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3043).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3043).JPG new file mode 100644 index 0000000000000000000000000000000000000000..160537fdab2f30c0937b01562d1b302e2ef408f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3043).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a90c59779e9fecd5d049ff5428592fad00304bcac5060b1b4ad991e12fb477e +size 13999 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3044).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3044).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b916abe05e7647d867fdb4ef9c138d4ab89a201 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3044).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec689ad2a6541e1e5605618eaedb1d03746b5df76cc45008887f93dcfd9f85a8 +size 21043 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3046).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3046).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96a32f0a4e637326448fbb7e0699c2cd4cb9639b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3046).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a737a02355b2c12d039e4ac9b1c7f488a2eae74fdfaa7a5adf53ef2953ffb67 +size 16163 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3048).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3048).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29d6709d5731b2c8d7a42af96d8a112acd9a9b6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3048).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c7a6ab8044899f5805bf58ce1dbb7e17fa4865c876b2901dbe01d59af0cac3 +size 9860 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3049).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3049).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a7dc2265132eeabed07c575f775bfbb3b6cd575 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3049).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5af1fe70dc760e9933bf2228f3ebe834254847301af9e8d05b7dfd1900fd288 +size 7014 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (305).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5c4b66ff41aec7d3ebcc6651c9cbf0111e73c27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e17f85974fcbf97e513fbf667e09297bf0e9325c5209f1eed18e12199163732 +size 12374 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3050).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3050).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4d79d07580e5285276228fe96b17a321f64d594 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3050).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbf6dea87e2af4152cfe257adcb4c195cf04ce418cd575beb91a6e540eb5670 +size 18848 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3052).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3052).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e28a745aa83771a962607541e549f4a1eb315826 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3052).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711d86ad43004472f41c6e51902b9c595dcba0ebe6163c75e7a8663c66a2e2c3 +size 10383 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3053).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3053).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d0e18cf7d7c6f0764b2571383a584da6bfb8242 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3053).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56776888a61b89163b2bba6c1746f5e43b4a7295e5567519a36caab091fc9cdb +size 8149 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3054).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3054).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4281bf2aa057877d4f5b020907deb2d8b956eb13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3054).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9293aedef078a8d61ef9424d4730f6ed160f4df4cd71a1efafcf5cdb0ac9267 +size 8351 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3055).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3055).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3895f7a6935b6a579e46f25dc3e33909339f0bb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3055).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243b37bd098e4dd194e9cbf25e4e4e69fd7315da7bf7d921d3849dacb7b25d4e +size 17193 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3056).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3056).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35cde951ac9d538e40613e7ed2989964b929528e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3056).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3f723369efec85797a66a349662fa5c611ff445d6161978699b8307368c07c +size 8836 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3057).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3057).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc21de0b785d2cf436591770b6f1bc3650b72a73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3057).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fcf18429ba3af39f5e75b15b3bb34637ba0f34601d3478c7515450db417d4e +size 15848 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3059).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3059).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc0c50f9826cf64c254f3bc0617850d10695dc37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3059).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c3fc43c772a92f5cc7ffdd349291a349fb83abee9e67754c422798d7835699 +size 21408 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (306).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60751670d61a5f46fdcaf39326ed6d43d9d2ed44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cd092ed794d4d0f2c73426d734af0b5d89b40d4ee9d6c2f1546766e333e285 +size 8794 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3060).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3060).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01e1521671b026c5801dfe07c386b237948a86b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3060).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e690e737f706040f8c73578285653497a43f1e5d778e8b51f9834608dfdf966 +size 10302 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3061).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3061).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80b3249755c88ecbc16bad793566135eb39ea2da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3061).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37727348c798c70b95f0e1d3b30f9e82be85de7699e73e987dd071de831ac1b9 +size 13780 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3063).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3063).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fc234a0573e2f9d67394dbee93c2b16eaa912a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3063).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1166c5c1804428b745c3f3dadca221047c17db7bddaaa1b894072c4ba7e5958d +size 17382 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3065).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3065).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2872e578163117fd8c7c7b905ab7720421c1bc45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3065).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eecec32573a0fb143fe799cc6d887542fc6f13b74bfc2a9f8814be7f0948f80 +size 16941 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3066).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3066).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40cf5f666c01e94c780097b170da4aecc14fd17c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3066).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae9716f033c586e61e20b2f4d5505acdbc081c2ac9b287cb5cc4cbbe4fa0a2d +size 21605 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3069).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3069).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7a97b883981c8c9f5cfa06a99733d17065048d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3069).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2523ea6cc05434bcc8df31bf94a9d05f4302254983411da527585676449e97 +size 9529 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (307).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f9d568c23f6d47513a391e473b7362b99fb2a40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c4b2bb7098586892a2fbce48772817a17eb69c9a5a8d6bdd65399f56bddd37 +size 20408 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3070).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3070).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd66b6759e7a5f4983e8232ef76448abdaa4debd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3070).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336e97a0694ee8ca4604fbaa9629994014ead29469465d61e05f208cee78864a +size 17620 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3073).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3073).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42664eebb3095af6a918d95ee94e249d5ba0f565 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3073).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1c2cf8bbd23464b42331909afb7fa841003a9c421aea9d9132771239d9a746 +size 16872 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3074).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3074).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94902c020f1280adaae11962e52269e1ca7a9e30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3074).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1224041aa34fbdccc2f47d4626cde629f4c1fcbf992472a93080e94a491e6e4 +size 8542 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3075).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3075).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d1e9afca1a49b20f9388e1b970342c7da501ae9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3075).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2dd46b4ffd6e29d22c8523716371a7771ba1766fc03f75681e329d9595110e +size 17199 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3077).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3077).JPG new file mode 100644 index 0000000000000000000000000000000000000000..311de81f8dc3fe23d2ad52fcfa636ed2b12393e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3077).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475947c103359af2f56e04209c73bc19ae3bf349ea8127e486efd6c9b2d877ad +size 12057 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3078).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3078).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28391baa0038040ae78655a4b6f6c5ba2b98d226 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3078).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1a20228cef737378b66ceb0bf0daa780ba1eefb584f4e1d89cf40e2ec8882a +size 20899 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3079).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3079).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82813a449ef2a479d01aab90ea7d5040d783b49b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3079).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9359dd6aed53f075340e3f34e29ecef60ca5ab183ec6dbf36d48a3f8ba3e49a +size 15746 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (308).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d449b798bd4481943a6b70e560e0fc27d830f142 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b68e18ef012989262b65eedbe3ac4b679699d759ad4a2af9dec7d7fb4189cdf +size 9475 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3081).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3081).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d8f687f8c4c9424a20021a369a6a5cbbee29748 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3081).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba3e51837593074c4090dfd686867557fbe59fa38eb58a893c49101a227b098 +size 9194 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3082).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3082).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d7ed11b75802c23166ec7e7174f2af0225094c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3082).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2710bddb26844939a29268e8d8c7584284395a30faed8d685a0ae7852988eadd +size 8742 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3083).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3083).JPG new file mode 100644 index 0000000000000000000000000000000000000000..786620de8d65d1e2500e7d784ee73f0d9c06f572 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3083).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441493fb9997895a3f2e9c9bcb30778c948e44ecd7f785c22c4875c776c41d53 +size 10655 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3084).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3084).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e3b80c5ee730542cc62e8ff6d9dc5e70f7678a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3084).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d128edb67c0a805df6e91e1b2c0153e5d4e5ea5a3f729656573859b7d462c7ed +size 10400 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3085).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3085).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40dfa14b0f8cc0989c286878ec95c24088248405 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3085).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8cc0a8c6fb43aef832495fea88c3a089e372666ea0523503f57d0584bd25f6 +size 16994 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3086).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3086).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c9a17195db020899bff59ed1e027de71208bdda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3086).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a0c535340437ae5b45e5c6401f0021b2c2e123b062990699de0cf06f25f08e +size 7190 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3089).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3089).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6cf131b51980889bda67cd46073bb499679b106 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3089).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067d74d22ee022e771045ecd4c554de406b5dff400d9e9c2b7fa55c0c498b3fd +size 18933 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3091).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3091).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab60393cd5a9847919785ff1be5d0d186fe9755c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3091).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b1986d8a42c1ef78a4a695581913c3adaf71a3321a97ad9aa4034e31cb42cb +size 7786 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3092).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3092).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a21d792a2aa456d918bdc791770a5ed177b4eb65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3092).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e67291029668f23ab21e13ef1ffd064d2a06542a7c1c08885f3c4b74016b476 +size 8861 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3093).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3093).JPG new file mode 100644 index 0000000000000000000000000000000000000000..422fb595c718223645573b82a9f1f70564b20347 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3093).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0afcc5e2376b8e7e08eff0c0035b35256a21919912522578f1b67eafac16f1 +size 14851 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3094).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3094).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cea42eb8a3e81da7b9bd99066da4bdd8be2570c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3094).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0fd707ba9f71d24c19022fec74f786149c7f751b63dc8934c36eb29db60014 +size 18551 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3095).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3095).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce7c97a9d751f06c9b5d0fcec96a92f4f3d13842 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3095).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6721c6d139954d4c7807590068b0a0ee518717a1db1a487af0811645b49d068 +size 12066 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3096).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3096).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4164b4b3dfd6855d535bcf3851360fb8e017660b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3096).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c6fb6ae23442485f30986e8317bd87660313cba4b2405bd53dd78a64ebf104 +size 8353 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3097).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3097).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb5d3cf596d7f40c95741a899f269f14acc343b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3097).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333a864fcd2ed58af7d6fb4168df727a4287717a536085e41c18e14df91b2ede +size 6976 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3098).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3098).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf43e209d22826b84335c80777a5c85908de6fb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3098).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b14a565ec57c54b69bbe6eb0533d50e5c33599e545dd2cc28b5f52de6278b7 +size 18155 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (31).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (31).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73d35ad73b3066eaa037667e2402f994790f3920 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (31).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4b7bd6f11b3fc81b0581289e552522cac13af81dd62e815947af8e4137a233 +size 15388 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (310).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2717db7205615ffae4248cb0cb20cabd62d1dca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfca4fb5fadc9382df340605c2b161554766f24163a2a8517b58e645153c6ad +size 14511 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3100).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0d4cbb1aa780eb02233dff4cd451bf752476003 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b91e4e38cfa4abffc9db3046707a575368e355ea28fb0c79226f48838040ce +size 10502 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3101).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3182c32c14b229864c8b383a7d746eb628fddeeb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421584818e3bd3209ef4ba361f0faf0207b7af0ab3bac82c4cef9b2e1c223701 +size 9909 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3102).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e942cfb1bf8f96d50cb0c19ce6bd95f384903a73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9beb18655e462fd935b28b86c9cfdedc5370857e2d313b180ed60d00efa7f5 +size 8415 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3103).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9eaa17db71a942c8270112768eb0bf020166fad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e082fb0530297f8077a5c2df099eeeb53d8388c7142ead0c12e7377ed787cb +size 17843 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3105).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16f899f01094b322ef01c982da068c2a834db18f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7fcdc0ab8f88d092bda3854b0e6a406adb8e0e3c1a9fbfb6e4b9a17fb6ddf3 +size 15639 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3107).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdaccd899b51b88f03b5f337c6e9682c02b7a812 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec108ca79429c34f55840040322f210ce6f5ef7e5a147b064509ad33c1b7bfa8 +size 7696 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3108).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1539c562631da06e6c0c4a2fff03cf6d396e2b91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d242aeb2faf38ef6073ffb72a81dbd3ee9970ff157046507ecf1f9ff2df219 +size 10608 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3109).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6ea773e01626a877ed8818224b4ab85ddd34568 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033c43039604bd714a7da2385f43ac4424e190455059e427d3d9385fe040d4a6 +size 13890 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (311).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07d06c0d4975d9ba24be0abd1a3c420069240f84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252cbb7c03c3f110cf6b542a4e9cf89901b8e59854165b452511318e142d57ab +size 15677 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3110).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5e8d62a727bdbf69b2022e76c832a5c4f8f635e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c19015fba83dfe878827756771cf61e811f7b0493c1a0be20d1550fc6b0e5d +size 8538 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3112).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1fca76305ac25d0a4c36606ef322b5279237378d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb5d16b901bb383a93f8792c4905b6cbc280b90c3ead8af596dfa1681a3eb7a +size 8317 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3114).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0837de18cfe5bbc758faebcc735e404170bc496 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beccb599d00b35df98ca76dbdeea86556617c3db1e7874e8891785e1f615cadd +size 15020 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3116).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77ff2529d605036a4715657d882cd9a0b5e703ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f804b40e4ffcd8bc77eedc4c9d691dda82b78c35d6a6d0c4d8991019f0d1a217 +size 9538 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3118).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4de656eabb1ab90cf784f19a0e939c8085e81cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49a2d0a52a4e64d0e3d81ba4a2e7bd6dc21ddc230029e538cc51f4c5a72feb3 +size 10043 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (312).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..213629ab21dc82b1d8936c5c125e7b04c703b18f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bf3b48e58d68054bd850d696eb612ce8885c27ff8271652c574305675ee0d6 +size 8636 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3120).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58f002a861ca01fba1aea249a2778d546260b99b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9ccb7ee926ad99f63173536f3546f2a6efa9c5da6740389e6d3739c0a1878e +size 12312 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3122).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66faa1ecf579294d7fdfff576747c0d86253ed44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02a3cc0ecd7c2ab869d80737c1fc9d4ade6522061d68cc891d28dbb048688f1 +size 9326 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3123).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00c898e46c565f5e18ca239425f757ae878588af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ae4593e81a69b3c7f8bf7e220ced376f5cea3f18e9f43ee2c3eb8face85c5f +size 9652 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3124).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d47eec395601e2715ef7e45722de66e5fb56fd27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fdbb3e310f53467300d5061abbd0a7cb614581209d6af2717257e5cae1684e +size 21282 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3127).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d338d531ad1e24bfca8238cd9578593757588979 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f12811a1208c2b8a1c9493109356a6c0737ca85986b0fc6890feee7758b95af +size 7519 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3128).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..baa8e635ebdb65af470d9995e2060589b99c3bfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c6605ba61c5ec633891d7294c5e72f89d63cf84df47a13b82f0a9433f3135a +size 15414 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (313).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebe35bc947bd9482c3455edbf1799a2b00d9b612 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c04af725160862303a211742ff1cc22dc1a967fb87bca3eb421c12fdc7b8c82 +size 8368 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3130).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83c663bad45ff2b0adf8d1a8f396dc9089f924a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3841caacd390168570824e893b1f9f26252f527727680fc72c6df84415ddc867 +size 19694 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3131).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3330ed4ef3e5f0149f8fee2b93615b553146747d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c205aeffad37af5741ba12a26898c3c5a7bb0f0feed5a6049b6df6b0b6f9b0 +size 18210 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3132).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bf096f8af7875cb0ad75a4853d79e581ff53a02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480bd0778d01788e60b62a0d8ed74c919f7c68a3547eb108839ab11ce0fafa9a +size 16901 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3133).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fac8fbc87ed106e46944c35aa219b247e9faa069 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58e69e1e436fe75f3a1a621156b9c8ea7ebb95c369d089e841fe1efb46e0571 +size 19699 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3134).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e487bb19fa7f9ea636ddd71e01b457927bddcfa5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33557f300b3ed95a28faa75b0eeb3c69b842c3397aec8c31ff8dc524612df86 +size 13004 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3136).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dc77eddc8e19b1ef38f8469c9e86255d9a8b622 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424dd289175307cb23f81c3a438d4a5c17ae589353176d3e495df5d2a29c2396 +size 14088 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3139).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5005259612b3ed5f6fb382ba3d53d746350404e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d218d95e16e9cab1e49b162c0f62cd31722319cc59db1fbfd9cbdec6c3d85e +size 13038 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3140).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3ef77740083ecfbd48dbc48ac241cd350b37fec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eccd8785a31cc13bf5f6706f3c41c4c1a2f8a5ab92228b7009d3708b2009143 +size 10482 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3143).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89f352b3b14117098d169d2f13f9ff36da332c72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afee275601f5c11e054c72f3a9e61cab7c5b17fee426c19f547d3c3ffb37f7a +size 6771 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3145).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ed97f3b3c78609f6f3c17ba04bf572cd4ef10d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0ebf2492bba0a82f90d56fc763afcd8631559456057b1f6205da01b12d950b +size 19207 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3146).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..909a10b74437cbe11968713520f611084dab8eb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c62d0541f3884a6743ba6b50409e7433a5b8867ddd0f4b811d163cf807c3b34 +size 18941 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3147).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..846a4e7491bd4d84e52f79fff71d9ca59a66797d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791667c44c44cb11bb29480db769c94c8b554700142710cfe8087e0a9597ba75 +size 8851 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3148).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fb03e542293b3665f7836237a2456b1a09d45f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b78ea1f46b5db72e296c6c47ac6b68b7b1ca6507786778cd9f280ef23f66240 +size 19988 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3149).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2c01f9833786cb5dea1529547e13f7ad2250fcb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa9a68a445ca671abb52f7fe717fd125f13f79d520a8fca3551ee37a18eca6a +size 17492 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (315).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..198934f7fdcc79a0e3f6ae475726e19eb7e83a00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573ed6882bbb60c77d4c8fadc9f4abe4618a0374ae8bb134e9055e0dd60df978 +size 8445 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3152).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1076bbb86322a96f759150b7f878086eb935fb47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70b3a370cc935aafb1eb79464fd5b5c6be42666637b476a35b3e7a4ed9e75a6 +size 8508 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3153).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa12e9836e0b8b6598e9ede975fc9e9fa5fb9a5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c2842af5ae8118c489918abdcbb5e6b09573c1ba69734cd3959df1b3cb7b10 +size 20637 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3154).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b424f9c6606c6f5fbb63cfbe609bb511b67ad9d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd542a228004ddab5aa846214635545827945c253b59052082f88f63ee3dea4 +size 10096 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3155).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e69a6aeb68ce1bc7ef0a26652ab2396f0644ccda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a4519cf6e42719607b54c8949a234c65492dcaa0709daf967af714f5ce3c1c +size 10093 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3156).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e70f2441f062ce10323107545ace6349a206809 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c12fc530a210cac0f80ac8d383ad43e79e7f7b279613494e562bfd8beaa9607 +size 8258 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3157).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0db622315a1dfcb27b5ca75b84e74f21ad56cbd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f15d94c16c3d86e5b50640093463f8df4ab180fed6949b45cb3759f86af3170 +size 8561 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3159).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f61b142ad17c937d5baa473b1c3e66ce28052e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a1a4af277a67654bc807624a32fd25999b1c7144ad18c790a934c0f8353fe3 +size 9197 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3160).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af326c55dc91555757f07c213ffc6c684a751fe8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd7349de7dd26941306d3f79d515e9e5904756578ffde9e075bc83fe2af0480 +size 10638 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3161).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e54a93ff4f9c7770c4449a8a2a2d758d9c7aff6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee6838e6165ea9930f6c27d29b399b0473c57ff8ccacff1eda2d2bcfa6e4ab9 +size 19170 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3162).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ac3da02afa4738d0cf4f3d495f2e15c3bebf0ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fce65ade85498eabff984852878661031eee608dcdde7ad7732bd4f93f6384 +size 14757 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3163).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c82b2dcaa7759fa2e31f617eef117b527d07b73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e545780f52297c230007db5a26cbcd3a639085038b7098155991df7b9284a88 +size 19818 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3164).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7a83d1903d7c495e30dfed19fa9ddc9bfe904da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bca6c8d219a6dc8e78c5c9372e91d20476fed8b4fd11c7d8a95dde6ba04bedc +size 18042 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3165).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae10c6e570dbfeddde8f812f091ad5350119e8fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e275901648e85336d8720c701af79c74d6d317cba26ef9c61670ad2ec0f676bf +size 8667 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3166).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c235fbb3642012f2acf75259fa31f45e703a9cda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dea925e61dd4ef8e9823e00cd6a0ebbfafe385fdcfa70cb3783b03d991cc2f8 +size 9986 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3167).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02e04a4a36613052307a19f771575fbde188d9e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53fe98510802b942f4ca71bbe13d9e71f39f4b375c177355644a12ff390087d +size 13030 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3168).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bc6a7661f6fa02fe52406c4264c76e95d3b466f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d369ce1e1c693c75651b555bed478d623ba54a398a2baec742775e0fe997977a +size 15742 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3169).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f40953da6a6ae0acb2202b80f80bd84f508243c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6dfbacab17c9d416a0e8f29e876ee74ea365d87a5a1298876425d77ac15e4c +size 18373 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (317).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1cb45ceaa788f8ffbc21b524acc40442ee4cd45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8aa21a977c2945edfa484f661818f2b32f35368384d5143c427e8d5da3b5c79 +size 8069 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3172).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3852fb9ae85e0f9e40c4f92290f707b0a66a48db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8f417c44d9eb4e61c49537ebb7da3f6ba2ffe4c3b295177899222953d6c232 +size 7602 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3174).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f99d08735636dac9b26d7c0d4b6f953e7f53505 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e68d9681bb708cd903fd9fd0a9e07d0b39bdb5941e3a1e734f1c125ff690ca +size 17965 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3175).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba42c5ae9ae826aea56beaf56ba09394dde3ba4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72d96d383a02e10f1eaaf777e483618c40966560dad9ef226c437d8e0e8ef19 +size 12303 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3176).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8d2f84c6141f1b5c143b4f59b1acacdcc22a039 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e6386e4516a1c74c6bf230b48b0bc2797173d030f4ab61f30b1210009542c5 +size 19506 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3177).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc2aec997b5f605be0b1fdf6e7c22eaee15ec670 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be6bb5cd47bdb2968cb982aa237e8ad78f3735b49c0afaebd93d1845b065cfd +size 7432 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3178).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9935d23aaf41e743f9492dfad728942f1210310a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033781a395d80ed0fc7dbd0467e2cdcfa68738136036b7188737a44bbc536fd3 +size 11975 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3179).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57b7b6f9a8587200db8c0e202a4e4d4f654e5a99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe33bc06309a47d3db7abc4157dc8e2e842876a6f0d60124f7800a87d6b6c25 +size 12960 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (318).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b332a8fb69897bb20856ae825735886be0a1847e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f55b03c520acb65f575ac13523617bcd7151c207ba2a6b18c18cde06e30cbb5 +size 14255 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3181).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..338ad546a8bb205b8bf0eb72a30b5ac7cc9ca5bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac38bad5a212d948c64ea1faf2041e28e01e966df0bd242a46963919221fbf4 +size 9123 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3182).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d4d13020f8d691c97e685cf225f78b611e8abfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa74514b77b66f5dc7585e9881be1fc83758bd3d24f3585c00dc47e7f2f9bcb9 +size 12199 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3183).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9eb0d0eb648ba94f52c6e638170ccad08624b11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a14e4b6f99533dca7757c7da76d59aa7b6e8da553cd4aee5709ce8e852bc46b +size 11386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3185).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..877dcf3b74f0588774a4493dc9f550aabf973db1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14004791b13703795c328fe868891b1c262fb7cc7856c9dfc52a048e336176d9 +size 8535 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3187).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc0f463812268f5b98127cd62e9485cf19a47496 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a20a18a882bf882b51aa2c03a061e6703c7b20bedab9446ba4a2280b6b230c9 +size 17459 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3188).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52f95a0d311d34000dbca2c800812446a3ebbf90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043c6182993f60f92e6ce46f3fae1ea86201d3a945c3becb641158694bd7d26c +size 10829 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3189).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9473e0744af0c113a8e4956fa25e8adf6b3897b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a12ee4d89c73397f10335563235cb16f7d5cc176b59df67f12e23477dc9c8a0 +size 9150 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (319).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ac21218dcd45285a5fea699b1dd68563cea77d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506f95eb15877e6e91653a0721eceb2802f0b927de3aa31c06b2f2dd3cf6cbd6 +size 21117 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3190).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88cd9a8ea93ae0b8ef6a3444992c6e578b89fedf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb73459d8b0a8098608c82a726ad9901ff57778a30006d2df4b7959497caeb6c +size 10375 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3191).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1996556d72e91170f4f6935f8e3af25afdb8db0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb9b3abfa94e45907893a5a0b89ea7f2bac5cef5dfad1c651a2366013fbfc9c +size 10511 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3192).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd8bce9a828f86372eb3424c3053e482ef5d831b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ace7645414a0585953dabb5d39e3bdded25de0ecaa3370ff58baac5caba6dd +size 20060 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3193).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0c6805bbf327fb0c7257bfd234519488ee22632 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752d4a5400f5f4f43501a05bba4c1a0b1b72684f4568d3b204fab417f7d15218 +size 11792 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3194).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c1328c077be0cc7830890ecabeb3fca653b1504 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6608722c13e6ba7085fd4e0ca3d0fc99d3cead4d3191a828108e7140e8e1b4b9 +size 17348 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3195).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84d22cf5a64acd829836089c165dff0494e62311 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c98847c0ddc4992d25b8ab374e87c73dd6e6ff68338e5fec4e8bf946873c71 +size 9985 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3196).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72b0cc8d2e367cfb96ad1cb891a3c261804555dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb08b7c67be09f5be455c09a4120b28323d08349054a7c1430bf45994e1a8a0 +size 7782 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3197).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e838a266272995dcf674731ff2dc34e6a573f02a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a747c24a9fcbd236eb6e4fba3a007c2b064a3a61905f13555a800a99f8dab830 +size 13925 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3198).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9201a3130653c96a24fb663fcbc6179e6f05c94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fd149fbb527cc2489244fbc71af39882b3eb23fb412668020b9ff75acd2a0c +size 7869 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (32).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (32).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85d683c5c4e8c7f4480c0ef29ecabf5fc32834f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (32).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddec82c0240a77fd7915d3623321126c4b44cb76ee06da6034c1d2a443f3ca4a +size 15791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (320).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..052975ec64ba47cd33c79499a5805870bcf81071 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a6f665ec8e042a37018772c8cd69a698bc0836e66f9c5c16039d7ea5650343 +size 15779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3200).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81c2570af0c709108eeac06cd1fe57c8d401338b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc1b47055c4c21927bff3c19f38487ab9ec4f421b15aa1ad96ff4f20fc24a17 +size 9674 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3202).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02a74dc4140fb1d7e2bdb9477dfebefb1e1a38ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eafead5c7a2db6ea0a7ede8681f7d67346b865e89d397da3b9ee5c5f10ae320 +size 7706 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3203).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce09b4cfc221632a949102d7ab191b75e5ae5968 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fae74c9e4f29fe3ede98838357dd2e38fff8791f86a68c74e9af5be3d709e8b +size 11218 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3204).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f43cb107b5288d021d7de3bd17f467f8ac1453b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ff7513c5c2a32c52448da3de46a8484acdd078021f0cfbb212ffc277c8acdb +size 20653 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3207).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de229f8e1e89d57f8b55d1f086f681ee72523657 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f8dfc17f5acb79c5a0b9bd973e9df649456555bac7699bed3f6012159d0067 +size 9721 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3208).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dd998da0f735da95ee5ea118a2ec7d0ea2efcc9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8072975cdcb15698cabc80ef94e2194072b60fab2e17ea402f1607b45d185d5d +size 8307 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (321).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4517ee074ac6992dea214bd82dbb9078a40bf80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cd967720814c15b8c3ad5cc329a11bafda355fa1eeeb9fc5d177f86bb4cc4c +size 20413 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3210).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..708518617d7cc54853e8e1ef97b7252360819f2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd531e6646887256272348187268758dfb07fe68146d5053af8c55d0b82b575 +size 18142 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3211).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6350f77a5956007398d3f0603f11d7ef215aac2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604f33ef252b1aca1bfb790224970d1ec03e48f2fd1162af7502d115bc104632 +size 13112 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3213).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e29fd985f6c601b31aacf4c1855edea5b5eafaee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdc369b3c9428b0759bc802e896a71af96287cbd9f4d54b9306cee85c44ab0f +size 11318 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3215).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09871f0b5a1ba724b63ee4a888b043f7988a4e1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335eb97b44500b545f819c72754487fda80caea2cfaf4018463b1c7ae2bc48c0 +size 7912 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3218).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be949ecf1037d6673298989922cd43cdb8581102 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4efbc35c1106d8accf8e2e0e65aa512a90ff3cdb0f65c9e2668ee4dc4f0478 +size 17558 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3219).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4f382810f8f31ab9a3b31037da87bc6c16088ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b5be40462574f145ce376145ffe249c977215d582ad3b557835ffc02c1b895 +size 7399 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3220).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a01743cccf706260c74a8cfbbc2858547951704b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e138fade46db55f65e21ccfc7dc6bc9370a80cf364e72719f115908ca0e71ff6 +size 6830 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3223).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a82f742fd4eae8f8f54f5bf176286cc01237e35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5830170c8ddaeaa578a043be3d9e55669e02da6772f7a7d1ee50fa389003c992 +size 6460 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3224).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f03b71dad73797cd1bccce08ad8a43405e9d1da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231be607d8576fa67e707397979df6f8bb19806c6229d985a78b68d00705258f +size 7069 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3225).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..575868fbd2a1d79481db5634363f2883542551bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c47407a128ccde6c228fb85b946bc6972eaaa7811f3e5088bf64d0d944d189 +size 7554 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3226).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b95ceb0535887b57c5c45e369e405c8bc7fee3d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c9e5344166ce82751fd16a8d2a4763f37d65e72e3e6522de63d0a1d43b289e +size 17428 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3227).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5270f0f7aea7f3741d56985957be66f32a6b388c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3447c4bef885e501bf5ccbbf70478638eea57a2f9121d07218069e308bd22bd7 +size 8540 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3228).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7328077b0f2644bff93c094a9ac2b5e427cef1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5d7a8bf173118ed5379834f1921ff2067c94366dc83d9b3a939891434a9a65 +size 9191 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3229).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54cd49628548f0626ae49316c2e3d9f3f27c68a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc980afe4bb60266e3470ff6fb5b11b311d49c24407cbcaf41cc9a57c2c0dbf +size 20590 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (323).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e11d712c2f1fba57cf985c34fe0374066b075f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7bd17e88dd40f33d547cb2bb9dfd2d4c6d8e547215ae8a5339c7d07c29676c +size 7800 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3230).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d6331a8ef1c849ac7fc1785abed34dc3b22e41b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1babe5364adba26fb3c7aeb58b7a09072f37dddf64100cf88f667cd16f2c0fb +size 20028 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3232).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d6c738a51d556ea4e36771f60b21a64bdf5163c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3abeb283e2b9c20b3e89e7223aeb3c63427b803cd34da0517594a46c6712f6 +size 9833 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3233).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8e68e40c6019bc642fd4137e8bf51f484afa973 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bf35989ab655d987e2df3f0ca9e2a2ec50048f477de7ffa2043aa4498e32b4 +size 16503 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3235).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a8091c1da3e6a49cb73039a7e8c6479fdea820d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcbbbd8d4ef94424256f2e3fb68da76d093f1098d991613dee83e77fa472e28 +size 20207 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3236).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..865e33716ad62264020e01bae99ea6dcf63c2896 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d6d39f2be48d5e3bea86151dfcad85403b8667b7a0e4e808ac06d0852654ba +size 8789 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3237).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4a245dc48acf7fa4f6169c1125dad38d977a071 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c23e11e9826c04cc238d5b2e96659713f37deb72abd781cd5a48ac699b8526 +size 11294 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3238).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4ba9557532a3d30f715c89b0de2388f16802cf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20508cbea5d0c32d59c44f99cf597cfad2038664f8ef1a321c0b92f191ee0836 +size 9266 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3239).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05750e7743fb18fb68e0a8f16fdd6417d6defbd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f951db9ac9405d5a9e80ff4a47e440e58c34d1a6f3bfe1015b85f40dc967a9f +size 21162 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (324).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd6a889b4168f2ddcfbdf813326abc3a8904a645 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5b55de8a74ca5b95b3395807f7f5a18f0415a05e816206c4fb059e458ecb80 +size 9898 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3240).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c6306332f4e95abdaff59e00103d16d48f2d808 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d615211723d27a692561c34fe9b8aee3ef0599197c828c9ad4d7c3afe895e7 +size 18593 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3241).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..852343c8faf85b1e1bd9cf4bf0fc06a3a67c2c04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee1bb7f075d835234ee75481bac50a15cba173e506e0c3f56da0a106586a984 +size 7952 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3243).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b34ad4660d2b563e42d029b6d3173a9e6ee2408 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000f505db088714c6879332905870cca497463e50e3fc127e57cee9a9b61fe04 +size 12483 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3244).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95ca2d820e8eb17b8d7e9438627e01a1a84295e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b296d0dd6e2e5ebc74359f28ebed473d6a2b693c9318bc2de844b9efe52220d2 +size 14629 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3246).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23e6aea28bfabe9724998861762c7052a13282a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a5c8098eb2bf9acd60f982afe7494b98c2eb396129f03b51898ac66e9902d2 +size 17927 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3247).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c44c264f224cf63ad33274473ce93d155b60b26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05bdd07e67b6576563fe4312c6fad12828775b8b3cd4078db4d724dcfa81f51e +size 9838 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3248).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..839e55a7455814163137833b64e63c426b749665 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed9f48bcdb1f1d18ab5ad2eb99348c3dd4ce6d93ec128de6e7940b46f192a71 +size 12194 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3249).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ab523f15f84912f20576bd015732ecc34168c85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36635726ae47732bf6d3244d9a0f106893b551e9e996230cffe2b18b04524da0 +size 20373 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3250).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d0bc3e51faee7c31d39ebf68a028a80b719ef27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adfe270be0254ba698fd441d1378fd98f38e787251eea4845eb1e08fc8586bb +size 8801 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3251).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a621486ea286aee1c023f940afe972ff94b13d3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d176c119d6245b1a267a855cc8765843b6fb144fd7bd02e2c1634390c87ac559 +size 12483 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3253).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4ae21ee96de8e5a9f76e6b24554e186eca300fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cc23fd8852c9e117bc3a3e803d2ed9db9892d1912b9c746e79cccbd13f7955 +size 19850 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3254).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cce857f4733cd969bec9c79257565069aafa4e2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ba2f81b5fb00d9c55985ec13c02107fd87a28d958a273db9e1d4de54bbc71f +size 9344 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3255).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b5226d45164216d8c6222a83617d54dcfe56d82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d2939d737ccff3eec7802533a0a3d3ba9be83724dd7b2084b92cb7900eb9a1 +size 9911 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3256).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80dc369c03934b86d23c6a90d191b9c5360c5210 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413c340507c44ac8b55703d451dedb4005a44cb027151c09354109b8eb2c3729 +size 8110 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3257).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e44fff1f597929310a8efd487efc901215e0432 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5720bf1d0370bd106dec32d404c449257c7618fbc0c38823a662f51a8e97f52c +size 8926 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3258).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2b185a20b474948f8068f6791d51c053be6b410 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5039936902e28b31f6f08133f00580d370790d02c24d1a5f3677a4d0bcbab065 +size 10142 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3259).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62fca60e7b5c06c63f9e31a99c4dc20c06a82a32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c7c4e28c3a031eba44f51f8833d27c68045ad0d4b14c129aca414edc2e9c4a +size 12518 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (326).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7272dbd053c6e95a4cc0967f08fa5a4cc1e41db4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393482a2041fbe12245eb14cd57bbb9fc06cf8a38efc424066f9179d0315bfd0 +size 8771 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3261).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..164a02ca3100d6836f4687ea5bba3a623600c3c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb3beabb5324da196c701becadff718194c618d736ed0fe963af6055bd72019 +size 9667 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3262).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fce76d42dd9da3d7245047f1b5dd027205dbffd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3135d8558ec228d8b28a0fd31cc790b4bb139e63347235bbc583e6bb33a00e +size 6961 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3263).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8acec10c43c60fb9cb79f5ebcd5c21b15a29d74d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4975bb4637cdf0626ad318f6b0cf6c106a598c7156632533220bcd8991d2da6d +size 10657 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3264).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d16dcff897a32444232bba5dfc4efab9044769bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9966161c08a5b35ef804e6c5767dbf8b538af435202137448bc67697cb5746 +size 9194 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3265).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88aee36b6030a91ad134a650ed51de1cd9c1e91c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d86a928a1283b79116ad4e67c61a505598e8438a4f1ea33f6719ae7a8ea45e +size 18297 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3267).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7ce23ca8b089d9bee313e7a02fa2ad6d0892815 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632769f8ce2196e19ba8d27e46dac5ad1c81a3d4f25e0f697625008ccc2a6ac7 +size 8080 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3268).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3d87e350f705b806e4f611928071699b6b4b7fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5366de139c72d70a9995116f5fe4a0c1ed24e3d3916364fff0883c3b8c3624 +size 18619 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3269).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61104ea352f526bf2e8bcc68a19ec9cae4589335 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e37e750251d93bc34219b86096cb549fe66705a3f98ee8e101226fe6d658295 +size 18487 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (327).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44383848d76ca4619d1429a7d293c2b74ce81560 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80077f8cbeca952d7df3c0a2bf64bf3be9603fad2811f272ed82a57cbdefcdf0 +size 18084 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3272).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ce40e6ff2e1b970f74740d5ad630daf33863fd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903d3699547b7710ce90c0aabd41346a98574e2cad5e3068a33e201043240b91 +size 7138 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3273).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b11c3fb9ca922246c0b9be139960832d9632a4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f9e7f8263cfa615d3a2ca0e7189999a3b7e60be90d33d16cec462666aa3642 +size 17977 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3274).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f16674262780a274735beffab375e12c1916c8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19d355efdcc9f6a8426123459b8f23bc02225231061a8c307762dfbcc3a9b95 +size 17947 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3276).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7bd52f611f21333816d07cb9205a4c58442a06f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f51b978e1b4bff17541b32bdd81aa90e982c607440bc297dfb65a05c9ae718 +size 15653 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3277).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72dfcc95fe0afb14e7e8097f48046c1479340eba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4daae72ace147c25d732635d1fa49a9e286be89f872e98ebf583788d860fdd41 +size 10526 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3279).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79002fc1db197845223ad28143ec504f180cad60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48de9276c9fd8b1f79d85ae12635865ea595491aa900388a28688ec3b5d3d9c1 +size 9143 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (328).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cb410e8d3652e304838613578cea16b18f14793 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867c5906eafd795ac171c1b65f25123c96635615b1000496ba0eeba22eb52dfe +size 11835 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3280).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bba4fc6beada99979400ddbb88118d643629442 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6a9777719089bbe482c4283230272a2dca7b63304d1177e7640c0f948b91c7 +size 15764 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3281).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebfeb0f61e533c00805843e68920578b471f3dc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44f47459ce73aa231099a6872fe25473870bbc58672264ab2fab3a6b148ebec +size 12655 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3282).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a5c7efadd381837d41cc2af6924564754c36028 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546126d4ec23c826a54ba3b44c19008766ee83d8382a920e620765128ab717b0 +size 7135 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3283).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..116ea8c9761911a49aae076537c627485348d068 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643a0a4856bb0bba3d107416c0ecf3e6add4b2282925a5b400b7e71336c517ee +size 7774 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3285).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eab1894978953d7491c48de557d450c024ab8d16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494592ca71f92f2b0faf8b638e72472b87e6bf08e0bf459735a74529a219744d +size 11722 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3286).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea90cf4ce55f43b10d17f345afc2bad0c8b2500d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770911e6db416b316c6a669ce425592f6337cd041ce047201fbfeeaccaa5b885 +size 8062 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3287).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21e9bbc8ab59061073ee9bde40271a75908ddfe0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec0df9d1a5534753242df1d46eaf316a3d444ac235baded981a52e632f50b5a +size 10029 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3288).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c895567873f0bbedfbb70200774a65a39c7a6a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfcd01d3b157a143d49652909af222871703b62fc30a3481d52256cbb2c46af +size 8235 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3289).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..516bc0cade2593e152626ec1d26bca341aa3c494 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be201ecc6e4ee9f0010b7458ec1ec577cd1d36bd77eb82dfc7df9bee63db7aa9 +size 17222 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (329).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0cf65ed1557ededea56a6046313ede5403b86b04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab45df544480fb0ecd92e852a83ea0ce268dbe876d4219d971c0cf9ca5772b0d +size 20891 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3290).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ab6227369272d228a6733e0bd423d26e0013027 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59931f561546c0931570bd78c6f6b968f8f2bfa14159c001b1a0ed80e82704ac +size 17606 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3292).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d15b7e7f4e2de19bd7ccbf0fd360530d94c94220 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc201aa109206f4af5e0d2654f5c45948a411a33d525438da494ff4995f47a5 +size 14476 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3293).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82dbb17147056d566c9fde5b67e5dab812066204 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefed1fd515bc358007e42417e33bbd4d2406b736c618653067bb04d72fbcd5f +size 8830 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3298).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98f1f4224310caa4c9688f8cfc97b90e9bf95f70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9ca68d80eb21a9709b311d2ffdcf2d41e32dca78757e4697d899cd5da49be5 +size 21370 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3299).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae67126d7b3544eda1de3a4da5072c338fe61ff3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be7823ea0a72451a7970884485b1608009b5d61d46bc874a1e01009e7dc08b9 +size 18934 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (33).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (33).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0925b58ecc4eb8b751beaf90ceaf223b21b9641c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (33).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0409bafde5f393e5dfa7e2cdef7d07090f6e13ca3659815ad847488e79aeed +size 9141 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (330).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c5466f189dbd6d5f2b384253a36e4ece9e2e3f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b4653134e56c9c1da5961e496a2e6fd9a88a0441d227cac11588ab9fc3ba7c +size 9373 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3300).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70e2fac9a940933994fd82e7894aeca56c340bea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e392080229b873e9c05d2d9f8978e4098a74057e1d8c5a981694db84cfef7f +size 20358 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3301).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e80d737a317f651c00b33adbc36b890c0160a8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e29264770ef85deb0a5f2910d30d9e387d2f33ab04f7658350d24284db93f6 +size 9340 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3302).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0583ada79a621fdf96a5a501696d2446356fc7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6e798b7186ea9e244cbb64e8425de27c1d27023c4ad6efcabad26953c1e75e +size 19019 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3304).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46ae1fc452830261129d1b1dbda713f8968ea005 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a447f0727ca799c37f13b4184275fe3b4754f7b330297fab397a4b9d62c38d46 +size 8702 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3306).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36cbdd324be55ed0fe3e2cf6e1b9ce1a197d286d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c68e812d931b8a61c20c2c271a000d87e521f74eb8bd87b263025b0dfcd764 +size 11675 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3307).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..924e4e7025c1ebabf3b8d539b351e0db7c747078 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab15ac9648218afbcd1e2347b23d1f7acf9a7ec70cb959659d9a86c366f34b8 +size 17835 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3308).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49e55fa1eb5c737beec69656d2d4c422f12b41a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99973aafef424a223476934495b362e0f0cc34ce4bf75e11ea7abc5365be1a72 +size 15154 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3309).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18286a7ceaf25ee05f0f27f5ebcfe27a10ada9e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6ef88204759acd2f2b7e37c21c555ae13440d04d6ed35ba537f8e2e29971d0 +size 17429 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (331).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8332f05f37006f3881f50e6309487ef0ec6d011 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1590b154c6dfd334f7682df92da0200361b22e542f3676ee468cb3f7501aa7fb +size 10379 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3311).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..895d1b37cebcf5791d6935b67878bc2b92932357 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac75a3c7dd4066d690490980cf316efce5638c4f8a170b8143ba6ed722a037d7 +size 9656 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3312).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7f4fc4da352b9732861a9170832c2d7aa2ad420 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982f54dab6d2a5f9b862eaea06502d7ef75eecfad0cba48c6829550398e64d03 +size 13315 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3313).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cadb0c0a3b49eaf7c525b78a54589549346d137f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d991a887e8a208ae69d33e46fbad5edc1dabcb8a3ab1adaa3b5f8340d9cc0b2 +size 19343 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3314).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..021599a10c76b1a78461b4b4fa2facf65f3d429e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad6036c2d5ce91f1e63351a2fc94f467d6b6fa58165e6a8b54255f31b334b54 +size 19306 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3315).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2de4b82a2b9e14dca34ad2230d13159a685c95a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68de2250311cecee8f33c22965621270bc0023da4e22400aba1e5c8c71f67a51 +size 12083 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3316).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa4a850546e2ac683c9ba6abe15459eb88089efb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a7ef9ecf44a1e4c1801f3a935f04aaa4c7a2de2ddb972143eefb31834f2dfc +size 15933 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3317).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b7f9d3a96c20347aec9703745e6f46cca311c21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8af2643c41072a4dcab7c9974ae2590a736bc33e05107a2492eb667112adfe +size 18090 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3319).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0280e8171228aa8e0c3ef94d741528574234d78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a568ed4e4098b27cacb4793f8f407cc1d344e5cbad1b83a5e8292af775436e +size 10739 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (332).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48555a649c19e7cb2b2d5b4b6ec8491b8e841a9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcde402bd75baadf6c20e1da7c55f546f0dbecdfb22af3e90f1dcb6b8be8b7c +size 11026 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3320).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..800508363cb8e22109b7304ee743087c2503bae3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a791ac311e5f34d0fb8729c4c646037890525ee94232676171936c9ce565c36 +size 8367 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3321).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6555c84cbfed553fd87a942b36768492b45ccb41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d42cc892420c5f5131325deaf483d04a080169fa25cc6ed277419e0d3b39d16 +size 17599 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3326).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19231dd9552f995294ebd0c053a1ecfc2a5a2a3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c97adb462a1555391d1ae160f247ae4caa1a25ddb252395f0926ca636be792a +size 11077 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3327).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dae5d7c02c0afd43ebf7ddda9bc31b66cf05ff96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da545075853e3c3ce41eceeaf36bac5a30b8540eb3d87062334209c2a4996666 +size 10203 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3328).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee7cc7624d2cb9984970e833c4b6f71dfef8584f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f1090795ba4bf966c2a3596bde733a712471beb548c0ec15103845299b0fdf +size 15443 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3329).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a008dae9650d11582d01ba15b6519edefb7745ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c5c579911a61a366759995a757b47b85cb8ee09556f3b666613ac3a1e7a74c +size 22708 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (333).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..972207e84fdfbe7e33f17eaa7ea5ee08c2a4cf75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e1b94af145f5497100b482cb4ec3a00d59e60d75cd59afea392323b78dcaab +size 12493 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3331).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4f2623c2ef2dc431daa2154ebf7482e25063bc7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9d98bbef0afdbc8817934b10ef5c4e3256963e0335750bcf06ab080ffb0707 +size 8332 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3332).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31734ceae7f212c2472659b24a2d179cf28abd4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528a67c21e8d530781ffd6c255994d8e7fc190d9ca5d0c14f4768f939e11d6c4 +size 12495 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3333).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf45e32575aef341965e6b721f2a1fa5927183a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9856880d3f8b876b69e9e2322715c21c65cb41dc6aa00a8e26b29f55abf85b6a +size 9702 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3334).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19332cfc4f64a83bb109c7d5241dc87c560bfc5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0812223ab860e6ad13dae3b6a8fb7613b4fd8f44785c234bd528b947b9a408f +size 14590 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3336).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6253d25eacb626524189cc3882e8325a1f91fc0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a12cc7ebe40672ddd598e09d9483667fa37c757240223c243ea1db401b698f +size 16842 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3337).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..282984b72f5c28ef994c98edcc8fcb0708480855 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d34a8b4dd0de630618953c00caf390462b3e6d8ddee850e834a5a164fc84f5 +size 18413 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3340).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc49286ec7cb14192a6c4ea9459508560ec0180a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cb95331bf1205fa793076a06e86881a05d392fc11342ff88efe68fc3978a66 +size 9029 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3341).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95b1cdcd7e8a79a77d4a8abfa3517354a00068ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8df4396aee63b187039d61ad2c992f58e6a8cf73fed6be775852b690a68ef08 +size 10403 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3342).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..143094508f5fbedc27ed6f738e55412e7c3aeb77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ed3ff26ae26403a88f88b55e6828215d06af0c383a58fba7c427c4f240a549 +size 9896 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3343).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5edccfb5c78783470b1c4b9ebbf6e05a17bf554 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b266b9335e05e687d8a7af5b6f9c3b1d91cb88dd4c43abe0388771c6e14854b +size 9897 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3344).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..087b26d526e70ed9a2e1aebf13492dd3bfdb89c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2b3deb115d31d1d987c4dfbf3482a4a58f7c1a1ee1f9b7f928b976e8ab3a32 +size 19157 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3345).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17722e56f054e46288434ddea4180735cbc671c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f37a1174f33c13fbcaa3085a266b49070a69c039167752047652dcdf4a49503 +size 20091 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3346).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b7a25d5251e94d86457a1fd3c5e7dfa9467eb75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a478e7e7a3952a5e95ec52597657eb925db95c62acb0829543f141b51d84d99 +size 11387 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3348).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af99df97e762ab1d771041a1a2a3fb48528ffdd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fe6819cb0df68da9ce165b9cabdca6f5282334580a0db3f32588fa5f14cd82 +size 8915 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3349).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..422ed3d572adc6009817006c7cc7afccb3373b55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f021c715f61b37d0301e88d8a3ef9a0f54347c5632271b704203e60722998238 +size 9898 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (335).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..820f1bcdbda11d1b04ab8e36e1cd52895904f81d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0117dfcca2bead0e2fc12bebe60ebedd73d0ad4d4fb29ab33525570d80317cc +size 20568 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3350).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14223906cfe4b8575e41212d96665fb3f3990c38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3527d673080c6a20e52a3d55ec982d91d67dc5df1cfb9d8bc51c7f2665898cd +size 16269 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3351).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebd772dc523abd8dfbd05c1df4410cde1effbd6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b522032410f765f32064e5285693c8ca577c5e7ac51a0ba082c7ffb6db8ce0 +size 14772 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3352).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b89008137bbfb541e483c32361f2a04ea20d7a77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0ad79fdf7c448a6c74ca10ef76d0db7c075a6782253d6ebc23433a05edf2e5 +size 9306 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3353).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f60557df197a98d5ca3131f73226b4cc466c485d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb7a1a07b5be97ffc45a73c60e1f778822dcd4dd1ea7c25bf775bbfa3291388 +size 13206 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3356).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be7d2fe2ed872a05d3be30f9da0607f6de4d3d63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc492ea1d83f7eb1bfb4ebdfc0d856fa322546cc099a17926f96688208b6154 +size 9936 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3357).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3a794f067b9edd39ec74e2555a764a5e00f4378 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3550269c53e6ef76192ef90f18574154f94a545d83c4cd5d8944b788852e3e +size 8660 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3358).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27fbf32c42446f61dca93722d75884cc721b66da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7b07484b669aa29661c3c8b8e532f548bb671bcf794a0a3eeec323b5e72e8d +size 10683 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3359).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21a95ba754cf3614e8fce3b2de8daddbd4e578fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b2894ccfb2c4768d355052c70f9349feedc2dfb87918b754c1ce97ee7b2ceb +size 17858 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (336).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f2aa16b4f4cd7a1cab1016d7d32eac6d8ce3274 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5636276fa611c9c57ab70afef7a485c0000a2f6b0f7ac87c5598464c4134015f +size 19331 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3361).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8034c2bc9edd0aec65d940e1740abcb20cb48785 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3107e61c7e2d5bb0550619e8ec59ab9ccf01c382b2068605bbff18b25ec9d1 +size 18607 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3362).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1eebf4e1bb61eba9a5dc258670ccfc9b5ce42e96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7e744d445b7009eb1a8120e44af107765e8dc534a13d5ec3ab69bc5b71a64b +size 19321 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3364).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af4c9d8733981d65ff1fde6fe986a57569ce14f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2f85350a436902c382afbd4fcde3512ac2756c45b11cce819a4f079b8e798c +size 21798 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3365).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fbd1a0d48fc58ca1e51b6ca2edbeacc04614b13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd88b48829ca4977189fe38c6eb35994b87d2713b8fb32dfc5621cd10926ba76 +size 13860 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3366).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9dfb3c0382f52191ddad50449b8fb163852a220a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db8e2d559fd1a2037afdb786380dae6885b8ccadfcbab13d01b0d6caffa32c8 +size 13633 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3367).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53ac3d6dcc11fada539a3d409a4abbb836161ed8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bad30ba21f8e7e0d62a4afb9b81b948202d37bb3bf6bee3c2c558e2ce9f2bf +size 16396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3368).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1cb0c15c3efdc3e068d863e9dd755c259951bb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f586718698de058d838be957ed33a98820d653d949bc6f8696040263cae49918 +size 18023 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3369).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f18c69bb9404f6ba7387f03e4d3a21ae7ec79499 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce053d1867973cb2fc0e35e502521d99499558e04cd9aeeddcda0bb518de53e +size 10416 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3371).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3bb419b2eefde59d9016148daa77157dd42cab7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef764f9a7baf889e42e8959805fcbaf5c9ba4b0dfce06051a8beb3ddda6ec10 +size 18613 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3372).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..068320165a79a7b8bb73415592f24f3d76fe28a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1631773f0f8b29592d7fd5a25d4fb0a98521e418024b6707df9c6ea2263df1 +size 11888 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3373).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2997d9c7c88f000ccda6b17b1e350332702686f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b554ada003881c59dc943b5eb0a3a264ce66edb889e5bcfc0412e5102203378 +size 8667 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3374).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9fb6c3300d0d8f7efb1a7f9e660bb4ee3211363 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96724cf92771b51bdb6cd82a64db5a54b290ed4e046a2108967f824d4f0db956 +size 18546 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3375).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64e108028f33ebb54f08f9956b6e9906f1b9a6ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4858e5aa8c44d388eb8c4119f9eaac88da20dd284275e4001abd93dc587558ee +size 17930 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3376).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40349a85728923ba12a5da365182cc8b1bf0f814 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0793dcb37cf805462d5c3634488f91185008e34e360702f385efe8284606756 +size 7318 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3377).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..daf460d9195642b5be346a1db4ca73771f62191a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd5234feffa286af741d0842819ceee77dc46526ba2f609fbfc9846ca07e90d +size 7309 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3378).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d49d6f846adee0c1669be7e28f500592d2fec2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acc7c206f70e4806903ee7fc3bf12a8966b216cdb013a8a019fc5966965a5e1 +size 19840 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3379).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1d7f838307fdc1eaec7f8e0c0114a83d514bf49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d816e98d80b91387810c7e82ab363fcf1ed89455d096edca94fe70330752fb +size 8423 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (338).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cc7fc1ff8c7a89b574312dfd315c58a11c82b0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bae54006bd391a78a56de06603b12f246c645016211bef646a7b5072cd4f408 +size 14311 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3381).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..435340c16fb956000b1970cc072de84562cade82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ae7e8550274ac0e677709240dc9be6ebe8f94577d5228ebc840f3dc545d40d +size 18942 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3382).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4fdc5994ccfe632bc9ac1c53b388b13a5d636a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251f758f3eee52fead14dd0beab6ce88f6ad2c6de40238d3a5b77cf929a3a9c4 +size 15044 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3384).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..684cdc2cb87223de26b4e92c3e46c21c625ed05f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25cd6b63f624270febde5de9d054249a3c2e83e83d675c8942c7074ec009d5a +size 8287 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3385).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68b9214ca07e6993485201674dc14df8c8b60ec3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05906838ddbfebcff0d25ab402612a44409604f22daccfb4c7dce6502dac349e +size 20140 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3386).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edbe83d6dceeba5e8723d9c805b5ee292fbaa70a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c661217f7219edc041218c5c23ddd09f578e1b126eaf7f3e92d00f3c385e17e +size 20300 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3387).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ea90053ee0321995782c9c6f3bfe9b193932cc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62fe2b94c3bd13a45b32b1a8f37b404333025b18b3fb36db0062b3f8543c0f6 +size 13811 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3389).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e48fd20bac7155eacac02c957625b751983241a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7b3a9c22c27dd531c8b9dd5c29fb982bfd0ae4bbb8f7de269766f976d8b935 +size 22060 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (339).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..254c9949d0c95f17b653ff6ff6fddafc073c5289 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c51fc97e2af8658330249a2374cf0c5f5c0f99c9d88ba15e8d6db3948dd8f8 +size 12726 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3390).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9299d910ff225abcfd1d1b7c5da7c3d15247472 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf082418c5bad870e0821a10c50f1eebbddbfe60e1097cf13ecd433ae5556a5f +size 16347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3391).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d90c843ef6ea8a2c9047d5e7a9c4516f2513caf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b745e749e8268e695648abb1cb3beeb7cd07f327fb31107528ea3c565f630b +size 9124 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3392).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8446c82ec2c30ff4c862d5a3b252157d288487fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28639e1d38a4daa804a4f5247ae69595abca1ba6f28ebede0bfaa4549019325c +size 9531 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3393).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41d308b0af98630d845f0adc41c31f61dfcc1381 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9503d10fd97c8c405dc3229c695944b205cf68f3116ddce6d91edcf73d862dc8 +size 14673 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3394).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5065ffa5ccd03e964c0250a8d38bc15b1d453c76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1a0f6cc118f0a559eb2041a9e930e5409a8a6d9cd440b3c5449fdc981b9bcd +size 16737 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3395).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d216633eb64d5f7699603ac8dfe7feebb9656ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5a0cb7306f395fbb701579f75a9d10535c177307c562bf38ba10f8ba22e160 +size 19521 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3396).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c8277befa4e049934a865fb28793c3879ee73e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe28a94f24953870e102fda11547cbe948754a59eb25dc0838ad807c965fcb31 +size 6538 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3397).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a144ad7602cffad29f27c544d7c4f865627b5139 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274f59a4eb44fdf8e79de7cb17cec9730c6efaef42ecc7bdef116832ab0bf665 +size 7514 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3398).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f654adfd50e3554e7515a63a7ad9a276533b239c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027316abe9ef576a38a0e31df2d834651ac33b26670a7b957248432d446977e4 +size 12253 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3399).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b5e8a09eb1da4547e620d212983edc492299093 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711dc357a962aed64a945ead7bdd715ad9ec50bffff9c2c20f859e5bb2154fdc +size 7467 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (34).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (34).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88c0dd4adcc74429704deea3af0a42e9b52b1368 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (34).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a38556bba887e370491984505679fb3bd77d7ecec802ca264be2b45688b2f9 +size 11692 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (340).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ef538c62a374d4ce7e5fe56445aadfebb864603 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b67ec1e50f8b81582459bb1cf069de114315a0b9cdd8f5ca525785bee602d98 +size 20512 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3400).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b57b79aa73793238d8a4e57ee7315db13b9a3747 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b1b26456d96e5b61f8d09fd6f43e28f5a66e57d9e63ad788e92fbfe167d92c +size 9492 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3401).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5af8f57e576a133ffdeb95c1eb047974796f2b88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8072d281e50a14135d08aacb1cee3976ecf0fea123b5b966d0374918d5de172 +size 8472 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3402).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd06c91a70fc69987d28d7b01c71dd903b4cef74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce231c932b1aa736e6f977addf59a1932748f32b3ae082b2a44cd9132f13fe5 +size 17125 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3403).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e801febb78c65bb4ca57a3e7ddf29cb284837aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc7f26fddcc97e7dfc415223d15db90f9733e364a246da0b73ba2037317bb83 +size 9872 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3404).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dddc8a2adc11cf31ed142ea9f9a9d599d7208c73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eeb5d18eb251dd148ae1c417e0d4b03fe382e8970257efb0c17a5ed726dbe0f +size 20421 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3406).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..312037d5568a3b2adaee48de128ae7888b40bcf8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765257b3e1a65656d36af137fe5ffb962ccf166f6196d5dbe6f8feac222202c3 +size 20925 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3408).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9d38ed0ea82614984a261b93be1d112cd3b50f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331197d97e786d59893fa00a8bca65e47627e0dfdb907a3d7f378de9744548dc +size 8674 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3409).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed8ca2586da9f5e1ee769809bca9349af4932ac7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09aa16149be78e2b4f1b6c93a9e8bd3ba937913e08d8b22de465aa3c593f6b94 +size 16884 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3410).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96df020e42782c760256ad7c1bb5261a2e378478 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c1a3ba5055473994f56d886e85eb56d1c4989e7af71789353b5d336407a781 +size 15754 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3411).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93d4b809e38578da15cb9cea7753e99974817a63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d2e185b67670d656841aae4fc89790c5a0f28ecc355a0590c81688d0a02180 +size 17081 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3412).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc2ec4074e2aacdc711855b6aeba9c4817e692f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74463ddfcdb2aa3264b77702a5487ddd433516b32f4a69940d2145f437f5eb8f +size 15486 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3413).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30127a24062ba8c6213d681cfcd35a5a8f006d35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e263990deb914cb6b5c23a3d0d5bbc1323933604ab5cebb9f271ed018ce3ea91 +size 12240 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3414).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae6a9af6bc58c4bae5249db9dd1ac6e6aa9ed586 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648ab2194ba6b6beea68a80adcafaa545a9c25e749a6f2110205fdb596735ab5 +size 7594 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3416).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0248b3dc9083921289b2fb88e7a556540293e50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e09ad6ff60f832a7cc486854363594e15607fbca6dc916ca975c32a7c49b2a1 +size 12756 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3417).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3edee36bbd6b55877fcf8c574e362d63093eab61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4438bab1a9d220e7e3212d50ac1ddbf0e46eb26dd70a9bed2f3050c10a985a54 +size 12180 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3419).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4043bb2d8843ecc6142aaa66df101add27a871b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f32c78a2f5f05a7d43456d1395d68aae7dcf03e6238b416a99ec186b76da59 +size 9541 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (342).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ad258ef05caf1abf036646144ceeb62e8d2fd61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c46fd3b65e338170c952c2557be59881ba3ca331f28cf09f1807bc97f5be26 +size 7997 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3420).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8776133e1b929458afd89d5071f863e0beed2104 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83456f449392691d990ed0cff51ad695dd469c6dd1d8d83453324f9b39f11a1 +size 17433 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3421).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12c7178bf8772c6ef26996534b2c080baae7b000 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6570f1ce733073e10a68d6303eff1d72a2a7894011b46ebcd2264f54e40a29cd +size 16073 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3422).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1896c5ad194a76d8c8817da393d8e8dc517e9541 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00482bd01f8e4805d65a06e5557e271187e242655e16a1320fc387cc7ba10f40 +size 8673 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3423).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d12862ebbb219ceef4f53450cb5fbdfa87aa89c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1e444cfabf85d744f7a42aa02ed08832aa84620219326082267b6779ea5b9e +size 18446 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3424).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4764be2a7add362a44378d9002f0d65f96850150 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb2f2f6e45f8ac5bd64003b04010b86548ac65fe94f3353cfc6621d79158ae5 +size 12896 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3425).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c1ac508a4097c788bc6fee376671158103f19e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25c19bce54fe3dedccf1c2aaa16c6b7081112011e89cceec34eb6467ce25f77 +size 9306 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3427).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70f9b160a027b0ef3b158425c7e07bf3b63295b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173307167d3e0038921fa1d1712770b94978f8e8c11201cc2d2a291997060091 +size 15110 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3428).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33a6fd65b565a65eca5c0d3ba8c6e7e70e1cbeeb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0078d299aadf90349638bac057b461593ac3c2bc576e6c2f9c815f30df49c8c +size 12802 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3429).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64c8ce742fdf7ad59f7d2b65f88a082568bc3f78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f240aa993b1ec090069c9e0154c4b63102addf1478a55d59b4c798508e0d1fb +size 6700 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (343).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9352cf31f4e4fb5b3cfc22d19e72384f15a30188 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63148384f13078b1ff7ebd947d44d07a316df23b39d1509d59268289fe3be8cd +size 10366 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3430).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d48b254f3b4912ee2a64c0e57bf6b6ab3c887e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f95ce2b4bba5b44264403c8b59831cb458412de82946469e96feae6f1b945bf +size 20073 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3432).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b830777749b73dc4b96a5a931f6abc59f0a865f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737fd2bc48a3ac6f81587ca2d4076d730bdc26029d521bde96f7cc8c0c393d7f +size 16018 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3434).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b3763b23ad0edfea54bde04602d226373c2a29c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9412d037a96b167c13d10968b1f75d6b6dca88c7d0236b54f3829114f32a61f9 +size 10071 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3435).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c0f511bbc1b61150685e20222fe325d958a6a85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264eabf8c0ba0b59adb4184e6a456a18e169846054d009fb5328a788c6ed632f +size 9771 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3436).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9d06abcf8a63cc89d198443b5b7dda46365ed85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f56d5e621a51fd79b1c2cb253935c2f5d1bb5d26af2e39b6ed80eafaac5fd7 +size 9857 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3438).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a38c4e99cd63d034bd405f9e7df6816032b6f57b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16711eec025a44fc9b828e2edc6cc7a0a232c12295775ac7ca736f8a042e418 +size 16039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3439).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2873708b452af9347556cb2b9f0f05c11ea6a59a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2d0baa62b9d64b87ef7688cc9bb76ba4a318933a4356d4d4792cf1f00fe027 +size 21203 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (344).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..457b5920a4a8fc9c11e1a6882b58546e7f4e9f66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c2f879822aef048cf8b16d631c24d42ac98291e5de670bb359182dd31c4e6f +size 9096 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3440).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80c55d5085550ffb5af9c59121b5ff1c3ab9f862 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da6afdffbac2779728d2a00bb756b3fceb58941ba38299a75e72d9515cca5c8 +size 9557 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3441).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc60eb2b75b2c3735b58561ff2c5cde0807b4bb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa436c989f313b4b052d87bbe86921bc78683fdef655c1b319b3d8a19233997 +size 10563 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3442).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2385d5c831094d81c030a9d7ef3f3f48675f7e13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eade12b1c6e6c0fb35ed4be1cd66b80268539d26f2d1742d6eb51950bc96c347 +size 9900 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3443).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..957ff504b34a8e56644c5c45fd5f22f02c3dac1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d1ebdafbfee240def4ea0e85f3b6bdcb2d33debc8f204a1d6b2a8719fa6e1c +size 11020 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3444).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67759504721a531ce5acbbf0c1557d4f7dbec518 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e07fa86efe9bb38797b2985f15c909209b29982bb0ac51afde38e44dcd3d6a +size 15978 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3445).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e58c1500c081641768000f8c3f6a65c968faba9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afb72eeeaf2e12db0729e6c388a55cee5c9affc9ebc2d254aa163ca90f63a4f +size 20802 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3446).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce9b5713c4105e475e6c3e64d56fa38983100d12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33e10141b0f39e6f69b26eb37524d197c794f6bcbcc8e927272d1fd7ae80758 +size 15390 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3447).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf05eeeab6c9f21631191dc4c707e45e373b4867 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51717b13f9b1a4b7322672dba73433c53aea577152af2bddd0709cd0864912e8 +size 10613 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3448).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..beb0c3fdaad9900f764310fb99f77b7749b064e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fb938989623503950e5677c59e372c38b9d7293d3a89b6dd77e1bd5ef31831 +size 10053 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3449).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc1ee1e32106e1d780ccfbeca5815a1144bdabca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e032939c27afb9d0b4435a15a1c1a9ae91b9e5257c4528e460f47eadbdd898f2 +size 15064 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (345).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..697305ccbd09465496fbf6109f4be0d3f21849c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86a28a52e324b367eeff5f605bdbf2cc6e314ee69c0ee9b0e5b1dc9e58eee94 +size 11367 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3451).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..464779c07dc4a85ea4cc6e99a5e7b24e1eda88dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69de60fd77616e5ec32406ad192e314b5df38feae48441fecaa9195291575a0a +size 15251 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3453).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6299f7bf13a0508878a3ba87ccb5b1e8f8f07405 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc2eacd315418504245e741d90781a13cbcbe8eb2515da6475c5ae21e47ad42 +size 10608 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3454).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7fed22e492ce7a0ff7de1f70035aced4a99bf9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f176b3100dd6d2def10934aed4bab63a091ac82cd50e84534dc020e7bf1fa4 +size 19073 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3455).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2ad0e326ba18ebabfbd536faf3136de81165895 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094b3783347a3fb7106558329bbe71dc3ef68dee999062f0832a219440f81a96 +size 20794 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3456).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f52291006055ed1e750a736e42b645aaab60a670 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356cd47ff39f416c5f076d285fb778dabe41da98c3ff9364f118286510b3a210 +size 11203 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3458).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd5de7c241a8af2c6dc1e7dbf0ad08f094b9d4a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ff9c84efb84a3e761994a284aaa87714ed334a3f29db4ca11a76184e9fa0ce +size 6604 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3459).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2e799f4849c7ee052529831093d8f7f90a3f625 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c4b57d47e4e73ae36e7343dc4910a85a76916cc981fa8153add23ee3b43d19 +size 15543 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (346).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0282c59aac18833efe3fbce64f5f3d6c765da084 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735d12743a4d2b014c325cf62a4f718c401109d2a04c579f4ffe9757705605f3 +size 10926 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3462).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a83dae7c6a4bc4e820480050a63106307744d801 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1219f6a2d8bb1fff3e0040c195130d61f77d02c6d643abe881e522c80745f9df +size 8252 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3466).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cff742af2f3d8a88b7119e335a27b63a28cb8567 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f469f42690354b048f3ba923a0fd0454f0883f3f6b57bfd2bd4487181a337e +size 8644 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3467).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51ebb21f3feba275572199c793f825a52ac90bbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51f7f4148a5a9b9b00b4f5e66a65aa61ab55ce4723ab7497fe5dd2a1948b683 +size 9042 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3468).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5a16e767818b0d4e53d6314a5221b4234436fb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eece749c06aa2deffe492e1c4ed11328ac3126601e3f4a369dd3c8f14888cf03 +size 9224 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3469).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75f610e4184c454f86671cf8642d124077524192 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23347021918f5714d06fe2bda9c45242718e0c2220e19c62be18d2fd3becafd +size 17421 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3471).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..418e768608e6cc41a7e9bf7e1c76b987cf7a4787 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a531bd0a7c0b74ac2b346f79e342b554a157acf26c3aeab07471153c626d5fc6 +size 15674 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3472).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28e47310008a7d6686dfa5a6a8aa530fe4f2c667 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494f4b82880f40c0b498596511f8d51b10219eb59487f187bbfca49569b4bf43 +size 15595 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3474).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bd74423c6a56fc60ac949e88965d378a7bd158a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148efea1db9bdace9ff2e54d00a574f7893bd65697047c25fab77a9ff4f13051 +size 17143 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3475).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9bf35b6976d56fa9372752706c632296affbd43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bb1b155d6dad2158be737649e8cddfaebfd2e74194cdd93ec572141a4c9507 +size 13540 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3476).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3921c15007749370ad28edb2c22981130b881f59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9facd788985792d0c46f4b69e10ca73af89ec80406e019f62ec1d50a5419f43f +size 19120 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3477).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c92ae24a24138014913e11970cc4d5eade2b2b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c28f969fc9074707e980fe7149771daba81e1c1a80554b92343c05585cd2f3 +size 7358 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3478).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24ffb1dd3f57554660a8d6c131a1c90b6df46a29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3eb4856fee5dced4b07c8188a8b7a98664702dfead25cc54ce808b721262ff9 +size 15950 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3479).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb32c8ca02f70ab4be5ff8213292d38b217a20bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af1c0243a941a94dfb8bd8f10438e9577018943ec8b2484dbad540876131eb2 +size 9479 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (348).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2ec4d6fb22e22d73aab4df8bb7f7139d5bf5d7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01dd57f178ec6d90549732ab40eca468d973675d10c75e146e7aa90d8c59224a +size 20532 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3480).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51646494d6eedb232437d15f7d2b1d0582976db8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8d0cb5de4173527441806768c8a065015795412c742df2a203f1799a7adf0f +size 10927 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3481).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23172313e0dfbb1049c5a8b536407894885255eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25caf88976f3baaecb95eb01254b02f3a34bf076dd2e27f7b9280cebc394b669 +size 9232 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3482).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7524d9a40409b1e292f32d3958cd9cf0eb38ac49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce996ea7c5690b125c6249b7accbb02cd6d635551c1383c8aef77fcac71e6ae +size 8277 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3483).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..746f300627e7524d13fc35ce20d41e4de15c64fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2450126303be7007e95cd9e017f3cf61e8e7001b81116eac1864830d7b2de5ab +size 9749 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3484).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cc9a9cc4cd27039c29b08b3016a6bd73cf7f8f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f8b65fc91dd6314b30857ec5ab7abf71c76043423e726b317798eebcb428a8 +size 19933 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3485).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..270ee5afa82e344bdcaf19d0b551eb62ac865c08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6148b229690264e8a53b48d5964c39da80136eda208680eab43766fcecdb58a5 +size 19139 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3486).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..791f5e799106769357110eaf69edc36bfd04ccb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f79dcff086c651dfc2e6e2f7dc7816dc8d65648f1cb4378f54a5813d532d89a +size 9434 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3488).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8631b2229ba8bdaca79aa8b8bae830121abd76f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9de460db890c7e28b0c5f1987d8ac31b10ae5dd36c430d8d3abc52a2a73934b +size 14665 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3489).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f9520280c8d90c576cae92ffb1897498a7c0845 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06867185746045c0cc8f8a684d0230d0bd3d21b04af310b3fb8de5bab99add7 +size 10935 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (349).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..232aea7baf42b68a8a899e155088320c747792eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5630a590e11107dc40fe673005b11639e796a729d3cdb3a92e31f7688522cbaa +size 9550 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3490).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7773920b7684a18635857649797a95dc21f7835 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d5f6ef7390fbfafbb939a6173c5a015c44d59d67591d32039643958cbb9255 +size 7616 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3491).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e3eb95f7e7634071df20a5cf30d8276879c11dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73844567c21600819d0a1d42268170944b633a38ad26e38c8419d5b46935248 +size 15303 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3492).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10c0edc7d309c13fa11a4decddce555e2bdbd734 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e2d979ba3e3460df3b1da738f8efb7431a62cd87afa0ba717b04ee4615bf5f +size 10663 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3493).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6387f77985f7a1e3566c136524507323ac23e010 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817fc2b767c8e7bd3bc727962ece45a730907ad3867dfa28192b6880ef8a0e24 +size 10224 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3494).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4858f2fb47a018ef1394a579503deee259723dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009eec4b61a38edcddf343c4d89f85bbf686833558c63e2259bda8ee893d1fb3 +size 17290 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3495).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d4d45ddf78382116c122b098e22ffda2b37bb65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a3cb95c583c4327de886e69e25d03083e063485044ab760625cea783e00283 +size 15826 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3496).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9429cee240c3e5dd5182c0d2f925890657b135e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cdcde111689fabb62011abda357eced7f21eb071f7bf4ec1bfc31a2cba1e75 +size 10090 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3498).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6f4de1b9bbdd9d315cac2fc66e9fee8c4270fce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c7c748ab6468bbf3f24ce369181b26336e5739adc23b4a2d7664fdeab520be +size 8480 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3499).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e3074b009b724ff6204803aaa593d07d79c0716 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6949d8cd8462a8cd23dbfb38fdb9e24bd05a1f5fde3df9e6bab4a13e6bb4e14 +size 10287 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (35).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (35).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d98e76c4577c751e60c362618c50335c92c4bae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (35).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170fccb1ce79daf71efa89fad1d27ccd8ef2074ef10b93e34f34c82754812a10 +size 10088 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (350).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3da5db4ab3879d41c1277003e431f824fbde4bff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e755fc4ddd38fa4211b536e49b10bd579c9a98e2dd8af4ed22d914c6e6d3e1f +size 13246 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3500).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..728453d471ba48ee7c737290c6543d6b61a159cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840ff62cef3c40a5c488cfb12cb48d843e42d746e360dbd84b36ccf771dd2311 +size 9942 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3501).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26d8bc8854495da9f21e575d03b2775c88de911f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625f77e0c0b701de13649a67fcd1d2fcd58152393c583fdc3b042f370a7fe832 +size 10898 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3502).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a30d2ac093fabeea46400566f2d11d404e5f0b35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b179abb9c9ac4783ad1784b384e2280c9499b2f6b181c09a1f4ac9a1e34ace +size 8038 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3503).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f3daa8ba542aaff89c42642e9651c3e67a32439 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6b90e09bb6e10e2156c25fccda932b7f907a415416534fed8687010534f1d8 +size 9872 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3506).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13451212f3c18aceb4a98ec8c7562949fecc4ec3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230d698647a80189759e7b550eaf382251775b67f0222b86526643c97fb82539 +size 6825 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3507).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e1672869c86b861a71b9943c51bf0b58bdd13f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4cb193210836fa1071c2b83d03c21083a3f98429917e4eb7ec818f541a30b1 +size 9336 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3508).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f761d151adc6e4d702f3ff42421241864c6ccdbc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f0040c11532e05f7ae4a0e009f63d09c96afe2f50634ebf904c54a38884c73 +size 17688 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (351).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4069ef554eb290a51cc25e43b5bcacd0b9874722 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b212e5b819025f9ee1080222083fe61e3c79ab674ce0db0e16fbd0b4587ace +size 8931 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3512).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce83668d86f116d6fcb8a4d53e2a7ad3a0781709 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4621ae5642e11970e16f30ef003ad9addecb27afbf19679450975d62827300 +size 13485 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3514).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..290ffa2b326c0ed53a02e73092d6bc7fea52267b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c117d324678c416795aba6819e3d884df10109da33cbaacec3275c787b8bf96a +size 9934 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3515).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d65d5c341f26138d35f6000164bc13cfec558375 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea314afb5cf5ce3f6e3422aa796fcaddc78c27e41f10f57b11e01fe26df3d567 +size 8577 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3516).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c916b9b9858257b58d247398622acb243cd6b6f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04de67cb66d936f5a30ae02bff74f49dbaf7ea030f9459c631a16127ccc44928 +size 10459 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3517).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fe33754c8e4e61473dbcbf0bc3f1c79cc0c8fb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb815069f0bbd152759ed41e0b71a0cc7341334c2e61c62772195abcbb59da8 +size 10190 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3518).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76c0cb769be1334d9bf8cc779770e0c26a76b1f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8330ad0c5e4c8c8be205b77da2e60ab5fa2fbf1eb208d6effe123d0ca33a79 +size 16927 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3519).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6058eb55450035c209ed9abaad32ff1be13f050 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638159679dc3142bc2325ea51cfe272a17614c8b49966a66022315c11d32ba38 +size 7867 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (352).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..257f3a3d99bfb1a79cd36740209d5f60cb90990e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42f251d0e849ea8c34e15cbd0df8dcb55f1ae42d1ac4a552830b9fdf24bb7db +size 21440 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3522).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c59b1877ad0af8447e8a85a43578840fd309d170 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4614cd1adb8f158f2852eff505350ec8b3bc4cae97c2300634e398b026ac794 +size 9657 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3525).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fef8412cd4c5df021a3754e23a087299430ed596 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f0720168aee75147db56922d6149ee35d39bb415e210a8025aef1bd24e685f +size 21360 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3527).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..010d03c563aa1c2ea0470172b86d0bcce6aa8a46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889b846848bd08f55c3966db3ccb21c1f82524dc11eba61f792d9aa36c1d86f4 +size 18249 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3528).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f45ea07b42675005c89573a93e093eb9879eae0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0657f6d6b9b4930d5cac3f8a928c3899808d8b37e348a274bdde9612ee9a5f +size 18934 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3529).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af4ab047d29017c60ce58d1897b8978955dfb572 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc58b7558be346912f54d713a03ef5958dd8e6f040857143e55d45eeb5fd005 +size 7899 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3531).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8015ec3eeffcc31a936d3e4c95fa5c6cb44bceb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac161f7bd79bdccfe951027c6eedbc020855eb7d170ae0012b06d7b935b4bee +size 7869 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3532).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1636bd7abdaf6e21ca022274d154674eae046b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2422a337b16351bc67272c21d619f62cb5a9ea8841bde786be9240f185a509 +size 19989 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3533).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3270a23731fa95edd448f6f16c41c9f3613ca7c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06824cf2b3074d970cfc3daee1e92f7d6688389c7944efed7fba809c534263b5 +size 13831 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3534).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcd63cddb0eb46d3fbc580daa737a331e1425883 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f67a7d8ece1040515509be5e4784f9e1b71be57a14adc7df488cc2db3cea42 +size 10341 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3535).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fbf19e1a0d71d15c511ffedee8a4c64be849798 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6bc5e5a2ff696e39d945385842ad38a44552f785f0b1c11b67a86e774a2da8 +size 9409 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3537).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80627a3edeea62eba0259247b764988a26ffe5c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45902dad9fe97ea333e7842fd83c0ebbae7b492928d00b673f29733523f03d3a +size 19391 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3538).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c7740375baa28471917876b1e896e1a8dd8375f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8aeb6365932a16eb0ac40214091705b023720d56e6f56154ac024687a1ae968 +size 17223 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3539).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6dd87e1fbf96a95b7c039b76a304a25725006be2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bbee79bbd7e9c9ad0896d6795737541c59c452f0353ca3bc88fe40513b300c +size 19071 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3540).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8dfe6f460ccd237e0388b325b2d00b98cc5e7c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc55c557d0716c804282a412f6b4ea30c552aef6e2e0f35041a28d36ce0368a2 +size 7988 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3541).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6906e85a585b4a25f5f0214b485a69a005685af7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467f40bc13abb8aa3c5f323ae5eba8d206cbe59b75ab7b25291d003a06b0edd3 +size 9549 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3542).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7773184418eb03f2f6a45a453c00093d393e029f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12d8eded496ca1d146f89961b322955d5ec596f2ddd7151251ea96c85db4102 +size 15387 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3544).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..650a53e6af44cf2db2c9abcacfe2cb3b4816a5e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b04c5ad1a4481df2b6d850ea7dd68123d013bce37c17bd8c0893b651cdda873 +size 12100 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3545).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c252357d93b68ffc656ddef27a141f840a1b300c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef30b93115a4bceeacdcf5cbe884698160964e160828318f34923460fe3efcd5 +size 8430 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3546).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe63bc8de22b7c6e9ce019a208f6afcba8acbabe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1278e25cf02fc75be393455af004be0cbc8a74b9360ef2ed39ee6cb00a472503 +size 9362 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3547).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b59630a39a84c139581bb9bca6112e443dabf4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7618b9fe1ce467f768e0d5b1cf6daeccf00a344f1f57bd6abf5f27b279a6f0 +size 9556 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3548).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c58e1238e0875e76ab915879036e3177cfbd2fdd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1215629fbe06110111323cd894432f6c212fcac9d8fcbcac825f84d27154c189 +size 7336 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3549).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e56b6d6b4ed17047a68a02f285ad20858743d9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c91fbacd88b4814a4e21d142a98a6bbc02022849c64bf53257b34b439685cf +size 18980 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (355).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86b7f49c120322b1091cc9a8b237d245bf44a930 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31bf5eb5bf1681fa7fbc50b2e7aa65e55f87d89ed3055a7e3d7e9f0ac33ebde +size 15046 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3550).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16e35c36dc315736672aa6b8af8af3fc111de1ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c517f89430dfbd6c0eff42899207959f66ba2e8ebed141eed59ec9753d1d24 +size 20042 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3551).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56a8b32b15849e6b4abc02ee6a9d9ecaad602466 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2df2dc99cc4bfac7184a1af35514994aa346e78d1f6839f7ac3fcee932d0cf2 +size 15938 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3552).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e00e4617683fe6efb84bb167747283b3f76157cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a308bfbf7e80cdafbfaa0bd77520ff3cd11c822d82951c6230c7c113d9269430 +size 10837 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3553).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c40a658e70c877ebacb42fe5edc817908fcddc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b087369cbf4be931a8abd46a7fdad585b3339beb35e2c5d873823c5588f72041 +size 20400 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3554).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..547f7daa7dda72689aef6bf820532f98225d7430 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ebbde3f884ad580bad936f2adf69421f4b9299cfc393e9ef65b952fc74e424 +size 19400 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3555).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a62842384b61ac32cc35611e07da8d7c91a4ce03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9205cefdfae0c744b7f7aef1595ee4e8b69811d60cf251c6db006e3b1404afb0 +size 18894 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3556).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d64de924946b15b049f59d50726c2aeb609164af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b33fae2a7175d6c520a759cdb8205cf4b7c190ec77fc12abd13b35040e782c +size 9770 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3557).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4a164f378faf2931d2fb5b3d115c08a7d72a5ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51489300c964474e7d1fe15f0d93b52c11e1a92f85459d929602d51c603080f9 +size 18760 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3558).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..213a21c1e8f10ff3dbd8cf574d65b90d3f2a0846 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e4f6425239abeae89184e7cd82d108ee61a8355ae90fca3c61b265b871077d +size 9077 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3559).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b83e6ee4476061c2bd27e9cf48a54d98359211d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3078b868c59c65871198aae45d5624f9123bf484998400c29b34c8bfc15c3552 +size 10580 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (356).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8be47b4556e259e6f8d719fd6082c6b1db7f4cf8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0fce3cd9b731a48ba67eea3e4374d1c9cb9b31bf415b1956ad597240de0c73 +size 12945 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3560).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..706e544c1b6a5de7f620dee91ffe311f91e997e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c777f48f89021813906ae587a04c390aea19d0e5bf2451fd952f49d73b79a0 +size 21194 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3561).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2d76ed87a610b93868fd8778b4156b2e7d618d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713470885849801c2ba63829b9a427f5d6087a08e792d43fb51ae746a730724c +size 10068 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3562).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07cd872cb62d659d3400e3f7a7d71f177e3c189c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f264b42e5d2f702951b607121feee1eebd1fe0fd81d7ae3313e5f8ef9e3ad8ea +size 10747 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3563).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12d2abb4c8676a3bd8e246487e23dbc23f24c7a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2de03a0cf0b799ec11c03a10c5cda7af1f518fc85f84123c6d32fa116516ab +size 10386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3564).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5965c86e7def9baaa1b5ba6cfee05f681cf288e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2517cf7906406439f1e9bae6eefb24d48a89014c07350393074a2a7d974a7fd6 +size 20098 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3565).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efe931fb537408410c3c4c97fd69961d2a49f19b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1369847f259e42b4849306dedfa4b13d91284d810f80d242d8f2c77c9d9655ac +size 9403 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3566).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ca1729a8ad9eb95bb2e2a4548630cc30837dc1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e8836453906fa9379695255ed8ea478869340729df2103a3196bfb884eed79 +size 8055 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3567).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f832766a3d3c873bd0ea77727aee378ca7ab7be9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0463e5eab4756e74faed86bbd48b2f891ce23a24b127b195cfb0935c9bf6598d +size 9693 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3568).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6d349a2853e3dccae19899338a5311d952324f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b34040f0efdc500c1e0a0499d90772aa084a303a3ecfc970987b46510923750 +size 17366 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3569).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..158c62e12345fb7a79abb09cc69c494666bf9c8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c26bf4297805a7a0c581a98db0f7b3af577665a483bb7d5690b5fff768e0fe6 +size 20562 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (357).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6def704d1f26bd04ff1a93afe57415b8d3c8b4b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19c2c6599cadb9fe9082a9ece360ba71040f647c6f1f34166d3102a4ea0960e +size 9563 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3571).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29349adccf58299604ff7b1fad5257e7a0949581 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725857bcae35b0d2dbfecec6765043b3f90200f523adbe56629f20d445654e06 +size 19034 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3574).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56f9fe6259dfe3fd48552d6d4dd60df1b5d068d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44a2a659e3f6a9371fec135029eb21ef7944b8a7db251e08045656dff6293cb +size 10380 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3575).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e62534c52c5344953a6b4a89db494b074645161e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c685867b57f2ad601e1940d7de0044f3d362a13bcadd36e92a3b7385c4a5c4a0 +size 19668 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3576).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..271dc1dfe8e16a499fb66beafb778728da0f1173 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c3aae26ae913e0ca6dfbe7db08ffc4c77471a23e987110b5eae9bb816711f0 +size 17295 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3577).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7adcbfc6979e9c579ebde6f542e14499b9db34cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a506b5fc70117813ff4858764e42506937ee4cfd172eea0985ed71457bc4c678 +size 11483 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3578).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b05b3944fe58131c4d70159dd2581604cfeb6ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14dd43ddec6a3e0fc19d20c008594643e2fea8642fab8b997ca215b85a4b95ad +size 14898 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3579).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35285a0a1b91a6f110411b49d97557a28efd57c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c62701da0396adc3c2a21f6b3e9e3da26a4a88fafdf45bd4b3436b8dfd80c8d +size 19006 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (358).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1e264687c0315cb0065ab7cf388ab36d2afeca2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902598dec312ed60cb18c8bcec37a6dfb5ab18cd2a623c9a685d5a732aa0a381 +size 17545 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3580).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3df71ac9efcda192b0f2dd66cd3ef209e2c3ed0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5556e5d5b567c1a4c85e26af6729d474511300ab0b466994646a7b131fcb06 +size 14298 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3581).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55487058fc95fcc846b6b01e3aff7b91c4dbbf26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4e06cba066527471640e79313571e7dd41787e602bc0092e2bf7c85874f106 +size 10053 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3582).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffe97b57737f0b454f9bd6475f30ff20746243b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e4985720694b04d9475e05ed9c8ebfa69855de485781a9b09dd300874ab82b +size 8079 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3583).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c372b634cf45460ca45eafbafa8299df8a1c5c7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67abcf1ee544a2ddb914a7ef0f833bee91c65c16241bc9d4ce194a922c364b7 +size 12062 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3586).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0d612f56765c524251f268f4dc798756bb05281 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7954d49d21e86c510aef806609656c3a55cf90004614ebb136a743f65d6c537c +size 13742 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3587).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62c386348333a10a082572e718195fa9339c0d2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3518ad764fb74f7a118ac3404046323be377044a0ba48c2d1a6e56836c4d5e40 +size 9756 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3588).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c33b30e41bdcd48f4e0f8f5f6046f77948965d3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b263ce8027dd0007d10c17939f176f0513142f65fa3711cd98bc078baf9ea51 +size 15628 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3589).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5da4f75252b8e04392196cbd5a04b3242c7a76ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e208a9309a2a3b4d8b3a30130408a6f7c0f6700a1a52b7ae6c1c4cbb3b47478c +size 11709 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3590).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6be92b9c8bc3361de9abf181db6eefac01e6c3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a630f2c49733f2ba8d539584ca5bbbde388ca5b26d01f775a324a53d9f51751 +size 17470 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3592).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc1cdb32efaa7a28ee246a2077340a53f139d854 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2726fe8bd741f582a93a23a283aa328b3edc6d05aa348ff40d1c12fab254c0ef +size 7994 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3593).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a735dec28a733b394091f250ac24cb3df778a303 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58dec716957b3f0de7f954070412473bff30870ac33d37c4901a5ae908793b18 +size 8512 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3595).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fea33bf1ed4bbb3cb677fdf104ec9ae8d992858 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e4255e5c82078fe5c891ec4b5c310284c8a935f02e76fb2303fa83ad5b5fcb +size 21477 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3596).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..461956baca64662d47cfef06ff1ebba802d7fe7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b56cd39730741e2bd30598c57a4d754086129502f5c0467b7728106b60e325 +size 13400 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3597).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6056ec425b9cc7b2af45d630ecccfbad8e02403 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c743cbef9d92ea446d3ffcf541a96f687eaf208021f38f5c4f4fa51168c8513 +size 9402 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3598).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b9f50e41f5d4fb725a744c4b5049fda9768a020 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01e27bd0b07eae06607c81e6d3c3a62be0167fc5df407447690612ea140997b +size 15926 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (36).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (36).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62a5b164e05b709bfff2e1fdd6b836adced45249 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (36).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9d5efffb5bfe521916a2c12ca1b15631874253e9e5c762c6a3989562c81995 +size 7858 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (360).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05d0c325b0af4d3bb34d72154042ea2956e6f12d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad39704843382bd0e6ad18418229cb0781bfc96553ec01e2de03ba05f2663b2 +size 13051 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3600).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..013a570dd4466b6c15065a54eaff5f60067b9e68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c7c78537f9e73a727a8a60505e2c538e96321bc1fe8d7e8394c4fb90e7aea5 +size 14963 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3601).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5e7c40486d7f42cd384e56408b62dd07ed8aa65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec384f02524d507a84fb2a53ce190fbc9bd5fb69b90b0bb31f4d0f3e33ecc3c2 +size 6668 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3604).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed228209e9f0836b241f1159b2b3f932e4676efe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d053f9d4a8fa756d8786cb0754116d043a9ea114efff254e0a07fd1abc02d25 +size 16264 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3605).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0cf4205f040ac4421cb7432036574334a703a22e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dec302283cb97e8bd43b37a33afef9f135ae124bcadce29b4018731d018299b +size 14688 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3606).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e89fe2baa5b976fc8559ecb2d91c2e5293026fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad11815d417eb8a0160bea5684f5bca3926d6485f7a9f6b01ed2c256e44544c +size 10258 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3607).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb59e0bd01440be22efb42705748f577b1e188ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bb87fbae4890f9634cef605ddd01c8ced0a3de433ffc896d78e9c1bdb9817e +size 15863 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3608).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f0e7355712147b4bfd316b15e25b26e7af39be0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9e4f8029d636f4dc80f2fc0271a67d474e3e5295df44914887f1faeb6ac002 +size 7712 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3609).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a262fdf67afa2595154cd72f92c0fa434bf9d027 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896d2f563775555b9fe71cd305156880564fd3b4fd4ac8c5bd1776b19246352f +size 10179 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (361).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..574889c92e84dc3ba874e8c8d4b45adb3484db5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490bace2559f330a6494fd3bc4f06cde85fa7a9df946ea9aeb5fad50745ddccb +size 9289 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3610).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b334df48654fb4596c8e346518e22461e66e3be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed487aeb51fdf3e17d1170240d86b68c5c1d9759ac76e6aeebddbe9a993ae78 +size 19836 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3611).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8cc512368a03727167c7e6dae9f9c867ea58649 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fc428c7f455407937683813be37c917a3e1e3ce0d1c48c406de44ddab9e649 +size 10870 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3612).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1429bbb4e56d4cc214e774dccb461b73728e9cfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b6bb7dfc83c3370293ad0ab139921b2b6a5890d3067a1ba9581cd7b47dc1be +size 18288 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3613).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1948c43207257ad3b052bed655861f2d325a2566 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff852b30b884fb25b3bea8e4d8545037f569d765df007dd5760bdbc36c02f9e +size 18164 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3614).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11e393b4a1bf150c36c594588c9f129e9b2e47aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16db97283f572dfc6cc3729c140eb632182011e7927ba8ccd0a552b0ad2829b4 +size 16201 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3615).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d895af187f1fbec10ec4505441c03f7b4331027 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3eb2ad02d372a0e6aab7722ed7f65405f6859bbb68b2991345ed259e44a7654 +size 16455 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3616).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4307c8ee6c029580f4b38377c828b60ee9846160 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187eccc775c833f057f9e4693c782dae9096039c39a36baba90772ababe10a5b +size 9167 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3617).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8421ec60e7c2aaab784b4d64ea31c933cc5466c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c355f9c6f127bd27fb576e01c091c72db7cfcd814bdc91f992b4975616a8320c +size 18737 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3618).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35e6dca2297a63710e47bcb6d4bf3d980627781d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eaee21c855a00994d3f3d12958a648bf6ea6410758a6fac9e543c43b9efe9dd +size 9966 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3619).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bbf354996f77394c0776013011d27400d83c3b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d80cac29e83509cc58501982716ff6512c3ae241b7101fa9ed907257594005 +size 9052 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (362).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..139ceba4384c55af340c81bce1f3a2b1d50280c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd55c00770f7965408d504e7a673d0c888a74cb3b9caaaa936d587c11b101c55 +size 11355 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3620).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18e72a9cbb1a84b795218ec47676265c739d79f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26411187de05eeed6ab63f32481f97c81681cd7ab8e62bdd2a7aa91b415b03c7 +size 10631 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3621).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9906486bf045d353bbec2696dccef20c5a07e765 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854f7f484ead3954bab87b5d223dd9d1f760dc7636c7a78deaf809d40266ca92 +size 8531 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3622).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18a8ef650cb5101e91f4cd1ee92c2b79e529f0ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f315e49eda48da8c00197cf0d1056fc908b5f56d847e1cb376f868fe3215780 +size 8524 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3623).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7b4a5e0e9bfca6aa469afcfa5413b2ccaa71012 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8efa53b3f1b06e4799c5e0dcea457f5e8b239a97353fec269469623ce1c05d9 +size 8905 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3624).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7819ac405eff38e6342e93dfdfb933420d0fe05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec8d88d35c991ca911d5fea4e3d8df5da57525e90228c19b875b56bd56ce888 +size 14874 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3625).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a3f162c2ed11c2cbe3de575acffbf4554d90ede --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac34e58d11b61494546c8b2d8862319fb412435e014db2165a37331e544c4a07 +size 6631 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3626).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86642a524a3821a9349bc47ea18f39adbdee5e47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe1a8da739df7145566cf72eed182b6937b2d879fdb640aa9d380b85efc9b34 +size 11153 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3628).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e782b4fa049b6a2750d32a8ca1cc07056e002a74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab38753e8bcbc7f4c232a8a5ecbedacab45b24b78c26af6918344404fb9314a +size 9707 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (363).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..188b326d6b61f97b12f81bfb84425482baf4a75b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dadc30178c3de9d7d96dfff368ca5bfa0ca2642a7b3fd7aa003d122f8396952 +size 9354 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3630).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9527d4b10724019c1a881febab3b704e4c2232f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806584a2b86f77de83cc8b16e4e38e7c480334f8fd9ce6d9b885f82860b03a6e +size 8104 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3631).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b578b11a2b4badbba3125929c74b74afc82d2a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7671ce8fb2e68dc002aa20f8aa15fd724f99e45be86f5f9a53c34ba5d0379db9 +size 18256 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3632).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37aca9209b7399ce054f3b221a87f80efc293b5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89e5ad89b50ea4df55eb7c039e219bb08dd840e3bfceb8cb6ee1c11f9dbb776 +size 12874 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3633).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58c528cbe6864361473d824c884a7ce6a0e2b460 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16def59259338db29ae97829c41bfcf9b1d3ebc164b59eb583cb057e0f2d146 +size 15681 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3634).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7feeac19aaa61dd6d0aa08b6be2a05bc3f6f214 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489c580353736ea1e4dd3f5d7416e8f9f162451998a0c2121f94ee22df698d7e +size 8550 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3635).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b430289d04917f8a0423e224da0c966fb8a86c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193df6651d9c2e95517f87c60ee0e928f0aebcf8a6c1aaf9dad69756f05b74f0 +size 8773 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3636).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0b1ddda32c667514c83a5a2bcf27668e397e665 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac73802f6fcf79f419f6daae0233dabaa1ec9e3abfa2c0fcce07afdf221e9a35 +size 11120 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3637).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fed47212d84b2ee10493366b5132c9c5753c9db8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c4b8c04084e3e13d87ede6ba335941d4256612da38a097b8bb718489d20808 +size 8485 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3638).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd6c9e1c5e379a650525c8bf8c9dda39ea20d8bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a879e496a01d1aeb016f6d3c2cea9f5c3387fd9701c137a02234bf676ebf5d +size 10619 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3639).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bac9903e433892e88d5901310c82b6d81f91e6e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fe22daf5d568f2d1441d9fc75782375f22e5d6922a0208602fc43c11459ae6 +size 9340 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (364).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47f1ee10b114fc7885946b3cb2578c178dc0b658 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e6d3050c99b09058e2bbbcf96b71933e175d3f0cfc1f10e3cb2b0545c6a84a +size 8573 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3640).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa5353833f8e4bb3f9d687cd9078fe9253880c8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73936ca2da9e909cc15a987fa6d0fed01ac29a14fdec1019ae460e2be839183 +size 18681 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3641).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1b6dfd1650a162bcf1dd623be50439416e3a95a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fe9dd0d080c5b4d30699bea63fb15e8b71b025c10207ec011b5e9b370a6f72 +size 9510 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3642).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0ebbc947afd281b4a004f2e1c265435fed8510a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac891765672f735467592c81ca856382b837da7be5dcbbe98a90c83a1dbec40 +size 9418 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3643).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41b3e5901ddd345c80d0cccb121f84f86a140966 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511d5f7c744a24fd4e50c08f3d2756f42c4e98ed51ce324460a45433c020dece +size 8883 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3644).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77a20404ae73168f9cf22679ff000ccb7aeca48c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29ff4e35b4387fc5783bd1b1c5b53f8f698e6c363075e85f409d68cff8270dd +size 14413 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3646).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7566d17346fee079a7bbc960cad34431c02a7ee1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1be79558d59705484ecfdfc00d9c6e3e787987f63fa346713d7b728a4d7aec +size 20574 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3648).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d9317e4b44af9f70fa595abb419e1cb392e16f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f83db4669067b7c8444fa22c84a076ca11c125590c42240849dd20b825ecab +size 8441 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3649).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e757219b9824a25d523657ba3591e3888616051 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2335bae0b9ef5f7da2a14e67a81efab75eb0d858f6f645b06fb4ba2606d41ab +size 10409 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (365).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6838cb351335fa8958fe83b2b770a56f5b0b775c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568347820504a4070cd410450ae72246d9540a23a332b9c954a38c7c0caedc5b +size 10617 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3650).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c843b10aa1ee198dcf63c4c88b9cd319fa9710b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20066618c69fd06e0d8e11229b1dd5a5ac3b5b86477c5d308e0dec7468146313 +size 19322 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3652).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3508060399b5fd31c9815285a355a2fb1b5344c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4ce9ecc605ce2bb22effdda16721692219d80de9244c5bd7d8f38c75ec8ce2 +size 9200 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3653).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59579da01ea571cb0f21c07d00db5db4b95e172f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77965ebf6ff08741b19fb71f090d0f2f95c02373a223858b04de9dd79ce56474 +size 14877 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3655).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55cc8f8834319cb0efddaac8157769625b97d007 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7309a23911fe29c1b46eaab358a314a470385a2be4a3b8de00f46879d497b531 +size 8795 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3658).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2aaff40d7cdcdf76fe2d23f0a989fdf61b0fd5d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7044122dad06402ab59d5ab44926d74e70ae09dfa9bfc87c7a93211ebdd6c3a2 +size 10152 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (366).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..552ff917822fc80d457892475dae18c05ed57d42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da3424d555d6b61ac01632eed93afe57383da6bae301b824249c0badf7ccc95 +size 14475 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3660).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d373404fa0774449110a1d13700be888dc87478a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d550b775fd7c6ce33fb77c49a3283a90296dd63a37b9a323464a29de175ee403 +size 14742 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3661).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ec0ff482e8c0a579a836cb3481d392c5396f6ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9be20a47c9e8c6d2847ce99136379aa5583a42550c7a397ce846f838ab596a +size 8932 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3663).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03951f4a79d243e76eebe04531bc49d81aa02a3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a3e3376b8aabee25f720a0cfc78869ceb58785a77a5c9b8cafb999f39dd2c5 +size 17266 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3664).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfb9ff8346286f7db6f1fa4a846573af6aeb4fce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2590ed609672be39fb6a4300ae43f4ff0cdb9cbf3da1fdd5f789c64898407d45 +size 17400 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3665).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d091997108d8b3d78fcd83c0ead8340c41f56e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da08173873f298b11779b877d5edcff3b2762a7b08716dca41a45974d6a45405 +size 18512 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3666).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfd82c9c1aeebd135050774edc444e42dff5b934 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92967bfab913c092886a693273c374cff51e2b2b0bd9be5f6889a2b86fcabfc1 +size 22567 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3667).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c46aecaa19c959dd45aa1ec9d0c6c962500a97b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7093b40d2b669d4b692251b5c9cc275bc1ce2c9f22a2cf050cd5faf895e7cb80 +size 8256 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3668).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8c97f1adf04cccd0a16f4d2c38b58ee44159c2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f065b269ed84ac73bdf82a4d1bcc748f5276cff2a14e2ee47e6facbbce1da1ae +size 8294 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3669).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76179ec7c9e64fd36d25bc741c0ccfc7a13fe56e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea03ac294547bc61a50f1aedb43fd8ad0533aa116115d7cce382f307dadc00a +size 8698 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (367).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da14c43dcf809965a602dad24d64604c89eed71a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c3f386f70e7d98d1003eb8aa4cc262cb5538e6a002be4bfcd19497af140504 +size 18083 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3670).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5906167644b342eb7e56e03319cfdaf543456b99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15c80ab3ad90be41a1506555dcf36eca5976ec6df5b43f97a72ea6031ce89a4 +size 14651 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3671).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98665cb983f459affd03ffadb8b80eb9140726fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e3500e951029cd1a1eabee86e56c9b520a4c6d0badda27963017d2f92ff8ee +size 15577 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3672).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db4e6a76fe51b37856be9f680e541f9ca91b015a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96c1863726c9391db70527b49f86487275fba42154626406b3e5b54a54b3e1a +size 13068 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3675).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed965d355ab89550b1d8816dddecf08abeeb51af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5c4a760967479ddf9aa1b94a8acf1a3b14b39311e87aad11f5f99b7be297c7 +size 10736 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3676).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33b8a26b5b101619fbca93a8b4f056b9a290a92c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989140fb8479dc7e8a8566d035387e861bd4e1fa4bc3308e6e1bf710aee2117f +size 15473 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3677).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..043448f8e680a786f2ae4c21273f7cc9dee4ce35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84123854376e96e3340b30ec882ea56169bc186e18395a5e2862834dbcfa20b +size 13491 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3678).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d23c82d5f28a8b9800ff7f5f9c87666db8f623c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801c31c8895193a2ff878bb0804c86e4a2f59c399bede0c5953976f4bcc36931 +size 9300 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (368).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90a31ea77c92a97c744da3b5374e8311a0cf9ede --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0fa79de402a6032a7bdaee86a2bca147d572660235fb2e40e8e2772481f053 +size 9054 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3681).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4462fc76bc184aad06adf8a8dea52cb53d50519 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d6013a932375ad38a0d0e3e9c3e92ec6bc2ee3d4a3ca219a5b452a12838c8f +size 17470 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3682).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39a6456570fe67dbd7c04711396e61b81946e26a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5794ac23f8d5d03c52d55f0e0742317ea2df013b11fd5abe90e06c073dacbf40 +size 15229 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3683).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b8597b9052827e210c9d88a1e3da417cebe4b58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6312fcb50921cdadca220ca8cfc94417f9eacead8cb67498a5232e43781f317e +size 18307 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3684).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdda4ce1aab43a800b6f54ed74143d721a143e98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22aaecf9b1bcc479486cacb592b18da9cee09dc3caa7cd680467155c839a6f34 +size 21176 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3685).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbbff44596e89ccd3be7b37941f4d8959199796b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1370e1eda89e3e13df79b499e57bc57bcf34a5e7e1c9930fb655a96850d8221e +size 9004 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3686).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58b0868f7ee1f1a869e75f7c6413ab0a627eaf06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b895a3f258d2a0bab45b6a1ce241512bf490d4efc6b0fa445672cb072102a34 +size 12426 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3687).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c7d2b857accca54712aea98f192aa49e39cfc7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60bf5b93af904b33516212e564aff513cc253e6519ad1e864e64831e3dc2ca61 +size 11420 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3688).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e845ce81a92d33fd74c8f706967f41758a845d42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac9345d9f522742ed60970b54ce08b0649bf952b232897bd35328a88d16d955 +size 10232 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3689).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5f431615364b9ae0b486f8b145df5297f500807 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505ad84060989be5f2a90c4eb0c87e359b325c20bc5d2978ba94933e6155c36e +size 8379 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (369).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a348a506d296e2567aa02ce9cebe60293e173c95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd444e3aa34c31c41ec2e742db35124a66315039916decb6c241d727feddb43e +size 10147 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3690).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b67e74302b1231d62324ba1ae24baf8abf9515a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6796c13b9b13e6d1b7430f5fbe66e4a3fd06ae6f589822eed8aa58c92abb8371 +size 10716 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3692).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af7a931da340fc398d5a27c0cfb164da131b8a6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731bb52f402510acba3a7828a5eb6ee47c0e3127da8a87700b10b2b416dd5fed +size 12382 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3693).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8903d5770e75b4b097f82cedea9dc7e48bb0b8b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87defe1ca7513b3de954a3a8fbd08fa32ebdc83688c7ba11f9db5cd43d4021ec +size 10731 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3694).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..083572d43c8862f00e41abd00405e20637899471 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e352aa13a403cf45f23206545c869d86a3312b735c62e8470f0c27cf90793a +size 8636 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3695).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d838e431ae54c01da9e68a10fefa477c682b62c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c207df23944ea6e7b54097dec86e0c719bc6e0698155ba46e34840d9aec10d47 +size 21950 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3696).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f8f897d3f52a3c8d4982adcf67664e0920084ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab51f6583bf5d0d143e1771dab0a15e40f45b4eb03d185047008e1ae07d9fd4 +size 10950 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3698).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..185794289f2c77057d0359f0dd3cf664ab46afbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53235bdc9b1641701f434e09c306b9a1abd74677a365c722ad4c01096e9a6b4f +size 12909 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (37).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (37).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04b2444a76fc4433bf15f6d84243be5cff2848dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (37).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ee502d6a59bb26d2ccd8d3ff5b9c2de1dc62103ef30047ecefbb8fef7f1eec +size 8858 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3701).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9508510a808e421b86364aaa5e94a572be2f0d0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f89e525dee83c964e3484d4815fa49a82a3c1be705b2f24eb1e74e599c73ccd +size 7842 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3702).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e91772a38ee80b6d0e954f285ede0d6f8858a95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a975b76e7829b3886feec06fd1de081322bbde230f1d9923a922d4961cd785b +size 8496 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3703).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef602d886fddf6523c76ffbc3c091435090c9d04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45241ac2c6db0bd888ff08dba126495bb773104c08b2e62201daba19363024c8 +size 9489 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3704).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d75fafcdcc90aee9d8f4d5d2f6157ea1b7ccd50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b8ef5becfc285d5ef81bec75211f3dd0c16e8f619a30104cf4de388fa478fb +size 11332 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3705).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ded02c6faae0525116d948df96c7749d5c884ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fec63625d3ece75fcc4be6893f4ae9c18695a44f24a68c0c9204b90fd760305 +size 19946 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3706).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1dbda511cfab53137029722e1ad04e6b039921a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507d0b9f5d614e607ba8c5a9f7b0f3b12ad5f83fd956df1005ee4e36b9a65992 +size 20127 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3709).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1227df6d3391ef0ce38136298804ee7c4c1f6ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7bc1689b1cd329e5a94f89aadc7bb1dc2c0683146cfce91eb156236fe0face +size 9835 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (371).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3964b288c1e07d2599e5fae5bb765bcaa8ab2a39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a24bb5a799bf79392a6afeaf339ca036c350e5bbfe35b27830a64aa0d10ad34 +size 18194 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3711).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c69c64f51158a2d108aa25db54907db58cb4ff35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97879a45628930dc4ad1aac49be1928dc8a9271de447c594bde735691a60d24e +size 17275 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3712).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77e1edd0e73aa5f8d06a8f6171d6c2d733241667 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3eaba6b1746fb7873b0d17e68f4d64092b11ed282d9e0f59f60a14004ca2fcd +size 8171 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3713).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43106ab9b27390ea0074365a4021dd18ed7dceb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78983a17fc7ed913816d9aff461b766ecc4208af235046ecdbaa1882d34cdce3 +size 9699 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3715).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8633d782dbb3f213e17d256521b4e4eb32906f24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a87ceb95f95f1f00eab74f1583e426b29f25303a6935ef3e6b6cceb1c6c7b01 +size 6293 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3716).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..203a05be988cd2a8a4debb1c4babfbca48390829 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5814de9a04ae8ba9c92589308eaa96899ae5c059347a0ef891e97eb79eb0ee94 +size 19969 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3717).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88e91bc81417f2957c66a30d1da5f772a749019c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d5facd03586f123027f465e0a2235a7c9060d68d64ec2a875cb700f06f672a +size 12362 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3718).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e92ce2bb59bef8e592e9812376eee812b58eef2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0def79fa114fc6887fb40555849041491bd4e92ba8befdf3706b97f2136b858 +size 22002 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (372).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04cfbfd11448e57af640d4eff5eda2bceb7cd151 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebb1661537bd12eb310bd8ee6ba20a75a52f6f5be47cb33a15c3fb89f9fc85a +size 13197 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3720).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0fcbebdde3bf77804fa796a512d61e5f5f45817 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450f94bc3a2566ab40d0ce5d1fd39be12d88104e9584c18aa8148d5169d17951 +size 13578 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3721).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e580938917b006b78e2c0c04431c3cd0c68fbba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9fb86dff1edcd81e8c3cf533b15e9bcb1948ab3ef714e88e645713a07815ab1 +size 22516 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3723).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d76c60a2a68ba97971d686265a52d87a2db25b9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6749f3f973197928b12894e5149f49d4cec574247b30cd1407e837e04a1dfd0 +size 10102 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3725).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa6d70fbdb2167644155d9d7821822bec465f364 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1075e6597b1b9848d34bf9c33c919dda0a8a7cfb5361f2a4e00382e8a85544b6 +size 8876 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (373).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d05dbe2b671dd2f4041cb4bcaab029357419966 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cfc6aa84767b546fe129cb4167f217c0b794587bbb0263b2a7372d688c8e56 +size 19038 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3730).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46b7e75489138921418f94529cae12200e80d52d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38c61f4371ac98052118b4c17d774fd1a64f421bf89089def3ceef63da7f81c +size 10558 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3731).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e6ad2f98342932b049e84795ce9389b2da19be3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c45063ffa989662d47a9d7d0afc294de2b18075ff18ecaa839661a30ef52cb8 +size 12541 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3732).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57f489cf4eff6450c4882ed1a0d96bd68dd64492 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce03e40f01b4ec8cfce83fa9d93824bd08ccffbf07595966120a7018a0db61f5 +size 9155 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3734).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49f4251da9e9b772182351b8567cf2347e69f45c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128a60257b1cf3d1619cde56c583623e095d4d292c0de6f89a5497151ffd20aa +size 22170 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3735).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5646656c8fff3f48e93f02b061c9c104d6ed974a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a32db32d6afcc44fd9e7735598afdc9fe31b6e126a8ede95a5416d383007904 +size 9231 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3736).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02b620544b4e2bb0fa8f8c16d7bbbb8725e5867a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8095a51c8913d30610bdd343a62d596b6f316b7522fcbea87da597be49dbf6 +size 11985 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3737).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f04aced0ef63010b67b740d42469ade7209ed96e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033e3167a511cdc8fd974f86e74e6967ad5b68948dd0f4d15eb1dbbf83d9703c +size 9117 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3738).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7c6f0e265511563d2a8c16bec148c384d78b19b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa02a7a6c54e63ce5412eb6adad97d7497ed6ee3980a0e92f786e459b6049687 +size 15383 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3739).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1e291da5da545d919d3f0b82795351f8009bd60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d76ed17eb59a0ff395a960087570f638bd2fa49838bbaaf6a237e17c34d1d6 +size 9826 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (374).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ad2b134de7e529dba1cff06e0b391f4e9961b28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d527b728bb3ced199489b71b8584023a76f9309f3179529f277f020fcdb9d4e +size 6755 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3741).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e8d63c63ada85aaef7e3e856e74320b823d2b35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d505f77d93eca4bb0301b6182d2285411f272732cfb5661fa718f1a7c1796b1 +size 9247 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3742).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45dea29dcc04c818c3a575e4d5a14001f33c036a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4aaa859de7259fd791dc3ff675936de80e0f12f7230095d7cf7e85fd5bcd50d +size 14122 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3743).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f781b8661173206202f455f9cdd663db8afa72aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8e2879440f9748be3b3f8aa87d449eaa98bd3781c0c2d8b8452a7063a749fb +size 10541 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3744).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fc9abe0b0bace07f84593dda3a7829af53433ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b614cd3f13149e0f2a5c04d60311f325266c44d6478f10d8a427277ad5ac1549 +size 14238 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3745).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f9070a463c9b6337ced3d137c4b74bed1634e8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2824f9a79674018ee46a1481ff7c1bd1036e0ed701a6338fc1941036057f261 +size 8649 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3746).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7d0492b7b007d9bf93c386ed657b4cbcc678599 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce7eebef5efbb4e30127763063a6d7a4e3fe827b6d7cb589068e91c9b338b5e +size 10051 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3748).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..681918def55a163fdfaa5eae6528a03e250e68f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6159c443b69cba459738d4235289f5ca47edd4b369809ab31b64b613a1990217 +size 14858 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3749).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8798c0b337238dcc22d4d649c3e4384696384029 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d6d2e3042d0976891c20fc97175f9a29e10d676d49a74784251332d06726b2 +size 13238 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (375).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70e28775432cbb7d1656f8768b2ac1d765374df8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72405e0a61143c47fd7a927358715772c7d83d600aea717c5b1ed7eb745704e8 +size 8869 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3750).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..defd1589b789b2e46d5804a8d1e1f811942f1408 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff40c7bec6808bf12ec3b54df80ee7f0471c63ddeff6685237374dd9950e0e07 +size 16643 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3752).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bf3afa41ae1fafa16d5d9cd5a0570d84a80681d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10347ce34939eddb50cea965ae4d454ccd45c3257016654e16f26a67779f8b6 +size 16781 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3753).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..186c756109255c4a0c5598db72153dd10d4299cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd4d3c163cfdc85fffef320b7418779ef0d911589d535906a4ff2c473ffa6f6 +size 8775 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3754).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..882b1991c12f18ea8945544db6c90496dec68858 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77e7feb10cfd4c3c682c9c53498ff37fd77d0cdc9afa60a4268acbcf235094e +size 8311 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3756).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8a3df24398580033c4297df8bc8f960a2770273 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25db8e340edb4cc0c5f786a656ae6f995e675412a32742971a7a2625b2ae2c1f +size 16492 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3757).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7943af77bd3051fc51fe01b6a91f596b83a5516e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671a944b468fd457f404cebe9ed66fa67e4716fc25f1739a502abbca697caf4d +size 12309 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3758).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a750228b118098eae3e1983747940ec6a3860dd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27a24ac034c95aacc7981ceb33c743f9636c673e64a7336905c8c445cfc0d17 +size 15106 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3759).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e680898eb73aecd2cfa5c9b9af418c87fa229d4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ba9239973862ddc6c583cb9993ed01883eadeb8081fda262d2a6c1b3a6e823 +size 10233 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (376).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f3f72be1efd383f7bfc6140256e4e2c89f1afd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02412b2f6d91dfcd921b220acc82542982efd9c6b39077bcddaaa43adacbb6a8 +size 10211 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3760).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e443ff69b147e7cf576784e660ba6af6604aab56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f817dbfb56e12c0ee8265dd0f46d3f62ca7eb701df1625934e975934be2183eb +size 9317 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3761).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14211e4572aee925aa2494c69b64f98fbac447d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8954df1b1f4c4f7cc893a0d085e807cf3f763443d953709f9eae4956bb96031 +size 9116 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3762).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f597cf4e66236a9d650b930ba59a6cb5258a888 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d24b75234ac021205386c52ea1302b86004e759c66fa29e52d6c023da60e283 +size 8309 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3763).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46d596342f5e2e3dc41dc5bdd6f30c1460b54005 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d6779d2d573419f1d8f8937b9571791307053479a3bb4688c583fa22e28b2f +size 7421 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3764).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02b502168bc25102edf341e682cb863417047180 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13aa6de1b33c3c5aaf688aa7561585b760eaac3a5435263ebfb85b474e950ad0 +size 19207 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3765).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..deeb752b139c863fa8167284360249ce43ba2e89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d8d34d37489ed26f84c554733ecb85d8582c67daaa02c2cd824e76b5100643 +size 19035 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3766).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4efe4f4bce6436b97e16b2b4a33075f2863cc056 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd948b07c4a913f79a4352856e1a8cc9b62e6d00759489ab7146418ff4c0598 +size 8518 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3767).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5bec8a49d21c3666ae15c021141e4633b4c7e570 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5761909c6d24bd22fb746427177189d96a0d2a8557f6a5ef283bc374d93452 +size 21077 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3768).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc3b1fc06a01d5c4238fc8d268d0141f30cee124 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1260f26ea557ac856199479fa2ddc85f99c06a5ffe2e466d33e2c5b9c03e148 +size 15093 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3769).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c432e707069ff3ea709fb3d9839a5c12e1d4590e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2805cb09b9e79526600e3cf401e8f2890f17cc79477dd097d21c7de349fe7318 +size 9807 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (377).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d615254e7f6838c1d9db85d444a4e06e33c652b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f9920192bb690636f61b6b129f199c988ab821beee4c0f23004f67e493465c +size 16855 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3770).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95db75f3c1f0cd7f2d921eb8536f352c4bf95585 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62122ca107dab63ec7c6f84c409cf8ad486cbbc28c1ba0890ebd166bbc81ed3 +size 10807 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3771).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a95f3b1387abd9e236fc468b97af0ae63441264 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c549dbcb01aa6d47dbd2e93036514c284c412a8c200d18e594d073891bee40 +size 10441 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3774).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b53adb7fb1f47bf3df0989779aa3a2c25c5c260 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c0d88cfea5606cd3b2db1a32ebb34d2f504090b46cc55153ed34d7c8319615 +size 17789 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3775).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55b2b49cdbad671050851b6981c82c0e583f894c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cadb0188b9e53494af45e60591bc7df1373d0ce2a1e04aa9e62ae6f0c846018 +size 7925 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3776).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..791510fe46122452741cc33ba4a3d700a79b97e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ead2a826c8ec338cec41ecce7222b45240b8d1814d65fdae46436024000c01 +size 21794 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3778).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c3036d656dfb800fc85d47e64d57f697865e9f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cf05507f27963e7ad12e90937b1dd1555346e99ed6e22c391b8f703eb2d00b +size 18990 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3779).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e76616e4dfb75b9fdd9a52ceac0617ab4e377c66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da70057c543e628503bfaebd7c1f6d32f82291cbc628b46110e8b8c952ce41b6 +size 19436 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (378).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fde7ed39e004cce365277249e380a4b5010594e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0492007fbe427d71404b041c034920b1f7110484eed81d1ab7a88708c787aa +size 10154 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3781).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ef627d99e95177e292728537e594a933f325e26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f565d6d3264374d8fe34849f05b7e132585b5aa2ea77671bb04539857d7e51 +size 12522 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3782).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7437c8307902e8237068b867b4e51e0ebbfd79dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c635faf26475595796875fffc7839318d830b628c877b2c32e560d538940e92 +size 8989 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3783).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63e98d58904b4711dbe1fd8b4f865450fd11c4a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9e28f7a988309298c9c1684ce481e7e0c8e01ae6830b2f4360d0dac8c78133 +size 16368 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3785).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60740ceb1179476d915601b4aee0925350eefc8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa7e1f19142a239e32fab80716f90983171e8d33c70f6cf5208e7bd7184e94e +size 16868 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3786).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60ef44b993b7812085d0ebd964a48b86c00ab221 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e006c43f40525f6eb11683acf0afd929fd360e722d828503a5a27534cbb8c3d5 +size 8614 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3787).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cae484e00e36144b1aba712bfcfa088daef7b8c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cb5ce8afd81740575dd29afcc0c0314245a1596ff9dbd5ee505f90315e0c12 +size 9572 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3788).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c2132179def9916af7203d0c592081347f24149 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a682399a4e32bd22f329550b41a7a9dfcb9a9fffd80b0b6886d16e33235f4d0c +size 10591 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (379).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e12548905916eff2200a22523304ec454478c6ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaedc7bb4ffbfa4d58943332a06c465be1a5a5d37c486880b0d15a7d7ec2e16a +size 16612 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3790).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d655ffb62677b811bbeb68097829bf40931a2db4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98e441fd091dae42a81378f7e2ac00b0bee12f553b7eb73c1b502041722320f +size 9476 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3791).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb0aa49c72ea64fbc23566b83f6c82d5ede790e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148eed129a6339e70056731221bf15f9ab0bd5ca972efcfa5e97ba678bc125e7 +size 13009 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3792).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8576596a9d20dbc27f5f06fd1d737549ecc7b0b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d73bd04ccc14fbe807d68159b654aacdf83facf4a9686914a897d3f48ce11c4 +size 8732 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3793).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27660bf4e877959ebe4a6711082c3ebac912078d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf14727e7836effdc00c096cd0d18b48c536b4cb062e317e1531533676f7171 +size 8475 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3794).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c1a7e9139521e504f0ba07243164c015177aa7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3050d4036b15ea5cff5bee656e44c68b18487d60bf7a4269ec65f0227952fe31 +size 14439 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3795).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10557ed621ecd521acabc23cb45c53dec26738f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928442c270340d103a73e488de622b5099e07365fe828b2d0fdeda078ec18a9f +size 14525 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3797).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2eb20113b8e40430c484939d4d219d4314699f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1b280c882724f865620b1d9bb0a6c88bdf2082d6ac1bf04dd29042b2cf1399 +size 9050 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3798).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..460a32e681ab239aa12de7f17c5a79d88c69e1b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6970a463f629d2b0a18ac3a95ae8baf46d6f59719a717c286dabc847ffb998bc +size 9839 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3799).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32f5a0ec74b10e8a9329abf6074469de92e43acc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb047ef945bcc5a581efeff9489c5e1d17743c5bf544310ac70ef60a65b110d +size 20508 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (380).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6e7d3a49aa970078af60b695429b99e4bdf4275 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daef57680bbb981c0039a81074d1245613256f372764cfe7a2d514313a8c325b +size 7026 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3800).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..191a2c0473f5f0be950b8c1c40872356e7756f24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22befcf7cc22bec399115c1cf10c8b7f210f9651522868c61a593aa55bb64d42 +size 13443 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3802).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea7396b93fc9370c3ad28f37140124a3747b07bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3347559dae0c3100e15700ff10c75af6b73a53ed1858421e971301a4b4a046 +size 12602 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3803).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..107aac45a03a453f2dc74db3fdaba25358a44c6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570d13f680f3a69a50509bd7e3d4ff10341db3519f895bc1443d43642e0cfbe9 +size 10081 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3804).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74b73d1cd173362d6ba17d143feb897f607afa6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525d972d7ec01836baa6662ed2f0f3ee61439eb9f47a276922b33b560e9aff3a +size 8605 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3805).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53567317775302827f92af588943cae59a6b5c84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24038883fb928e1c92f7e5a1b3edf2e0c756bbdd24f21f6e22d59b8a0a97e592 +size 12427 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3806).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccec4ae00d076d6688d6bcf91a2dca4ec4fa077d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f147876afd8b1f3cc436e24304dc172fd8bf78ed0ebf5bee61d0d8eca4337667 +size 20957 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3807).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39037791f67dd4e8adecdc55bbf10384928262f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22aab32f0a4838e542f1aa4199bbb0242975a86cb5e8e67c9da8851d32810473 +size 9069 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3809).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3020f1e4bf51e28ed1c9ec14bf6a560d5dc33f77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b566bc4c81c4c16b46c4bda49b52ecd78c8d9d111f44dd9cd413343dcd88de +size 9472 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3811).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d083de41e88fa3b49efe960474ca8a247c07742 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b5bbcc8454fbbad2a38772132623c92b04b8113d849e5471099d907f28ec75 +size 11144 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3814).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1da49f7183a2d43278d6e2da04b60f1527ee91f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f84af6a1697551892fd7d6c27bf418a7c040e57cd64ca6eb9bb33e612ea3fee +size 9783 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3815).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2aad6ebb2b211033e9e5faec6ff126e0e3e08435 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ee9e3f6245900ee7b887217f7f031ec6efea1691ea89b504d7223f3850001d +size 15716 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3818).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..433bbf226b76aed5e2020eb4fb0548967eb768c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01252cc12aafa9b5d7e3c90f86e7dbfeebd59a0782c097ecfa3b2ae3f1965ec +size 13682 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3819).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1078717ec472e100575d1bde6857c40f12b67cf8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d6621dd9657aa8f0b7152a830873b611d9baaf03fcb6c9b7c1683cb190ef29 +size 10174 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (382).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15b097da92bdcd32d5a63f01bc67c7cb8543f3ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe92ef44635f53320028b854a7b996cd85f5116f6d7a1aa458948f9facc1b19 +size 6829 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3820).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..053dc2fde78461de837cd83beb833510a71a7440 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392cb0d1a4998e56981312dd0aee90730b40c66503c9867d154f6f86e186f576 +size 7684 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3821).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ce06cb7e42e1942a41db1a6ab59cc7d041c3cd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c3cdfcb645ad90c073130579d313282e68098c810bd9e11c015d8ce6e8e40d +size 11793 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3822).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a815e3d6610773d20282da0ab4305176f8bfff4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5e66e394e9b6d54ffdfdb267bd8cdbab0c5b2be640a5dc13080af3ad3c1ea1 +size 10719 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3824).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d336c00da416beae52017bcd40489a208496aab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bb66aafc32fe982308d891c9d2c830bcb31dd72de3562e97c0dd43edb17080 +size 13389 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3825).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39e884466cfa9e6171c7403ab750491754f00971 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e2b39db5d3614334bfc667c44602442736c92d1e81c15771f2ff8680fbec61 +size 9228 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3826).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e45cd40cf60d4a79facfbbc76a5710c730acdbfd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b833c3431044385cdf897df811e19e26ca1b42de44a7943cbbe4f0316d9e4f7 +size 8307 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3827).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a23af625e34287b08ab3af04db97e305f023d98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b274b72a0aeab9cfb69e713d528b1b06bf177c2c72443b004dbddb25fa8f3322 +size 20749 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3828).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a710d1ad5b4b53dc622b30192cf0ab124b7467d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76eb08c8b23bda515d99786659563b8cc954f33bd5e0cc066a6845d99757908d +size 8337 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3829).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..518361bedb91d9217417d43b87d6abfcbbfc726f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c6e3173d0eb9c10b4e893c7d01076351dc868d9499b5367a8d1ca88757db72 +size 13111 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3831).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..221a58c33e44cb69ca4783b247369a31208396c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98c4e13727c24edd8099388d937afa432785e569ad981735247e9a90bba1a17 +size 12148 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3832).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92a7c99b264b1b5e325747badd124afe4d22bcdc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f296c175ece12fa01d7bbcc1e7953d0e035bde734d2f3fb1baef0debaf0338 +size 9775 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3834).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69f32f7213bafe0abb5e1dd41cf38913ee518605 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796838dc78786ecaa9a008d0c305d0ea1255fcc5a96da8cc9850bb1c898ecd3f +size 9744 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3836).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37cf71c2133d9a295b343457f180e73c2e8ac4db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060e8b2c963438a7fcf495eb15e6f271092c90f6b6c3cc0b150872349bdca041 +size 11365 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (384).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71d3dedf35175746d4951f6d3a05f74690117c5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950a74021b590b09445b6dfb8a38f1bf78f12d645d66dde93f2921525c83e47a +size 10984 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3840).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd1f6b81e49e7055ef54fb8449d15b4b260d889d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfb317b740cc67304b6c1d38393bf6dc1fa481fca1bab6a1ea56449796324d4 +size 8260 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3841).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..defa83c7a8c2d59e749927e285fa4c45cf0cff67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d64a450926d65eba69b41784dbb4295f7279f6d8060afbd85d52ac8094cc211 +size 8111 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3842).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2a2ccb459e7870cba56041f41676e45a2ee1ae9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f516a5913cbba041c0f522e68b575eaa4c188e5289d37e4772325b4a87d611 +size 9205 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3843).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69e0d20644fd723b63c4807aa9793a2a494d635c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac7b76819dbc67bf075ad9098d00ffab79932c178fcebd67bd925be16495b9c +size 19162 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3846).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ae0816bff9388384933a7c07352a7b908a730ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401e571ceb4b14c9ef1d7cafd1fa67eada163e48b511058db93ba5cb1c09ed9c +size 10744 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3847).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c8912ae56fd8c29eae7ac83f9137e08ec0860f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bfdfde28cc717734c22c67c29be120b8cd366f29dc81bc2beefca60aaf33aa +size 11751 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3848).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9f9e90a755241c8beaa21500697284bc97dc94f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c64eb4e4b89d068f813a0699b2e82119a234cd74f368e065baff0da425a9a9 +size 9320 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (385).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b2aae6893d8d47147f2f34ddf1646626f8c10fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe6ce90cad2aa881cb061d735f54bc35bf8de01110302fd85d1d59b42bf5d7a +size 11149 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3850).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1d8267c37f2b6aa02e121c9db6df19660585a0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42e28ff731e429453acfcdeaa62061330a413b36e5f560d87b1d4eaa49df70d +size 17638 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3853).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ffbc979af720e3bf67a594e0620a5b76ac6df5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86925ae41db0669c9c8eb17e753b323a4ed06d79582ac1502dcf3e4723ebd94 +size 8235 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3854).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e73b55c85ac4972cb07ae8d6ed82f1c33f719b75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe63e13fa012726dcb93a59543ab5802d47fc2100a6cf877ec53c2319edaa911 +size 9880 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3855).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3050212a84d930cf386bfa636e15b6952248a18f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37278276c2eca26f3ef617a51fa3eb1da057d4ea01cf3bc3722009235e6115d7 +size 14235 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3856).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f799ae60338622acfe6778def2ea253cea390f3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184f1ee34cbac59effd760be0b1ef1d3da3900802a5af4ffd18d63c461a8518f +size 12674 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3857).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..474ca9aadf204a2658d88527448727470c63d2ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab08e3d5ab5c67db86416fb5b7086d4ff99773f07ad4135d9770ad8370925932 +size 14823 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3858).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c5e7c6db95b09ef0e3ae14c468efa24f0660950 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5688342afc118de0cf8ad02487ffeb80f2b6888013d5d0de3609d63a1f4bff27 +size 9573 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3859).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5616a15fc2be1ad843a07f7d2be32d4b8bc84b8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9a48d9e3d05194b2c6ea41cd12d6ff8d3253013e9b6e2f51d60650d63c080a +size 8298 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (386).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6a199a6f3c20ac8d363afd06fb84abaa6d55030 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1efb8679312cda15e7834b1ad60b809ff27d97293e4f8224819ed617aa071a +size 14581 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3860).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3860).JPG new file mode 100644 index 0000000000000000000000000000000000000000..696e56a03749b819bbb1be9177db25790b025d88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3860).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24dccd2c60ef4435675d22108c9e22833d14e42f68f9acdcc28a080d5ff445d +size 16029 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3861).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5cc46ee8d2a6e1d1a7aec0ca5fe15aaf60d318f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25c4fba16518a7b4a83e9c8f99a37e4f015210e53589ca92c06ee5f2c2c5066 +size 8926 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3862).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e62b7db8be2e0da4ca2075e9ab5c71e018dabfa3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a79744d2a4889077ec717fde9eb67cebf5dcf0db16b15ae7f25a0567a111f20 +size 21467 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3863).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6efc442ce36d9831f76146feb578bb7c22b6f76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c9073f0c09283e582df5d820fc8664260e946424c29e2341a688387781d50a +size 10914 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3864).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a9f81b6d8d5671af593d66413b07519f8f6c196 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5809f037d86ce14bd954e6423f2f664e293d6ecbf80f038a38b4e65b3dbf3d +size 17588 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3865).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..077346304032e37bf1b03d00411eca365a2a0e02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa2d0e8f9e6525b41572dd94e6c60c74569492bc82b52d0721b236f9883f6ca +size 11937 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3866).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da1429b76cc3faae81be16f6a9451ad45f8e3913 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9e3656954e5c59370ab4444c3ae236e24b8a2e19b747357f667fcb5b287333 +size 19222 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3867).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3e23df55761ff0c66668d66a638459fc5d1d8d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9609c9aeac86dd68353b8419b3a1f3288f00d7f6752c2884f2f4aee942a3085 +size 10046 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3868).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8bd46b4dcb1be2eeeaa1dbf5d463ec2654cde1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed22415f2005680f2698ebfb9b8a7a902b3da128f9092ac36fb67e5e541a5c20 +size 20750 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3869).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4931e2157825284467d54f65a49c7799b3b8fd65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8742b85d0d04056c8657263039fb8cd01948676aeab3b6b66fbd1ff144bdc9 +size 7993 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (387).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44958d18584bdb0d106a4cc83c5205958cb8618b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ba911b17562148089e3e8f6acfb292bb4c9f347438814533fe35edbceb31aa +size 20916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3870).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44a05d0d86d3f8fb58e9ff1e70ff41c5cb6ad968 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb2ce01bd2a0081caa847eef3d24d32631fa0c21b0ee5c20d7afbc322f16444 +size 17025 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3871).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0b96257ec037b3c3563eec8bf4cd3f1ec8e6044 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7fc11c91bade1601dcdd95cda71225036802fb370bde43aae68707c58db9ac +size 9263 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3872).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04867e4132c6ad53a5c7f2d76d50cf475fd9385b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f802113145b236ac006607bfa7fe079d95b14bfaece9e5e48bbba780cb198c5a +size 7535 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3873).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9252f6355a0aaaf15c77f314932e58f1eb5a3b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a14c1c689ec2a5c2b2a1a03f1da7c78b957ce73715354a3ffb9dfb11d9fcc4 +size 16888 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3874).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e346eae19a7dbbfcb0312acd52edf357fba4be50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bbb6380fb844c45724e10f8b67a39b1aa41058448c2a98ac9bf293db2f7419 +size 19296 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3875).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f11c33df214dcbc72eed5684a3fdb5d87246685 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f0c86fa771f7e4b7008f60866912a92b191029f5355d88bea3f533fd8fa071 +size 9207 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3876).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..700643a08f97cb7e32fb7ddd41b68acb56fbf8b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f246cc3c50ec105ea67062978506f43414951e8659fb7cecc274c3ffb3391347 +size 18727 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3877).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8c3c457a8d316ff26db14dd6107e42fde592b6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f94378c451cf4bd306f8c75f043a76a07a201d62f0ae759612f459c0c2fd60 +size 13939 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3878).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2d0ae360609ac68b11a0b40388b4512edded95b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc5f0ae604eb13e8b8a53ab48f9bfbac6ebc01fa62eebfe5c225c278c9f3302 +size 11802 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3879).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ea9d83cbec863409a086ba9c33bae22f06c9862 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002ee33465e8bd5375c78c9079c224bf827891df67056afdbfbdfdf80aec6738 +size 6165 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3880).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e79b6150f6b20d9f29fa1a0a5966a39d9ca69c88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc4fe811df23e237038fdacab0fbdb71eaa5c798660b8631eb8309973bc67c5 +size 21354 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3881).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3881).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c272e075d72e22307f081e83ce888c2f00149441 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3881).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f342f489f3ed789e35ecce330f10fd2281153bccdc0c4d8d497e19b0376d95ba +size 17195 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3882).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..675f60236874b5804810ed94ee5062eabb8f1f5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d8f2c00163c18e0833d0f11961bbb319c8f26436441e7123d61dbca06fdb61 +size 15717 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3884).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..975f11b3b7e44cf44c6a4b5823dd96ba8873f38f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b5407535d9b783831a265243f50a0734ea7c6e7fc7fea50c971b0a175557fe +size 10206 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3885).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae98ccf5dfe8322d914ef54b8a25a6863c7b550c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f80c10a7d88415c32cb684f8d5d8e5932f5719f1243f149473e349eef3ef126 +size 10889 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3886).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e087f7bf6d61d7eb0f481eb3887ed33986245113 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb6937e7db7d77d8bc07eb953f2f6725e1d7ee5a412b5372e3b1ce761695d34 +size 6665 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3887).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c09eef8e7e7450207a8fc1c166159b1f09f8c1dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df3f794da10ff3f681a68981fcdea64d579a0f523e86c855bce62a3255bff46 +size 10520 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3888).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6774296ed59ad6ccffd7a26f08652bb96bfccaa1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441d866209909d09cdb2dc8756181d90b118f0d2163bf9d373e96c1e51e39a3d +size 16474 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3889).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be07ba2e6e19b4d09ac7720ecb192fd62f51f84f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b6129586c6a9554e08cc45f8697314cd4d6266c26dd557a88ce4bec1b42e45 +size 9283 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (389).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ee4ff6372a9804613971ca9264ab09eed03c6cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa559e930ab191e919fdfb3b8fd0b5920182bb9a493bb09d39604e2ff8a075f +size 12084 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3890).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5b21f7cf7b15b2cd2f7d023e1a55b40709fd5a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25459d06e80e84a0b4c43264bff4d411533872a1d7fbd8d17b6f4df03b6dc20b +size 9458 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3891).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c49b700844cfed3143989457e7d861eaf9f9cf9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472b9dea042d2e9c5d4c44ad3a89f7a2d81b658c526389fbf3e92967387ddb68 +size 8422 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3892).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cb17ca17601eeda053b25fbf6d4271bae1d7b13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680dce25e6757a7af8ee7e254aad95a1031fef3a41b5155ae273d512aa3feb60 +size 8486 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3893).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2830536a89ed4c1b785bcd72e1d4a3d3ab92297 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ddda64e22630ab453f7d68dcad782d3cee3c778319ba18f46791f754fadf3d +size 10594 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3894).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c17a73baa6c3fc983a990c243d7725999905f9d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c96df432693afd6ec1d83a3db2e297dc15beadb9675578c4ec4a7e66679b70 +size 19325 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3895).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1756f639c20d155429479f2d7f10ac58fc70654 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9061473c1fa07da662a1cb565452f3349b61f26f5a7d862a19131e91459f9e +size 9567 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3896).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94ede0fb47acc83a91f7a173e244eb215405f623 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8ce0dbc541027e14a6c22dfb122f855ddafdbe789768abf5ad89a3b0e9c385 +size 19811 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3898).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df103c6bd2914238b260d9923948d647bd8b892b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a352f8626cbc3406b43e26495ad25cb7e627014b2c3967712f6cd17b6e5f886b +size 15176 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3899).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7cb36106224661b0a684796c5a25b0b9dce1d75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c50d306dfae0891cf8f8f037027c1e0dba900fad2aeb17b38ba1f46847387b +size 17502 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (39).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (39).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f7a1010ba1b27dd8ec5f73f154e6bf552013a2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (39).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426b7c685a5be8de75c672b5189a1b9cc9f22a2eb143dc2019d858c8143c4792 +size 17546 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (390).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c3f4a3913916bf8d8deff32ee2bac2771033b31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c7684f8f7b02f46a7260a508268dfc995b2bf3d949bf73772e5b5030ebf13b +size 19879 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3900).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff21ae5708e998e12245078703c2eb71f3fe2e78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66cd47b40cf77cb25d8fdcc54f7a948347c45f98b7f00fc52b5bd5b2f0a6ac8 +size 7840 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3901).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a85daaa12c1d1f615435d0074787d2d1579b9ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7724e02406bccf5622412703a2ce8e0f85714442df0de22bcc211911032fe71a +size 9617 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3902).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..adf2a6cc83a0ed437fcd0adc5fd2a128b703b032 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016a5be2377cca4e79ba4cf5aca7f80623651b7db785a7bf9856224bb76ea7cf +size 19052 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3903).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b9e3c1500c080481a30e89a5a2d647fc3bb39c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609badce13e3bd709076ed6b4fbda86027e2b6cd788f59d3fb7a15b8eb8d847d +size 7552 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3904).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7c04b83446623caaeb1665562727a0aa0ad4429 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65ef26c227f0355d6ad15de65dccaa484c4c866d2d23f1a401fe89cb6273962 +size 12253 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3905).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df6524b60371c81a194b271538cbd2b44a3340b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c2a0772cea4d8dd65ba2f51d5debe5b7fc242d76cae430af62ddf92175290b +size 7311 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3907).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ff26d3e11ed0947d4814817c293bd2a61528450 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555ab62eb1e09d748cb9fb301f878db958b394f79987d5801fd7a7427c1e6460 +size 8382 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3908).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b394c81122ad948dea10b8b4c0af19ba0b0e6154 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fc9325eb579a477d8495ba7e8edfeee9d2e3cfc4e650015b455091db3e4704 +size 16854 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3909).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7caa7508f1f0ccf5773315a77de4bffc6b7f6e0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170ed183de69535818afe3247d209dbf1948174553fdbf709f8e3928bc58edf2 +size 14190 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3910).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f67dd65698e73e6d9c3471a2d08016776b29eb19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73211c15667ec8044ee2783b3b4b3bcf13cdcac38b80cec317eb261f0529f749 +size 18341 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3912).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71fce6ac8677aa84cc4f30150679e0c346ba5fea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d2745411f439b4bb46e6e5f8448d877a7c5839f750a0db7a9641a44c5e116a +size 9186 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3913).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aca16751deecd4b184584c6431786db4dd0224d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6cecd3d6eb7892edcdfa4bf1438339d8af1e9b2d1db48e79518e77d8f9c738 +size 9276 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3914).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a84cdec3fb43bdac66825593903c4f8c49579bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6184031d99d438fb2720a53fee71382c3ff3303c79c61b60529425ceef1be685 +size 8754 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3915).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91f652d3233380fb5d150991347d633715b9c6e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fbbab102de10a5d3ec26ba5c36596059f394aeeb83e6bb61c3b4c153a84b9b +size 18969 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3916).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce3099c3fd9066e081f2f249a0f33e72cc1701d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1efe97cc537949e7fba95b25f1682d969a1a55a56c20ccd21477168fcbf7ddfc +size 14199 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3917).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13f9fa32cfa12a75a7dbdf768769e33d421e9303 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b832f0e3a9a5591002dcdbf5abfbd6f0b676a389b9595b49122f9d63f3aa06d9 +size 19049 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3919).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e54c12ea99b8376031bab0312783a4924c3b2f50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78dc116f8f790dd22a32521df6f22d2eaa805220d5a4b4bfd9fdbe08b380a977 +size 9667 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (392).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b1b6442434a5c2416e3925aa52309980238b916 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb12c17f7ba469748c1bbb7949148ca5334800eb2616e8741595fed640036c2 +size 18022 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3920).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdf3d167efb0b3b79a40991ac28f31214e02b76b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e830e4942ac2b098d4c0d1fec4991b91137f63923061e3f978e8382a3dccaf59 +size 19307 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3923).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23872e7c65d27b0c05058461c3dd4b9bc6d7d090 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c168b9d23da888f2a77dd192cac4aac2df81c69fbd898f269c56acb958fc56 +size 8614 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3925).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..829d0a0a0cb541d785aa2425398ddf9ecb41b000 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6f933a27a7a64c117e0360657297730e8fa330a2dc22b170620c63ef0f37c4 +size 13456 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3926).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e8e670a0fc502f74124ead6202426b2e7ed40ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca46bb55f4f3ac37c8953dc5d539e110bb2d009fe7a08beba6ca44f83c773d00 +size 8179 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3927).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bfb73a1f748c7943d9238b2f2130a6506317f6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ef896b6e4fa6657f3814022475373bfb674548378d53bd690d16959e89d54f +size 16394 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3928).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57dfcc25c44e75c915bb088cca5db297f254ae14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5022de6e6fdc08d3581bc57f6292b7968a3ad5a9df87559d463475e43a5d0a +size 9715 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3929).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be4a0ccf940ec4a0e90ec73164d151e7222d04fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51621aea543f6c820190c9c9583938a336d33224f5add845fed5e0a16f8c81a +size 10508 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (393).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a88471ecb4259e01b55e98ad5c3e8d32a2246ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c3e95a2ee1334803f115337cd2ba6caebd0de1783fd322cbb98479cfacae7c +size 19285 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3930).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0189296293860bbbf323abcb942c21ab0c38fbc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b0651136c6464ba93b38747948cb35bd055d463b9910af2895b18ce907cc6d +size 18785 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3932).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6794424cf67626b002606760dd1efad95bac30e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9424ab04340253998692ca2dc43c1b58d6f95213ec4017c5aad31b222d2c86e8 +size 19304 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3933).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ea75b5f461cf5a1b472eb38b8d449111bf9fd8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2db6c7bcd1952a49bd4bf895514f18fc277f77a8f5b4f28185bb60d4510a84 +size 8453 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3936).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a32191eda5365a085ca2b8994d9a4ecb24c3b68c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581a56d96a77a5e9037d5efccaf68ebb2b6474a0425f958c3fdf08081625340a +size 18946 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3937).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a52ce897217d49e19db6b1188797f638d272beb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece45194c07913610614863e11d661ddf727cdb031691e9cacde38331dc191d5 +size 9933 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3938).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ede3150560a251878041e7c6e9113291d14a2e54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7144c60d4ffdec38af05526f667682371e3e2f20bd5414bb4a3f0b020151e3e +size 19648 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3939).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6152ae91e90377df2542340766b847e4b7457899 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e526578793066481ca0edfab3f9dd70e1b22be32965a570a31fff1c320d1a798 +size 9743 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (394).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65087f89209d702445326d9c0e89e83f574db6fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c43fa115a68f4d59b932c241971678ce07f8364742382c843198a7ccea8295 +size 17244 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3940).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9d1f97d5ad93760a3936125498f4092d5f72d06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7325c8a6f27550962271aec63304df6b22cee2a41f351ad53ddc0f9651d276bc +size 11282 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3941).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f1f8cd6b8c2ca2ef8f0a84759f654b49a65dea8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e520ca0bd4942ac0e69e791f4185f35a81f9239107ff3803ae794392034545 +size 12608 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3942).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c024eed43bf4041a85498cf653190db83752107 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb2b47b10e9fde21c7cb60fcab797fe736f2c183b1e571f27a5780c1292c96f +size 12545 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3943).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4ae242365fb04fa110c2543cefe460c1cd97c63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2eb0e325050f201f6487ebe7578614c5574236b6753f6cba8a992f7b90caa60 +size 10404 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3945).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6786eb52fbe71759870a9bbf64e1f89d65591a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e092547a7c1d515a97480e2d4198907ffcc9d9d3896a752a0ee9f1c47a8e7562 +size 9384 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3946).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e831878f6a6e69c649baef2bfe6107762dec899 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f5afcca38a62311f780aa2318dc02778da9c97b11e29fce5398fd7592be3d3 +size 12741 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3947).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d232134675027277a84a8a1645cfeb8100ce0a43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29f9a34b10e7070a93d69b1f02083e0ac5d8efa87661ce0eacf12758621983b +size 9859 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3948).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7d1d4bd27ae4e7b6c9817ea212f37dceac3de0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91cd4635c6fe9a2e8c7ab21818f8325c094a1eb5662dcb66d6cf0ad096322da6 +size 6742 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3949).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc0631b53f281e5a2e474ff24ab15a2ff2e31ca4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d345b37d5cf2a645290375c1fcb23206841486a198fde4d30d61389017dab97 +size 16947 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3950).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..070d663b5995f71e3ebd376bf83602dc6aa85d40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552bac1e3754695535313b3ec48ef2c9c29bc92dbdaff934916cf97ab5353e2d +size 8107 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3951).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ae47930020401df207124ed35ac3a30d3a36144 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304f422a91c503e2ee745aa2a69bc30eb921c6eb571cb4b668373087fe171632 +size 17447 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3952).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3952).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dab9ceba6320e9194a0a2ba5a7193ae5984c1325 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3952).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e400c623e4f5260cf0d49ba736f9066458436525e09972666dabe89125e10fa +size 11891 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3953).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3953).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ab6e0f2bdf85f5228bb314162f15b4ad1fecf86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3953).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3ec80c655df7e7519df90946f73a588086f93b641ee841b9926c69dea1d805 +size 6805 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3955).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3955).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ec9708c5e46e9fbfcaf4435915cd5e2dfd7ef74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3955).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d79e594c3852d2da131d87de0e6a1f7d08536ce904e5cbffe345858c9c5360 +size 15344 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3956).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3956).JPG new file mode 100644 index 0000000000000000000000000000000000000000..deab6f16ef5cfbf8ae64af63fe0a3b95abb0b66a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3956).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477f386c66d3c761406d7a6adf601c98d8f52de45d77f231f3a47895c9b2a0fc +size 12142 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3957).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3957).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e92e0aaac0c303e04e35d070bce0283cc6ff8d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3957).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b86ae55008552260630912dbcdd9c26aa39849c34b079e49b1f7e6ae94543d9 +size 20051 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3958).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3958).JPG new file mode 100644 index 0000000000000000000000000000000000000000..caaea86850773a808e4ae01a4972e3a28e636514 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3958).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e145047448e3e3f916a5b0264e689ebe7a04ae936bd90e7519ec183cfa476b +size 17239 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (396).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c19c370b417f7e458f7525e714b40e8d38b969c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e47fb2fed00c463d06ea08a199945169cbdeeb032bf33488d034926f9e7f3e +size 16885 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3960).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3960).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bdeb4da7517f24fcb2a25c6bfb92ba7748142aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3960).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f97e8c0676721d02bdf9fddebe39adf1ad4d593016fa87ac9febfa124c4622 +size 19459 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3961).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3961).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e312055ecffb69489bacfa6c05a48f98ab665631 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3961).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee70281b28aa26f85d542082959097e8a87c09b362b550fd4fc2844cd0369504 +size 17276 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3962).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3962).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24fb88dc7504deef4d5a22042181beef77bff8ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3962).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8103a88f3ea40aea1d3ab20fd404f229ce3f87e3eb2ea5bce847276fdf10de5 +size 14769 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3963).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3963).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af10cce59b1f7511f1656583cfcaf07afb201e27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3963).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095c8b038084ac2b5115d9c1e9215a45a75434d14f2d0cafaf610788b8c4688e +size 16506 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3964).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3964).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86a1a05b556b0b78561f166dad262eb8cb971210 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3964).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d43bf3c923ef6b8bd77fda5ea45f722ea29edadfa55951fc6c9278f2f5c5f94 +size 21245 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3965).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3965).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a799fd51aca71496b09c61dee31b8d4e43bf585b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3965).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a8e7b0e2c6d6b50f31cb140118973929ddb005ce382120f88851eb7df961f5 +size 8050 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3966).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3966).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0224f2bc92be75649030736b854aad2d8578db61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3966).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66910bb7e9a5a3e1da447ff43bc489eb0e0f1cb4443096fa4a94fc59c55b1767 +size 6891 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3967).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3967).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1af25d285dccb2d07cc322c0d7bf4058a1d31dbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3967).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5193a60009a1bade7cd51b18e95fa22021ecb25ca59403ce7ff3c4c5a1fd134 +size 10284 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3970).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3970).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7158f96a6295bd7608c51e84803ff56b04f76b94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3970).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d50af4bc3b8b857e6a292398fb2988f14e3c71c9aea500c7d35f24b8b12d492 +size 19192 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3971).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3971).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30719a5a6f9b4de536a9e243ba9166df6bbec68b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3971).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c65a4d21723a74315dcda07154ac7587cff91ffcc989d51e58fe6a52cc7661c +size 8313 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3972).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3972).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92f3739a707f1ef5550ec9456c6fddd1de3554e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3972).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfe7ffa85483b984970186f08e983b6405f105ca56119da516cf990fbd803a8 +size 8775 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3973).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3973).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d08120797c412ec044f475a854a84fe3938744a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3973).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f3dcf2c594c779dc3c83d2347670b227d921cacfb7da40969f96250035982a +size 8675 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3974).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3974).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10aa6be48864e6f02b786f4eb19ae267185cd006 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3974).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c4bf2e6843385251538634ccdf9d4972e6c7d22a443e902ab4830ba9d5556f +size 12986 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3975).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3975).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc8f2635161280a96cb8fb87588dce483ef86699 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3975).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186bba182a4c94ff28bebcf923237de4aaa9fb2774897fd889b746dfceedb23c +size 11917 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3976).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3976).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bd313e5d1b8d51c87fd7f4264c89137e71fa804 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3976).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcbf6a1e86e74420e4f2368ecce0bc8984da7d9bb92a921c670b75444e6a584 +size 7427 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3978).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3978).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df11bae7a196af4a9f0ba69bad5f0626ba4dc17b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3978).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd414af4b4b312804598c403d50f260a1f7b7863ca54447ebac4edf1004e085e +size 8964 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3979).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3979).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6eaedf318126d369b783a340fef24962b255284d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3979).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d992d36a452727cad5c1f2fccc39c3138a4936dede9ca882ad0bf33c644b0b +size 17249 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3980).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3980).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19124b407b9b66e40d8b1af38cd9e19bd17b5c3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3980).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a4d77b82bf50d8fb0628e29c6ae4c9d749ac7cf3001af912d29a152078a5be +size 15492 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3985).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3985).JPG new file mode 100644 index 0000000000000000000000000000000000000000..395dd0c18e03c3e7b5b1a67acc0c293c01e8a3e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3985).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f94f5626d6a96464e33d407563391abd108efb0aefd3446addc369cc4d6e9de +size 19300 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3986).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3986).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33f0d42a41b3a3d98582a58665df69ba269f94a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3986).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5329a5b72c6e60c9055fbd715ee7312bddc562f0e85891656af8f505657611f7 +size 17213 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3988).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3988).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6f632162b4eec119b2708e536841332d17e2fed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3988).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dae743ffecc15047ac5732115ad6f74e03dcea3d9d40bddac247f7ceadaebc5 +size 20610 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3989).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3989).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e78162ec889f2f33fea29ba3ea7a2ce688cb8aae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3989).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17923f8a945bc63c0a6b187aabb60c1a70a1a3c471309faf6478ae2eac6f447 +size 11793 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (399).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0712ffe75cb9d27e5c1b7611ba93a299ea84d1dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5186f14ccbdc8421ec119541d350f673508403fe5c56dcdeceb0ef8985563a62 +size 15229 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3990).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3990).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a82df1590c7b66e2efd1bf559870b4e09f88afae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3990).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714f6b2fc820e7b42b07083478c5eebc34a802214300ac031a1113772a05f333 +size 8823 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3991).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3991).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ebbd6c9c7fd70f65f4560eb829087c158ed628e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3991).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c69c7db54fd0b2e957a224a9696c14c21c0348f4fc2952881eddcfe1cc54c83 +size 16021 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3992).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3992).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bfbac8d2f08623a9097cb2b7a746474890d15bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3992).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5b286d0ba1b9717fb45917dd99bfbaca590aec82dbf7fb107e146c83710407 +size 18916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3993).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3993).JPG new file mode 100644 index 0000000000000000000000000000000000000000..889e2552067fac09d0413255a1ee680d429df6c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3993).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1083baf0fa3d1aa9ce78037ea725db8711d35e524bca0d1c152e57fbe638d20 +size 17510 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3996).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3996).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6158b6479916661be502e6b56cca8fad1fae7134 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3996).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf505617d33bd585845fbeb3cb3dcf8e5a9588cf9c49a880e75e4e95ddc26b70 +size 12285 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3997).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3997).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53eaa74c3bba699b51bb5c49ed51f9c3375e2c07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3997).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ded0e199bf86fde94b6c80914c8dd464002660a2bd1044b43bcd35bcab46fe +size 19628 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3998).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3998).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad21830732416818504f4852152d8a0f43d96502 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3998).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d8ce5874c3e8c06c7db78a9823eee76e5d830112f27fc7a2b46438603c8ec8 +size 9947 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3999).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3999).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49fcc2b87ea1b82ccf79de6d7ff4c59c9566189d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3999).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b574ea961c63a62b2ca2050f416017826aee9c292cc982fb8b3fff224d51aa69 +size 22211 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2628f48fe97e1404eba2b5cfc53d3dda215db63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a82f1da9dfcd28a4f42ba55f1ca2d8fa427a0e296942848defe8c0a48f3db2 +size 20566 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (40).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (40).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85c6ea7c8e7f85d6f72f1f847d195df2aaf9df68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (40).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c08eae5f4bf6af5f1f259ee0c80c2e1985086982674415290d1d1362c8b1bcf +size 10449 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (400).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..584e0608141b604a29a9c4eaaf7c092c19a77952 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48073338f5f5c202d47966e408f804ac2403ae403e2fc4f3a14a706552f401c +size 7355 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4000).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4000).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81616adec596bd1d45c70c7d55e65945917efefa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4000).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0913b4b5e629535fb8b47d43a8b6927a28d8fbb0e6d4c4c9799883c1a6801e4 +size 7276 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4001).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4001).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6bd4408dfe9833c5fc48fe19cde49ae1e886d7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4001).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cb85697f032b5add958e4a91c5f823e77529bb8fb52562aed3e0a6b84df634 +size 9075 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4002).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4002).JPG new file mode 100644 index 0000000000000000000000000000000000000000..663cf1ee495cc26c7ec4193ff0835e021e81563b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4002).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c1be1267915672db2c652e4135e63b469b3d49bbe35413433594b81e00040e +size 9366 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4003).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4003).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49807721162a5d26f23221b8f2c0700503df5282 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4003).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119b84161322e0da73457110bd40c6d230530253d0e2e38c6f2f1df75001c0b0 +size 8942 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4004).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4004).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2241af71ed54993f089e5c8c3bf09a5f57b4140b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4004).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf3030ced060fd0141b76f0e06e260688d5c31fd583f755c075dd72f972648b +size 9749 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4005).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4005).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37d07fa8523476d167ceeb3997a7042ba9354ec9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4005).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04480575d1b9e1da5d48239a48fa7cb9398baaa5ae3a7cce3c46beba84c3a008 +size 9746 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4007).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4007).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c7d59b9bcb65dc3829fb87106ad0b401945b7a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4007).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d661f3fd15d3dd56bbeb838b6f11873f95d56420af0c7875f36ceae694c2e120 +size 20436 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4008).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4008).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24ee55625187b988fbf120b9a89b27a9fe68b71b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4008).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19363bebba93085cf9e70e57fa5dff27ef2df47a8ce6b05aa64954307cb625f +size 13199 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4009).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4009).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1aa64641aa0a742578dee8d2e3f2885a48c30652 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4009).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad157815d37d1005da6a668cba970e1ced09a9f53d96c9c9a2e6fde3a8c2f396 +size 20243 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (401).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33426bc667c02a9f0388b29a14a8b8e9819673ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069f95c415e89b6dbf89ea674ec56379990f32378085d79747532c99283addaf +size 20399 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4010).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4010).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8043f61b370d6082e7333f6e10f634dde2f71e25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4010).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e3fbe8b5c4c66218289fd27ba172b57d07eecf48bb364abdb6ed3f1a6ddc6a +size 20327 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4011).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4011).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6179f30a4102dd85763abae8160cc6ade5a845ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4011).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adac9cd2df8b4fe7797ea160225a8412420c69298c1f677f4034a18132061b76 +size 6527 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4012).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4012).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8315ce2bf150991c5a4b263172c0c11f5d9294a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4012).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad8cfb2645993769405251d52efff77df1825bd3f00320959a0731f772a4911 +size 9412 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4013).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4013).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25a399d5b5974496765bdce7f8d5007584f59b29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4013).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af49122c22d1a6c58e0989bf7df07b9226106bed0f11696f3a6ad19f7ba4b41d +size 16359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4014).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4014).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff2634d66fa1f7150dfdf7138ba5ab004128ae63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4014).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da14563cc33de2e37de8c2839b58d33a98db1a25c6f9cc538149f956f0fe41b +size 11333 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4015).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4015).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6df6c47a3f021150e1bca3472142e12a1f05d8e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4015).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddc559be6819d820dc22a4c6ce0ca9028189e0d2bb4384c025d31acb448c1da +size 7829 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4016).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4016).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42e352583dc7d6b5baf13f423417a66053b4bf49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4016).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb66553f649fc93ef6fda07c54da3c4695f5efaa2845e1b536dad98cd21415d5 +size 20893 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4020).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4020).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6dacdfcd2a44d9b72ff393b48eda552723f68f53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4020).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240d0f1d45857120c4c049862358f5cab824da58a9c96e38dca38ba29da0410d +size 8614 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4021).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4021).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7b53f93e9fbf119cd24106095664c78f64b908c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4021).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079aedab1dc921292432a5daf7bb2481c783be1239b40c2414b9d7812d141089 +size 8431 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4022).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4022).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c95aa2903d9c08bf241ba6241f9506e133c107ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4022).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3902d63b635a1b21ff17bd9c8c611263e2fb8d36cb1381abaa59f0bacc0439c7 +size 17340 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4026).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4026).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef89f5f137d74223d8868b4416ecf34a265d5039 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4026).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0e8fbf3ef752af59426014fb54813d88eb139861a0aff8ea87facc132fd339 +size 11243 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4027).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4027).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be8fbc2721972ac2f5569c2889e3619ffc2d17d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4027).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc393483aa79d855d330db7e2d27d51b04b35dcd3a3000d557bf8e815e1feed5 +size 17964 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4028).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4028).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3add364265979d3341e516269331fc218cd8ae80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4028).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3157b6a084b46e6d8e71bd599bc7f0d5896fae81010a2ec5cb383bdeb8b35e7 +size 16701 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (403).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d700696089744c073316dfe6c643db871266474 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de985387f33b81bb62d4595f24f931b7244a588646af25a5322667092a571a84 +size 14446 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4031).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4031).JPG new file mode 100644 index 0000000000000000000000000000000000000000..898e0c41a217b33cafc7057251e79ca88901606b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4031).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8961466d635dc8f80da2f4f7457bcfcb00ec7c9e8bc1c763cb70a9fd41e1256 +size 10572 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4032).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4032).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6c7ce1ab1e06855e8c6d3a8f3f812ecc5eab470 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4032).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c83fbe68a8399591e0667cd84844a8f3268ff3b52b014003110f4c956539bb3 +size 16240 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4034).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4034).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a21c95cc9d10ebdb0ec3f33d78132affa4f9ec43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4034).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9a39e1da8e189b3bccfb802e4b0da48936f80cbb0f9cd2d1e9d403cbfcd259 +size 13364 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4036).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4036).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b75539a2d62699eef32ebd2e65756f2e91d23b52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4036).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aeab5998f8c1466f983f66a1a8eb2c4cfd9cdd441d636ad8b27fead5dd89082 +size 8529 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4037).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4037).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1840c9de5fa87d307bba1ca8b8e920990058278f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4037).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6cf2d7a715b2ad7ed733c706919778267bc7020aa21ca012493f68006d1bde +size 13366 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4039).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4039).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfbc3488288a6aa2c9762999e39ef61d27797b60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4039).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73c9a2edac00a774af6e7d2683654e70a33214fb6b08a542e75e1b1cd7f6c40 +size 7843 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (404).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec79de08dd480692821602cfb47caba23440b026 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928a214eb9f72b57403d74cfdd2b2f8a25205dd8e9a2773978745441e799d852 +size 17727 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4042).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4042).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98652b8986c7b3fe81110315c7beb09ab00fe606 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4042).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59d7ff095de54335c173cd1c808632ef4d9cdca02b1794cd12e1bdda7586cb2 +size 19128 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4043).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4043).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60128c7826e49a78f65eb9661f6412b0e8a9cca2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4043).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1854f4ed9960d0b28f10f6f36942902cd77983ad95487fb13993f39f7b57f5b9 +size 17372 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4046).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4046).JPG new file mode 100644 index 0000000000000000000000000000000000000000..453a1138d94960ab9a75e99ee71360d6d209e239 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4046).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2756da8736913678791aece09d76016f59f2668134a125e73b466c53f6c22f +size 16733 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4047).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4047).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2962ba7575dcee1912d9bb44d193508d0a6a3c7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4047).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62753bc9d91b2c27a191ce33ac3677b02f770f3198096a337f8523809461688 +size 12819 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4048).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4048).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93d0a6cf57be06abebed37212009b26e79ca8ca2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4048).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04afa96562954a872b922cdd5442368442aee8b64ab440d859157b1a222dab84 +size 13803 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4049).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4049).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f87ee037b86c0f931a12749a1ecdd356529240ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4049).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53efd3d2764dfead58e246448dc87c5b0a3b86ecef48f27cd7098522eebb21d +size 15656 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (405).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..772dafb9b10ff2bd89a9c9aa971a97cabd9edf61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f7ac8c5554a71c74129a6bd11c1b549a0951ebd53fb4c4fcb9afe77e8e2aaa +size 11619 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4050).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4050).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8541a3308af76edd474aacb5837100412d33b4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4050).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11b1027ebe56544b59d6ff990ad0facc4b75d33de3604a9143272c47436b823 +size 17490 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4051).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4051).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c60052927447986a194cc257177e7fbaa9dc17c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4051).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06557d558755104e636fbcf773f8ae8f07fe6ae93798a0f99bba7bd89f7fc07b +size 18918 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4052).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4052).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0cc81a8d6eb6b484353480db051655f278bbdfad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4052).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3d749eaadc6c7dcd4e80c9b59a10024328fa47e39cd826407fd677bd57abc2 +size 8494 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4053).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4053).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f89e54f047ce0e8bb24c079654a1551c4f72e955 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4053).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b63883353515d5175e8ddaa4c491b13f3a6efc85191763c31a7c9773dab107 +size 10499 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4054).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4054).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c00d2fdc8467a6df1427329688febddd492542c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4054).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90042b011022196b071e73e5435ca664ae6264114f43ea1580d6fc50a05157f5 +size 10281 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4055).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4055).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fed3987df89442db571293078a01c71485fcbcb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4055).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91dbe70b13fef4e47affeb51c10781d54fd7255cfaff5dfe75c8ddf50479bf9a +size 10446 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4056).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4056).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e574500967492135c68913b9593f67ca3866a0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4056).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656cd71bf7779d3a3ef1925a154bf8b12a7417517e5f830b16824f0ccea9173c +size 19868 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4057).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4057).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0adcd905dd3f8dabcb609c770855fca79c44f01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4057).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c8fefb8fe888b2c33f1d19ea3f2ca02467da1e6d9af1182c6eb6428fbe4a37 +size 8682 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4058).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4058).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3523f4beaf709130cd808374702ed5bbb4c7e65f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4058).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ce84ce21d11c632c0f99badbeb83f6ad62d91de1ea9a02fe5208af323cc742 +size 11367 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4059).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4059).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f7144ecbc8bfcebe3c336128826a1e1f5d7e878 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4059).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70028bcdd32e2b3abff7bcc6a1cf6ae39018530542458b896eb4cc2c25169ec +size 9816 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (406).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7708abc628c33500aed1f4d9554e8b8885a39f20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd39eb782fe120cc0ab043e164d6d6c87df82b4cd15698928011074cfe76a072 +size 8401 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4061).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4061).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff506afe15c9cc9839788de694b35a4f5ed8fe66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4061).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc42ff12ae4639cb014f358c0b2abd613408feedaf1d06354248c3ac66b6f87f +size 10448 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4062).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4062).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9748463c4d8cfe84f0f4a7baa8e3a64f2a7ba64c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4062).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb61fcad54315b4eec6d9a91e89caa05b2dcd05414d83d9d930bda08efcdd91 +size 20586 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4063).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4063).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afabfebb3387e2c313c0f1c55ee182f5a7081e51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4063).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20820fc9b32b0499fe775a9da11abd7dc9c004719178dff2cd63c98d7947a65 +size 9993 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4064).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4064).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c4c85f79f604f32ced46ddd75ff47d525e10589 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4064).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40db8409f7ad142839dcc937839b0f77742d442ed8bff1ffee73fafcebf25c14 +size 17396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4065).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4065).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09e5409a037c9380ec9859bc1c36fe62e4a78cda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4065).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab209a6a1a237979f8b33b0c229cf191d167f8bdc5bd882774984f1820a8d34b +size 11671 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4067).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4067).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ab64a96d5d452f68093c794d9245d3956bf301a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4067).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0c3739432e7f6a076216dc72bf09791ca507129358f393d5513a594d898ec6 +size 12343 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4068).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4068).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91ceab5e1a7960be6c568c7e9c3fb86a77edb967 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4068).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3794ee78234c2f5a8b4d9f10e66e6319d5ea065959ad129d9c02fdbd5bb2935e +size 11296 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4069).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4069).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c56cfae6fda9f7ab5056286323e3d91b5dba0c9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4069).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea50b3b524537c939addc0b87b4e23be4ef3fd0010f6c5b09be80bad04bf0fda +size 14132 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (407).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a580d3dd2ac6cf85f60e09670f24e6e51e77f32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9dc57b85367151d39e7d77b7a4b72cdf00da72f858ce2b2bce5cd56be97d8a +size 8516 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4070).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4070).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86f2ac8fab47c85d247bb668daba968f4e543e03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4070).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef0d53451cab8f5422716eada8e2925061eb1e0d4c7f72010335847a556fa55 +size 10760 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4072).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4072).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7818aafda4a14c000a09d1c0fc746732fd5a0420 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4072).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6738abae97554b806d202b085d4d7e6981c28cfb6ba5f453b272624e823c1f3 +size 8639 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4073).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4073).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d72d21c62a0944712ef3accc12d78696eb0404e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4073).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f853a3a5b987e44a7b726c79b536edcac4fe7329257dc6035573ac49dc5562d6 +size 10967 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4074).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4074).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2826b906ba8c5bab51da97585570d9166647079e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4074).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88ae319a6755f9e5b9686e95cced54ecbf478ce0bab281026a4ec57d3514a31 +size 8881 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4075).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4075).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f71b8057dd2236ee2c71a50979f5d7b725bab4d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4075).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e1e5d4eb830139ca7c08098fbe19ba94e508217ad123dc7c7c13154771bfbd +size 10001 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4076).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4076).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03d6953a0367a01c82a65f6c225a522af22af0f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4076).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf10d7c37f3850336cff9162454507330e1e943197050044c3b788ca66e3e56 +size 21003 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4077).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4077).JPG new file mode 100644 index 0000000000000000000000000000000000000000..271869d91547a0a574c9a8936d1bd87aa0c3281e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4077).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1d28d558b06e08a37b8e4b4ec9551a7adee29b5ea9602f680db2ed5fe48a83 +size 18733 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4078).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4078).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4254650ec1238b6ece5b7e252323c0a6d9274340 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4078).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc0478095140674746420d08ab5ce92602289db3d7e02d5c8a6d4da525dcb7f +size 17281 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4079).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4079).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81c773f38b3472d8fd2002ec435735af496282b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4079).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326b61012b6bf168ebc33d638236935d9d473ff39bf17d24406ef464b7cc999a +size 21559 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (408).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abdd7aed0c09948c117a37ad9704b0c44f4da649 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a746fbe7aa4c1bfdfbb0f514e1c9663aac3466a0b8592bf3d3126f99adbb9f +size 13749 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4080).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4080).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36ad315568802ae1c3c36614f2849c0f5efa14b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4080).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df2b98434e691668a3e03be189b5daf438a0317f3ed00093dee3a10f88afe2f +size 18439 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4081).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4081).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4df622c1cf5870d0c3171a7e0d05d1499dc8a2ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4081).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3edd8cf392ebd00743394e76da04d4419531415e941165e7826c69c7263ec4 +size 9271 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4083).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4083).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91ddfc0f76dd1336253d28949d3abcd66d5ef080 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4083).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fac7219d512d85a424723b957a33972c1de4a9abd641561c2fb235783bc6be0 +size 20211 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4084).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4084).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a5110f90b208152b14fee62f7760aee35801c2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4084).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66d79336bd1b9ef7d9fe3a31f22b91bad6aa345136090c902382d3f087aedd5 +size 15371 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4085).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4085).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1d15a8b277079f8d1fb907a09858579956a9472 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4085).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4245a6f6f76c873dd1ca011243b2c64f233301a0c8f04351d873f6371b61c448 +size 14236 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4087).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4087).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0555e40bf344b2471f917c2fbf442d08130e9ef2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4087).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b86986f2f24bb7da51ceb5490225d97d39825489271f114c76aff3345699271 +size 9709 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4088).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4088).JPG new file mode 100644 index 0000000000000000000000000000000000000000..763a102cd1c6dc2a8e13abc02a3e6cbbbb4937dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4088).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc160f05db955203548b4029f83e27b390e3f5eb1b92951c6bc6043bb526e05 +size 15592 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (409).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03d1e3850884be8286cdbd9b110bb48a81ccc83c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163caaba40689d23956155f1d0d8018efa4addb5f2cfa673df1c80cb0b77fbd4 +size 8368 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4091).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4091).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91903b615d7459140152cf8eb2f83b2783c486b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4091).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5186eb0e45e88c6d8a45c11d47fa762472f73ea86fb603d168673e1e48d01db5 +size 17777 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4092).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4092).JPG new file mode 100644 index 0000000000000000000000000000000000000000..942b1fd85c43e41789f60f5e4b41e3ebc62378bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4092).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af56d6e5b01f76e1237303e32bf85c102f5656ad2baf21a7df7cfe9e0d19674d +size 8397 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4093).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4093).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7df8fe2da8e7b6f02ec4b0f21f3a7309ba70c58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4093).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fffaa30721b5c5e7c0ac4f5a984b92676c2d0c058dddb37584b0b24f69efa7 +size 9061 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4094).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4094).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d67c83c132d51bcb6f9452b18b358e3be6fb28b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4094).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f015858eaf8b5f73e2898b87c429861ccb6cbefc2b5539d1a5ff36e00f05ab +size 20064 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4095).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4095).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b27ca934e63274ac87ea347cdb70b20a9b8d69ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4095).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edc6a6ca447aa50b3321d2c1808d838eb59c88a38cfd052762d7ed7b618906b +size 15896 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4096).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4096).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8b9552bcc9a87dca0aa51a0757b84d6a2ddfcd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4096).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0bda5ac06be5f8bb01f2d5cdc13f1dd2318526aeacc24a1fa27c0af43360f78 +size 16967 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4097).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4097).JPG new file mode 100644 index 0000000000000000000000000000000000000000..649c1c415f50626b607db1355c89bf013bc9e696 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4097).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2201520af53782e08945564051f8100e6375eb33626127d878510cacda61d8b8 +size 14846 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4099).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4099).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6be9bb0283ae6efe790ed9436047236bd6e17496 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4099).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7beb9dff5b91e9b254c8255cf211a0ada8090464976500c1e8acebcedd6d60da +size 9634 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (41).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (41).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34c95d21a9d634eb5c05c8c6021e78e463d31e68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (41).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a96623187cdba1afdb74bca20bbf2e5082559b1f6431366fdd5ba56cef0d2e6 +size 18207 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4100).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e3b08a2d8f675b2be472de60a8d956bc8250ac3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1e858461aee1011063e9304b517cab4c806fd1307834eb14cbfc10ab29f2be +size 15048 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4101).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41d1ba09702fcd5885a2d803e18ed7bc639e9501 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ea8c5bf744451d8e15df953b451b75b0fa077443ee9f55c3567c36e5e788b3 +size 15407 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4102).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a0858eec1a478abf5fa7f414add9bde3f15b2d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a66a68aa818602c8002375eaa72e9c939edc1b6e236290739248793badeabfc +size 19712 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4103).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2699cb824e043f4feb0647ace9436a126fe3399 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d62fe4b560e739cb561c3aca06f15e47147ea5a6fe0090824b9419681132cf7 +size 7271 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4104).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b379b48760c03c286dbdd6826e7d0336eca9185c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b20182798a1bdfd275ad949f1b8e96ae7cc1873d007c25090fafcec9152f5b +size 9847 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4105).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e142ae225b065b6e637488cfd48d713a4401d6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47bcc061ef85eaf7b31dee0ee884897210074e95f80ed164c32b4a885414260 +size 16866 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4106).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a38bd9c58ccfc942e5cd087580baddded6edcaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71205a570688b0e16c40e543d4cca9c2393679d533ece229e7fa810d40f00da +size 12237 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4109).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9b0d95c20d19821a84e458809a49a87154b45f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222647a8ea4671e67f44a653cfa049f2bad493a7972c4109a6a9e93ffa01a854 +size 15573 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (411).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..984682832e69e68b5addd1aaa827fe703182cdd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1c95e839422515a7375229cdb333d6b33e902ad89e4387e2a554328db34109 +size 18352 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4110).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afa51d1e590fbd72bf823940360645d6880be5c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c4f5af005ed30d4b0e3f4306154a51aa6eb8302eb8e69359d25a0005c2fb5a +size 18748 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4111).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cca43a47133c12e9f18dad007290aca85df9d92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e77577931e381c704e1b2b94999d41b6aa84c3bd8c37bee4df932e6f63db3d +size 16037 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4112).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61d3b86e6a9177f88182e083c7e95c71c628dc3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375ba5ac0088f39a9e4416c485a5a242ace7f470403658614b8ec61fb0997f9f +size 8302 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4115).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6361814adfe8392aeb2451f497c71c5bd793ef0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9fd318696ef8ae88f2ac15c80ef9c2815554e9c5234ae0203b4b62890c3ef7d +size 10767 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4116).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a65a8d6407d1dd1629137e5f00be9b8d7218fc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b534262820e6b68b57003ee68414ff00fbb14c60e06b4506d1b252450b2c0c2a +size 9564 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4118).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eecd1a20412533b89c7a0a2ab160c829faf28a54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa6e24a508c376469af0df4ad3958a04ebd380d41c9c2409b91ada1062f9d4b +size 13027 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4119).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6affc0c869cc83957d8ead1b44dde0a56ba99e4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad3afe7eed8c361c89e48d62d8ce7031e0b1bf4bf0e8b1638155f8942b8fc81 +size 10438 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (412).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9460dd6f85800d2560e765414238c73f025f45f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0674cc36cda2ad0563c49fb32fd130fba8ff5c1030bbccbee893a5677bb1cc6 +size 19303 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4120).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0113639bdcfdaabe84e9cf4ec808e6e19e803b3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940600e1d432ba650db2de1af5d07a5c753f0ca3d136744283e0a4a8b82cb5fb +size 18496 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4121).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9d57df522829bc2e398e1ba0245e9240fb9b4ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a5287760c97e0202782950d078fa25540e0141e3112f89981dc2ae7bcc4e7f +size 16079 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4122).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..642066fd3526c91d8c5d8d819549e054d1c66a15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45287a334779a396870c9adbbbe50d59381bc6cf709a358f1798484a0a69f79c +size 12683 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4123).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11f5f6eee34e31c618634cf0d59c4cdbbadc8d6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b7e34cf030f974d48b5014557b705f60584db8982751f7dde1de8ece135186 +size 13679 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4124).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8a7298e180ef693aee5f4c7e1bf03425e5488b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de464d3789e6769751ef1cb27e427090efe994aa4a797980b7c43cdb33baa20b +size 9039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4125).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcebbb1eed2dec5810884f2ed949c262e3a942cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e76025c86067a6ee4f7c1e3fb7f7d6911831ad5fd22a26c22a139c3f142cb64 +size 12285 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4126).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..822ab62323e14768c3c59746d478b63f0755d1d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c287f306fff428ff7ff92eda0ac86da2ae87cbb0178b547be1e1f742fe36b2 +size 20215 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4127).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16382aba9e9bce18f28f45d5350a815fdd616ddd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852ba83ccf23cb72094f910d53966661fc2b6d13b02e183e53224e6d74e1b718 +size 17376 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4128).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fff25f2689b38738e87b485e3c9aa7f47bd89bd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d398345ba663f510771bd8adb6d5a7d53661fbcb6699b1d1932639487d2fd09c +size 12070 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4129).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b30a516ca0ea8e40abe0a9211445ee77092f85f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c9ecf5f05393e2aa00381e2700d09d8f4587cda97cf0298179ca0b495bdd86 +size 8223 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (413).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93989e7808eb6f6d77c43d6f18c65ca6f89adb0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b88365067c82134fb5df57070c1ab3ad183d7952b434788c8791fabf6cec3d +size 9621 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4130).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9be62d7d5335a043debd3a3199458e49fe6da4a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06f683f19538dddd4838885bacd9d9c1cbf5e298c9d1c313beb7b32994fb73e +size 19852 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4131).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dec7e3fabec8a442b5d3aaa3f23a6973e5b500ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c14a138dd105675d1838dc3684fa0af8ec4de823bb3db0a5e233d554bcb81e +size 10923 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4133).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b087883f4369401e8b9c6e77dee3e38f99574045 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8c1b792078c090d1ffc9f938a5e3cfb01002ec1a23be03d93416bded3a2980 +size 10634 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4134).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a4b51d4bb121d571d8c32833f06770deae7a628 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e1088d90c8956bbcdcf46154c7fc378bea5c5f9b23393cc2cdbc01d3e555ff +size 18521 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4135).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c0f11dfd3a39ea03cf4a69b767ef9823c17af4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e64ee0607cd2231e6bcc02156e5fa575b6eeb94e233da1fba1e669330ad297a +size 21931 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4136).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c223945998a7d5430d5aff985b3d402fbe02bb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a5ea95680420d8b0c8b15dde9aa8f84521b7fcffeb44a4ecf1bdd21a2e8796 +size 9371 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4138).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40462fedb3108e6aa28241cc5fed8e6206b96bf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8958b67d10a97659990a2b269c35cb2d26567f5e798d209633372de37bcc47 +size 10825 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4139).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2881976c56ef6dbd86d8bfc1e1630862112e5269 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f2e10292ca46e8dfc46a05f0c3bcc5ffe108f57386a37bff1df5932aa837bd +size 7998 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (414).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d4c2f2cc9223b22b2623e9563d101d4c3676ad0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b6baf456085ec1aa1c5d9c3fa71dea57fe74f44f4848ca2b5702746ca0c4c4 +size 7785 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4140).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fbe099ee1cfca584b3129fd097525d960afecb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72694f48ce95b0bf2366437baf5161d5c01183704780c2239f98c775c52d9f43 +size 11567 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4142).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..646183939fdbedd94b378e5a9b38bb7393ad385b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07eb998262bfe2046f15f24fe0f41a1c95f7ee111333aefc97d1a948b9c7d46a +size 10315 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4144).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6854e85a7cd5d6e2b498a3d35e8f651a4bca85d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd822e7dbc149fc994fa2b870ea899ba9a7e54b8fb7b82edc1c79d0007c2a2d6 +size 19518 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4145).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c82cce9d4c964c2877798ba73fd533e5621eacfc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21543215d466b95154d06833ba798e53909e642715d4a11d0c2eef97300d9f7d +size 16956 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4146).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bb4d9ce4d116bb6f29497b5d6ec205fc75e0d2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228cb54f5bbc5ca8ee6efaf2fde9b827dafdbbe176234a31bfd131a3045d6356 +size 8901 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4147).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cc744c178a5b4d5f17765e61fe02d999c2d6562 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73531e0ffbb7ee4eb715dce0d1be7ac30af5feed015dac7f320bd37ad7107ae4 +size 19072 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4148).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd061e69f1c82267e2f62f063e05eff4d7e3f9d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3568327bb4469d2e03d938af866100b5a52543e0ca3e1adb59de25aba398fec5 +size 8614 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4149).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9af77c374ac89a731d463695a63f2e8ba1e71c03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d58a1d5c44f8470ea21af98e90854bce70b5356a45ab284573d7a684e8f875b +size 9439 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (415).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e37c4811b06aa42d205dfb4ad279928d667536d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e14af1265963ed6fb08afa94711773ac5569e8f350b8428866f6612b580ae6a +size 9011 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4151).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a7b3622a0b43c80ccf0e80e7fe6ed13350d342e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57f6942f1c8cc15ce698dd5617e4d95162ef3c62b39e151d38987ab92d0cc67 +size 15654 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4152).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52dfdb8d6fa7267d251bd10f9c0c06b60fc4fc0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35393f739ac1945abfb6ac4a725fcf4925cf551f2cc1e8b00aeebd7392562d1d +size 10078 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4153).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e166ecc53ae028ad4bead17f2b04783f1d6fadc0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4962e1be92db9afc3ecbb6fbe8a61aba01dd6248860e830c6519dbeb2ef47c6 +size 19100 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4157).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5915c930b2a3f6cd099e4664da6fbd029295103 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43b6528d0f73f098727a4d54e6f221eeb80dcf31f52c3a9bf11bf5d009e58d7 +size 21496 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4158).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0132824c61726efe36b90d9363e596a07a841878 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f288c76a0cd9cfb3c3307af5e5ad370942a08482606085cbe452666d1adc23 +size 20388 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4160).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1879aa121dbcd2c4cfe4f775c794da563d6b3a93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60eed36e0fcc51d055c54c958aa32bb704e4a10197a63065835bfadf1c9716c9 +size 15884 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4161).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc3dc9cd6c0c6dc168b8558cad5b39cbf52f6483 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0aacfca8fda25b03530b6ba7c68fd733d3cc3f8021bd3f2a18c608a254f0bb +size 16069 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4162).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef5a3bb47d1c5fea1fe2efc2745d102dc50eab24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80392bc9280d4d534631f9d7b20b36b468cd8903fd8aa8a8c29291ba11f4abd0 +size 20506 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4163).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52aab60bab458a0485c3d5f950e311eeaa5791f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef9b37ed155452154b610c0e543a886cbcc215f58e8ba37af3f3eecd619093b +size 8418 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4164).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e597f01d7913d76780475998d0bc0cba68bc7e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9090319ee12e1a14160d5c980ec1fa152a066c28384367431062d9252e11f3c4 +size 8229 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4165).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97e9065785a416c768fa85f324cc5463ff80652a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b71ad6747ddbda372ca1a102ae58623640c44c9e2dc50e6eedb7aee6bc20bbe +size 18726 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4166).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..822daf7455a28cc3becd31e657bf197a0c70f610 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15490b37cf87ac2afce72eb0f6820c27e7d2d11fb6ced22bb93536a79f733b69 +size 17037 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4167).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6d06fed778791a7e04ff1b9635d935e1d5452e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c393aaf7a51c526f40b55696ced603a4b130c15233f2780444e932e0d7819fb1 +size 9013 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4168).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6094e2db3758a19b855de8a0de2e16ba0a5804be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f147b1390c53e8a39449155be9694dfea6acfac4588832b9fc7d659fa37398 +size 9540 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4169).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb6d092ce3a5be1adaf2401e27629c021e7b2eac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d385c9aa4a6df1d42246eaacffb40558e7538ee48c333d7d1d7cad6aac88627f +size 19557 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (417).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67c4c49c7cce0a227630d9ea3f49cd40920c6d1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65da9a471dfbb2d0f2884846657c7e52475232be98c5750529630e9160bee6c3 +size 17669 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4170).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a06df09a7eb8d5efca3d5dcd5b277c21cdfbfb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03591d8a03cab325df7c082cc10132e39f97ecef61bac1f73a9a6d707b07657a +size 9316 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4171).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0633bf4d4e4360fd084c016dd6d58ebe8f4d73ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4be6c259e1390f5bd73d82b3bf2cabc86d63757ab9fa0f51ebe06f9e5eecb8 +size 16604 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4172).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77d8cb01e257963ac9ac1b1086a3129103a51e72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656ce6d9f30e34a55be52025debf643a7e064d12a41491bb92c66a14da87e4f7 +size 9864 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4173).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a0996c8c4ee86239ae47b6bde0a68317995263d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1aa54f98595f2606446dbbc5ac5edc105bbfce1446101896987a4565ce6153 +size 8905 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4175).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d4ebe4c1488db62684c44cb7441c3da62db9d2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5af312e3e5c90183bede7331887c930a54a884773bf890f749a5a6c03212e3b +size 19986 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4177).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06e7bd40b7ef1f734ab2fe3a7f3bc097c4a13fde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d42f1c617045a05c11cf64ed800ac7be2b0da2c3209d30d8ac4e2d6688fe2e +size 14989 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4178).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f40df743f3d9c0b1a4120b79716d8adda6887688 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb85c6d0e32aba1f6e6036354f4c54bc5eeef9d41637936d58e9b4e5f6852dcb +size 11411 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4179).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0266abe29f8eab6eeb30f6479156c0ce0e6c4ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b25f66ff66d70f6334c405c3f55410a1b210e30d41a9777cab11e9179845ac2 +size 17623 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (418).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9d17ea743f139b4e6bda198458fefdb7e213b97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d318b0012aa57a386c25f99a36a531e3f64673fbfea829c6c30b1a1e39633a +size 17630 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4181).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af3542bc9d55689d32cfe95a847b6504d483f3f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e312170962ea09ce9ab5d609014000d081d0f7ff03e9b3467b4dbb52281efa +size 8369 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4182).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0466d525d4fe3f4cdd2a32f08281cb65357cd0c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f8b6e0953d3e82ee8e5000bb3cedfb0ea4dec0132b149a1c612f2b5b43659c +size 8318 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4183).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ecd6b595c371b50e43d744a221a444e3e69567e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7dbdf3c3c50cca93285defcda526470cd2cc0eeb1e86e9534ee59966cba7bf +size 15326 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4185).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d1fffbe441f1a877f72077d464af50f63939d57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d751b1e7b6d6c462cff652e7086791515e6c2634ea08b1e3f8f572e86ed801 +size 9587 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4186).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bef15966b8528e12f7b36bae9dedbe45e1f01b04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ddf0b5a94f87e6b9aed68b758d3d7ba6973fccf43e42c2d38960ec8bf637a37 +size 7328 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4187).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f802af186fe51ca67aad352f4fabfe976ae2708 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca87426c17cfe270440bd76afb8a730b2b3b55f1857f04152847c29babbf6f4 +size 19355 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4188).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6326a6aa6d226b665c10c0fad8f92a998bf4ead --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dbc09d631b7a4b4524a530ef2d7d541b0cbeba79ae80084fbfa3a28f9f2bcd +size 16793 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4189).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebc25146c89fc63553c384e42fb7e2bcabdf23be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f4f618ab7e8f69adec8a8ce755a37d8944bb2a1763ea4eb5212a6c5c295d84 +size 5723 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (419).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..130ca9d295e540cb308fbd1096eb760b9359fd83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed60344c5aba14d49801473932240babb10097c9bccba170e4a719fb9c970c7d +size 21613 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4190).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55b9daa2a3a1c443fff74d2ba2ec68217ef98500 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a670467f7017136645ac69c8a877d621f87b9b2b80b0cbd45225ad38a45cf8 +size 19265 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4193).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b64ab9c57ece4952427d5b09c419b039c179c463 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2297db90a27ae260a2752cd0f48dfbb8605ed1ba1bd11c426d2e09418973d1b2 +size 12952 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4195).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bc5bbe38c285bf82f888b0725ce9a5a80bfd1b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b5b9fedbaa5c788bc3c434882c56c4f79a723e91a0c62c0a475da80f3be8b1 +size 10663 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4196).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4c4f9a32119f62c63542a9e37376169c175b80c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b70acb01142df4c2dc8bf84fe94c3a8f5e6f443d5359fdd67b342f246a6b83 +size 10370 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4198).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1a432755409f072cd965a44ba12f8c1b69d7960 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ff71691ad90d87afcbdb14c386ad63f53e9b76650c9b820624bb24ce131f13 +size 8568 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4199).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b185c2d4b54f19f59c92d632b6a98eeee3011829 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a38f0e565b104a78c7db8b2f6d8af37453c66bc9226936cff48e7da89f55cac +size 18080 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (42).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (42).JPG new file mode 100644 index 0000000000000000000000000000000000000000..678cb76791a23c759297ce363dada23f40ef1f56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (42).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bd53cafb8a926855a644337953958fc7f3edcb83fc52d0ad7eff0b7978b770 +size 10039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4201).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9d9f370685056d9dcefacfa87072a7e4a2b18e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b8e3b22f1cc9f62b903bfdf8fa069baaea0baaeb481ad00fb8f76f57ec140e +size 19263 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4202).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b197bf8f0792d3ed507577e19e4b89ac82ca8d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e82a6ced3f72d972dd9dcf3e617e2c28d1033fceeaedc82e21aaafba1ef4d8 +size 17687 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4203).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15c8a65a38172ec9216776cbe8d0fe95cf9f0af0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6080a288af0f280da176adf7bc3314e5f0a5d984a073d12685016f4850f2a5b7 +size 18007 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4204).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c8f94a8242bd1afc58a4c68998f26d8458faec6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed9fb8c36391b87e09a3c63b5056fb230a5fda9c65876dcd7d28924215e53e6 +size 18537 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4205).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d84535aebffbfd24821f30ea199039ca02fbcd84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1a049eb55d4eda53e0b94f982ea8f907dab4d334ec0891d6ea8eda72426a3b +size 12064 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4206).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b26b292afa6e0d10cc5720908739fe7c3b62079e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fcc25828757497bd7ff7b6775184c664d47e935acc4f548371750463c32c85 +size 10981 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4207).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f716520f0e4eaa51463523fce48d0c441d138e6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14a4b074115db69a26356f84f1ce3d9c57fa271f2e2f781fc6046034c7e1467 +size 8726 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4208).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93fc1936917249addbaccb036813ae33ecac610b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7b0db79be62e42dd8015631d6698fa0da6bdcc6559b56ad75e152fdf33e7c0 +size 17968 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4209).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62ffdbf8206c8bac2978a899e2cc99dd839ceb8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89b1bed19b0a08ca6f31f50ea8d6e8447d3842b829616770d1267a9eb51ce08 +size 18846 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (421).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df36beb7cf53b19969385729d9cf0e0e5c253bcd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927f7c3b84d48705aadaafd3aa2ff67e0d837fa2974e961dfffaccfd91708191 +size 16839 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4210).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afc269d57372c23ca9b3add0419cd82500d04ce2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ebc7000ca34cdb15116ff263db474d837b840f7413a4d67b684d9f429fabbc +size 14913 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4212).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40b4b4bad3fa1901d6228c5e149bfe4d9696b8f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2a4d68ecf2d2c10d0cdca2f4df4bcfa703db8482f0b2ee624046e986d24d4b +size 16409 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4213).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e31f9b306ec897a97a52df00d5681198e5917c8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb9a27a2a779d6c9d7fc6776c953d642fdc2af52291731a7df13c6f8fb8274e +size 15707 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4214).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e147b4c0a6d85e0b1bd234d538ff6f35ce97c7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5d2ddf81812992020d41897c47d852fe484e45197b23db4f9cef7655d0118d +size 7978 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4216).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87047ed6c40950bbeb47dddf5b4aeedc05b8aa87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f253b992b28cf0990bf33d49043e0011162dcd5b6354e4c59ade1d1ac307749 +size 18836 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4217).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ebc52e7ed77eb8598c281521789b158010b82a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa99c4e46c6c7194ecb6570a39a3837fa7b6566ba9a3db61506829a8feb0e3c +size 9643 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4218).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d9379e2b5a418d43b30d6fe55678bb9fa0be04e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8ddcc69d49000c2a15200977af8136d7dd927cfec9ad4cc0f4ac2f4a7b401c +size 8595 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4219).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c401ddcb8c531201758160b4b00a3e4a28f07d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196a24fed006c467403794a112a6b88cfd81a95b6a5cf80c1ca7cd2649f813ec +size 17816 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (422).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe9776930acfa73296964ceb5ffe334c5f3b67f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f89ef9d88563de5c507af03d5789af0caf77f3461737400871acba7cb9afe22 +size 12775 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4220).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16a69f67e7c07d82ad09741270fbd945425e568f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953203bae0f08fe6a88393a35bbce3c4fb4bacaeaa454ec730bd0722be131863 +size 9854 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4221).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c033dcc1f43db7b5a68f111a3f61610311e8b288 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b8310020e3cfa7834766ba2ee6df7261db71b6375e410e1737cda503a6ce8e +size 7679 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4223).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..921b37f6139313e44d4959f4400f655ae04e98c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc28fe0142372f1ff73edb437759658481c58cc2c8adbdd803b0ae2ffd8da254 +size 15374 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4224).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12f56e7611d754c141ed50d6986451a3f3b07c33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012b103565477b55d9992422d1ada14565003e8686ccf86fac22e80f6886067c +size 15779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4225).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce7702aee8479c8af8c8db614add4e0d1e67d6c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7d22deafd2ecbe599f1050e6512ac37d33542d433afc65fa42cd0a13235f16 +size 15116 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4226).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22a5ed0f711e439276a6f0827df014d7682b5fd7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b221917aea61f23371969e603bd7eab179a0dc03ed36d1213ace55541e2fab83 +size 9601 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4227).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcb138772afa449db4823877e51436e81df2db50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9676374cb59bd92b8f8497272f4a95f0f04e4b6b94c73d06690332ac4771e0bb +size 10536 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4228).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e3ddf5b30ae41739e759717e3ab891d2537cc68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a944e28a0587bfd1c3c61d42847e4b84bb1db18e2aa4f62d0df912ce7361a2 +size 11751 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4229).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3632e19bf65db28083786987220a4cae40863a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4d8035236c44d41b892f2658836e8eff949511ffdbdf167bbc5ddb3844e830 +size 5440 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (423).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d98a542d28bb1695b2d50eb5e359390407832595 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed1c4ab8c9b8e657f61380bd5c0fa27e72df0226ed1f9493ad1e359fcb7546e +size 18766 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4230).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f30bea0d5dce9da9256425c8c5903a3e00f316d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fecf05c8d571e6a6a88bebd7381c84cd22486e5473ac9484d36a4df33c9110 +size 8401 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4231).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b39fc5ac13dd6c84c99aeb643590ff962481041 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4535c667d7c5f96f9de6642d903bd8e95e7b40371bc832f7812909592ad445a +size 9418 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4233).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4c7470284d11f40d1064c26abd5f910e7a16c2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc422e0f061990c626f93697b012048104c12b07a6c8abff4507377f19be583 +size 18459 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4235).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de44f46dceca3da4603306d3596e1e1a744967c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcc7739c72b2737a8d71098dca7b7aa382cc5b44f3fc095bb37440d337d3335 +size 19184 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4236).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa3924d1c5acf20d5bb226848034e950540897d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af88bbcd820f1e3f290a7443d484374c1cee9522f3fa2e9aed17c222af27da43 +size 20745 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4237).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..393529a68b2b59668a2e3aefe1ee44238170fcbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a594b774032e3a3cfff9813725d556f68d8662566ba12a0a6cf05d4b642790c4 +size 21535 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4238).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33ca2282a6dd1cdf7390080a88ccbdb4ba00bb50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e5027f7c14b1acabd92894f89d51ba89d3b1bbdd1caa43663315b9e3cd8dfe +size 11864 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (424).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2509c42da8466824631543ba9b262299326bdf68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae292fbdc54ff242a00b92420de9238433e3633894c515dcb3ec0ced6c226f2 +size 12504 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4240).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b64169b400ee7b3e29fa4a6531a334baddf5f1ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093efc14da155924a75e2931f235efc6abe0a57c4608f15104a2a12690b82b0e +size 9884 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4241).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..986f64d67c572d5a65cbbb077cbf05ec6eb9fe45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623892ed1623e142026112ee414900cb2b81b4871a1b1687d79af6d6b8ffbc61 +size 9142 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4244).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d22f78d532b419fb82df68ade27e67b033ed813 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575a2e2e5d99a4ff767be5bc64b46d449dedab3a5f47e807574d3f1f6e23f9b4 +size 7909 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4245).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2084b6122ce350b7b22e24ffa311252c1e193d30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8438569a4777a92bdf51e577c3edbec884335d64a813e7956f4449131eeedbac +size 7777 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4246).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d55906a64daf9946c92f162f6a102d5484a1f0f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0796cc28ed8e5e466f21d2fec2a597de536661b6540d4e3e105daab90c87e6cc +size 12635 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4247).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..661d06014a8af8dfb3c1bf060df1dcf51458c437 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b50b0ac4a6ebad022d9ff1ca620cd600248363c41bcec0fd6b17ee1c333b37 +size 7946 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4249).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24ce9d7a3695417113835eda85c333af07972696 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4719d8f4cfc1dc0f514c5d4f542522af225ef58e5f95d1d772cc260488973c4 +size 20059 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (425).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad69a73a83fa25a8639887b1fc1940f773b820cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc687e8e21100177be8e3b95caeb4ffcf62b0b586fd155a217e2314cba86805d +size 18261 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4252).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9ec8a39daae2f3984c239ba18d8398dc4213468 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2dd42df3ffb85a6fc212f94845bb46ff588b855c4428f5defefdb455c09653 +size 16386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4253).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1d5c67e9d35c5a4f7efdd48bf92002d3ff98439 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e3b761b47d0e760fd2c24055edb27cce0071078faa365d59e5004b2f35ba3e +size 9622 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4254).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..121bc49208fc3b640b967e04225be0b47b254bdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c1fcd337eda8fd5dbb16782b8fba154bf1782ae61360f9a3ca98487baca4b3 +size 8768 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4255).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb0a8511c0b286c8829526680e5e64ff59126c0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67484dee1e6a5f86523d7ffe5350437ee2f3eeb803b2908b5cfce732ff688080 +size 10167 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4256).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d989e69efb31075fafe2db2799356b05f966fbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87579165ac0597c85e286a1f0555bb8223806e7d3f6ad90c15ad582da7934123 +size 17885 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4258).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d002ba31cc1cce2c5579a9c3faaa601c8cf2cc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8b99ef10719aa717cab3aab85ecca70584411cabda97e012d1075f163e8a52 +size 15256 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4259).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..725921042fcc008485280b8b48d9c4a24dbf583f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca42a3d4ff53993cbffd230ce2950f82c004c0d8327662afc63acf762e40167 +size 15533 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (426).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72ff868ab4f440e1f3891aa770c5dd2c5de2a915 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b15883e061c47f8c35b2bed6413e790fd35bf70ab0e9b98d7db1a66db34c66d +size 17100 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4260).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79d6b9e501d2c874838b60a57be334434168e809 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534ad37cd5e13bb7f11a10f0cd280f15c1175c5e6dd1392d5976d2b913a0ec24 +size 19564 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4262).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02e251029f02d1129a543d1a71ef5da0d0fcf005 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf307241bf32b499d16b5a2b6a34cf53b050ccce3423e86a4f8d5f40ef545e3 +size 16408 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4263).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ed656d3a4483f5d13437a31e7c01337b0771338 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707e73adce6a8574d77e8e0cd9b4738fedf3fab28fb43b24d52b1dcb7cbeb05b +size 10004 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4264).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c83996678b189c7856732a0ed40bbd9232033299 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e8494722c0ded8d205c1d3fe6d47f6d9d0241d4d597cea41b0933b84e844ab +size 20174 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4265).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c040e8f4cc2f8877aa980ee520a2869ad14852c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10e703b088745511ee91e750893cc0a8b9cc7bd9a7511b906d39b08887986fb +size 7897 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4266).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64c4ba8c972a2e03dd87733e18cfa27317476afc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171884e62abf05c38c2e1f0b29533897327b63513b91c022390bc304325021ba +size 9943 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4267).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b780d8096f1d0a61f49a06c5e80e93bbd18d6770 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5646a68eb1392ed77295403552b0e228293a84d346cd50b0890f1890592a684e +size 9737 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4268).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f6e05058d094d9becf9667d7c5abbc88d73e01e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7323c7dab848f704e4c38a7cf24cac76fd51bdbc720a57d3da0e93bcc6596e85 +size 10108 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4269).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3d7b8860601c41644b917b1731815dc6adf53e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90d7f970abafdd07a081c86252598077ae8abf07893bd17b1ed2a3b7d10480b +size 19490 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (427).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ce32f9f200a0f891015509682b16f54ced8435a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0d99e905b696155ad124eda1a4b2a9c094792c833a2680211ad693746e67dc +size 10106 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4271).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60cca25cd02534674b898d213330b118cc88d570 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fe32613c0a811b076473ceaf066ad255b8008fe7dbf8584cbb2719ded342d2 +size 9621 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4272).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..755f2b9049e23350e743851ac8a103b232dbfbee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413d69a90afd729d6e88f25d4b7d94315228e4d3b9fc1efd9b3f5c514815f2c6 +size 9020 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4273).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d1979f933bcedd03f1050a5e9bb6c779a08c4b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30a5523e1a531d054982b5afed77bda056d821f291bfea6b580ead000446b06 +size 12580 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4275).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b519b35d1dace7ecc21f30326150dae44749c35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76245a85ff83278b7ce1d80432a6167d98c390ea5b5400fa3739a9c1016640a +size 21359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4276).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89cd52cc44d72ad7151a924d01125fd4b6f7ddf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0548f2a5143526a7a065de498cf0dbed2558689c0ff83ab4e36455bc00ff3ba3 +size 8673 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4277).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c87cc54e974ecb3ab3b26aecfcb0875d72fa35be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec412dcce100a54332b4a59da9767ddb4a27f047e30eef06337625579f7ea793 +size 17366 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4278).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9566673494e46058b2d5a2228eb01fbfeb77b19e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e7fb6a4d8e8fbed090703db952d8e86d112ac9233d515f6c8404f5a841f1df +size 6809 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (428).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b947b5caf9e31ae539f7ec3574e270bb9d01c37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc7f2ef82e9de2b7e45cece48906ffc50a024ae5d3f2df7449e896e2a15acde +size 7681 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4280).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34ddbebe24243030d63e6302789e893ae4adcfab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f9e8f9328d2c81f95d069a2be580cb0b93fb3db2f85cbac4d10823ff2c0260 +size 9548 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4281).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de905d1a2a8e3faee1e7784c5b314390a396b515 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f038f18f442b5eba263ee36869023e6162cbafa29a001492486bfe0631b60b +size 11157 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4282).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..580cdd69a30df18d49f953c8b4fc4590a486448e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f881c9b3799f2485421cbcd84293425f10272b591858c36033d00260957974 +size 8795 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4283).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88628840214f336143166210fc6a3b62f76534f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f0d694dd326c024cf9a47ed933826be204ce121c4380239ddcb98abcd05f38 +size 17072 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4284).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..969919c045bcc70f0dd89e6f6cccafe65e7e921e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce0c411a8ce3d2711dd816cd52090d02f4e218a8fca028eb0bb70fc5187a394 +size 12525 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4287).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ae5052c69c110eb721aff74e60297656eeb51a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4510b6acba376ef8184dc21cfc2533ed3842571224135a47bd483bba0e290ffe +size 18200 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4288).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f258ce67787d36b8d47e237e8251b916b79c7a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485c128f585e87a7960288fe24a606f9ae0922bc6aaa4d880b25b615997045da +size 7201 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (429).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05f0f969ceee6b3d98cbe4f8d8e5f0e7684a8d4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af422697230078f2e9bb28ce7d6f2a09b90d8e5305db9dce07807a312c4b0033 +size 9349 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4291).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0536f21a17ff5bf51134b14831e48672ed395ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219f2576b8b2db8b731c1520e657dad21b43718e544ed5631817e0e8a71996bb +size 14770 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4292).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..271df4794c3019e57b9ee607122555bdd36b23e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23ba8580b25da923d3a05cc269fb78e3fd847e88232c58ee9ea1f0ab86ec0ee +size 12791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4293).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7899673054d81d4638d402ab5c9675399c8e310a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3721c26f5175bba3d57a8cca2ff2bae558d728e03e4093a47ed72d74fac69632 +size 10566 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4294).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa7665d483593d487c49159d65a40b9c0272b9cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf5a36c69dc27a5e6936714cca80187017aa420460580c1d02de784d906788d +size 9125 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4295).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b89e5a041b561df6fe872194c730bf5c7aa6cd0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4ea554bb34e425aaa62e3f58ed1fb2382fc2db37b77c0ea803b20f0493cb6b +size 16177 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4296).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63fbc1b461e17e73c289cf81b992676e737edb81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d136590c6422e8d7cdc063d16ac234166cf07860afa0ed496c9fe79fe2a3b57 +size 9062 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4297).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cb452bb5d68904d13e203ccdb8e1308a2f9c6bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7aa3b92879eacb6596f5a2a63b595157c081a410b44e81dd9daff2e3b81bd64 +size 17991 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4299).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff87a32077d9a3839a275373f01bcfa25e8bfa56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff2feaf0dbc7c310f0c18e8ada7e62a51590c1c4f21276484b9a8afd81732dc +size 17782 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (43).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (43).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a79b8f4882a796d820b435c0880ef18c21ff4052 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (43).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4ca4796fa3ab373bf435e6aa19a367d4e8cb2597ecc5fd86cf80c9b22d4ff6 +size 14533 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (430).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ebea537bbd197a3f9e8d783cd1b7831e202cb88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0578e13408ec0fc12081e3e268c58022bcf965263d3da917d2848819051894 +size 17783 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4300).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d38fd4157c9399240e285feaf6a53e77144359e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eddb6fb31dde58ba13e99db1461f7125cfbd279952cf47ba0bf5e205009e3a6 +size 9955 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4301).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fdef342f13d8f6e44a8705f2c46393924415e5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d109d6506c4c5d04ed2abea19f3960f1c1c291f7e252ccf91f5ef3e247c32aef +size 7595 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4302).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60c6dabf277d941aea5018fe8c7da84818dd4ece --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01c477351d6a157c5f4234f37b272f736da5e90e3c6db63490c98dae741ece9 +size 4451 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4303).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d6c8c4c425f54410d383bbc5acfcdba9933e289 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd92189e7f3d057b8047490b770f1825659fa021f3c23adaf9bf8c8509330c97 +size 7814 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4305).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ba6cf967a41cc3e9a98a5eb127267800157c96a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96de823e101494279c86d9cbeb3a57a0734a413eace4553d1b374db4a0a69493 +size 11570 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4307).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdd68f92b271ba531ab367d2d9c13fbac178deff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b93e93583605b8c8227da3f55530aba321277f60cbe61de630e2574115e79a +size 8000 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4308).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1466e22dbf267ec83d6def456499eb76eb9e8160 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471b0b4c68156f48ce3a9472936d90ff062a9ae54906d27905d61a86d2b23da1 +size 7274 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (431).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..688245ce2a6565ec9e876be54a4a6a01137fb94d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1ebaa0a3d1d252cc3f22c66e9e15f225e7f5f157d0a540b284fe73481155e5 +size 9624 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4310).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..823bb65695929ef4c104f67033f5ed820b5bfa75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5402e609cfc618b98dfe13348b5a45a2a2de907a617c425bf19f8e3fc2f5adbd +size 10565 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4311).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..587b8be35b00c37b97417aabb7f83941d85b4bf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2171413eae3d153276e9a644973b8458a428add10564366107da7138a1a75532 +size 9307 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4313).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1508d9887e67dedae0c0cd9486f41dd5e1aef1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfe4da39c7f3d667136b7da5985d0cca9a1229ebec0d49ca34a57a1a04e39c4 +size 14566 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4314).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd984e3136c3afbde91bb08eec9ceb88c62c2bda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254079bf56ba98fc775a0e40db37849a347fe92468dab36dbd93cb77f6e0e409 +size 15657 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4315).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51537ab8552dd1aa07c949713e14883c308b08e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c888500d682cc9b8b7f453b68ba2419edfd3c1b53d3417da89dcca7d0b6f11 +size 8101 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4316).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a00feba797bfb64d20835a9bfe56d2d07342079 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd180672164e938362a61743400cf03c4f6206671393860fc382d285103ffd8 +size 6639 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4317).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb987f840a628304f20c624e16b57ccd5b25c1ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603beaf9dbc8286abbb50d5e6caba1e3773f033cca19e81572a4a360b2ce598f +size 9162 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4319).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1aa817778773142f90a74de9976fc47ecb976a85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40d87c4641d5bb9ce6c1cf40e10284ed7964d6bceef7c013fa15aa817230c63 +size 10047 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (432).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3531154fa8003bc6b012ce7be66e824228e86065 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ff410c51c10b53cb792bc3b201ffdb81d727166fb0e51c28255189baa69c41 +size 9898 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4320).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afcdf9066e8fe8414f580a678f22ba2b389b02a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7f5d8064f7c1c4183c1158230920c07e20c084f530eb4e9bc41a180fcc7abc +size 7403 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4323).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3f93b7330ff654bb3758dac3a3fe1bb40d6b463 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54633de755e16840fe543c318ce66faf7884bfd3848d012e8127011025433f98 +size 8169 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4326).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4bc1da9cdf0c46aa309c9ea78c39f929e9ae4b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c2c5d64f2dbc0202fba0b813f19521ba17b8f7a7dbbb24370798ffeb2e0243 +size 21130 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4327).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..055c11b5496bbd309bb08645769da19d4a74fadb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba36c03a430a6b8b5f0bdccb99802fd88ff2acdbc1f8462556453bbda01aec1 +size 10513 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4328).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb206f59da6d3f0dcd86ac23af94eea20bb6df98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8330564fd1181042a906c80ee7a747b33d30693bcb43e7c0e8631328f3e5b3 +size 8593 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4329).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4c1aa2d41b3c29bab832bf0dc2a947fb80e91be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972c765f909a255b8ca054955196bed995379294951436c31ca37d3651db65cd +size 9939 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4330).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f155f2253da350102b8508c7335b012296a83d48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f86c8b034f08fc1b71044aa436e7411ef9739ffe362f92462f167aec810967 +size 7261 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4331).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c92a0ee72118752c86c1bb7d50c3131f6f85948e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16aab657539b0b6eadf53c0eca4c91f9635bdf96431f208bce62b3625ad1b132 +size 10139 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4332).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea5c407709c2153d0a03d71c2ea516f39dccf45b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946dc1e20304ed61d5a94df61a2a18a2b24fbfcf73bc8efa36affa4c6d666f75 +size 19867 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4335).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..278f345c5ea34a2fcfab59c8037ef2cc668dd70d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81e3a133f56e80a5171acfaa3d0d1ec1e010e1122424937e7b53ea1853a42ea +size 20986 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4337).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80f6da609037e550fb9b13b58f204a14eaee1443 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874fcbbaea0b01a7f32e1fb547a7f0590f94333567c91768394d3b8084e8d18e +size 11545 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4338).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbf86ed4ed1f876402d993758280157b13a38ed1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eeacf7670d4c62f925d55275f97af5c1db3fa42e03292d32903dc894bbf4e0f +size 20207 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (434).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc53e84f8565ea7ff5152992bd3f13bf9e065148 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05987e491171c9bf9d9d560ed19d8ea61ac7d0484c6960e7eb8488f6eb7ac64b +size 8688 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4340).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba57621af852c458d8e390e428953a812a0f053b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4427b8d7cd659855d803a7e404e1fad618c58f956dd6c1c0780f175ff10b9b96 +size 15463 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4342).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a992df4ab88e138db5a5caa4c776a4a0dbbb3cac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728712ee7a51bb9541e671320021003ab3e6651983492facb7d822142c31c2e1 +size 13457 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4343).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e749734c2846cdcca88804b4ea1016e159598792 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d459bfe897d9e1f3f9b8e28d5a3f866abc7ed4de09e8a5ad6c08ce803b2dee +size 10732 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4344).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b3244dbce9c243e8ad262e3c48fac78b6ed61d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83b67b58c7127b382d08abbafa6b699785a48bf275e5ae7079e6792db21ac82 +size 13620 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4346).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc7cff3ee8ff529ae1e5437821a88ddc5705ce16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e2e769629977a597e3eed70b16c3f93dc583d5c230553e10f577d75b8ebe46 +size 19623 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4347).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c117b55cc01aae07cb7d5c107a4abaa93638ae83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ce483ee5a46eb885de886d22ab51cbcc61a78772678c79b8a46b99dc0cb270 +size 10334 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4348).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60bb6d9240e3a59f342da307b37839a1c1d14fef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdc64af3bd08f38769c455bcfb7ef2fbec2c66ffa77974d96ebe3059e85d3ac +size 8372 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4349).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fcf48c1586ebacce95f34164523fc5a2090d016 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05556aed5b120d8060c2a4034062d3cdaf1a47db0ef24d149c67cffec403db7c +size 17625 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (435).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8895b654adc1f32b3a2f0ca233d1eae4a275cfac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3480f97adc663d5d3937c2ac565fbc088f4329ef2fc4330f04191702fa0c8c +size 18407 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4350).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53f91993b4ac55023a3626de671d6a8bdbbee8bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349040d41f0363327e1430cdd5e909eaec542449e6bb1c631aac0171008ac25c +size 10179 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4351).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17b712219beb1bab40d77a9f3fc87d2e2929a3ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482ea515b08d956a841d609231eae4adddddd6bc38d569f63711b5ada2092dde +size 14911 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4352).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a515a0162c643f860d2110899c8550e57c0fe1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3debf66ba3f3139c1b39a4586fe536d0d09ddbcfaba77989b55685e07cc62ee5 +size 11286 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4354).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e6e8fc36f3864d23c717c2c5491d42f5585c002 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e597979a0da17b7d6d76d9aaab8aa4bf5e9a4ef00396c3c1c070aac7e6a6c5 +size 7967 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4355).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43b1efb4d1068685da140d78db944736f0024581 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1a64b958de0ac0a9ed148f6c5400be859e0776dd0a52e34a0e5d9a91e8893f +size 8236 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4356).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c668cc257b07404b264e74fa0b34a7344e20b8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9b7bdf95ee0b969dc09018037f340d7f913cab7536ed6f399af94e4cd19456 +size 7524 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4357).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b68ea2dcdd03eb4e8aa23786171005a01a058149 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d8c2c08bce9c7c393ab1e782a65b7a9910ca3a096c2e1c0c177a96efea7b23 +size 7968 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4359).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b385dd38fac79505835b6255d528308aed6e54e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb50a44f1e93d648b444209a38aca5054beea5b6c607e02186f60c07ea399ef +size 15486 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (436).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a93c2377a1b6860fad04b9377f2bdacf1748d3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fca4134a9027dabe234baa76b1ddceedd5dab4b6af4b021220a406f5d5e82d +size 8591 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4360).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0cb2938c61def1d34e5867d5445d69e38a422f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13da012ff194305158c54b5a844d5d1a51d5bf4bd81a1062e611921eeb275b6e +size 17916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4361).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6a63f4e11b0a7748dc0821caa994dd4688d2d8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883542e45702f938367da7e0cce05173e95cc882df9e63d9b931a76145a55616 +size 11507 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4363).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7575ec9ddbc2f7f0b07292a804caaa3da1179b36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b7e90e64817d7fa10a76c7bbdbe87f3cd4564d1b5b25a1c51a609fa69d8884 +size 11302 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4364).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2a03231977efe105e49ca745ca7ebaea43b483f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620f28930b393f03e6f3ced9000b49c8a4e0853184c3519f0db6ec96a93b8817 +size 10472 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4365).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af5c04637639c6af5d2fbe58052927d485e204c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e55f382fd27125afbcc7d8d3995485405d3dd75506f92d01337c404116430c +size 8130 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4366).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..491977ad15063cee628344ae0e7f96a1a63de83c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a006d2b42537a15cf867a6167e5e1bf9e3a730cae7cc2361dfad9b1ddff82b7 +size 8906 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4367).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14a6bd5fd7238f2a1675ae56a570209b4f02e1fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fdd10cf1e455c0bca68684012f248686cd0a13bc50b9ec02b707a054a3cd56 +size 7960 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4368).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e47b3ae492ee9fa2e585c9e31db11bce31d7a7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca0fa7139cc5ec508df0484905537ed9887b09bcbee8ba354e33a38e17cb14c +size 8779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4369).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aabea2361ebef2c5c70e6fbd34eef23568e02b73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f42b149f9cc3dd2e97c7d1c889805931fddd0e8912419467fb025070ed38688 +size 8949 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (437).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffe23152e616797eb7ad84b1f465d0f59aeda3d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4625b02ae58e6cb5ebb80e428aeecb48ca18e28483617cf015cd2cb94292427 +size 9751 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4370).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..291f854cefd916b7ad6bded21be81f0c3307a1ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7c266f1d3cffab47ce786359c052c3f75f17b604e1ae466741a96541b12b5a +size 9533 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4371).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de9876c8a124c7dc19d2f1c9bce802fddb825c21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e224b5350a0db709041c353eff77c83bb3133c662afd0980da722b8c73f90a8e +size 9775 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4373).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b1e7f1b0cc9e2f763979f93882a2b30b3238fe4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1d6b1653b97c407d8e79737b5ae07dbbc7374fbacce374ec8fb6c979977c75 +size 9239 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4374).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0dc9de9b9b68c093e567ba5d1c2b71dd6a3c9ea5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74fa5bce384cf3a47ff2b0eda800fdc28c4d16472dae775ccb53bb49beed740 +size 9536 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4375).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51e9c6ec199ed1103bddd7d77399e4f6a8d9ec46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec83bbd8afa9810b91e4caad3177c0ec2ca8cccad120c501b38be499536aed02 +size 16462 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4376).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df6598cec2da2d38b87bbc2e3d67559e6850cb81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7415d5d7a575daffe6dc07279065f3760e7cf4082c874cd3aece2cfc899d724 +size 15422 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4377).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6ab1b9f9ea68265e632cea5a9a9e6a7755b1819 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b33919b71173fa19798f3fe83b7c0c1fe9eb62ecdebfe2996f6a9060fbcc9f0 +size 19340 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4378).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf55d9651b3d40ff81fa9fa2a4bf1604ca4fb5fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ef8feba644040cd0beb71ac28266002291372bb19631a6681480513301687b +size 14509 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4379).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..404e7d143e21d94ce51a66c7ebd7908f97b4b16b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e0224cc35bd12aaf5412b8d1160be269b29405723902d23d3453b680f74575 +size 12622 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (438).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8b2ccfe6179020673dbb7f1bc9cfc19f2afde13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6dd4dbfd20d378dfd5c1391e75f8d05939b747de6e5fc5344d1326c6e34472 +size 17239 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4380).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..690a361d2867aae86c454d0249523349ab3f60e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb0a7d0a16a52ebb4afc5842c65676ef6faa1f4f0119bd4cd18042dac3943de +size 21858 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4381).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b35b2582c8509d81bddedd105159132bac6ebc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f43b8a7edeaa9f13e9e2dce74166c73c0aead47b8d23e9f46fc0f882dddfb4 +size 7003 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4382).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..655ad1c0577833416e5b39473514c0de86cdd19c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1c2cdc4c3298a012765822b0a4b338bea23cb5d41ff6827c9df5e7f73357f7 +size 10584 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4383).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b3a5df42fdd4d35a0a1a3cffa3153439fd79684 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ff2438d70d35ae3edc29a06f446432d6da491b18f986c4dec1d5c3abf65089 +size 8625 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4386).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d19c7603b4a22279b3e1d29ca842cdf98508eef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d9ad4491027b5092ea0355f58fea12c307c82cca2f0422bea2591d4cc7829f +size 10259 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4388).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d23a39f223ebc9b189e4f4e263163472d1d42600 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac72de30954fed0ffe0d4bd34997503c48f8ac87ac7ba2515b0cf1c6b9806c7 +size 8423 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4389).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..064d64f2ce0bfc8c13b60501cf5342042c96769b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064e50f2e14e4214e4388aa6676849201b32e78f0c1c4de131e0a6ff872c2e22 +size 9097 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4390).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddb02f84b46f46f463fca16784f38d369d5feffa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb32f42bfc89d19bf54f8f499cdb5f8b4b518e28d8372b252d76c8dab5354492 +size 17219 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4391).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5cf7fefb016e45457898e6ab6bb925d3a9c0eebc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa4e40f545045d334b625fddff98e0445529eeb9e179ccf39f6f7dae75a5555 +size 9313 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4393).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21d9028ce80e7a20cc92409ba1204a491d8ccbdc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09061d2a26f968e5b26da1be1239ac6429c5a7d5c81d9a6e7114b85ff840001 +size 12982 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4396).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bcee306fb726f63655db749baefa126dfb26147 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c769c501e36662da8673b8aa41297ff55e71dffdc6c67cb03de747fd53b8fce +size 10357 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4397).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4397).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38d2f518d5269cb09c4a22512f45c34cc1e59c2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4397).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0599ad17699514ca8914afe216e363bced92d41a131076318a6436c770b0832 +size 17140 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4398).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17b8c94639525ddd9b08e2d9bd9aa414389d3745 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f16b52518e682c1f84f96c1c5747b6ef7e9bad931b7104b0f83f2c44511c57 +size 8689 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (440).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d9d234b2912e6499f32ec66006a781d2d5c0c37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3ca3f76e89d3cbabe6d226be8d741db00ed43c396a8e2622ab45a59401df63 +size 9137 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4400).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bcdc311aeac999664ac9bde5f1bedd187b8f74b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e885ef8f185a93429fc46986a9a7c334aee20ec6e904dce58d0518c93aea2d8d +size 8130 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4403).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8266ff29037d17ac23e771dd066220ab20b303bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62dd690c31f0e897c7b620f40af95b117f2c5e6712ee393ffe327dd618af957c +size 7934 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4404).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..161cf21074f263220b1db1c8f737db19dd54916b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb28b1ffe54d7489415480783984a09161b32c27013411165366490ab6d2ae0 +size 18074 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4405).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77f79defe8d74c0e97e4c48972e947e8209d394e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a339c57226d5aa2cdda5251b77fe02ba2e1762ad0f69c6e0124a55d5e8fc65e4 +size 19341 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4406).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9000485f5621d36e1944c96b30270516f09ba7ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219c95ce2a805e24444ec31f9bc959efa8ecc71e6054c60643719af9cff93c4a +size 13058 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4407).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de573577584a0c67b7322da780ddb4c5470fb1cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1c7c75f58eb0440f2e9148043c57e01eb233a1acd66b37de0a7f0a92b9e8b8 +size 7457 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4408).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f805e4a09782ffd93a6776c4f45ec6f75607798 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c90f0ef4dbb6fc154b58a16956d37850a1313a4151c6904ef9276df94395f9e +size 10153 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4409).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f851b12ed9d3d56e779e84fe77e3a454637c5f9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a668d875a807a7d1b1d42170b66335ddc0f2700cfeeb94b741db14b66d6f5a85 +size 8406 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4410).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42995c42a3cbb05b109d2b80b202e6f6e1cdefa9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d92cfee875b6e58478acbf24d9eb62d25935a553ee732cbb23021979a1899f +size 10558 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4411).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3b4b4d3f06b3b4ec4f112b8b844ab406efb4c07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfe1463cbc973e390be020c6d483f06efd05aa9e000da7a35f5a410ca4926d5 +size 17916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4412).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfc04e8ba9c34bfb378f76371ec2519c84fd4c1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e6cc3b340fa4f3590b729fc902e3f46c01141ed33feb77086c564fbe21fd32 +size 9164 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4413).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d030388bcd3d621a37825081becccce1af01218 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9480d5d0f8b92a68d9b5ad1d4e73bc4a1eb47eab86f351dc3dc61aa313019c54 +size 10857 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4414).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f95795f02e832f62867c216f04989a8fabf6e1c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f5e5e0004fa44c8b48fa73f1a40909e1d67ce14d325ad682c8dc9cb85fc1e4 +size 8591 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4415).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a034097506b124354aaa99b9d5deecc70d11eb7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058d6a15f20ba268dc3838157385445a835c2c120f681af4f28321ea406443aa +size 18048 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4416).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfbdb999141735717171b70e3a2d1a2950255435 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd739ebe2e6bd465e4618ab280c552a89045e3a7e0957b6d45bdfe798faaafd +size 8478 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4418).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7c4ec85d001e229fe591543b503acb6618634ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd913fec1650bd47da8cc062cf9600b59a21badecb519346dbbe370323d60eb9 +size 9771 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (442).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55594c2a8cde4d33a01906cdbf02a496472c5787 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbc63b2ae877a319e2f971cdf4704fcdec5f97f3c1fa361a62a3a6154ea3efa +size 9211 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4420).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..548f5b8df02102ddd3ed1194c54fc4651c2421c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab5f8ffa107f8518bef03b27e92046c7a0bcaa5f1e95525c4ca1b85d06eb40c +size 11622 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4421).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b446d64fda66288be425e94a5cf045e11a8534d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cca481900eefe885810ede92601337a1a32da658385f40754cf22276b6b9bd9 +size 10369 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4422).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3cbb1041af221298568baed7408e48f82236334 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24a7ab085d2fa77b5b047347b4b6fdf4bff9e36d8c62db00f3ae7f83bf5e9ed +size 18031 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4423).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a938975a4b077bbd540143fedd4c97909456e3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f627181f9801992cbdcd65ccf1d60062b2ea7820147a7da4bcff3bf7a15a48b3 +size 13032 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4424).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d40365b1a0044db2e562bed93a5097ab5a2859e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433fbf59f8c68e6f835e7db2a0973ffd9d98c7fcd064f691486027456fee42da +size 17470 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4426).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89e00199b36cfb894ddb7a37d7c219b2c50045ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ddb87ad76f654ec4513a8623597813787ac26906a654b109ebaa25d90b95a5 +size 8991 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4428).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e44e3eb44d9bcebce1d8ad4a6ba1cb13167f8f21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bd33c9c9bdcab4511a2e2b131df06895c20eda86a8cfad33b13e5f088be4fe +size 14324 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4429).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c33ff750b1f33e44ef8543a1580e39c3cfba33d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facbfc883b70c9847f2112241577bf11c516fe57673a8d84f09dea3c27685f81 +size 17826 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4430).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25dfba2e0c26350d189a85d3ada95a57639a31a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbaf90b51d4185d12baea5a1132346389bd380497b82ffdb15ea7f864522a070 +size 11138 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4431).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcb88e535fdd098262c2dfdc2532d6bc5a5ae22e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7431ab37ce76e5638f5dfe24a3949d74fb0baeafc15cf98b6bfad9f1e6c184a +size 9801 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4433).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33c0a3411299189e88564c307b5ccd2ff7e23cf4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1ff6ed781616945ea938d9495a4cc20991e4546052df5e85368cbcfeb4502a +size 10714 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4434).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..159b71848461faa7fd064ecae396e3a4569a2532 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8c13e92cd6da865cc2af73e00c06adbb8c282c6289ccc965a04cf752b89c73 +size 9586 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4435).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0734a7d66140364578d899977c91fcd5644589c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa4b98a31147581c2cc304a4b7d449e20b370791b8fa095de89fa4da6b119a0 +size 20088 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4437).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c1ecaf547b313eb4b4aa9bd3f28b3a2108c469a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb93ecbbdd916b25026f658958540f68b7a8d0b0a91093cec9c87659ba5b33d +size 7857 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4438).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25770b5368a4e268ab0d87d9d7ed00d7c12a2e3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6707227f98eb49663fe68bf0809e765a376062bd904e56db806f4c4bd04f408f +size 9643 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4439).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..865f9587e32495e6c48d2210d842c5569a0ead0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a3933d47a338a4cf9eba10928c7cda488362839ba3b750055ebecc7e7ea5d1 +size 8856 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (444).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3aa85fc758fa4ad27219ceec419879b95d771ea7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b31da76c1a49d7e75c114db15ac94038da862f68719212c1d3c65e6faa1d318 +size 13525 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4440).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..184eea6c4adada0bef911a7c63ce4ffdcd094f8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29610bb078d4eeb49740969cce300bac4a0d92e7e9c4db0bb629352eaf9a2ee9 +size 19245 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4442).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01848cb3a4b18d6754597692d5c44e43324f60c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f06d4b33fac6a8f8ddfdae7cc5013deb51911a0c46a005a9b12fb1202447b0b +size 15358 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4443).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02f0db2f34c5e569597252651ca982a2c966aa66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19b9397252d87c9ba92044ef29487e3ace6789f812cf5b2ac46c1005c09d24d +size 14788 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4444).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0ee64eff0e2b7ca64a40ee587d517f720df5df0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1495096c16a984f8b463bc31a2ffae2b6e5e83e21ac2d3a381b284cbb93655e +size 17233 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4445).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..995520c2fb6faaf007c77d9937d2b3d9dee9ff73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8be1760d40d1a20278c9d0dabc6c4f75c17ca0704ecc2edcdfd201987344e9a +size 19731 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4447).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..106f1c85e881feca596b610a1d11c44a92287a9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0b42312084256b031f70a79b4f4da7ed56a93190e73e8cde457aad944aebdc +size 10586 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4448).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b752f3bb615383c7dc8fb316e70db3b89a9484bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb8d1033fc6dde6582a7f8b200cd17e487a0ab420821100c4c3a9c70d0b1d54 +size 11773 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4449).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4995dbd6bb22e953154c1a426ac74a79e1c17607 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5312095f4017ed6c0d1b96f15281a9c26d6bc47432115072b8db0efb66770059 +size 13424 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4450).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b5425229d096b43782db39e45caa15975e4b323 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c30600ef3f2e59aff849d07305f44118cad76f4b1f62c2fbe94f2c3446281b +size 20037 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4451).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80037668350aa6f1dbe052b0e301bd970cf6ad3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa1917a6d5ac4056fcd940882cfe20ffd5c742af586d4cc830050b112c77d6b +size 8262 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4452).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3fbf6846911b71ca54823f6dd5889f8ce38562f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117943e894b3837becb061fbf190a5df700781f7f8b7ac4ec9353dcb0d694809 +size 9244 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4453).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2626b4f2d0defd30d6bc1a321f9f8962b65e6d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a3d1beac09da8edc35413636dff61afb080a5fe3a8293cd033c7c69b7f74d4 +size 8081 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4454).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..244e108c41429231e30d48fa48109c78404e0c1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9d275c1e78cc0e6cbfd3767601e02b97be5731e68c32d39be58936269e4a2e +size 19256 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4455).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac09102c95c6adf5c7b174cc4f76e8226711607a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03fe96b5640cc1a85cc198041ba8f543726e6176e65b865d05d39bf8ab3a2e5 +size 9602 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4456).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b7932a019e8fe365abcc5396f161f1cc8e1e924 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb31f71d5e8515ab4e83442daee28bb572e1cd39d0fd68df86be0af5c4e5acb +size 8842 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4457).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8127ba3b6f4db91d14210410658e6ca204ca8540 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94981baf71bf94d9e4163c623b36acc5103b379d15246b8fb4ace5b8b8814aa9 +size 7863 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4458).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ade4eff1c8d5c6da3e0916950f88ef9efc73659d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737f95c023417c6f1200ef3b657d74a3893eefc8ea2633df98bf5f08c125d6c5 +size 13599 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4460).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e87fd94ce7dfffc857835488aa9a05fab9cc0829 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974a991c39f167c34f2c157db9a8e1ea72b54b1961cf873e9cecddd878f62aec +size 12936 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4462).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..444c360a736361e107e9f1d5f25935675630d6c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcb766b60196ab1cefc36ead414afb43951b0fc8d0d401106f6768acc6ac70b +size 10643 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4463).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ece3a205517231c5bc706a7fed0f12cb6ebec8c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10a2bbfb2f45e89174971b1a762f18886a6049b85fc5dc06203a479cd68d169 +size 9496 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4464).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..832be53f0eba62274b6edfaba842c6789d851efb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6b9103b8085502eb41e42570201ca7472e23e2201ba98186c21ed4fb2ec960 +size 18438 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4466).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b784bca3dae2bf6a6575196ab6048fee7395a153 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da4a959054d88e769549209420e913657828ea0a694abfdacb9ab7087c00396 +size 17486 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4469).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f69646e70796305a5b1b598d00d7b30ecdb4533 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6d506b9b0f60543d05ba7333d977ca351f4cc35e5af3e09e56e22d281e92c7 +size 19896 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (447).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0644d28d94679eced5fc4c02d11829fcd2f1bed0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c43a658298617d7c458559e8f395a6360b96e28daf7418e8c6d4ebe66a1781 +size 10395 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4471).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac8763290aac499d4b348508caa1486fb315c6ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9f5bb88d00783003e3e98353d0dfa5a7729d376e6ee2fae170d33f83763103 +size 14422 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4472).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db6c5131b57926d2b2b5e91cfa28d3a253a55cb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b0972e95c222583aa304d1b34a01f231c741bfddcddf8a22c30ad3608a35e1 +size 16837 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4475).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a847cf425cd5933c52b5f4f240eb2a3d5e921d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a3f35c069b2d8562cd3841189fdece789534e8be7f5d8ca3bfb28347ce35cd +size 9553 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4476).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..152f9f253d48909176504a9224a6f64b024ab91c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9115a3c00237f7b2bc708dc7e850d0cc67b7969f2835d7247d051252c0cf69 +size 20431 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4477).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38103674d8c707305a43d8eac513d44d644fad7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97144e4fbba6facb8c53c477ca4f890104d55e911e1409f0494f1a9ef1f031b4 +size 16887 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4480).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..708f05a51bb58a0753f43a9c914d66ac11ff0c83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a193fc585bf78225acd7a9d89df6c7e46bc685afb58fc998e53e9f57a05cbe +size 17457 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4481).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4375340a0a4e3f7c9d933d352339fcfcccf66394 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8680cb850e14e162e410ed36e407a9d612d9a77b80a1b2918dd02c59dc085d7b +size 6398 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4483).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e514e29763ba3568aeb9e2170824486d1385da28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18763a110cca3199f16c0763edcecb644c9b37bfcc90a89a561f914ce706466b +size 19233 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4484).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81953cd2c86c2f9fca801ecc21defca103dec1b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3d44d3bc16878a0376f8be18e288e6aa32048da4a33193c10614cc2746ec9c +size 13638 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4486).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a03d9a5ade8747724a1e4a2ec09b10bd9224ac6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d55cf1012733f2ede8f82cc01787c707327f4226d1c17907d51f1075b8477b4 +size 8954 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4487).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ad5d549a466905bb8503659b70c13b0d85fc9b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4ab6f0aa08c671cd449834a3e91ef9a53e969d3f5587e8fe56d0beba8640fa +size 19959 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4488).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c31d73a15999834d35e839d65bafb91bd0c57ae9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce6d0c5593d06a073c94247dec0ad1dac9a5e64be6c90bf0a362e34651a433f +size 8662 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4489).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f1b33586fa72b999f7feaf6f8edf287ffb860d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cd16e63ed455173f304daa79dfca6bffe8db66393ad8ec3b4e30ad97da1fd5 +size 9542 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4490).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12c4abb993122ecf07638b287f3f5ce6360073d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b89d6a5135aa77b6f7b12d483fd49fb200e3a1b8c6b320e30b815becf3e6ea3 +size 10563 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4491).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bff25aa7f674b02418dc9438b95fb45670d48200 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0eca35d853c5c5dd919ff7b098e108383fec5292919a9e8f47a8fd582f3c401 +size 17464 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4492).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c24d14b35371bea454b7610f1a8977405d94762 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dbe75f782c8c901cf7354050afae842b65e2ad22ffcdeb2569b25e3ce6479d +size 15814 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4495).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7eb44eb6213f84d7dabcdfec2dfe97f048787f62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77016cf9ebf664461f2d351a06402cbe859e90b9892f099e94a7f62bcfb2035f +size 15976 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4496).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afaf46a5771af2c4646ba77b8e1fee58acbdaac6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebaf4bc403ad0d2832600cd4a2d69231b4b39c55eed8ab8859b474c04f55f5b +size 21675 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4497).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..239766ce1f38881a6e39c8c1d413c07d0bdc37e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e7797035b32ef134608860f1b019529e800b17659d157a98e6e413168b1213 +size 16852 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4498).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4db6d5134af79328ce983886438300d833234d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7abf2a990da7d51ff894070a21bf59f570a2f4274f65c13d92daf830431b09c +size 18773 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4499).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a44c4ce800efbd59bd51d97be9da7779ec92db43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb92636c85b7e1545814467863420e5ae23aaab0195e6b89182d0b2cf3a8a059 +size 9282 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (45).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (45).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69aea16f7715d26c03f5720a5cee280764235709 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (45).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ec5da6cf75c290a09abbaa90ca4bba6fa59f0c4d6dd2d1836f7aeb3cfe0ba3 +size 6812 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (450).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..919c8fb19d15228f7f5e40b3bf97674a21862428 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f1aac94161d7d384743f8651f342b79f22fee0c67d36b92d25b9b6ddb8d149 +size 14807 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4501).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..731a7593be84ed19060b46624de84894634eab6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503ea47e9e4031b631aeaedb9cd1f587e57f23abef694c8378fb8bd00f19db5b +size 21888 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4502).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec7c75b6a5211a7c1f2f65eb053d7938a7314eec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72407ec0ed58f5a3959e554eed766130fb16af26cf6f52e90946be491e7fa35 +size 9596 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4504).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e00f2ad28a9ba80cc02ebb66165b0efcc70987e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ff64a8b158884ecc44fa354122502b2d1dfe7367d28f05f7c09f30b4642cbe +size 7695 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4505).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b856c6f3515b58fc55a00e062b8b16133f76758 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3041f29b51c244c2c2ceb8a8c215d145f4605e29edaef7c62fee25c1f5d0306 +size 16742 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4506).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..118ee9a34f9d87219afa76e27cf39d3752dbe867 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b1d26193f3eab111d76370303417ecdc2e74db43429ad6317ad2fd48c00147 +size 9210 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4507).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f157cae26703f0f7f74b4614ede3d9a4317e274c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366543e6bc1f3c38b4ff1a2c9c2da73731f0575e70d283ddd636f8e06986fa02 +size 20626 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4509).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cfe5619b9029064b4467608000706e2d21c1149 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27486101367db7349d470b9668601c87025cf4076849b894677a71010789c46 +size 11224 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4513).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93d704271c24fad444fa9315b005ef0c550c8b59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02333851d2a642d98cdc9d2e1be554027161dc984b5ec5a48980dcefca100244 +size 7200 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4514).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..999631487dbcc10b618c1bfd9f7d3f5a44599032 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c304863347ad433f99b344fe107cd1be40eb4e39b2aeae9e8c4deb9caade9589 +size 16411 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4515).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4c694dd06e9d318106be5dd16ff1cbf86047a96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26c3da78029c657cf06e2106297f1ec0e379b52df3dbe7e87ba3cf0b12a020f +size 21116 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4517).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..080b01b6158bdbc7eee600705458081a1116d164 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eeebf95b611a446c4833d03e5cb0fee8746d95ef2cf09c210bdc03571bf948a +size 7268 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4518).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93d54567be40095c976bd1dadab473a90771a844 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee2d9020a39ec638c59f94d485bcf23d65ac1a739191d8cdec5b71864f84d3d +size 10851 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4519).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e26ab148bc3f6ab5cf7adc699e57af471584f04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc1ca02f56eebda4832eb76cf7a62fb07bdffad1d007000d104a87f6a1fddb7 +size 12659 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (452).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dde67a9dc5e53a06b16467ba0e0420e02e45a3e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16085fbacdc6f2f34022b546d49fdc56f23815499b99016552bbb7975ae26c04 +size 16999 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4521).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e1609d9305be78ba95b594b5234bb6f7a9fade4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e968d4b3be91f7868c27ac3ed701176dcc0c15b8af613d9fb279524a6f8e9ee7 +size 8390 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4522).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb2535d7a2549a435d14503459be0eb153535932 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d428088ab035146b64412272e4f4cb5d0b869a38902a172aa143bd96a45633 +size 12436 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4523).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5bc5a57e20efe392050024dc549ef6cec919b3ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d99842f10a03e20def01b901c3951f15cce9b036498e579a96748e0cbcce937 +size 20282 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4524).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c40d7f9da969e9e581654f47317dd380c831e84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d39996a292282f4f35c613f0451a6cade63ac5aea328b4411779a5c1badf5b +size 9020 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4526).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6df47c11b273c2ac6694b2b1401df7150159f3a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa494084d14bc267f96ee3f0805ff2f6271393e349c0c3abfe44e36da461e14c +size 13510 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4527).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a5aaff78b32c3b4d5bd4ca488ba6222ace83a19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1177ded3efabdd7e1de2050068aa85deefa85c5e65d0483cef21864e3c152a90 +size 14068 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4528).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae908e331318c836a57477ea5e6f9060c99c5b81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e9a251c5ce5b3af18faae2df225c630a5b98d44beb9bc4b1616471cfc3de10 +size 17432 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4529).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a06a35fad2f7c67297fc45ea209c4b5ae5d5867a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b030f160d4ed923a6a0239ebcfcd65abc88cf33b9e5f4f00d27b6dcfdb38cb +size 8129 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (453).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e70147ad32cbf6fc1b4b2ff9e65465813cd0cf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f1a47dc2f1162e3258d53dd838f5d08fd91cba35399e7441569a2b4e9bf81d +size 8709 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4531).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64ee578f01476b4a56384792565059b31984fd36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba67d497d9beff3223d16ea368747b2bf3945a3750d8446842ae8adca2f924d +size 9777 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4533).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efa7accca002048d76f32149fcf73229a68d9b27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3690278f82e1608baff5db711d73992c401c2eaa24fa845020594a94e1f6caa3 +size 17773 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4535).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfbbed8fe9bc0e0468197e1b2db911b400355f4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7df2e7612c514d5e59f196ef9e8ada14085d8f04e34a23e5750851865c6bc58 +size 6692 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4536).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6e220211cccd91190bc8e5e02ae6fc938b8b279 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe0e9d0b77bd52c7dc3b6784ddb7166f90f8a0fce319d641b1abf1349c9792f +size 9861 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4537).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..804dd1b5abd0703f92c7387a05f078d039e96d7e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7e170321b5bedbdefd4343b3a0aed747edb0a4f5275ced8b78279e7f3923ad +size 16353 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4538).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76b4d3ef0dfa4e47a1c43a8b3ba1dc71937e7782 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4aed74723da4f146eb62599ccd92a46fd236f76c0a09efa76c705f77d1e595 +size 12156 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4540).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc0862c3cc1d1959e76904941f94cdd35c8ad3a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc7d4816c45bdc5dbd42cd64a566d2e68b2633661b50027d104c409a27cc10a +size 11031 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4541).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a0052b51080d3db6f6ce827c17bcc8ea4aa8864 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d581a8ecc3f8ba237f02fbc81b00acbc28d23a8b50bec96c0b5e0cab70eee299 +size 10342 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4542).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e89c7ebfb3f11de188352a165b01f0e78052336 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff927e0783e10d8291ebc1c7a61a45bf50571ba4cbfe5af18ef81604eecb4d45 +size 9275 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4543).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..556af8318b3c4b9209d4b154019a3f9cb3d3a04f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e847225fe97edfb2d85cbdcfac456d956fea3e3ac504e1c8ca9247e4f8be2e4 +size 11698 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4544).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07025d76683c39261de1817f04dab001b96385df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a751e0bc3cdfe10288db23b9768ee7d0605ebe62ab2a3346d6b053e77a8ec39a +size 10561 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4545).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbb1025d72ead01a915c0aa342babe97f981b2dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df432108974452b4d45c31b149fdd3aa84e23bd41c58cc1187845820154a3903 +size 15210 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4546).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae31466c65d8d63a3db6cb9c2ce52444be1c93bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40b27360914853c079cba8fed6b7dff88737f2159c806b6ee974b656e89744f +size 20539 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4547).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9357b0b734265068634c65fa0c8805524267398a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfaadc54110032220cc7e3920694cab8688d4de85a8dcf7b7f4eec920216a56 +size 7222 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4548).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a9084cd8aa0c28572dead93e6d6acf456aea323 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da01506e0f221d453df8cc7fe92274b614ceb1d70adcd1ce81e761e04e03b180 +size 11527 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4549).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..910ce7194049588e01173af35a56a4f0c5a075da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fdf26f7033f5b38c30edcc9b05c54bcd42701d0b66e0826aecc248b6521b68 +size 17867 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (455).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4b0d15b2165dcbbd682f2b99efc0b47c152c465 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35535fc48262d4391bd6dc504ff82eb76308f74054ea7f280ded8874d525ce9 +size 8648 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4553).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75f6706fb8c5d991f19971e4a1855b3b50861af2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a519e81ba64b82cb6e7634dd1977d0cf76b1c6756ddc8d7ed6a1cc01acbbc32 +size 11208 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4554).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..114b903088e82e7090734ec41c588b339d297492 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc2cd50ac9980b356547e0bc00ede0c0a16911cb064a36f9d6f49bff6c5b8af +size 14643 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4555).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f880e3c6cb1c918a347ff970f819efa64e17698 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251576ec13e5aad9d3445afff05a11a23ca3985466cbc2e30d86c52759a98b8a +size 8862 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4556).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a53928dca46ab0f54ee174fb829da76c942c0be0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb825c39ff1fe6c65a912ce01b532fcfe89c05e3d68fe1e7267786babab97fb +size 9897 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4557).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd5a059ddf492c21d17f714ebc808859c75ee674 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152f6a4484e65dc58f163f1df2bbab981ee199fd6bf4c54ab5b07bbcbf2b241e +size 12277 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4558).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8eadc8d22004f19b90e139e66d2d6f621efa5b2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662439e711aaacaea53fc88e66c3f7149f7263ffa0941a0fca8ddd8adf2873c3 +size 20391 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4559).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e25ba5193a2a56a6366f3ea16218dd8df9a87d2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc404110373b07a4bae6e83d038d2f9de7b16b61bb972211c0aaad70342b8e3 +size 8386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (456).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94b31ec25b8c0e76577e30cbdc54c5d7d9d3a85b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20de97ae41341dc21a2ea2a8f4dd4efc106bd08b0e97601c6fee403751121e51 +size 20433 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4560).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6d41d372cd1cc4b05b2c77c29275fc0cc9982e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c30633b946b48040087f6cdb83e37a6900c69093285ef3c48b65f4e41911add +size 17560 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4561).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f47b79bbd031d5d4014fd9e49896f2b1fa2be489 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ea576a392c271d8934a44d7d43fe5519928607c8e50f64a6daba1b8cb2732f +size 12116 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4562).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05fdfa6a419ec3ae784f86cd6bec043c288a7a67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e391e586a5293eeb65ca283cad7a5fc4144b52182aa15fb01848a8118c6c1e +size 13288 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4564).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84a48669ba83247258201eccd14e7e316f5501b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b420b227cc373364930fa16a0324d38a18f38a59de20068e814db0080289dea +size 10792 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4565).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c70f8daa4ba3f88d46925dd4e6c4e8412245251e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1308b2c3e274b627c927c26bc041ac39efc004bbe00875a3e23745ab35b64554 +size 15832 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4567).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dea90edf401132374531afd71badd95803913d38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b37af9f236157282809cbf6827e6984c42f22d8146f4114c3f170c9fddd24c8 +size 18482 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4568).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cce940da7085bff19c7e68bef6ab35478f43407 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f890394205beb2c631d92f60e21a03f4798b08f76302a125cd3cf25246bfb77 +size 9937 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4569).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6d16b4f065797d3ec6769cec5af8319daef3f28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8c92fef13ac95ed012b4766dd400995c922c8e810a77ed92c86bc6f58b0b3a +size 10618 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (457).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4551e187ddde640ba3950af08405aff3975c921 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ca250673ca8a2e7bc19bb83c3ff9e91a7d77fa44b715759cf21d5c59beb192 +size 16103 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4570).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12b9118d30c0a37039ac338930b98e036790356a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edfb95f22f2fa42cfb2a7998a6e38f32f44d7b7b6b72ca20c879160706e5e34 +size 8477 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4573).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80dcda16a3b90cd13855bfc9a63ca6562666cc76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec577bf657fd84566402875a66ff20d0f3622f712f90bf52890873b10d1f64b2 +size 9752 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4574).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b51aa1555616a45a0c13d0c1f4bb88e2d76868ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be9a14c458c26815efb98973101fb368dc7a4d3c7ab598c1da8e5fbc51164e0 +size 8343 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4575).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..045c6188c3757d2a76f0016b84f1f3c476e60953 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46486c158575815b2bdc124df02057240ae9e14d6159b2ea3fb65510121d25a +size 9486 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4576).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d06e3cf83541586a763f7dc25682ec851e12ca28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08462c3957fd9629ca5506c820764f6c61bf41d8ebcc33e5a8763ac90f57462 +size 16701 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4577).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a765671e401cb7170949b7891b3f9b5a27736829 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb17870d344cde5cb9290a26e890cd9ead08bdda198512dba10a0dab0be3cfbb +size 12925 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4579).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fca7b52b79d2c3f56e6990271771a22dc072e84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18daf1c1f719851f70ee860185c69d650d256d76febc4946ac82492a1d4d83f +size 18409 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4580).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a293b0a38c3c9c69951e986ca2154538eef05e2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4b5c92c951cb8a92cd763e9f0c54f233778ab3c58f78fb355aa32579088b4d +size 8192 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4582).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b425453f13d5b09f33a9bacbf6de5db0f204a24d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03dc601abbf30a8cdfb1ac776dc43e744b0a9461ccd57dc1fad19e36d7fa16bb +size 10308 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4583).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c07f9bb94007018f4f37c1c0af7f5ece1ade97ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529f9e61df21a744b5185bc7abaedae2f61543ba665964f8e6bb42a1a2130245 +size 9229 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4584).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1478a604a5f4d3143a37798515cc5488be75f48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f8aab58df29295a579c81da67555b23d6872471e670ce66f06b10e98a44d28 +size 18558 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4585).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..177c88ee2a40bc852b8f8dbde8d1a5b390012188 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5734996c6a4b40c947a79b8357f67cea456d01f2a2f77c0c6f11422f13394b94 +size 20628 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4586).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..853dfeacc256773a1d7771c978dd7acf4c1e3ea6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570809589cff07e89c63c4f402b7bb363ec6de315ba8d1f5f18e5bf23dcbf36c +size 9689 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4587).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84a6e0fb293259756398a5e4460a50836d8d446d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107258588a740a5ec62dadf6848f20178d86cabc55f5c764f225bdc55f0351f2 +size 14153 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4588).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcdb768dfa0f262ba51af124800d4400d96e9da7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f504ef8c378e1297615b0b31ed7192c42356d0c92af84a6f57b9e562a51409d +size 8537 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4589).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edfeaae7caf8e305eb79b4b712cda645e2f59f14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3d4cd757c5bcb80eda15e598e02b620e95c374f91903ab405e029ac5fbdc65 +size 15191 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (459).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aeb90cefb62256028a750be289cc267e3bd1f137 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa0fcfb04671a1ab277f456275ee2fa8072b874948c1d2abc55aa34bcf7b93f +size 9782 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4590).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..669c1abf33c4f4af84cae4abc98381d72cd3eb65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7943e3cda1d9d51ecd0eddb4d58a8300f5d970ed7069bec091ad68834c1d24a +size 9805 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4591).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5070a6558ee678d1ba2c6ec1e636ebae7f531a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29636f940c7643658f10e15748601c055306819c9ef5cb6782ae0a1d40aee7c8 +size 20999 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4592).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9778f826f3fa9be6bf667b236101dec708848e94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f624282f894cb15cb18e3ecaf45106bdf1c2c86fa747415a50d3674756f1ed73 +size 18444 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4593).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..861f0a55b0889a290f4552a4e260380c714cdc34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d3cefce27d977a9d1a1d4466e0628043362bc27769093d3efc21cccf57c9c6 +size 19021 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4595).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0362c5a7faafb4769f863c22aabf9d2d1fd4d43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f12723ba3a47ec4b2793985cb6ea31346d2c7c58e8229b3a6821ea57f25962 +size 9953 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4596).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f3ddb97e0d3033dc15a2110d960c3f84b5325b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4c73b4ea20e98c398326567f4adeb4cb81bf4819caf3507ecdd3a4ef8c00be +size 10818 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4597).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1a457a55c6c925ad9520533cedfa7755e354464 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8add97e8208e28292a2c24b32a9125f0470566ba368f8ff4a4a8c5ab93de0d3c +size 12430 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4598).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbac44ba784b74614786afbfe67a50340c326676 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec8943ee20173557550515a13e8d34a28e8564885d8abd6fb90d2aacd34e72c +size 7551 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4599).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..919bb510363343a2bd992d59d4c7f66f2979d6fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d860a0064a123fdd74039cc5f7df7bc7b048421c2eb79ffa904b74b6f55fc6 +size 8699 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (460).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d54e74193d917e20a2fe8780bef9b470f988b3e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42ea29dceb69edc6733e10bb31e33c91b5774589a34a0457fb55187efa0e54a +size 16527 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4600).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61cfb30dce5f18d000c14fce889dc57ca8d9cde8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdf6fb98e6e8df644b5d614b09ee859d088638f41c8e105510cd8464904f202 +size 16618 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4602).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bb857a09e7d21527986c73633f6d67293f7a99c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cc949aad937e982882643b3e14bc2b653202e2c746506ad90d4a2d34abfed2 +size 12463 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4605).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..209ad1e7176fb81a54de0f5fe5097a138c7b44ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ef355a8971291693f79e5c674f671d92e70f3534a18b39c2a9323f64fe07bf +size 18909 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4606).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17357b1a5cd4b5b6dd4b689f86cc53130697999e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15712f74f2c1858b1f895bcca367250377d099df2ffb402d5f42ffeb69102999 +size 21000 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4607).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f1b58b2c0ac76c51a5c3e3a99cfb7dc05b56f26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcf513d6e680651c0392be5fb5d230d842ef5f4bb49db922bc82123b5e50e6e +size 17457 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4608).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8900b69fe74aeb87dbed4026a58f8a0315ba54e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95441683289b434fc8124529246930159c61269a22b840e5d8a27c5fa5cfd83 +size 10974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (461).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..377b30de4d03e22945c3eea5fb3c90b936ca036e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3e3e04ff88f8de1428af0124ce5fa58b3d450b6fd94972ca8f1663dc1521ee +size 19720 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4610).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2925851570a68807c2318a6ee0efe96ed9955e77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51e29529a55c7660ff641ea52946aa3ddee943d2f9c382227aa74401f4ab3fc +size 22132 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4611).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..560fb3d91ec01d859750c818e52df01dcd30396e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2478aae04a55eb89d3ded398ddb48a96367bfa5f8a954cad4b26dd3cbb1b12 +size 9976 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4612).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33fc5b06cf4c510f7d9b562967d41292043eba8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd2c4dca1316df1e0b69ffb2649f8520bd1302f3ac3c07e9532151d7c1547bd +size 14442 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4613).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7eba7c8cb6a70b25f06b0a6bdb16b0fbbfcc1e3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc710f6049bd72724ea6e2ee59fdfc45a4fa6ee3a322122e950232482e9fa27 +size 20779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4614).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73d27aa98a4de89ac628f593839bf04e50a61870 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57127ab8be59797bddbd358b511456d9ef6181cccc240611736904a9b32574d3 +size 10325 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4615).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1491f5130eebd9db8ae9ff224bbf65eb612d6c8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9da175bcc3d9fe4f1c541f6c7a683fc4dcbfc87456cf50ff87908d817c5d275 +size 7593 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4616).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be004a109b9116fb00a4c9da9c57db1cc1b60747 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f7b98402ecd68e734bab547c31069df5f1391cfab2823b2494713bffd0352f +size 21194 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4617).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abb2f2b722df787a70d10966d311e1e4c5b4d8fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e87f5bf42ac3270040330b2d9e5d00889024ec840bae1ad9d0cb5d0efda9d71 +size 9109 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4618).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..848978a7391211a9b7bba1d954fc16ee356bb072 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a43b7ccf7d2894aa312384f7e50f205ec8e295a201cb59643dd5a2797cd755 +size 11218 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4619).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3941f4fc87fc27573627097454161e42de4c2819 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8982ea1e269120159228ef8a6e603672be8baed3c124ddd38882808fb3a466a +size 20655 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (462).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dc50bbd7ed65d161ddcbbc805580e6228559235 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e50652184f24b0a9dd3fb44713484bd14262ecb219c8f1ead673d16af36170a +size 10956 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4620).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd46cf689a22a64d3e927ce74292e4399468374e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41baa2f395968e5ecff4fbddb33165d71b6bd8f5864fc46b201f1bc13cbfde1a +size 18191 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4621).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9e26acdf8acf4cf8ab48c6b3c68ef4c542e9918 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6942772b8452fcb58097791ffdbb35ebef0389ddeb347731fe9adc06014e7e94 +size 10396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4622).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b2859526a69586400a0a467bb50c0f6ec2aeb60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8375acb27955efda953ddafa40c038b17462a359efb0133ce839b8b975ccce70 +size 8452 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4624).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1aed8bf25d0c9de488112a1c0f6e42ee5539e342 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22c924076394d26c8d15b67fed700c74bec8d77c9ff881c34d9fa72621232a1 +size 18505 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4626).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3c06b243bd1a14255270da0c7e667277eec6b3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007753af75999fb85a1d992b28789ed64c90ca83d26fb1e3b9023e6b4f7392ef +size 19188 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4627).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cd872f1e85e05170d1dbcec15ffbb6481f26aa7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8103fe65a32a0d0d887117a7f9103c1368a87466111ba1b893754d43e0b14c50 +size 8202 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4628).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdd93df77915e1eef6658efb68163bb408d06cc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb36530a65df0eec55e09ea76041690d71e0e46594d03b76bf439ed30385e11 +size 18468 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4629).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cc4b77464c478807713a000c4697b9455c1c809 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646e138391362bc927a71d8b7c12e26e830de100b891ea2689e183262eff836b +size 11185 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (463).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2aa2802e473f6afeae73f1a6f7ac152590973819 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b513ffa299e6b9c9bad9fb13fd7a8224781d2aa286ad0ce737e92242f907dd +size 9483 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4630).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6559ff717daf93106266c11e3fe41d3212d6559a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f0c46d59a84ae6a1e50ec9bd741d204669877b3d632242dce858a79ca6851f +size 7741 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4631).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70524f1e8150901e7b311becc8deb5e528a3cd5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b427e94c9a9ab502ca87043d0c1100e83e86060ae6e366cc3ca6eb4a22a2a1bd +size 14670 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4633).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32c3f9dbb545c61be390419762750db9139d15b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5469685e92f491219e242856265d94ae7bff8dd971bd8cf5eb53aa67aa7f57b +size 12025 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4634).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb6046ea4d67de52df2e31f59c8b16e5f43e6330 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d82a6220677b744d47e0ab97652de4798aa976c30f296b867433b3347621b5 +size 8353 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4635).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ccfb7ed162a30790727dcab36b17ef8f1df940e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd702a13126567df24bdcba5100219cfda9eb8aeed6be0cd0f0f150fc7f8a83 +size 8264 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4636).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd1e2f302402e6fce3997fd3ce3de4a97029394b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a7ca59d4185392c3a9e7b86288e7b1335aa838416844ac75a3a2fd7e1e2f2e +size 15596 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4638).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3d3fbd624c45ff43172b709c8799470231c0a8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8110dc075e2a82261c196b6d73a6bb66a55d8b0132ce061c7fa5cc2233008570 +size 9780 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4639).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cce0e6f0d638e2adc92894855bd0c62ccece4469 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7450f0aab551f3a25d104422d828f844c2d0041527d291db34c528291857889 +size 13144 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4640).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c12d2f0ee3998c3caa1f13998de89e70336346e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c687ad7990aae08361fee6ed13e540fae18f9c6c701ab424a2cb2cdfc9b0e26c +size 11447 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4641).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26c73620247b8140a4305331885816b4717c3686 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb74b0747b1f9655cf4d783b36a15de93fb28f3e34111eb9c79b0aa10e067ffe +size 15563 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4642).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d35ed584438e9b0fe536d037fb60a25bb4fd3d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090f993e7d138079628cc77b54141bb39aaf063993512488b5ae7306ccc25c4f +size 9094 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4645).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..902a5837629a206029ab80bcae3788d5e743f756 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d29878abbbf560b47bedadf596bf63edea45746e2f6a7a2591bf7311b865dad +size 8403 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4646).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b949ced22b5b4de27ef5ae02c93182ab83f811e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79de1539157c43e7e3b0973c048aca78855f35848683d67ccbc3b655847209f7 +size 16219 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4649).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8fb81214a3d90b696517c822bb82f9c5a5a9b30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c498b578d25b2ec90afee566c573f24acb9f95673e168dadf139e728d7196e6 +size 10011 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (465).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78f98260b4c0dd17da71a489f500fdc65b365a34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbcce3275ffe003f8a5925b37e58d2ff2aaaad4984f0486c474b1109779b2b6 +size 7961 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4650).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f2fe516efae03e8cf145a94fe12a2475d0de2fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580ca2fada4df8f7e0928206992534624e4cc1a13fa5e393d968163f9b8ea90d +size 12059 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4651).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28bdc2afe73bd09d1fd2c190b8f7f8981e8878af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d37f79b03d4d14a57980eeba98e42cecc77f1bf495dc45529d6ceda60d07b5e +size 10532 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4652).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..feaf18748ddce5e634c7edc1c82882b04b6f3ce7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37563c5de498d58422ad4e688011146e8b314497a62113e9672ce498e8e72465 +size 10347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4653).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f92f3c73ea00d4f89b5ab7a4707d6a8fe582062e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6ba41c9d96a84a1e84e6ee3973d74792a6f80e5dcdb964398092cfd6fc1e8e +size 11004 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4656).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fced49bfb0ed28af5619ffc602170e13b10e0501 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84720af8df262b4f2a544428695523e5ae710ce1583cade76b65848a6c45ecc +size 9580 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4658).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcb42706bd4d1da246d8f73865b055e0504242a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2edc2d7000b8a51988cfed2d3723959903e6e1804c957a6002822b9b776d992 +size 20219 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4659).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..651efb8bd12ee2481fb55d95124948775e38c453 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bbd9ce9e8d730b3ce7d3c9e4954bb2ec4e7e6e61cd4265f76678b26c4e5fcd +size 21121 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (466).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7041b471fd2adee6c60594f2cd11fcc2fe02f8b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29811ceb6c2d1a7cad686ab1caec51ee0f3748267a65621ff3fb0cd0359a73eb +size 9281 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4660).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d30eeaffd978a65d0767f355cabb50f39f54c030 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef369cb136f1608a85c10402ac2d3d5aca13dc2d785cf09c3a6ba090d6a4d769 +size 20186 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4661).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a10efeadeb97b91f2ee12347fe4b01795fa28f3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4e15ac48c4a540034be3bd95d5c79b5cffd8179be0ddbd5823f72d2a6a61fd +size 9414 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4662).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea10deeeb54c8a3ab59ac9638e5234c60e4ebbbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1a12ee24a48047656490117f13cad293205e5c6f869e926418e25f2e1daa9e +size 18313 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4663).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..218413f01c61fec346d8d5e588a9f4d5db7e6726 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6723f62db49b98574bf39e8b9afe53b39919f5b41948796fa0e0d6710726d794 +size 17197 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4664).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b03db7167452d1cb1136ca50ee69800b5ca6954 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a607907fe5d671e56637f2ada0c5866f35e59fd97be249ec498bd009fe709b70 +size 11601 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4665).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc4c6bc6e57c289d8f356038d8e3e587989e66f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b994eac8917a1d85607c14a9222d3eb16bf8ecf2220e9d4f3904ba8b161b02b8 +size 6819 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4666).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0e4fdd4402acb1903a38731f57ffb36975a56e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fba33bdc81716f85a94c641e41c584c26fd45247e9a7abc6374d4fe87a5d7c2 +size 14671 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4668).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e55aa9e9b15da8551dfb06b97939abfbf549ca7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b03a65414e7af7a1b18207e0923e37acc74b87041aa81c0c5e543f42d412d44 +size 9384 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4669).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c788e64dbc9bc8a86f53bb23de4acf3b5f52d1e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0b65ffc8b0246fd7ee58e4b8e010cd88b39193827eb5fb820ef03b8625bcb8 +size 15522 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (467).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..858789db221c9a98d7db89dbdec31e48127d6349 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7569b27460f638f648e4d2574368d8c18880c93639e1e17abf2c18c809e0fb +size 9064 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4670).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1391b2b3308614e0e4fc49eb22b19f1a8c6ccb21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d252083cbf4ca4a082c0c1c048ef243e624dc66d4c03e901d61563e7860d7f +size 10407 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4673).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8a8319a874a43e1ffa2c153d3a7ad0743720b57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c492cc4a34a3df737d09cbd001f8d6c50220b16e35658067c18d388a3e822a +size 8990 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4677).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3565681a1ab4501427a812a30bbf1317b58c1b85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f673569fbfc198226ba71037fd473962926c7e17017140c1273237743510ebda +size 14824 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4678).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3d0be8ba0eed242792b0810b3768ffca6978e98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d5c94a1e58535060ce0dfe97f6befaf78d0568c8f7d1554ce5e8e97953ae07 +size 10657 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4680).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4760610f5d3762d5be904fd00e3adf78bc8bbb5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45089bbde7e65644004cc833764e482131072636445447ec011797cc09574b4 +size 8910 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4681).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a9c1a23a9d9b74046a58c0e87ca366af4ba30a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91779c27618511b594a2319df83fe7d026d717b046816c853030c6212f1a90ae +size 14737 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4682).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d034432406110ad104a6f6b61ffeaa5c8aea2d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df744001a8862940ade95f9c61b33c83310de59c599a4616a9a6f11832b7601f +size 7249 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4683).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3de2b53329cf8cfcca0e40b65a15a4f43cff27b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a407d798163288d9050addfc1ed0fb039605fb82db5b824309a6bb57f8883391 +size 17232 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4685).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd0315ecf55729b909cca18559720ba0f6e236ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887553c7daeedb1a37b57ea9b30678dad68fb6b063e2f2bdf3b1c46f6d219e80 +size 15747 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4686).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5b8ee1b3ba73f510ad10404628a0126e1f36c1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800c4533dd14a564dac804f141bbda4eadd8d50d684c162114f71e574ce96a82 +size 12819 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4688).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..daf84318a7b0c4d35795ffd31424647a23b774c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0122ddb2baf437871562c28e4c2afa99ea33dd46c61e905b19cdcad9de8132e +size 13551 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4689).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38ac0bec90836cf829f009da3e8ddc6c010ef6d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f97584b591163b9d9eac9ef861e9ec91558aa1e1555f5b0f2e1b4f919c63b73 +size 15136 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (469).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcbf889a36bd55398ce38e02df2df9928d4be714 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085c80452ce560deb068af15b2d3c4e994f88e9674bc4ec6801e12d09600072f +size 16943 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4690).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f5396f4cb6bbbbe4fd09a1490a0ecb09e0a97ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b1abccf26ef5e3c8cbad56bf59e01a15789e71111a7049c2c9e162abc5081b +size 15211 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4691).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddeec5011c05f242d20c4eeaa0034c66c9eacb73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7904e184190935f807a0b4174747d16c736d059ee5c362a1be4152f8fe60aa42 +size 17876 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4693).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdd5a613635cbb3be2dff4ce9d5305d5e16eee28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be90d2f0767f9c067e6375e5a3f1d408878825b5ab4ad4a54f65b323fae50629 +size 16862 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4694).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c63d0edc3f0f36d58b18511b6b00661c444f3359 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee850f2702ea631bef8ddc6983b5e797e728146ea02d15c7e231d7c290cf416a +size 16822 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4696).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2ef0728ed26099cec25de59ac0f4cc7c09f39a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030bb04879ba48bcda81149db8065ffb59d3a42b5e153fd86d65e5f4aba05313 +size 15787 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4697).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed70ab70838dfbf868566f618e9d410df40b727f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f296428a095ffc83f09b0aac195db44024626beee1c3a1f2555a78d126f7170a +size 9191 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4698).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3214300e78a23c0b6e3edf8f6f9294e2d05b8ef6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a39a0721ccd6e076e31b690d7747feff8a2606e571da773951a65af7649acad +size 19343 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4699).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da48a3705c623e3dec19f3ce73bdb702a4a7d32d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719ba38833520eeff213256f61b66043e6a89eed5fefe4e25eab152adb6597d1 +size 20912 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (47).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (47).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0983ff71b94750a5749416abbfeecfd6463c151b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (47).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db8c06152a172b395d23ca486fc29ecbd249299d9fd0d6ca8b408e6a5340c89 +size 15230 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (470).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e30c562b26575104213c0e7baba8586963921037 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7ea37157253da6b79d39bbae17e023979d3f8a4f45195899f1b60a538006ce +size 18202 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4700).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5438a66d08ff3f34bc2d5e208f17237cda140212 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e81dc526f67d9818641ae027fd88ebbcf9c6eb81a2ac32b7ee9067cc2e17e49 +size 14866 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4701).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82276a7942b581379b9d409e4624d4f715092803 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d304d410121dd322cba28a95569f08cfccb93d40d6def6ed9c2f785dd5a9099 +size 20315 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4703).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..269afdfb6420d8c6c35907ea4ba7721425c1cbc9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d2a95d1796722b3c7dbcbfecaa89f6d54e0625bf71d98be8815593bc28f20f +size 8868 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4704).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c70860e92a831986c261f0af30cddac92e9cd34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92201218e0d426650c70bf901386e5ffad66a0d3f80eaf5840dffae5b73176e9 +size 17124 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4705).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f66547822502e30d1f4a24e119fc9260630b31ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94682f3ba75825dde574e395e99c34ee78f439d19d6be8c966c1df8842015c66 +size 17672 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4706).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0742b2c6f67fa2d0de7a0e30d1db63f761d24e35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed4114a7ad35b4f0f18ed53f1c217bd863394f36e9f97b464606f8cbdbc1ef9 +size 18294 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4707).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e439d13968adfdebeaa8ca0dd6f38af5d13fa8b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ade59c538a9014ad5d1b923aa4af8d0111ae5dc4fb3390d040b2c3240bc97df +size 14486 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4708).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb8aebd56edc223119453c0ec436e31d5cc5f5dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65da0505c347ebc824cb6a7fed9f36bf4d3765698144ae7b31d29e5838baadc2 +size 10489 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4709).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b80fb82999534498852fa0c69c04da769604cb3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882685e17c509b9c2282d5076a5efa9a77be0142edf1458c5435232af5bf6906 +size 9810 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (471).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0bcc4b42c60018e5e42e225b212479b942b4c5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09a5dfaefd5156bc3a964f2da804cbc801024245b069ea49536db642263a5cd +size 19724 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4711).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31c978b2cb9d56191814b6a7f6bb4519933afb7d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6199e3f2996af154151ec873f6199ad3196bbdf66ad47c2a23d853f46acc71be +size 14893 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4712).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7307ac2448c7c1d1e850329517e420c25e004ad4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156b7cb1db58d64b075fc5ac35d98013d043d2271373f5ad422f10d57b3ba3c1 +size 14147 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4714).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..942edcbddfccf25c19b0e713e810a6ddea2e76ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e34ac939e3deba1d264cd781f7a9154948f1999b9fb973089e52801d8ee338 +size 9609 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4715).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5d2e7978a52b8caf85d57ad300d10ba54bd5757 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba3b765200d064d0f21097de3227740ef9e4488cfe6b96178da25adc82330f3 +size 14263 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4716).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..434dd3b7c9e54d8987afb6182e68c0ffc8320540 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ecd244d28c643e108a1da839e9e00712c7a3c2a6b1776cdd06f77560ad1dec +size 10339 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4717).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a35d6b8e2e62ab400ddf169e165eea0583fa1335 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285b6586bd6e2edfe86cbb313bb4a2293b2d367551c4baf6600e31fdcb3e9190 +size 9158 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4718).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..973ce36eb378eea9f7197439b1b9bbe72ac9c03f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53e5323645ae86657ed1fd7fe3597ca387a3b369ed5ca431b999809cb41cdc2 +size 6621 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4719).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9689e3903e065d2ff3a77683ffdccd5d129a48fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec299a5e7950e5d08a887ebfdecf3abe99f96c5732fc672befb19f3c00caddb0 +size 10940 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (472).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee1e6d4be55e52e01ef731c84b9fcadbe321e943 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b3b807947f051f072f97620c2c896abacb4407665cfe5c37b531ad41739b00 +size 20873 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4721).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24ab25df665d43d88a36dfc864285f12e395f90f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034356467e558f5329f08993d2dfd89bbd6f5eaee66a4825236e21cc8e58cd5a +size 6440 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4722).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc23507190401199e5a4073bf268f1a4b930dc6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551a76332d57da96219671ae331a6452640542893814b7f1f34a4ab75854e4a5 +size 9877 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4723).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d6caa891aa8ccddc4661722197dd2578d192df2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df57905763a1b36bafae3c0ea88b18026bd0697b10314287b5f7df38cd66e439 +size 10856 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4724).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..300daf02ce5a565a59cd88218ca6cc5351e91843 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb5faacf957d70e4ed9b1b694a11307a9d717d0935f87c40c48694a3bfe6564 +size 11189 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4725).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a50985765c3f223ee3a77a97b86433aedbc5728 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ed6caf9d0de6324c30ced9ec18e83ca2f1e447238d09078cf28485dc5ce6c6 +size 9719 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4726).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2e0513ddc87f15763a5eebd29b361b05ec99083 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b1343b655ac6edca7c9a55c0e991d43df44082dfea4dc76ff11bf9674039c9 +size 18643 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4727).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67063dcb3ff1f3600fd4834e472a2f8eb35cc241 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421b816609b2a1938d51ac06dbce786d055a8a08354b4b7ac952770c7faff573 +size 17207 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4728).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98dca71d460c1fdf4bf740f0fa760e0dbc0342d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27672c7ca14cc9a21f3dca10de0f04f25c08ac34370ebf2e1851fe0a343b4d0d +size 9410 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4729).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1929d513d33dea4159b85f09b1d7cbfd8225eb70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f88f169afbd286e0b5fd5312cdeceaa4c525a41a9530c76fb97a73a66f3677a +size 8333 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4730).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b056be37f372bc04ed067576748d6d329f04735b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35c757d91d558de468ef339534836fefcffae9cf78cb46b5d50161b988a5712 +size 8848 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4731).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d21bcc52506870257efa89629875aee51be252e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c8be1b37bf3460bb899ee5116b379b82f89262989217e65de28e42a2000b68 +size 10548 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4733).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7115bb7535d00745d816b99e4cc52aa0f5fcb9bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb064d8f7bcae517c2d1bda8985259c53ba58e3f774b1a91b951d13b648b47e +size 10102 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4734).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cc2d8932327a02b1a4ff7d9c5baa000ee797180 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f14af77ecb4342836a290901217c1c917c646fee9a460ffb9c8b054c88c98d +size 19516 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4735).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21c6cc63adbdf07491c20f97fc812bfe74d81d92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d48b382f4cc24a1996b3ae6fa25d811bfbb475b4e4928127b1e983c9eb9f439 +size 8605 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4736).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8ca30e5240dec0e14917ef3475e094b3bb44c48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0511f49622ffbd642a6a998e627e913a4d4a07c9a516ed73839c2bb82b4be8f7 +size 13704 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4737).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa26ea9aeec16600660597ed6111c26a4b89d0ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15423cc82cdd86dbc8275439ef28ea13a8fd1ff2b58590a17812d546bdd86e01 +size 8787 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4738).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa35e5d8c371be1ad74c88ebc346fe69a86571b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd79add4b4142c322e1a25745dbbe699707ffe6c70c9a214c5db9928d03b413 +size 17940 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4739).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f524aefd9e1b194707fc416cff2d31e2c1df23b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564dfcced0c7e8279e1fe8cd851399cd15d0debe86a2f131ec2ee51b9b0ecd63 +size 22209 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4740).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..126b52fb85d9f57658d67133db8f1d46890bb559 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae8cec5278afb3bdfcf968de503c9b39cf49ed427e2ca274a3b51725ad9f5b4 +size 8240 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4743).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59f6123d5547d456cf3d1cdc5511bb96c71f6aaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51271b5636decfbcba3c17337fc5ab9348f936eb5e6be3b5e48df59cc95b3fc0 +size 10401 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4744).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d87e5ed912e87f9e83c35f57e95fd865fbf43dde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e82541d5c0a6373e36f632fb71354a0d3d9ab9a6fd947c56b345ccba96024c2 +size 13263 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4745).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a2c71b8a8c3135f76520fa74996e5748aeb51d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f489625f511abab514413f9e00a90aee87793c37572eae260c64f3db605a47f +size 9131 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4746).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60549c13f6210feaeee219264d4126865329882b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21cb7043da55bbf3ba14907205d4737b93bed32324145f436bccc3c8dfe0f33 +size 7538 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4747).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1306b90c5a1219aac55dc7de32a07b9ff43bfd84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89585ede4a8d193d00d601cab5ff263ebbb3231c0fcd8ce247ef2408989e9ec +size 8883 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4749).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..132fdf3aa0850cd12dcf5e517b6f49cba6cf1e64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ca3b6a3efc589d689a953876ae23bcc2ef7a820c51e51a0d608903729917e9 +size 10957 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (475).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d5c11d9f1cdb2c693921cfb213f76becbd26657 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69426f6ba62799492695e469cc98722b9e38e07b2266e15909853f51c7ff1709 +size 10351 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4751).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a012cefe2e85ed5bdbbc666f8613854558dc8ac1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56aaf3b1e186007e13de199e60c4cf6028e1bb5f463932d1eebd18aafc9f7d68 +size 10654 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4752).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e83a60db3cb0ddd35cfa22728430142e462a1533 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbadd76c273ab3bf5c08909391e257efecd06007cfe1db3f0b54f57a3d9da77 +size 7090 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4753).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..232de0a9c4dd0dac4c372930ad17076b9a1efae5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa8a0ea2527d703003655e017d5d9265fb20ead9398c5df9b1be0162d0cfaa0 +size 17399 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4754).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eff61ef66cb9cd79936a6a0e32c62c80bf3d0f19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b586029c07f675605ae15a6afe88221c7a2325d3a4d512d67f8d3fe3c70a2950 +size 14689 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4755).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d087ee8f0791aa4d9415c49b2d8ae2fa94580f9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4463c73f633fd282c3e3b420130567ec6a036d8e61e1a8051c409162b8b8e7a3 +size 10265 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4758).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdde5142ac98c58132ff61dac43be556ad331644 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda5a7594aa837b0a86376cf832d2e2e0724d92db5b16581ea33092bf4251dde +size 20288 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4759).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a943074e358f677f23ed58b877a9e4c409c7e769 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb12d042ed468712ceab8ce3962818cd0938299e4f33493f440efbdd2f7f23f +size 15769 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (476).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..659b455ce15b163c40c0a892e27dbb4dda20241d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b576ce3b9c22ffad56381e4b98cabfd8f7d324cd55d12098347f12d7fbb20cae +size 9675 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4761).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e027adabcd14da1b232bc5f7650f0117db41414 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98482f545940a14a51cb2ffc9c58b0eac1bf04d1f60c6124d1daba5c79b8a6ee +size 9050 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4762).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f54ff718c59824ed68e74f2dc62098eecccda46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe493c9a51fea8d2b0482406acd1fc93f9e72c7a7648a7d57c44a79c3a3f2786 +size 13628 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4763).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cae1c1be7925300cdf7440765c7a5bf2b11909a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2f77cb2c99409bd977e9d5e68a2b9c702c3fa5c04b4249a9493c053e6b04cb +size 12483 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4764).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02a6caeef22bcec93ebaeac1b87d33ffcecc74d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90b976ce6869f418c9cc83138e541ea8010d58f5e555a5ed12ca8b21a392990 +size 16657 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4767).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d572be5c718506223cbb7d1f78d8146f0c6733b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff28b8a94f521ee79484b1990e1fa8799e3663830fd5e2e1b56c7f21bec7c1e6 +size 8997 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4769).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d67870b80d882a517e04f7f9af9c5cb8b99eabec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3569f5cd0ae228a27327ec86d7e9bd6073f96ebd44ef970fc15298c3bd22d929 +size 10815 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (477).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9254b0ee2f39cf1bb84781361fa44d51f5e7899 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219f94571d977c7df97344e07933c929cfc816df49a1ba1f3a46ea44b166eb14 +size 19828 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4770).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82af7c906c196276a6b3ede11fe25e215c0db507 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb757301985651a7f2e6797c7125586701182e4701604bec9b9202e769149ef +size 12143 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4771).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..294764adaed0ce1825fa15cc51260be063903fff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b52262cd581ea1e549adfacaf201cad09c82ccf203204e015cc8b90b4a4969 +size 17112 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4773).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e89eb587a08a961d3eefd712ba0e592a3af76b40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e527455223f5aa6c896f842b00c8789656ecd3935c987e95b18239d04c4225 +size 8484 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4774).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1943295d3bac35f955963fb85639a67834e9c913 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941359a6c570f7141ac13413dfa5d0ad72919e06b41912e4a395eefdf2d1f038 +size 10577 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4775).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..595611f9054986d98d3e1de374056ae5a30511b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50089924b238de4b4f5a38de88d9bf45fc29367d3368c77fc2b7e789eac5158b +size 10166 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4776).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed1da06c9bcf9ee58911f374fb5d2744e30a6133 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4adf4586003d0e5502336716d5e40447df0d5fbad51f8ac12a392e6493a0b2d3 +size 21086 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4777).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0765e6e679aa0ccfa797bbbe0303946d2baa7702 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771467970853ea34b86eb04b274054e6e33687cc90872d80c31e524c178c840d +size 17639 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4779).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42d1a8e7d62ed3180583b568347b96e466180747 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4e7e5c36e01fa350d068f42d666d9723e4f3920aee47621b1eb9aa9dcac5fe +size 8552 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4780).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..571664bb469dd4f00dc2ff4f5f34dcd9b444dd2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0d6bc467e9689bf85404cf801ff4e3c9a0777d8b7d1d0a793fc2e6b0cd5bfc +size 9920 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4782).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ca544d0a480c7ee0142deea684f029f4dd2a299 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6d8caf12b44fca237781dd0b19e3cce3ccf1f298490a45f530de1db839d6ec +size 10511 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4783).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fa93ac30231d0a89d3842d6279b5903c5caa1bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b19379936b75b5901777805071da6beb7bccf3b1d8689d272c6cf715f58842c +size 9781 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4784).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..282fdf120397098f2acd5b82508bd3ee5fbc82a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38556fc6d4cc5ab11b24594f0d0915cf062ad4561ee4ab5431f8b4da361fbf84 +size 14520 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4785).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4785).JPG new file mode 100644 index 0000000000000000000000000000000000000000..948208b7f10ce16feac86fc142271cf5082a4376 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4785).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79dddd4e882bc692091429a35eefa95c1e341a45c9e9e34f112a4cdca31a947 +size 20960 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4786).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef3d410e3be2aadce388aa6e0d765db75bc6c974 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d7c9bc859765b907441044eefff59f285d2037acc6445e05d6ecdafce0ce19 +size 9793 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4787).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64fd187e757509280b399a780273b5561f1563ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30c2ccb5fa41fd03d6812f1fdd396166c9741ceb4f6e79e8ca65bc6e2a90eb9 +size 11150 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4788).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5b4d8c0f39419469f99d486b2e4019fca462630 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65552d8977427fb09fd562afad69d69322ba4a01e6a096b6e7e4461bd2b2819f +size 14655 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4789).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1974998993d75b8e1f819dfa7cea7743d0db5c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ced7852179ad7e3e9a62b387f21f38ffd54a25c3c28cac85b1458f0d622b466 +size 9633 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (479).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1db43b9808bb09eaeb04992db9f283acf66984a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9159936f5eb9cac478e19370166b5766c12d76a37a9cebeeef9bab1dff0e7e15 +size 12260 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4790).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b2cdec013e1fc92169235d3019c20b17181bbdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a8c528712a5931ff7e59ea160ff87358789c9f497920da0fdd27dc579ce807 +size 16254 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4792).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3abd3d58d1b039c5110782dc64e58ec46fab1e84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d70ab5023082f8b8d951d8a8b229d50446b5c534b181bc6d51a45ca6a49452 +size 13318 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4793).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b89fe4bac94714a946094451c74c7dffd1804d93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fbb2d8675bd5ea991a9792efcbffbe434379c973ac16e6f029b1f1ca1b284d +size 10347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4794).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4b17a82c7b1173a4d45019b8fc6004c53142816 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f376c70d420f3ef52b52610fd5f8a341560f923839097c1d80f96db1bf5b5bc +size 9320 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4795).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2beda83a82e3c6c6bc31c2df50b29b95781fe22a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c07033951c1c2da031033edaf820ed2a073c4e520e845fe430ee8dd0c47fcd +size 10581 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4796).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6362c4bc665732824deab2529db8e6ab77faefe1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d453a95f91c53e2a78e8667ec14be50f1a22eab955d455f68dbaf83f763e45c +size 8466 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4799).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fcbb3427d7fac629e54778b9ffc5dc95d62258d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b80169410cb765588d25bc0524baa75384919af74d53b380e787cfb56c5fbd +size 11755 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (480).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f029376531e3f5fc80a373746182fd8f93df86be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e699bea4a0e9f9f5ab5eef431f47e8a649355a07391de03f5dde9fda773f2b +size 8264 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4800).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f135c1816220ecbbdfd448c0efb304b2881b8d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c470c42764ccb83fe5244d4cf46ce14b78cf52305693216e01bc6a9527df628c +size 14271 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4801).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..630302919b86512facaca6d586b214851d85f876 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c406def933fa25a53c603296c4a8cda92d822c7facfc11b3d43311e40fcebeb +size 7590 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4803).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d79b6d9d51ca48f8cc654c456168b5275b07ac56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45cb78bcc638db71cd93b2031ffbd64f661c2c099a0eb39a9b326a6584f59e5 +size 17309 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4804).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05989afe48ceff83913e9fbbd6f3f558f6bee49d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9182b4960e484c2635081d9cda161393d0cded875a27c38bd4ef09f95340f2 +size 20271 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4805).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46def141b4f2327c7f3f6b9db410286d8ed50128 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204f07121521ca18d4da7a263ec0de96bdeb07fe04892be775994f260f982a3b +size 16791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4806).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f051d97e797093695d3059df409241f73737bee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec92ad53ca1bdd4f8eb6f23cc546c82200ced95e19e388e107994e914cbaa3cd +size 8935 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4807).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c90ac61a1477fab013beefb456308f75144dd50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad1734574d69511c70a75f07c7d23035f735722c2bf3299333eaefb36d8e195 +size 10905 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4809).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5807187d32790df70c8604a9305a964c429aaf50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f6535b855ae61f2ca604c850f5e3878511d9e43357aac6cad35a5775f33010 +size 10108 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (481).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65f87895d3b43313eedab96c2ae01c300eb5bebe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbcc5c125f642775e482412b485401320261b1a1edff66224498df8ee2391de +size 11912 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4810).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec05bf85a3e14047b2d7c5b7feb3d271efb13cb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a871ef088fe84a4d017a3b890cf562b3c0aac621d93a42bfe9d6d90538e4f8 +size 12369 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4811).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0df085645499e65bd9ff3998baa2c51edd307b5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2a53030f784343af6933ef6d106bf42c22f49226fc39202f5f13e2650007b6 +size 10452 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4814).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1142b1c1527a6db8ac45d1d1739fd24f3b2a5ece --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b2e4ec3d571a0f5a83fb2f6622b92967b18b5b7551933cc41fbe96bbc39433 +size 17189 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4815).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1eb068b6191ab7d5dd4977365da5e080e0f248e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab5505d8d390a8243c5a335067cd44e6d78179bb53d3208f2e0aecffec368bb +size 16435 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4816).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e5b5b78494e884af83934151eff937bb7d78760 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1b5d1d8052e76c451401809aab513c0734f8d883ebd5f6c9fb865e5b67aab6 +size 9202 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4818).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a4bacc39603845fdf17d2478ba9968b8bf7896d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43032e5a1e332812125052abf3e5d45bdd3a7aecfbcf5013ba715cb978d6bd0 +size 15243 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (482).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08aa847963fc82a94d3a87ea4bc78a43bb5d196f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099bcf3e4d2d61104d16411a33976900a36bc8a1ba35e54920dddc050d3eb332 +size 12439 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4821).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa4e9f089a257c9118dcf26c95f2dec1e34ae9e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65396a3b786c0372d90c13d6e34c5b5556d5371e140f7e2a5f28ff2f112bf8b7 +size 8429 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4822).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04472edf4712f39c63f62d05f5aaba0ac935120f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b3405d145925a9cdf69f6ee7264732b2c4a0d9eab3eb9d71ac3c6179c5e5d7 +size 20332 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4823).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87dd8e8c5d5e505da353468fae96e202977fc384 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a703c1da92c2f401f6e05902dc0f6c10dbf07a48c0ba14cac558fa52ea858e6 +size 20992 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4825).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..541976067aa7ac00226fe9a77e661752381fe29f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46de291859bb015a8c109efa1a47c4bd0ee6ecd05055d6affbb57f1998bd227f +size 10660 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4826).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88386eaf00b50241d546d7dd49ebdbf304644eab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189e97f86b6ef609f46fff82a673ddf8fdb0b161d3c7037ff4eda6895f20399c +size 7591 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4827).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37c2eb5186bfac53796819b4eaefaafe3581b9ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf9227ac89e67ac61daf73ec12a817dd310a0c77913d77b12574fda9c8c47bc +size 18166 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4828).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8ded514bd3fe0e8cfe2d8c05c63ff59f849ea3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159248c676a92f59c3cb68cd8956bea374a312ea6786373cbd5e5a3e252d9b4b +size 18608 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (483).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57836b1e41cc1902176e266b6006673a99a7732d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b026a2ae19eded9d51653ad8ca7d272768c933dab38b5814b6c22e71162d52ad +size 9688 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4831).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41a679bdce16bebdf03e6ff93e21d796d39e0c26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaf0bb6e48b9aa7abd7ec733f349e377331b90422af55872f93207ea42d96ee +size 9673 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4832).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..140522f9f7c4faa7e3bede5c53f4eae3847c011b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5918688eb158e906ccfe87115b5a7c20e6b08714bcb684b838a300f51845b51a +size 19485 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4834).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4dc4f2cd47b741764f45a4e3b9c1660d1ff0f15e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013284971dbbe6a2cd3565ba5019f01b1b0a6fb5e25f214501aca849abca1855 +size 9348 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4835).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..840faafef028aeb66d7ccd32f91f23d0f8e99416 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a453e501e75ee63fc02981acb72748498f77afb9a1be99f7de58782bc254c50 +size 20371 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4837).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f142b36c7b1b271ff57720843d458bbfa1f5d8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1ff2803b23f112ff265158abc6d4ae23b028ee8dea05fa900d1c9850591026 +size 8082 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4838).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd8bd8e6da81ce30d25df5ab3d373c4d141cd91c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7c65f4ccdb31172846cff2be8bb267994e458009c5ca59c5550ea792f4ec50 +size 11159 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4839).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe00d2f7c25da1599a69dabf0b8460a032028f0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75e8133a45de45b3877b4459151d81daa511432311463c5bea6c083f7d87105 +size 13619 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (484).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25c67ecf80d4da901248029cc452d0afe70d6cf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ac7460766b0707d530acc1670b6803efdc5af34cb34d5e241a094f8adc3c88 +size 13974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4842).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1941d899feee69df236d9a5b930679c18d87450e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc288089470026b3ddaf88616d2edfce866b35f38d02be5c7b733299e776cbcc +size 8958 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4843).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e37ce64d51eb0b91d7daeea3ac091a318ddbac1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc0c65fa1cab5a75dbf56255145b65a3b65cb0bb94346ba18ffec3a4da5f54a +size 11340 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4844).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..403403ad0426657f0fc8777806b4c49fea3d2668 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c83f9816aed82b547b022f1ceb083a099e7147138e3a5d41ed5e4bd7f4cf745 +size 15534 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4846).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27034759f8d4c7eaad62977b6b88f78c6cec5383 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef5c31f2bc6567f3d66c3145cc682fe9ac3c60a18115ac7295035b877d596ca +size 8392 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4847).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de410533a05884f666985513e636e75ae5c655d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5033b2fffda3c7102010aff06e26ccf64548e625a7d254455c8881a09e00ff8 +size 17325 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4848).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bda3439ce68b8a397106dd774168506aef24e838 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df752a6467a414f9428ced3751162f48ba0385454fe656541339c2c8ed5d6348 +size 11330 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (485).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b79eb9ae06b70f466c9bd262e235fce23f70a6f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd52c0b776663b3ff1af609744d98e0e9b0263a6b0618072c9df69341840b71 +size 16961 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4850).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0cbb1b119acbd10a70fc00e87d2d9d73016e67ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24960f58e97eccb83fe094a9ff849fa49032b7778036e4f378dd548ba87d5806 +size 9539 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4851).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d38817f04381be582e06aa4479a3dd089380c0dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6722016a07bc9fd73b967766c0d8be56801539d1e40c80dc4e9cac8161f0a5 +size 16907 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4852).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24564c881eb606ab0f6ffeeb8530dae5a50f4b7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4840b9975a9227066daa81818a9a084944822e5abc49baafd309eef0f448c27f +size 15768 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4854).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb6dff56424ba6b255c5b098b7e55682f4fad4cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cc94194cefb12b24bc3575c7ebd25a61fc565346e914f673b430388e735655 +size 10958 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4856).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4d8de766a4c3a749055ceb0063ff77882de5d70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e220b98a868097d8a14ae2634b79a167c473de154870e9a42e88e47eee6fb1f +size 13657 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4857).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..190e7f92948e886f172e02ae662b16ef3b600589 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9145b5496b59a268912ac6d23379d1dfcf58aa24d938d9e97e496ba879b606b +size 8703 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4858).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..282e2150f67c3d4b794a830193a2cce3f048e8ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c065b20abb3064f0d2b03c9f77c74305c54eb221e3d642b645ce7744e466d7 +size 9006 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4859).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04018f22cb502f67953afff188ac36c471deb024 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cde05389b6d90c4bea67f4d18df316bfc248736f52d32d79adee5c56eaf17eb +size 8350 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4860).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4860).JPG new file mode 100644 index 0000000000000000000000000000000000000000..137dcd0c4340fae3a6a23a690f8fe8626b1cda60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4860).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd61f86461151d1432e11fc385d1920ae2cd99ed1fd378fa82a874f95b8a9fb +size 15469 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4861).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..386e1c199a2e02d010f81fc8893844dbf9430027 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d44304234fb8e38d169220e430ad373257ab0e8848eb899fc4b48a2f52a89d +size 9854 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4862).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..242dfbca907c437382ec2b4203f59bebee8d45c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68810da805c44c4377f90e538d89af45184c338f62b6374a53576b8706d5596e +size 10070 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4863).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6977fa2a00483738ba4fd230c9e7636825e591e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b54ab5d7079469fdb341fa304f0fa9705b78759f6258702917e6ca46d435875 +size 9898 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4864).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29442fe54b28d73be6b392b6ec23739865e5db59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de177c97ba71fecef047c11ef6ac561dfc2dbd16d70b0df1ef0481c66354b1ed +size 19952 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4865).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6de005cc59b0a25e4de229383c7971a1157dac4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a29c207aab6b33ca03122faeedbce02a7e9f232b24e8b01c5c3767fe7c58b95 +size 14964 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4866).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6876b51243691faf87e4ef527d52c53cbaeccf9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83e83fc7b54fb5f10f1bf50165c1cd622cd1e0a9addd24fc97faea49d86357c +size 15850 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4867).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eedcb4dd2e61d2528d0429a2d97341a23f21e840 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7585b196842eea3d92ad493cf3b7f344cc9066ffc73caf45ddc49a4d1802c36d +size 10659 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4868).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..badb352d0b429950598880c51b6eb8d139b46bdd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68410096017eb74b60b72137e1ba7c5d6cddcbe545b3e001f743e132c5c02dc4 +size 14948 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4869).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4033c5060856be2b7ef93b4c060fa29bc1203937 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657cf742e1db9f59d43f7d5c4d5f8db1554b3350cc7584b63c84f6561bb9914f +size 21058 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4871).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38ef62e2607d5c25b3b4aa75f87484ea80351aa4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b29862c3041e807130bdb1a3d6085769c88f19cc36db2647f34bc440f7d6040 +size 16166 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4872).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93d516b151fee8e1fab0f7d88400df160e5da27e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96cdec2569fcdfae56bada2d12b4f2ab5f5d5a19549d07f6aa8885027680c3dc +size 17480 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4873).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cef3c0b790f76c8933138dd442311d1956036ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcd7d73ff9ac95d9cc4bac8f0937522203c3da641f76297a5ba45de932551e8 +size 14421 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4876).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b61a034c57a53c7ad6c3e1e5c8a0585c055555f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebaae6ee368a8f383b75f3366852fe5cc0d69452b3e353aa8fc90a4e1420458 +size 17214 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4877).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d77b5a7a20f8d3c69b4686286c2df79d98bd7016 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e4f1e133d4c079f92ced34ba248da07969a4a3c8b620c3b50df4530b3c7edd +size 9244 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4878).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3a37d5226bd5bfa9c6f7e59160addf4e8e3b9d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9231ca3d8360b018ba97d615e09004c97a1c566f36ae6229b9f36327ee024f58 +size 9595 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4881).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4881).JPG new file mode 100644 index 0000000000000000000000000000000000000000..400554eafb8373a7d291aa1da710c2439b57ce99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4881).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d13dc8ea56b100c8e6a90bef721c76dcc7aa0152325898344cd0ddc22689152 +size 15927 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4882).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe3cbdf4092450b8fcc527f0edc1f2a7513acaf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccb01b1b5f5c703d096e39bcb14ed95b3940dd09fb8ac020454cee3cced7162 +size 18880 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4884).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39557e9e2c4b55c6d1fdcfdd4dcf61d717a49652 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87baecd318b153b7220614bcc94ad9110a5042e45b7629c380d6dbb499e2cff0 +size 20434 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4885).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..212c38f562bcfcd3b886242f3e530f346c495876 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e440e0b2a01ffe653c31f30361e9e0bf304f7464527b6d9356599cc8980424b6 +size 9723 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4887).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..335dcfd91aae36d3c5a8ab9d633582b7d608bd62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d39132bdf6c069ef4165644c798976e82788b040993562f4d476e4b2fe3224 +size 15355 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4888).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4c4d4e1a4c36891e669a2e80ba4366beb04e0a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cf0e178a59338e6c7e57eb650c3416de8c9d0e7bc7664faba0bf54dd479759 +size 8678 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (489).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..038e5996809079fbc390f9190b6e6e5ae944e106 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420cfbcd37a95a00cafa1727af3b6172af5244106f38f6720c9503add673b911 +size 6871 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4890).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..146f015933fa45f951e8dcbb2d538d580063f256 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7fb397768cc05ee8564844d6cd60359c200c79e82c6a21020432158e15b894 +size 10013 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4891).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a51ebcc1ba2eed68e4c759e67e084bb5ec57cc7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd3bd19b1f4ad2a29e236a77d6253bbaf847c9ab02d238748ada2d111fc7b5c +size 19426 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4892).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ea671234dddf40f4ef0532f1330338bf20aa379 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85a905a51018985b0ae1f8a63cb5c621771fe202febda9f7a02fc73d4a30740 +size 13040 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4893).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76ac5b1ee772df0a11b7544df00c268d5054cf63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c747827481514776b18ce1f66e4260890553dc06b3f099701c9b79ee687141e +size 8844 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4894).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..501996d4d4626d7d00bcb4622340d1aab4a98153 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bafcb01268c7c53f4a7adfeb47b00510412bf748cf8ce30955e16c9bfdbd44 +size 17892 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4895).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..daf910c8b6958ccd74425df4f0e17f10c86bfd67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64111ad09fbdb25afbe35b1440ca6845c464c521e9ef321f05a284481bf29a2 +size 11123 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4897).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d2d4e6670cf3fcc0118ead30261cd675d659262 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1cd4dcfcb3625a318941064be04e78a1793ad63d1069383483c988c17ace0a +size 8813 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4898).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d68c3f26f25435d3d8f5ba3a5d2d1fa1b401055b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b090502d847590d31a83d7fe58108b4c577cd9b54655c7d5700f827d80637d4e +size 20915 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4899).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35bf7c435c2b23e5a153fe9f33a9b4a4420bf3ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2730f835dcac918c6996cda2329a829bfffe36d3c8b24f003531a97d89eb8db6 +size 12510 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (49).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (49).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a91496351614f8a792846f3464176f8e1a2fb563 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (49).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578d476214ee780db2b86db4bd8efd4bddb2ac26d468ba7b2b430d45e7d8201e +size 17218 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (490).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b1a5967831c090862da3916a58f8515b2c83f69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2a4a4d6e39d7d0eb22e19c1fbfa5487bae7be3e6ebf7499bdbef667155a796 +size 12294 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4900).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b477e766e437d473fc7729f7f69b93e6871d784 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e305f56af8c42e1d498eb759211023dc0ec73d347be282cb2a5eeeaa1bc5f1 +size 13917 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4901).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42f7c471f431ed2ef23034a0e2715e3143872117 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342dce833e293616242414221ac7ed844e5a3559ffd3de261db3c9dd406cd505 +size 18148 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4902).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe21cd64355314e9ae6bca711d033664a9e0cfb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b4cf0f4ee3b7ae97a7a980fb56bd24c6009b0427c48db462a440e7c3fa18d1 +size 7899 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4903).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b74587782214011d1ee124bf2fb9f74bfd61421 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1529a3d8bdaeb31fa9c32919e6e2981155afab44aed237e0f7ed259d9e9721b5 +size 9740 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4904).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf5ef1f5cb22d9e210f47307ca2f39b4c2a7f326 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9bde36ca8585c85356668878cd917894789adfc6600e18f0b1a4a6e08f2594 +size 5875 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4905).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1bfc01ea0e53f354a9ee8ab1880619e74d2bf83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f7ebb6d8186aae02ddf4cc143eea8f10b905e181147809e10d6ef0aa3be1e8 +size 10077 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4906).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ed9b3c69286a655f9890cf9e4f0de81ebbb1c8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74704a1433df36683ce040c5a13a94d4c2102e9b3cc8f1425a7b225c5b84d7d0 +size 9003 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4908).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ac3be21bf9099a4131a28d42aaf93a25ad6fe08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c31ad3fae1d8749ba3ae43bb75a896f48bdfaedd1809609bde32c34bbe0cb2 +size 10890 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4909).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2bbce8ad5e7341e45350c50281f872f4f17cddc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b2f753fffa20a94ade3b13c28031cefbecdb23eac0ac3a3cd0ec0ca9c7811d +size 15984 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (491).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7142f5035b8e7ed3110425a4e5c313a7e1588efe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ccce04de3ffda2e43068968a6384089dcff3273c50e942c690ad8d66a7df12b +size 8275 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4910).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f986afb45f5cc747ecbe00c8b0ba8cfa4db7c2de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d954505fc19737c717862c3d77c1e3207e8189f85680ec2c7ea2582feaf1025 +size 9545 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4911).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f91fdd5a935bcb5098677744e9143b7c9ecfaafd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e126afa4f8f98a1d3bab56dd8574d89a42082163d8294cd5b9f28cdd9ecffd +size 22238 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4912).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3f8c5c921637b3accfb0c13516018d3b7a6f292 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34d4f306fed4390814a847e6425bc8215aef96ee77c5489accf19473d6b92a0 +size 10399 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4913).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14bb8bc75db0c32e27d3d77648c98f4d4bbb7152 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4f3e9df391de27ce82cfe8f245e2ddc70ae7356b4c262daf91d11469cd90bf +size 7456 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4914).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f656bdb68a5817134e62c79ffd2dc91076d405fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9dd64573ad27bb6eba7e70b7326aee635fbb32506cb5e972dd43450d8f4d22f +size 17132 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4915).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d21d456d4aec44049c02bf210c3c536fd0dede2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6e45a4c0506dc2f4e7d312aed362a5c629ae302731da1d133ae4d9dc6d360b +size 16575 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4916).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b86fdad5180518e5851c3a4d7027f1b49b90dd43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f60cc2b490d9d59917284b785250e6c4dd7ae4ab0fb3f8b72967645cadffbac +size 9980 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4917).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb21ba4276c8a290c4091166ee573f48ba9c9bbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1046a62cdbb03389aca6c09e48948c0f95462b433a68695164e9ba8004d3a99f +size 20820 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4918).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ff69c12e0903f87978fafdf6cc61b3ee19a8422 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887ad12c283e8d40590e464745ce8f23e2aaa030a34c83ca72294cc7eee84edd +size 14813 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4919).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19fc9c904b98a27055de18a7fe3ca25b3f5e7d3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e29904c04b3fe884dd0d129e8fa70b85883cd80f58b67e1d6881faf8d84df9e +size 8673 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (492).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab9cbde34e4c086be9ca1163776b671169990758 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741a157118d806253df8f6691a5676e8f2c93a47515dc02e90a4335f1756742f +size 5375 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4920).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71e98d260c022a0bb276632a124755880f08a222 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ec8f57ad45eaea0b656c54dcd1305291e9be2df094c71a033eb7693dd20afc +size 8894 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4922).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eaabe44c59b45dbba1a73159e3c393d5f775c444 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c286466d68304c496eae24744dba1b929cbc6dff1d7683dc80f91106b6effd +size 8200 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4923).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07edb56f548ccef7486ea2da81c6cbfd8d671d06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9b9a906e65e4b259bf5aa3950ee71e0824a268b470ec3cde34b182666825cb +size 6557 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4926).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4926).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c86217d81ccb9f04f935de3e17ab6bc33228fa91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4926).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a37901f898bf97480019d959368ee980ad14f5df43309042c50a18f1a05da2 +size 13330 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4927).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cbe40fa8b04c4f9a617ab178377cc44beb080d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5beb1396541668c232dc881c16a3252586ffe94141ea2d7b9550ff00afa29d5d +size 10576 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4928).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cfa8e941249c9746fe14151c968ee5ed8016a93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23cd1dc934df90042e6191769befe6e920c25f73cb7edecf9172dc08634dae48 +size 20052 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (493).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..386cabacf62749b6bf2e0bcc20cdc2d41a02e7b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc708d9f072b0082bab46a4b21bc61681e364c66ce69f97d7aca1c7272bddee +size 8579 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4933).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed61e39a9e2672251cae4fbce1b4d3c3f693a48d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f73219999ff1eeb91d82352b8fec781d2def2fda92509684b3646b0263452a +size 19119 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4934).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9de37540a56f55480f158c9213956502ab1f8134 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2c94b18617c54185f9332c46248af360e959d5fddbad65d18562082dd8c0ee +size 19579 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4935).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6de5f3930bde7679749f3d054c1749df8893041 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385a8081362759196580ec75aeb8591259a621772c792ed5d7ca77ec4a29b9fe +size 14284 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4937).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a17951403be802f002bc1de646f1aa70e18a234 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd827d2814b23c269f9e23bda720089f4afd4ec7999d27e57f4da0add942d7e +size 19664 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4939).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..577a40ba184af856df741967c668f2deb4c58d1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bad44af95004c6d6257d207785fab4ac285aa92213b462b69aa4abb162ff08 +size 7754 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (494).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29072dbcbe8ac99c500d37812df2fd878c606c6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04b804044769cc43f707f94ec8a47e5611c77e635310e80d8b45553d23c48d4 +size 8268 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4940).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a945848585683bf835b2058ffe4b58ae459aeeb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e69437ff620291132ee787b87e3fd40a0190bc56798ab2203a5fdcb4af61c2f +size 8342 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4942).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f39874ccef8d39edab1a3d4f1ea41a9b9ec02fbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f2621bbecfc4edc339489e4683bd1ef1c42c2d3e0e6f6a68ec04627aaa6f69 +size 20117 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4943).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c86c954bb23d5939f7fd989e34204ea361574ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed9b8258724dfa5c8949d2d035d5ba2c02e0b99c013a7da7905514c7194457c +size 6932 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4944).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52688de24253cf5cdf785804b7c84b629a73a330 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0436af14d81e06dd8e0d947bb0adb51f5c80de63e3e5460b777a27b8c1a985 +size 8816 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4945).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddd7eb602f80529cc928f687656f758076de6f71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b25569f084b8315d674adf46cff709dd69be306cd24d3aee97d375710560324 +size 17446 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4947).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f9f4759c137465b9663df23d0a436d21f2efd91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffedb343dc38fe319337093584776ff4c5e43c7ba1e2e1a2a0c77fefaac737d +size 21369 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4948).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e9c9c31c97cb2ec48652c0c511d9d7000663414 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38ff448318e9d244d26b5c499005ed73ec65b8400ec4fe49928300f09137655 +size 14302 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (495).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00d0541c7c7621764c32592007cc63daa3cd3507 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00543807eb522c197e73f23f9ce97c1f388ae52f8642614fe0786c004b856cd9 +size 17231 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4950).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b07437863bdf895919133ea6bbe67beb41c784d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3813c3bd9909210be9bbd231a88b30f38d269400c29bde81bab3e0ae57c2f5be +size 18467 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4951).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..706e1700d365f038cc2d96b11c1786aa7a5a8404 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4230f1654c92449fd083e885512d31f6b9b4c664db70d138cc4a46d57cfded7a +size 8293 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4952).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4952).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8095f21283afd405c4d70a4e0e84e4bce2ae7878 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4952).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae14c20bfab260d447232df64c9aeed0be730d17e23bf1ae824c9b4645ab39fe +size 10571 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4953).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4953).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2fd00976f63515ee65f5a9e2c073438b2b5bf43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4953).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a20f21e6c8486883f0eefada454295045f9952d389b3c08d82b4fcf060b8020 +size 9000 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4954).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4954).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad39b611e08599b706c218332f64786f5ce90c8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4954).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e877936f4b09bbf65db66d566117d831b568719039fd9ad42acc07800be61e7e +size 19690 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4955).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4955).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eaea11548aed2c05ced4169bc7fc3cd25951a174 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4955).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7586c26c6e72fbd5f69b091c82b1058ec8a5e3a49ff144bc0c27b49594469a99 +size 10483 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4956).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4956).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a466fcd6e0846a886d0f719be2d84112fd34df53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4956).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4e88ea64ee39daefd70b94eeaa5cd4006dcb0d13d27a2653330a94eea14319 +size 7707 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4958).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4958).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce84fc982c00664fe1e36d7782796e30668e0016 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4958).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8c3dc90ce5ef436b5f2596495e52971fd41976edf43f15c4bc0d32744127f9 +size 10397 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4959).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4959).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11625d08fe3a7d7c1cbde43433b56c0917a1aa2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4959).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4188c6dbb5c9945de58ddfa4b14180f39ee7b4d9a0bb296ebaecf6dc84284556 +size 18757 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4960).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4960).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1faecad9d2121cc347c0417a2e9cc9812dd8897 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4960).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2ac7bac41c43c7471b21547baeb343ce74493d039383fe6596033f619c9ec6 +size 13932 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4961).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4961).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f6ff3c01a7f2adbc398d11a99bc3ad0ec0ab1a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4961).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08eba04ecdca3f22eb60672a21e7973b11cbd594dcdff15c3fe491bcfe865d74 +size 15889 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4962).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4962).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73fe98ee822de8bc0ca7c222d9066648cabd414d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4962).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa4a53da00769d87632fef3e9c059e4c0448cf6bf30845ce64b97ace00ddbe4 +size 10533 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4963).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4963).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6dda7cbeaed271b70f038e27df76e4281c6b3cb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4963).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c0c1a40412ce20216becdf40d1a3e93057439a881a3005ce1ce32e00fa0597 +size 10257 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4964).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4964).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13c8073248c06c7d05293a72a3ee2e3dd972ba1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4964).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27281bdfe845d8de2c4a7a751511e4b52aec0226187dccc0731acab5ca4bacda +size 11979 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4965).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4965).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c92568e46eb7b5c4276def43c9bb23cda0e8989b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4965).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba8445e6e53b20eb0b46b8d9c62d55c738432bb90e907a3ca3ba3806635c4f9 +size 18557 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4966).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4966).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1c7f66dbe15c9348ecff19669b71a2d42f32c69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4966).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ff59633b2a90d16e2ac5bdbd354cbc2dac34ca6a0e55ea6156c4f169dd32a7 +size 13203 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4967).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4967).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c180e48f34855a12b86087a6c3dcf9ba703ddcc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4967).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804fe8eddf0eb839171c8ef6fb985cb550439c4a3944f056bb0c06adb0e75eb6 +size 17036 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (497).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e9a1e0f2ad08152bfecee151eb42b864b11afc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5949101ed2e5c82bab95c070fe256a0525666726f6b64a15694282302547bbab +size 10531 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4970).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4970).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20b0ce0c2229dd80a5c8fbcd9808c28238b368bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4970).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94d687e14491c521fd9149c97158a927ba220a65caad09e3532c8a24a1f3bd8 +size 20032 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4971).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4971).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90b0f4c6b4297c0c290a84f22dfb86f8c42bd53f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4971).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3557809870299bd64ee420f2ec1c88992a306e2b0bdc0ec2999a8a6468dafb87 +size 13260 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4972).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4972).JPG new file mode 100644 index 0000000000000000000000000000000000000000..554f2292f7627183f6d3e4f117de50bf17dca56e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4972).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b4dfc8f1a5c7479d28597a161604f9711f9290a535d7ae9ccd37effa52fb10 +size 19135 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4973).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4973).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ec37f1b7fde4f2e49a3c004636b19f1c4382d3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4973).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bd7a1d19d21a8049808a8a05d0731f7ec7ee5043e832e1bfe0f76289c43d9b +size 13010 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4974).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4974).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ff0bd08e208ff390c1fff1e6883fb4088601911 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4974).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b7a3509d719160b826a33e79d44b1bea1113860685a7a15808b2b97fa04f67 +size 9013 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4975).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4975).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2541ce03d81311e8017dc7fceaad01e4015fc1c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4975).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c68561eb935bd7ef6fbaf9b7f4f49f8cce3dcc739e0717b73057b2dcdf19c2 +size 8632 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4976).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4976).JPG new file mode 100644 index 0000000000000000000000000000000000000000..756f4373b700adff00f9e114bf0ee8ca8c593599 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4976).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc78dbddef095102f9e6e53db04267cc1cc7d2b1b5179e1dd131313d31d6c3ae +size 17429 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4977).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4977).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b26bc5346ff0b9e52ceeb64411323cff7d06ced1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4977).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99653d361bd7ad3c6ef3150d8e9f3636315f3151ea644e11419691dd088d108b +size 13435 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4978).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4978).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a150d2bf42df3835a6fae24e18c63d83cdd0bdf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4978).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b1769118e9faab9fe5f53942a73143dd87206eae1b33253f5b39c384db6328 +size 10107 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4979).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4979).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8911c2dfa1fafe87decd53ecd7162b4cbf2abcf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4979).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e26063de3a9ff2c58f551f60b1304c13b6731b7b7bc5aca980947b3cc15405d +size 16736 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4980).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4980).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64fc72f27bbd31a9de9d44a50c6c06167e469729 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4980).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626159d7035fff82904f5469944f4bcc3408ee9ac765656cc49351af3bd943f5 +size 7183 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4981).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4981).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2457333aea118c51ea666bf1bfd9156bb94a993 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4981).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddb83d642f07189316d7452e930b2a8dc7f8052be2bf8fd68b948dda7827324 +size 10854 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4982).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4982).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6dfdd81f4649158d682ce94811dff4ffd305281 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4982).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c99f3225848afa562faf8245ceda6a4a59447b1a545a58990e086287aa2e56 +size 10761 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4983).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4983).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d64ad8e2f17ea79afa0932d3bc80150952c54cde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4983).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593eb0c263ca8b1ead2513123b5f7b72e670fe6a2e05fc4d4a976bf3a9a1ae6b +size 22090 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4984).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4984).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f74dbc56fdec7e1e2c9ba657a501eb76bb6829a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4984).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f55b7c5d6efe50ac97b0d0dbefbd2c2dcfa123861581b25cf52bcb047c5208 +size 16068 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4986).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4986).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d58a7c387479c34b1e106515adad370251aa82e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4986).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64e4b3c076fd566f7dbeda39f651a04ce920386c8cf321506ddedf76b10e628 +size 15879 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4987).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4987).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20a7f5aee9293d6434804919ac6a992b7a4fd2f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4987).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350db53bafa69b71be2cba16aed7f9c0fb0b1759455198c341908d02bf4a3a42 +size 9784 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4989).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4989).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87404cbbb14bb055fbd5b56fc4f13b777e1c5899 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4989).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0918c1fabdb4d4710d9e7ca9767603fe70b133e0a2a4b0a38ca5e13176b9a96 +size 9770 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (499).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b1aa4c0d7944883a4ae2935e0e62b835b67820b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7abcf3c9d04d53be80e81606a05e9b29aece81d7c01d926659ee22499d3731a +size 8733 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4990).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4990).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3f5c3c89497592dfb16fb825c0a2e1c2153c21d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4990).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd89c9baa838033b55ae6587762b1e4e85b1abde5501ac6b745184521d3687c +size 15458 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4991).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4991).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af8796de1b4a7569325d90ca7ee5643391974d12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4991).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f741be9ee8269aded62df0c2349e7ad2479d1fb4f87aeabe01d61ec9196c2f00 +size 8898 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4992).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4992).JPG new file mode 100644 index 0000000000000000000000000000000000000000..338a7a4232c362ec5332016bb4a04f3d5a1c3e21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4992).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b618f92d4908102166c97b38a10b4be4bafcacff3dea20947c83f45760c241 +size 15947 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4993).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4993).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cec74a29f20892cdd330657e145bcab1d4eafeec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4993).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55d7279fe75131a23e7a0058d042708dc5faf51c1fb28d4b139276be581fc20 +size 21041 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4994).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4994).JPG new file mode 100644 index 0000000000000000000000000000000000000000..235ee20e95b800f70207c1681b3023d791058ff1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4994).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ac0d0edc8f4e3963dfaac4b6b06fb7358801630f742ceafad676b4c8b7ec7c +size 15538 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4995).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4995).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68bd57a3a72259dbef841a4eafe957ac2ab23f2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4995).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010d09c00fe96f943c4336874a0bf6519bd5f6423cecfa3ab4093d76619bfac1 +size 7857 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4996).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4996).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c865033eeaefa5c918da57e3ed44d2cf9827872 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4996).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105ddbe08d15182b99cc7fb865e7252653ca941f5dabdfa16f94ac54624d99f0 +size 13894 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4997).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4997).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c4eb38248e4ace56887b1001f12339c018c6b14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4997).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7040fbec46f6a16c230670af30143cc9d4e98d9e3c3a87114dd09d8aafac41ba +size 11628 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4998).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4998).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c45bd4ebf5ba1423178cc67fa3b79b25497bdb17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4998).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfd2e3d3dd50f3c4a1f46e4b8603d2cab37421824758b533eec217017215447 +size 9248 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (500).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7eb926a3b47420fc98acb4680b8a370c10e9b2f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1089925ff9865ee9f9b41c2c0cabc35204c566e13a5362d0b27eb36942e72c07 +size 13247 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5000).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5000).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef015825876c437f26ee7deace367ddbda152518 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5000).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073006edcce7b37486f9265f39344d8e141ba95bad9495da9b80da59b0bcd5d7 +size 19517 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5004).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5004).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e712f8687f3ab33ab3458e49724dede101883ab4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5004).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8256ac1a40dd053d13169a384ef1fa865da620b0114eb6134afe268a9fd9ab +size 9942 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5007).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5007).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b514697e7a2d27da90eb729fe1e0b0c1ae588782 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5007).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcae3c90efa23cd24d431a1df3e0c5fdea1ad0f8ebd30a89ee5f377a950cc7a1 +size 14631 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5008).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5008).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88117e623c03bba81cb2cca21260027aa47ab4c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5008).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c78bce9ddfa17dff8a71486e75d5f31c8987f67047d822ed85b0d28f77170e3 +size 16103 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5009).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5009).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7c39681c061ee82bfd05266e5f908efd8300202 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5009).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b232f196a54713194788cb9eae29691ac67a75e404d97268c3af18e901fefd12 +size 8851 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (501).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f40c5c50cc576625899bba2dfd79ff2849f1119 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcee2160be260adc7b524b5dc4768535f121a7d82b5824acb010c71fb8278b86 +size 15574 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5010).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5010).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b63c41c10a8a8709f210f6b304fbde2be0626a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5010).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e96ef15846dee85afb66aae2a8897910dc1290a796b72d74fb7295583cbecb6 +size 8375 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5011).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5011).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11ac94cfed071197163f4a11feae0aab65c48a47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5011).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3325d33b1eb80cb6ee4c24344c17634e9df67e9df798185c6ee2cf37ec0ee4d +size 9945 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5013).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5013).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68aa535bf9c740c517e41d0401b9ec80c334516e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5013).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cf23f341d4590bf36383f07b31b913657eb50d60a46baf1114c5211131e8a3 +size 11984 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5014).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5014).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fafcc779d01cb70a1787125e4702f123787221e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5014).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7d3173bf998d0e5a8acf552b99cc9928547442e33e0973d68f66e539e2a9b2 +size 18465 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5016).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5016).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65ccd10e12a8972eb7255218bd6e439e605e9560 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5016).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774663d69f6b89464cc02e992b0c36383dff2067a0e0abab996b48578d3affff +size 10137 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5017).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5017).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ff94df6651f2260920072307b666afc8f662335 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5017).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60fccab3df72b832ba40c250209e6a188cd9c8381f9b9dad0dc8a8d3296d8ba +size 20815 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5018).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5018).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b0f96de67674f5ca3aedd2a47b05fd05d4e3aa3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5018).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f44548c7f33f09349e760c444019fa4545f6f80dc61a820aaeb9c336cf6cb78 +size 10532 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5019).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5019).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85c34f61be91351ecc3213b0c3209c0d6d6b4e34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5019).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc21dc81ec4b6f1845440d3a262878627ef57b0aa57506c2d0a5f46cfa70cdd +size 7848 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (502).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f15ad65b26bfd06b714d575ec34a77e564a720b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179ce4c6eeb844fe4993c4a8db74815060af70600448e5d1d24b53c844c10160 +size 15041 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5021).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5021).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08d669c13bdfaa9f9de6e19be4277c2a9c737aa6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5021).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7576f65ceb8f2946ca88bdcd30fdcf24407dee3dfa5072a6852cba2519cfb1c +size 12818 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5023).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5023).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f8f1f44200e727eecee9a5c391612ddc847050e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5023).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b980c3cfa6a6e882ec288868b63e11614cf72ec784dbb90f00fb6dab0ba58fd +size 9471 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5024).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5024).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a114c663d212dc5e84427c3c4bd27af5e4696282 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5024).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a62b5864655d2ac7a3306325038479ae45f2170887477cfb9e3c8820323436a +size 11731 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5025).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5025).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66d37ca7f2d15ca6334141dfed4e42ea54165baa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5025).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f2722678c7729f933303f24237b4c8600c3323a0bf461b83f003d4471cdd42 +size 7549 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5026).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5026).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d17140ca3d4ea4d5a1409b333c6c706bf6dcd22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5026).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7ecf55a9d1b40a278f1b63fe4aa83af27417913e7db118fdebd3ad0dfdda07 +size 17094 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5027).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5027).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6fb353e766c69038299134a0d4ecc11c9a17d04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5027).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d57b3db10ffe7cf10f0700ef4673fc827fe249c3e0f60dc2795c1b6f5a9fdff +size 9071 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5028).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5028).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa6c61324776351999c236df9202275f8de168dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5028).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5e51106d68709fc7d6ff9b1c0dd2f588f24cc5ff49e00293cf10a1038d3020 +size 17449 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5029).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5029).JPG new file mode 100644 index 0000000000000000000000000000000000000000..509197184e866686a60a1b1de7ae8a0d97633db2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5029).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f062a782e8ed6f44214ece0984f4411b57b1d855a5dbccc348d845016c255b9 +size 21447 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (503).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d31544edfff482fcd268bb706e43f606a1e09bca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348ebcae77fab992c6e4b2396c28f0bf89fa1428f1acddaf03b9d5c7bd5a9e88 +size 10919 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5032).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5032).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71eaad7e19728a5760a4ff2c786fab50cb90091a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5032).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503d6fc2dab1b7e52fd382faa9caffae8a9a65cb359a17b2b1f1619747ae44a0 +size 9270 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5033).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5033).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6dee8ed8d564b88904576c75a6a91ec72ae805a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5033).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec57e0e4f52ab8f28f4078fe92ea37d23ae29b5a0e8cea56655fab2f99fbb6b +size 21343 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5034).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5034).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8bee8de7c8b9d861ac30777b101e1a0ee773856 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5034).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d9b0eceb5e0516618bd3fb83ea108e38fa7d8397377877c8697be8eefa3e76 +size 7206 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5035).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5035).JPG new file mode 100644 index 0000000000000000000000000000000000000000..716b906b2730f19ee387ae5c4e3028602f963ada --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5035).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f15b613feabe33c809a778d55a890398832b06f9daa34327bdfe60058ce652b +size 18668 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5036).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5036).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94baa6f86e092cd0937ddb4447244ca66dfaf72d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5036).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d65133b24fd28e20060e96f15b9d57241ca20560e483414a7d622700102c4b4 +size 9791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5037).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5037).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7a10a9464014b2a67ca4035dfce0e376fd3ff5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5037).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451ad48f80bb8e97f94dc6a536ded977cf44872682618afa1d985520af26340c +size 18814 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5039).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5039).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fcbbc1728fde6fca045a1daa701b8e5fb1f662c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5039).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a86dbe70da86628fc61d7007a1224f6bd13f7830f9a6859ed609a9dcccab7f +size 15511 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (504).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f51dbf78ca395b2ffa5692041e57b5ff2a57cb53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cc1745a08f89f7402212e88d5d563cdf6838232399683b140f153ef642b180 +size 15490 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5040).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5040).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb483144dad886dfa5e2a902cf45299dfc7f428c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5040).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7e302ac703c4150df846595d731ebf45e064f79f97e785cb4b0e0d9b10f58e +size 9175 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5041).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5041).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61cb7a89879b2a43c4a7734fa7f916cfa1d32ce3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5041).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50281f133f512fbe01a75975ac0dd1e35a862b060bf79c521dc4bd674140f7b +size 8191 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5042).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5042).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c95b9afc61f9d5faa8a80b6d2b2106b062be53a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5042).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33406faf52a0a86a6a87ca69489f72dbbf4ff7278c4f33377222e2b1f6073b01 +size 15070 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5043).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5043).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f25ced286dd77e4b6650bdc1237525559b4ea8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5043).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bc6b396ac0fa61bb5f540a52f3ba6f373d0afb796dad423a5dad17f9876a2f +size 9736 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5044).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5044).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2f47fa78d0ce4227afed108d4d42498244a96a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5044).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6452dd75b3ac70a3f1c3ca7a3125d03b2160db8a0ff2e361a420d16d0a620308 +size 9050 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5045).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5045).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a26e369b1f68662cda3aa4a0323e5eca07b6e827 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5045).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f5251e4cda655f1d231f7b8da57ae21e4c9c69687faab93b631548461ced85 +size 10204 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5046).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5046).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1cb6f3e2baea19ffdb3a49a45114f7e23cdec12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5046).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47f48fd3c5516eae85fd6d1c6f4ea10857689f7bf8086edcc38571c820e0449 +size 7566 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5047).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5047).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e608c286d4f3c362968248f9b26fb79ee0fbace5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5047).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccebca7f2a10d495fdd528022c193aabeaf84a354b959dc1d92ac672a8f33f0 +size 9689 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5049).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5049).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea8e42b6c77d39b7636af1aa1da393f8db892b18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5049).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d59d72df308b2a34212301cdcb6e9f4d8229509632a1e273bef4e52af91bdc +size 18983 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (505).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..595735d85efe5ffc99c45e2ba95843a01a10c439 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7311d6ab60629a453639d8c4f4aec192ee4c3874daebb8eed194082f5cfcdecb +size 19226 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5051).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5051).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20372f5fde9c0a5b580c0ad85db24ebdd76207f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5051).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff612ee5ce0ac9074f244713fc649cf381d35df5121e0d7d6978613c9b6b43cd +size 18860 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5052).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5052).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f3fdb430c409b9649ea99edcf850a9d080f4580 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5052).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95291a09dc89ba420bed0e59f362263a9e2c1417927276323a7db45a90b8489 +size 12362 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5053).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5053).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7742a00cb6ad0536d5e071c451b212892b377e2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5053).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9ee8b69a2d181a15cf931876fc15d57e1791d0138710c17d69add3ea28cf41 +size 17405 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5056).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5056).JPG new file mode 100644 index 0000000000000000000000000000000000000000..489a433164d22e21cea87d237c0d0eb22421da8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5056).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0d56bbf8326483ca57f18cce81492ad825c99fef0577a95ca15724292d740e +size 11696 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5057).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5057).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2941826dacf3c3285d42a21c60a0a7eec41da69d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5057).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6aebbe9ff3c0f44bb7bf57d89d437b071a66b81a02373c6bb7bf296b8c37f70 +size 18038 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5058).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5058).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00078e928a3c8039aaac3efe6ad00bd3ce243b0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5058).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cc09c8194c686daa723df43444da3d2eb47e789ffda7c8e12977e7b03e862a +size 8351 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5059).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5059).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1621282fe220d6b9876cc80e9c28767d82feeecb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5059).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e71e6e98776aacacbff7956f0bcaa10913e705db3ce998b73dd240e10ea1551 +size 15000 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (506).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d9641528aa767f9b8237388af4f3d05eb4b529f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9779e63666a0aacd5a3bb491b57e99e7d286faebf365ee53e2c59028cde69cd +size 11216 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5060).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5060).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f95d7b89ff92719b33ede1fa87bd312f3c31f6ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5060).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3481b90457c205dd989d265721cad2893c51baebda50cf3048b38f7439926805 +size 12851 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5061).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5061).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bf3694866f1e37f165b6482c14d478e8a7be651 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5061).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318121fa25e857c366be457c881cf9f43646539e75ade0f4143115544f56deb3 +size 14447 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5062).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5062).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e7446954096a116f799aaa1d4a968edfc5a6222 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5062).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358839f18c8acdd999e91e9498d4f023c29d2376cea8a409dbbb4a4de89e04bc +size 11733 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5063).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5063).JPG new file mode 100644 index 0000000000000000000000000000000000000000..787c4478c589b6df37db068994b7f29316a2e7c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5063).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04de93de9c3d0d46463a1f0ad05d6eb32aa235ed715db25f154d47beb469ec52 +size 17607 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5064).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5064).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d6efb31ac52b603a78899a28cac9f0e86d55a21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5064).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05efaea2b87d62a3829f5b44e83188668cfc4dd6de527414eb01a544cfeb4d4 +size 14116 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5065).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5065).JPG new file mode 100644 index 0000000000000000000000000000000000000000..923335b3f9d9f890b32bff8fe228599004df8efd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5065).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e34c6bd8dabd35288ecd55a36a0a98f97073cddda0b06ae5e336d0b147508a +size 9612 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5067).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5067).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee814f16ca3032cc4091093fce9e5f9d5465205c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5067).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb884703cee68680a3acc6cfc95f460f4472475b827b377797f3d880e6efd3f +size 9202 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5068).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5068).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0352e81d8672858f1839c8d49ae53ab4768eb65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5068).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca85f829bdb1de4afac18f0a76974e66e5ea4991e6039bb8fbe533e25458acc +size 18689 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5069).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5069).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66b7e61e59c1db3168bfeb82c61fd2fe2a62b1d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5069).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9272351874e6802da4482371bb610d8fdca79bbfbaf68445b491e7c3b77d185c +size 15073 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (507).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b5b734fb493854bae631eef7f15d070b0b2cfdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187b1a8e4ee4d6ad08b0f5a6e1f36786835dc6a72cb6092868a369d0d6b5256d +size 11280 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5070).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5070).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50ba134e62002d2f3ae234ed550ee90e292b6c99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5070).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf42816ca0c5bd8defcbdc650d1ec27fcbb1a45d3b5116231ffe9d1bd999b24b +size 8466 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5071).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5071).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29bb0cfa6daa9aefb308de3b3a4b268d71d22c6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5071).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e8a27bdcdf8c1e76551f513e9947e91c389f9d6dfd164604890c0992ae0733 +size 14917 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5072).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5072).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8813a340d667b043d616cf10ea531bff7aaf7bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5072).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34709c0fd1c80d524a09aaae21d4e5badac77584b3582649d01039ab79c1b8e8 +size 15169 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5073).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5073).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a64fec52f92fa2ea3a883a0cf422e7068e2d472 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5073).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b68556a669a94dbac051d588839f1a0b680494f0bd6697e1d7d483927611fa +size 15903 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5074).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5074).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a0a413c6b4241c5a94b43012450ac33ef22ef94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5074).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80131af1713ca0f2656bcea946b01c2b2e766e9117815df42447b346b55e427a +size 14053 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5076).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5076).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0e78c4e479250a4115ed2ac2d88f4cb175a2867 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5076).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164f3280ea4830fc590d4048def075304d2621972b66a02a5f8283e0e1671986 +size 9359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5077).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5077).JPG new file mode 100644 index 0000000000000000000000000000000000000000..081227cd95b21be9e555b5803dfa05e7d37ef3ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5077).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504370b80a293db670991c72308c95c66fa9077723f146a4ea0d75e65c983a20 +size 17425 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5078).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5078).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6aef65a3bca9e965f4e4fdedccf98e28fc650d05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5078).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55ef7f6fd1fa5a0b5b67499512e50664c1a685a76642f04ffdd47c1a24499a7 +size 8864 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5079).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5079).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2f2b5d1aaec8a041bee8f45773ee29582529fc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5079).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d603e7dbacecc217f68669e46312b47ee42066367769b68816770b30a8293a0 +size 18019 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (508).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6144d620806cafa56b1e6fb20f6b283dcf245ef0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008c4b2083d534f789a69861bc42a7191ea61cff4b3d6e44d3be102602665c2f +size 19208 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5080).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5080).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46be05bc125780dd64853e9029e73d280bd06136 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5080).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22053b8c31356a62ef584916d2d71f04a40c845303672e3a211e7dc1daf1f101 +size 9502 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5081).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5081).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdecbe237c175c4b168ca06d0f366b5018f9a3b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5081).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98afa6e748d48e76fe58ba9d976d37a199321863ac5bde3e3a1dc14f7cd3e9a5 +size 8892 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5082).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5082).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09a13c882bc54ee45c8773b76afd85f1c11d2a61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5082).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea91dc129657b440e47259979a3a0543f92df1d8089cec16904810f2c79f39e +size 9617 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5084).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5084).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf2c8ff6a481afa68f4e4d5a4c933ea8bca1e39e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5084).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafc32c02ddc523cc3df881bfb48531dd9e17b4c2b1d6e73391868db88fc5bfb +size 18525 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5087).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5087).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42ffe908aec9f6a7cbaba9f00ba439c0eb9eb014 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5087).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1142db65a81db3775fc088f21a84df4a3717c4f516e7e29c51d612d430fb50 +size 8141 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5088).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5088).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8cb2f1b8430e22af55fb1f579b7a863d162da8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5088).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4b6fdff12bc25b4d7a5f114bbcf4b639c540941e3b1dbcb967996db9193c37 +size 9836 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5089).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5089).JPG new file mode 100644 index 0000000000000000000000000000000000000000..781f4b9e5863758702d88358984c37becd760463 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5089).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f77196c37fe7b871094dca030621bcbab5033096d9013520523008f9e92c8b4 +size 20293 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (509).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc910245ab47b1843fdc62b023d0e6e092ea8e24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef18a9a2b672a21ede68e12826ef3b092368da9ba50f77b1b862a4088e01bd4 +size 15118 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5090).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5090).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73d84c36c630d83ef449c91f953a964fc063105e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5090).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd3af34af4a37dcbba2f8c74d950e820f283c366331f2a8797564988c86c94e +size 8134 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5091).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5091).JPG new file mode 100644 index 0000000000000000000000000000000000000000..110a41eef09e3b02473a1a1bd139eac5fb2065ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5091).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abe4331ff093d2ccc5aef105793384ccf0517e71cd69dcef9c7aa4159c6e140 +size 8690 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5092).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5092).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e00e00d452455a8529972e7350de89b1b305791 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5092).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd306862fc1a485aa94e6f8bb275023e14d7c8d3bb07d80cc4aa8034f36353a4 +size 8515 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5093).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5093).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f3ca28b24ae81e59965dab18fd79f534fc593db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5093).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfe65036c478ed07edecd73302e72b531a57f5854c802efd8160e454c77b602 +size 20111 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5094).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5094).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f2ae4aada784f6407b80a9f512ab3e797c8ed8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5094).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcb98e32d106dcc76cb896aa34169b3dc1f8504b3951bdc08ebb3d17b9eb222 +size 21962 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5095).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5095).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dde9b015181862cca4c8925c6d51f95a3f4881c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5095).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b468af1d9d518ddf54176308caac98da9e42296097d49f7733d8836a40873d6 +size 18096 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5096).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5096).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75e0debf7821900b8699ff7ef1873625d2a57316 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5096).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94df30985aaab1bac45badc102e831e1aa12bbd33a3468b9e19e6586a2443098 +size 9255 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5098).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5098).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af77284b8aa918f14191069e67ac352e6e271eb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5098).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d13c9408ecbf79d7e6a54371e17662a391498500544f01cfcb68f878aca2204 +size 13192 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5099).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5099).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1aaf9c31ea17d02cb5ebf7cb5f8d78145d127dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5099).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97854380031429aeec81ce3bb8f060c41979a597ad4db4f04a6bca5f33c0f3fe +size 20535 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (51).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (51).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff0591d90e2cf85359e37edd6e7477bfd19f39fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (51).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270c61a965ca7ad652ad83bf6aeca1a8a3ecc6615d142f464acb4d05f023a92c +size 9711 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (510).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37789a8f32d9bd24c62cb508cdb5bd58b13dfc7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a35f33fdf1d5bfc498a876f94c97be51d98f44e837b213ac3841859b86c4b02 +size 19941 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5100).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b745ca4cbca9121e6d90fd777866e368e3d7029 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9377d324fbb0e58b6feed224f070db5a26e116b1abd32218c68653377a1eb2e2 +size 14731 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5103).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec203253defee2564a53e54be8c3dbebd5706718 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1430a44884afaa34d1bea2002046fc97b529e75ee9a6a4bd4490f2e6c843044a +size 18165 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5104).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89906e4a602f06e7c38410454ec20067fb881031 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765bd61b18ccf9ea4a2c9fa793a34a7d5c52cce75b74daf442d3cf128b27aff2 +size 8113 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5105).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f37ba728418c7aa745228ca89d2ccc4d6260c5e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a05ad064f6009568b3b9263abc5e7d0330c6840c84a21ea85572837cf11dea6 +size 8249 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5106).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8cf5e45836f839f0c072fcf87547dfc03f6d2fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6358d9412a33ee60c8d7b9818dccc74fefddc60b9c9f11ff6125856af733fd68 +size 20497 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5109).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1f9d5df33b3ee15ba705214034b2b8e5c154e6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38320003a926df200368aaad03de64566d37fe753a302285feea0e6e11f68e39 +size 14729 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (511).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54337f790e06cc05215dcd0318de30f36635df59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ad60e2cece34fe3f54a0d3baa6303418b358921e0e561ccdd7278905932311 +size 20042 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5112).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9116111a53d306327f77771c288478033776ffe1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e6fab5177d7721b16d87fbd5d85b75ffee5457611fb82bab3f951f2fb596a7 +size 11160 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5113).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c0014bd28aa48cc3b547871cf82bfb30264c70c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be19c89e4c8a737f90e19026de3b2ebc2562f0cbddc2cf8eb84e3fae12ffa20e +size 7634 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5116).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29b83ba018843beccb9e2bf931583c3aba69beeb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11000273b332bd35755d754c4a30b4b9be52d9a06ed4e7f8ab83a7c8357e587 +size 8395 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5118).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d40a863d43ae6738cfc2daa06a3ea3bc212a8976 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94440d473b2fb2d96748076f54eaa2a8d876f52bc0d66d1526ac5b1e1f1263b +size 11872 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5119).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0957c0bb2afa5c52ea4bb94c3f5de7fa61c18b08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27395f296f30e06d39a4f154c0f521b7aafd42297a9284e1f628ef464cdd5442 +size 10955 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (512).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb4e5ab28bb7cd578b2e406e17bd3f1fda7f1707 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a94e31fd6da3bd4965d54dd0aeb3c2a2f22c0f88c9b5fe73870df2c6e4dcde +size 18152 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5120).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19330520efc1b1ea2af634640a4ae41fb5c01cf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a2eddc1de74129c53c187f8f8d1cb89a3f2dee54ccef7ff9c9797bd55d7c07 +size 9564 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5121).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06a92342e6fc90acd83022dcb513cbc9dde144a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29a6a1f239932c637c89f17bbad0edf1bc3ac829d8af11fbcbdca951a65418e +size 11287 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5122).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e859c57c546383acc615afa80fc5e243c569423 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f56b0e4be07a29f90e69a514e5a53601b1fa2c59877ec5e4beb6f6fd37ac2d9 +size 8016 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5123).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b3ec969aa1c0f440b6b0db62e3500248bb7969a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6452b232f555465be4f3fab556725fb22296eaa9a34275f6ffa779da9e736bda +size 10229 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5125).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..025c885c44440cbaf0edbb70cd2039e8f3ec85aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536c93ac4a1828be9cae31a0b6484a1038ca27f7c9b206d6647d11c74b16918c +size 15573 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5126).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bedd13cad712ba348c32291be74c5677a3716822 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c67f5422593d62bde9f6b8bfa9bc87482cd34fd0bad221b4ca2a66ac25dd43 +size 9598 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5128).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e0181f2530d6addaa453db3ee3a9665512c813c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a0a2f39bde7f4024bf1f234a5a2095ae18e2c3955c8637a3fba09ceaa3331f +size 8342 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (513).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c262be9de8abb464a51e287646f992060790470 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71274922ed0facbce13a3b4769196aee20160eba99c5646460f68f9ebbc42c8 +size 8232 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5130).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26cc447339c405274dd4e829ba1057b2b9aa609a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16a9f4b3dd472b9c9833c2b847205689581c487956c2e4d1d7ef95faf6bf5de +size 16942 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5133).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54a7069ce5b8096b263b7a4ad69d7057fa55bfc1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1497792ba8e58c910465648f87ca050204d2bc4d8285d96a045cc088a8859731 +size 8277 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5134).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..204fea61ca5b86da2010fe71fc47bc32991b46ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0629cd2c4d4fbe9e6e9669b778e4c2819be19682dc20a165c459726e26f9e77 +size 9345 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5135).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5258f423a7fff6a9b1ed2dbb334374b53f96ce61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd39d3cf5c8fdd89cd74957268f0cdd6df6bc58baa2e73b7016d322dbf4f9976 +size 14259 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5136).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ac1c0ced9124a581f8712b94e4bddf4d36235b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c6ba2d924eeb084a364e61422c246a3d5390135a30e277359b2eeb27fe3d64 +size 11829 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5137).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9af744143c13c5f2e8fbeff019a99bf72a5646e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b961255eaa79a81cd9f22d12f88388a4d8b6004b2e7723b323e761d63b0d89 +size 17000 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5139).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8862985ac8617c5f3a285bf5180684652648aa8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac96abaafef61ba281cc0969491e51e7d9cf777fb725361c43d35e040f16119 +size 13973 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5141).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4604586239156b34ca09b2a15568133ba286ba26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba73c8648b5c73e649c8347d76da1a9d4fd4ccbd44ae2a03e652cc52d387e3ed +size 16919 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5142).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..def8054dd038884cca42abc5ee69cf5034de21af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6084bf532f6fede149b7a5e0fbba6a6e50c59f93163b483d95daf872ebe18dab +size 18100 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5143).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2509b037c50fa1c1d9a53bca2824a83e9ce7818 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568b19e272b133f151f422fc4574366bb38d0ffc4a17a31ff8a509cdae228318 +size 19146 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5144).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8aa442465212f348b1743f3aa0026fe0bbf13cfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6f7055153ebfe4528f2246b5c7a2194fb26f6dbda033822cd0f30f9a338a6f +size 19788 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5145).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb627860b4630d99ab65f6140cdc0f60e839d937 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f7ab676d65dae9e777bd7796f524f52eba88bd435e1c8105f038e92fb907e7 +size 14789 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5146).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed562872ea189930b4b4dfbdd9f89ca5d1b1887a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f63a9d061412aef8be876baf86d6f2e4023805bbd965cdf2f093862a2a95fbb +size 20040 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5147).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5871641a2be06d4ea081efcdabcac1d550cf0167 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fafbba9927694adc4262b8e61229d7760a8fe2264d47b64f21a4d9e8b4bccf +size 18086 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5148).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7824bfdf95c0033955144e56d63683b851af52ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582e85957036a4fca53fdfb00e210ef29a9f2830b160ff4da41061fe4f1a21fd +size 14341 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5152).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7624cd212aeda23beaad049e8675449a948390d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17999ba4fd80e8b07ef0598cd65befc6cd370367c1825ef0e55d9c0c60718a3b +size 13539 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5154).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7380950f887a821d2bfa0c683bde3a4818ab73f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf0adb09151898b4a687411eeef2816e54cc5cf228e5b6509d233a8dd32dd11 +size 10845 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5157).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b127a85cca0b6986e5d933822a4034810c482b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124142699271ca1c54d250eeb293759694c876b1b1b953642e5048b932de9a97 +size 9706 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5158).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8aa1678379d95038f2da5ca10c1d5de1fc9dbeb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ce3522f3e0400664cb10ad0c24684276ac08baa91ee8ee0514a9ff69afe2d3 +size 6915 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5159).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ed84b33b023603d9d5e225696231816a8093482 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99add1a63da81ae2d793d8d056c7a873f0083fba7b70175c528c8672cd95ce4c +size 10419 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (516).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c4ab32a2a345dd03a67ad594354f3bbf92d4255 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcce1b6c15e6d53900fbf98dd1cd8420e31db326f81854bad8a6b08c29259da +size 8024 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5160).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc1e6adc6a0a9fa04838372322c496b4c5e93c27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7261ebf33a4462e649f5ac86ea8bd7d83194b582b8708eeed7481bc3ca6dc450 +size 7510 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5161).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61acd1cab8df41a399d8ff891de8b74c9fe9aa37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861b3cbe4d644df0a6f5f3f60932c04703a0c482f7ab2dc694c6e488b6157738 +size 17477 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5162).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99e504169615d8bc0297a4a9f04d6133c007d789 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f96f8f9ca228434cebba6881bf6a4775998b14800bddc3c23c52dfd0130f864 +size 10512 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5164).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2be49cbf2bfb163b3a7c446c586b57e5decd3a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c919b905898c9077f5c9bc9c3c42b9f80236f4e965f5fa23fbca1f475187aa +size 7257 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5165).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bba02cbf8044e0110e0133b19ed8f6cf4504ec54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168a14914cea185f52df190cb98732fd4a4d489bc6bd65bdbd793875c1a8abc4 +size 17722 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5166).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f0be9e8f0bab0818cbb4605598df658f3e4e657 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd63fbc234ad3ce112193a85e2f877d5adf5c12240078b1a7dec61eed48b8163 +size 19334 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5167).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..584bf92d6e98ddf2198900872451b95be961c94b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd7d3ca3a5fa665c419f7918cecbd5f46c882c776a1be0e8e44562564b82c08 +size 10983 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5169).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5887ffe68abff08256f772d9df7ce41c6dccdb55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4f58f0703c2f3e04cffdf5490ffa7ed26e8a91d9095a861155fab6b5f02721 +size 10848 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (517).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53b3bf632b14266a7527c819da0223400484122e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372444f58815009a13ef39a4ffc897e482e1ec0c8b1dd517a3f0715b202c7679 +size 19314 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5170).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70c379f26b1f8f0b25c056c4724e1909475b99ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94749d6affb72f48e2a0f2f0b65667cd0bcf7e167c4bb0dce97ee09ccd90cba6 +size 11075 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5171).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3f959917c94a993249902e8ac403e0c3aa242c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b586fe164d727812ff05319c4016221ee074b97b29e850184a6a0e087fd00576 +size 8936 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5172).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdaed8bfa42b74179378a9f491fb300971489830 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87efbb657bfdcdf91a89f6fb81c622de758e92291be731872bfc1072c3d1447d +size 8878 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5173).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15400cf199b42bc17db5f7e07a19bff6204ffd3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf7db840c0bd7710099265dc78c6b7643a2caa2c62df7c31d5fb84dd96a8516 +size 8587 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5174).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1e07483792466013393614833f64efa04976632 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebfd1578e11294410349a1665f9023c8e5cc1e849cb810917aea26d1d2f5852 +size 9552 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5175).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e42adb56f9033b2c7d91a805fe0e84854b9467c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93a0ead5e27a1f0da603b24bb6eca0642960afd42b2cbad23f966ea0a2d6f23 +size 10630 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5176).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da76af32487aa59bc9fe0cdfe6dcb0b7fde132af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c467ad00f993355c16760f5f698bfcb20650decbb1dd5c769a7d99f0917ce44d +size 8614 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5177).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da6cc012fb61fa150c77b434caca94b492d29b4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc80e6454669b1361f1a6744bc36dccba568203e5a4531e1d5a2370c7b9c85b +size 10504 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5178).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cef614078bb9494c5911ca9c8b8a21a9138d517e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59709adec80f5c2741382facd4259b1ffcd862beece0bcb61828c20b47a1c6e +size 11573 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5179).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..365f2be5da982ea8ad497c233517831620e304a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf71ae12ff7fc55eecc082e2cab691eabcf55cb6e906ed643c6161a4dc6392f +size 12061 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (518).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93186eb1a9e1f7b11c032523bd89117feb0fc619 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4869d768d0e8e232922c4117093ea5694027f14f9d2ab40f64a04fc849357a70 +size 8505 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5181).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3aca4f6890739447f88fe11c13e45716d644789c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7242e1ca8080eace93e409992b4eb15d7ae916f22d3eb4e6c57ddae1e14987e +size 5734 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5182).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..100ef1e29a354e2508d5c3e2496b43b1a816d9ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d331b322802b8091ca950f151bdec1dd9ec193d4930c0a729f32308a0dfb2d +size 9616 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5183).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20d21ea52bd824a36c78ea462fc999bf2470d7d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63971e2be890bcf1cc96ab38b62101a48e9c5786e0ed005c53ccf9295e18dcc9 +size 16082 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5184).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..104f56f18dbdb642fa6bba74c4db20a7ad78f63b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93c9271c23f19ba5706840cad2b961a8b088a186454e8f20341a5c8b4d568e2 +size 8864 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5185).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6750f5aa5ff3f77c7e2c650931dfe490028afa91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05491fc0169b65a20fd8a6c64a5fa163d7536403ce57cbb5a87e44772e767451 +size 9372 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5186).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b0e4e5fa58de6dd4c5c0fa28fcd41b309f39a22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e751c6c408167d8b7c18cd6dc460287941d95547715d0a0480284e7afae27ac +size 17434 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5187).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77edc48a13dcbc540eeb046f5014e8979551cd31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bc207ff30e4f5cd87ab32e5a8bde02d3641beedefe5ff451d30b1c43aa18b8 +size 12882 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5190).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b512fe4b42409175a657f4e527947685f3ff1fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ebf1ee33ffeb9b6871a9afd5f4b7562383b245813548c6fa0dde9018e7e9c1 +size 15329 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5191).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b5c2c1f8f376dd6d34d151064978d2a069457e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfa9f4b4a7c5df877ac5f9704f7fa472da737e81bbb9cf855996084f030a15b +size 7027 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5192).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2afd3b175a6c86e4debcdd92c6329ca58c414c88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8714b6783f5cf99bcb02c4dbf59a53080a4e723f09c3f7c88a92026cd4f705f6 +size 17156 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5193).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32e1f8eda8d8bf117d4445b4c188a95046c38b89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db87d5e6403f77b55edd6f1c80125bf018e68c5d483092cf849dd48e346ec77d +size 14429 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5194).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe2180a59d637eb806ba9c022b0a4682295bbc57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb68d38bdfb9272034c5130c0695a4a5a5edeb415df1650ae06c2aa98aa0c7ab +size 10617 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5195).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36a274b2c6181a364e337ea7aed39eba95b6c9dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54709d3c695463f299d2e5aed45e2a018ae686af71a17a608da25222f753b108 +size 9056 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5197).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a7521832adc5114bda44bf716ed2cb7643a2525 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31d0a46e64d876668814e120726102f5435dc9b4e208ab4a91e1b9aa4365ae2 +size 16477 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (52).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (52).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d6f6d9a8e73dfa67288cbd56f5d38eaebaa3117 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (52).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d11afb19e6ebd53a3b01948ccfbb439f69181d9b3b9a941c9693d4f8239262 +size 10265 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (520).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b7584063355f6404d0ddd647b20f755010acba9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326c5dc887529c5cf268b855cb6a57a31ff94329dea4518084da9e01ddb9ea6d +size 9164 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5200).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8548d0e0439410a5d54a4b26a5168cfda3866af2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edf5132a216d09353ad9f2bbe4c607e86dc97aa5418380166a687febb1e2544 +size 18689 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5201).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1a52e4c24fb96b14f4e1738aa5feac26af9ba0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1def46f20aca52e73209ef7a0f93ae4340277a1d440cff8b2446e418b9c18510 +size 16379 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5202).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8f877c449bf26cdb3255e853ba56d989b8ccc55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dcba246a33db2babf66fbea8c8544b9dc7506e6d226c746f291b1c6712a7a9 +size 14117 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5203).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70b264028095c3b2ef8a53990c4dcef446f64986 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1185ad137e9cafea2aa5785731cd9bb59196a69bc74617b05aabf3a07a83e66 +size 8441 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5205).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3645c80eadf073e0288a6210f01c0faeb7fd077 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31121e3f0c64b988e4b1266a40378b042742828db8353e400b5f513b355166bb +size 10041 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5207).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ceecb9618f0ca0c6041057dc1d7e97fa665710f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e26fd18bd8c2357f4ae59597a000b6ef53b1d5fc69e58753004adf96ce4a58 +size 12310 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5208).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..137510083af35a57047f59a1c07dd06d0b9add0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3096b476238956205bc3ca332ea57f4eb64ed7859bf6e9202098e45bedfdb44 +size 8081 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5209).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cb7eaf7b64893ff0362fdc1ffa392446439e22a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d392bddde9ff3ef597c3198279b4223766d43504183c4b935622939243feb8 +size 19959 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (521).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f712c93e0c619ddbfdb15f7208e1acdbe059847 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e76266a55002baced459f1d48df99782126b1165daf1b211576a1741caf8490 +size 7134 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5212).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd859ccc4d03f04fc2c27471c82dfb9777847a53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febcc4cddcdf2dfa55b01a22d9c35628a3e2f6ee8b174f0bf5644a4007df3e7b +size 9501 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5213).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98de865ec63d329a57a887e4a3bac082859f4727 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fb8df50ec904d6520b4ba63f9d482bb7e757a26bbe932d82d4d515487718e7 +size 10752 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5214).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9ce29533d3addab95ab7aa021fd9a27b4bdd8c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3d00b03b22ac16478dc5c6598822c2e3911529b24ffcd772d3e3dfce1dd93c +size 20919 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5216).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c65a85abf00fb0e7a1456c1a49f8282e025a48b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f2d17d18d6b4809003736c74c2778efee5137ddd88e204511b9adc4345b23e +size 17346 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5217).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d5b5ef0cd6afb98183ca331c8b1dad85db8aa8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5daa55ea00b7e6d3b5a5a38777210b33f4f780c56a72fd16d07838cc02079a19 +size 7712 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5218).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..818493862eeb99003ff7fd3f09f37ad916740a1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40849e9eb7ef5ad0de09902f5dfdd92a8d9fb438fd7c04b57619505fea4f0836 +size 8243 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5219).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c36f8e822e2acfc9840020a629e5872634d75bfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307aa67540fbaabd9e37ada659836b955e74beb0c25283f9af6c0eb2466d7caa +size 9175 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (522).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e06cfa740f3f23497187236c79d9d2a55a036273 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe65f6fd8e7c5f6ba945370102b93192a21d006d16cad95e0508a7ba7cb45a9 +size 12459 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5220).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11f5f5386d3eb8b3de5670042eda0549b531bb0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9a47d70bddac9366229cf149b053033baf7612117561a04d6bc1f40d61587a +size 10999 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5221).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c992059f8a503e8532c4799b6b12f85ee9edc0b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0b68d34cc977289a78e229e62c2d7455e7a8810f29a85bb6079beccfee9c91 +size 10811 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5222).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4291770e235f069158e5876be4a645d7ad10b12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af462b9012cc7f361932684f402446a597fe665dd36116370898918facd43017 +size 9541 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5223).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c53666a47909b8e1e6b74509bfd36619063f4566 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d93476b454f65e8040e6fb5668e913fb0973e1dfffe5bde655bcbd052cbaea +size 9941 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5225).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c58de3295572a05467a367039d1115426040fd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef665463fd5da78d286fa5e0cfbfdee0db4d49ad7d91ec03cbdc33adab1488d +size 8273 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5226).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f7352c560f718380b1839d2cc3183429f0b63c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f1916b33aca964967c4b25962adc99ebbbd9289af11c7508a51656cf51c564 +size 15452 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5228).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..daa66016ac504e7c3b59465ca7bdfd4fc229dbe0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4012eedf40ecb8a85f8c296def6721806cfa750c224ebf3610ef3208260fc44a +size 11551 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5229).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97a0020ccdfc04526477056172dc74bdf5948f1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f0cf252e35aeb447a7bc27fb2d1399a58e9507dcaa443d05a55b4458851fab +size 18563 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (523).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77456881311510500138f9587ba7fc5faadd4f51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d45e500769c7525d80c4e9761541391907c62b6355a51be43e0f68beccfd70 +size 21254 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5230).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d58ff8e679dd3b55bc3937643d7ee01f7a672737 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14972160584bc1db00ba226f9fdc7355b6bf084554464d5e11a239be54551d2 +size 21118 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5231).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33e64209d9711fa98545b69632112882dbac218c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d1fa4cb665631a64bca2f73442123e967d3ca48d6cde6791f046d378d00f11 +size 19981 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5232).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49a8e8c482ab9282531bb75cb3ed8da6f3bee33f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7e9be7ce1394a2bd2abba83387e42cc89badac43da8b3f90dd12c6cdf1c6f8 +size 8349 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5233).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0171f401d8cc2def2f40eb5ede39c5188279246d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034adbdebc324b875c1162a9df5804f5a736e7576afe69edd7267421480db355 +size 7706 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5234).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..349652461549a7a28e9cf5e1a93c8bcc0935c5ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52728bcadf230d4d0e9cb34831509f38982192b0a0befc2d0a3f3812ccdf46c1 +size 10803 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5235).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20b37a6f15fc590198feb8fefe0b9e106c60a8e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e0466109623c63e8951b8031f56357590c6b59ced99db72953fc34cb36e170 +size 13957 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5236).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b2116ca37af8cdd6bda3da0695cc56980aff570 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee63fe97aae53900931a97a26f1416001816eaae11bf5c78cf9581d8a3220e2 +size 10882 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5237).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..556efcb474c9dcab24f2faf1b8e981229a0a6916 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace76bf596f4dd7e7cc0c8c942fd3812c222ad6881138f234d7ca87f4cccf4e4 +size 14028 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5239).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c0484dfafe36a43b3c8df97ee7a4d8cb2e67b5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4477354fc5b7c29b52cab70ba1887fc3fa1369f67325dd72efc6acc2f6086a06 +size 13969 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5241).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b45848ec9b5bafd1769bdfa55c7fade8c67e1fad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835b0af26e1d0e408401faa260f416851e6301862077f8256de5cfeca8ff40f2 +size 9222 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5242).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58fc74bdabe6850521707896f8ad688451d8ce05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7725b2c46afe5ec320c2cec77c7b0749adad55faa3dc46cb2c982a37f62a10a +size 17268 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5244).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7f4e629306327109abb37c63e69f70f43e67e75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a96ef8550ba7b61f5026900ec5e2b655c3876c37568445e5140253762e355eb +size 7141 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5245).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbc2fdb7d796fb47bd61906149f51774ecd28e04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd121a4fd1c9c07be2367a372a10e40f3338cb6178125394b72d6f8d1092380 +size 16604 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5247).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3df5946f22ff77b06561f33a6968e7b7ed7cc3ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb38115206597e640b365991d88d17000742ab255e1d1dcff4df9116f17ba3c +size 8634 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (525).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bc73f2cac49a9c3e438328d5d51ae052eeb1444 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d8b761ec8c742f373ed7c1a3b9432d445de85fc03abde7808978bb392c7aa4 +size 6386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5250).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..440743b1818ef5ef44c1b592a94e413fc4d0aaea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1770728a5bd35a573a4ab54cd538d2a2d33eef9c32c7c1d48328e816ac33ec6d +size 15866 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5252).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d018668343d67f345ed76c4ec65d22859a365db7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a5a351ba9b0f8338bc79619c7a02b41554cf3d6d360d2cac8bd8543cce10a2 +size 21064 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5253).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81bfab4d51e32db7ab8b275f3ec3ddc014bbece3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d36da0373e6101875315f4fa0ad4996ac5d6ea9328e46852334a0dea86d37f +size 16889 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5254).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f48bc4bda14d7a98ba2ae233e6049a6d28e0f8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6cdc5783890827a8dfaca098ae3ba89d26827557d1b9385d059d6e6b2a2114 +size 9735 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5255).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a7c73415a99217d14eb80bd0826933b6a07feb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a121790cba6634a1a1ef388bf84f3ebeb66a0c7e7f102cc92ff0de58926360e8 +size 15544 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5256).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6386999a7ab6cd44f05422b4045b7446836c5bea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff664894cab791b3a97ac6042a75983822cdafd10b25121463b1cfcdf23077f +size 12302 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5258).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d4be4b46e80bd911dbb5269b28f0bfbfbbaabd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8e261a8ed0339a4ad092caee981afa54e2fb8f946ad6276c50b0afb7bc7064 +size 7879 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5259).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41f89396eb58fe09bbc25715235e19831efeaf18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2123caaa1368a881bd7a2b83a8a9b6d8dfba037116687817d7d70562bfbd1b7e +size 14317 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (526).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59acac827a950455a2ac4aa16a0fdf9298279379 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1dac809db69b8b463886f8f693402f8a4f53d456644381bc0828429339100f +size 7939 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5260).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7a0034915983b0d8940047916b174e289ed22d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4a7e64ad34bd247243addbe9e1b18603904b0f7a726e03de23287b1d8c6d18 +size 14221 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5261).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3623b779b8abdcd0d1a096382d6d9246dde365f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efcb2fc1a8de15ef7e09a5c94f21304a1286dcaedfcebb1b2d2d4c2aca89d24 +size 19083 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5262).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a5f1c9ae2c83097c8a7eba947934e6e2d1dac65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bfa77b2945c371c111572520ea0a89d38b0423229cc7c7f74eceb371ff573c +size 15809 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5263).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7cf5e7f1d91e3d3ca297c2928ae7750c625992d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e9a0b51440c3d92379182e31a2b800db3668b8348454d21dd62b148cce7110 +size 16994 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5265).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3186993843fd6784906c664f7c2792dd1e89de84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3423f78e4ba541b21128e93c0ea84673dfcb9285185569c8f7e034272b2ac4 +size 15199 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5266).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60ad33d07cfc33d353adfbdfeafe6b55432d6c54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f87303d9a58e970c9c5a208d94470fa83dca3ba0f6246540150b40b76c70d58 +size 7383 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5267).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45329b4ee96eefeac9c06e9475d20dcbe615f81a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527506617327d2e8403f96b9b579e509c24c7645b1b7ca952a91c987ef5590c0 +size 9516 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5269).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d02e0d4ac91d1269780e638a48870cefd858de6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa5ca0eefab60f54293363a01385401d840f06c9cdafea8acb4ff3942457da4 +size 10196 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (527).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d2403a460cbdf3eea0400eeed49ce79e64f87f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2ccf5f596e9938f582b4054310697cc805e0cfc4f7b8c8239e66c65b4f2807 +size 16202 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5271).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3dc7c58a5af31046b80dd9648fea6c84d2b30ef4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8de4cca9cb19680853138bfde7f186a69369bae913aeb2a3d1679621a1c8e7f +size 16519 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5272).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da71460d65b9cdd129b0bfbcadf19ccce8e3dc37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e45d632a6f5d5df65e3cc746d979664f87888f1f4ff0f06f76b8b2d1ba34ca +size 22294 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5273).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a62364b4076a1af9feb5e7ad38b108ae66c838f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d9d3518dbb9728a6b05d20f8c9f204f99bf81c2d4ec2fa64b36ddb84e1838d +size 7265 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5274).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66f320d8d716da1d4899d1d6f6b7c2d8666130e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56aea03aeb01e2c15db12a799b5e3fea16b3f4ab6347f0a2c148e3521bac922 +size 13766 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5275).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19ac83514f9b5284087c0db08cf1d68e534b0de1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3837a0f224438b7e02bc5e4e463024f099c3a3f05cc710d1494f05503aa2c170 +size 9313 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5276).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f81a1234de92d7afc635b427d47a68223358a0bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ae73302ad5396b9150d2e8df26e9c497d05af6c97af35d45b1eec366cbaa5b +size 10189 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5277).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..308cc4ce56199a88ac1bb68eaad4a7e4a553e049 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd5efe97bda8c230ec7d9774544c4c7d4f45c36ce42d1aa6ed6bbee4c5b8b11 +size 16360 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5279).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40117e66c8d956f946e12d556d0840699110a5bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ab1ae5e6e4e7344adcba82f3bac0d378b3fdd35da60f08d9fc52e0885fb91e +size 9434 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (528).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88b9f9bfcbe9c47d2439cb36a75494e994e162ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb3c4754096130b27d68ff24e8ba0d8ed0872e079ffa65438af52254b79163c +size 11960 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5280).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..205e75db687c5b6ed87e5c881ffe4eea00b65c16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8f88a6982bddbe2eb17ffa3510007e4bfc20375c226a0e3a9bfd0e64482f4a +size 12064 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5281).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4637b153ffdb40bcac4826333e74760b4277a63f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf94daee6fda6f269e7cafea85a31bc58f807d6ab376755f5530a38225a584d +size 7620 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5282).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a1f80fb22fffabfab362086d7d308fb97d9b8a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ecc00f1e8fe9c4de1ece3f1959aaa250bde8c62d4be36f46aa7cb3d811cd46 +size 8952 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5284).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04a27b227710dd371e39b8f9ccd18e3f8e850887 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010f32ec166927a4c59c5f4851819322b77447af4f8a09f5d519fcf1c8c7105b +size 8556 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5285).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a0599fb6fb7c138203803f5f219a1f898ed810c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b9d83ccca7ca81137f20b30f80b741c8272a62b3007b38273f27978a2271c9 +size 15809 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5286).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09812db9ef85d58fd1b51c8cb3e9d82145bf9ef9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629a695938083ff52ebe19059548a17f0bee949c28bbb7824bfc7e488f30b15c +size 21101 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5287).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76da9844dbfe3122ab12e88d353ef2c768c1770a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1ac45ed4f629f67950312a6427f5c6bd012e2abe058b509e46bbb29d47abd8 +size 8948 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5288).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2e0fd5acbe9b4686a23d8a8892bef695c12a695 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33b3ff32348ae717d1aba54eb32b82e0a6d0b992d38bd84ab41e5fbf32ce5e4 +size 8526 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5289).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4b459c78330e0d6a8d98dfadd82558083dbc05a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e36c0cd6369711f69eed805e36374abf817a73326710e874cd1cb6cf9d8d43 +size 19143 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (529).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d1a3ea30b6af2a73510db025f6cab68423ad754 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c6b03773b2ba7e03e04e7052f815ca9c7456bd450a21b907f5a36a612962d4 +size 13053 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5290).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa71344f932db060e4e42de66fd1b0b6c8d73ddc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551fa4d62a24be6067fde8a480e7ad806bb70970e777675b23a1b2d8a9b7c746 +size 16702 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5295).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcfacf549913e5aca6d6ce53dcbc90f25994b0da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34553205854bd8389f65795025a0d7421bbfe0bc28ef809cc3aea8246935372b +size 9132 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5296).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..298495251aa304ffa5a4cc358fad0f1ace245750 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be6bd2e444d0bcc1ceea5352da9ef81bf1f203ae07b3b6f93e7eba07d2e87d2 +size 16560 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5297).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e73fe7405d0670b8385fe3efff89110f5dddeab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7f513ba8f8347266b093159221c16253c8d4dd99dbc639065f5ff8c1318cfa +size 15287 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5298).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..382a334e6d8a33fc6b80140757cc294dbd1fdb97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e2577faf19cb71ba271c905bb6164db135fc38458119122f120b4ac6b31fcb +size 13208 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5299).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecc5af0009c4f2ca99f66e3d96ed1b665aba4f1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32463647722e56652827fdf8dfb411b000eb5666bb92772da7ca661cb15bf807 +size 21139 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (53).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (53).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bb172bf519a3e5b82915427c82c087dbaeb47e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (53).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f837cefb56d14adfcf5368eb22f34fa6840b28e93a51f7c18b5c352807bc5ea +size 8334 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (530).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..352f6f86adfec6482551902c250fb3253fd28b01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6efd8cdc148416224230812ad42eba87a20185a92f2c01c15e447fd048c9d0 +size 9091 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5300).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0dd35c4a1a554f33ec4788876b700807b5e9a350 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d881386c53abeff8271626a4521c6a5d5863dd1ac82e4fecc4cfccf052cb336a +size 14690 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5302).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e15fd882f29dc6af945c17d84c5a7671a00e102 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36dafd1cbbb5467e241c60dad5409af76682be4d9ea7374b30b2023bf73ac272 +size 13210 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5303).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49441a35a1b35b3b902ebf95ff6ba076b48129f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b85d32fca6e479eaa7f59dbc170bb08a83b541dbcd575e2daab9462c30fdc2 +size 15761 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5304).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a746eb5087ab5f4ba8a56a900741dd3a071f985b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1e5602d32dec41442f0e45f18f2701e9fb87a7d7a01658826678681758bb6d +size 7396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5305).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c0742ccccb3a837609ff41c5a8ec5e9a0c3467d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c54297de634aa74316ea2c23a4658ef3aac19f900296e2f6eb5dca77d8b9cf0 +size 18235 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5306).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa857dbc49ee1b8630fdc9be55bbde60d379ad20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a850ebc32cd5c3ff931653fa1d00ca67450d4f7348d7af90ead85e10ccb3ef8 +size 20727 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5308).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64dc8a6fd54dde149485e84621a86b9fe7406e55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206391f038cf6e6fa2206d272fbf55d944cbe4aebc67bbfc4db53f32931bf4ae +size 9364 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5309).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c19be32e2dfb4d82ff0d7215fbc2fd8832cfa5b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dbb92046d390f260b4c5f4cb558ba02be445cf6388b21ee2802e35a8776a03 +size 9839 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (531).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1f3db2c0f747423af80b2a4c9890b6f927972ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad4bec419c747aa11c187ebb6cf78ab80779faf50690ef1cb03b1a241ec9122 +size 10407 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5310).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac0ae08d409bada12ddd6e75e29c3a5e65dc597c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab1b9b28f7cae0a476bc4081ff05786838c5d6c97a712af310306f064078f26 +size 13084 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5311).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d048aedea5531cd89555f3abdeee2b903f69105a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fadcac69048c9f01009f35feaa286efbb894ef532f290c3beb645f56398d5f +size 19488 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5312).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce0e7e344bc68c5175d35dd084bb5003b7158a99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6551408a08c203fc8117a19f67d75b03c111ab0c5dfda76d223ba704d9fbb759 +size 15246 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5313).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67376c98c80cccbdf60d079ec325668fc2d38ccc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d1c8d824000f35dd2319e298f2901367033359c6d5d617023197e22593e1f1 +size 7396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5314).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40294afdebe246e18ecd18b499c117cb4c7e47f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e94a768da9f4f367d764735b63ee2e139b023e7a39c2e5fad9404133844001f +size 8811 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5316).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fb263f044e64a500fee32801c347b920d245cb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c5c94b95bfb6edb3f54bb33691fc10093c04e9643e2bc09a2835d716053d3a +size 18289 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5318).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a645be87ec50475001a4a4450cb20fb7c9cf61c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55475d7b7959ad092842d5357740b82bcdd71492facb072ac3bfad277a8a927 +size 21956 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (532).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa904019ba64bd20d91588e04f2a0a350f7f9b5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92632bad032b3211e9f85f552fd61abe84006988e0d09e0420407d2bddb768a1 +size 21103 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5320).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3944552aa3831f3dafc8493a182ab5995b9f13a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8500a4aa4011d0dc74b5c2de878cd6af4e0e980246c40dc63398a8ebeec96a70 +size 9201 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5323).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e78d39bcfba022eb2fd8e073bc9a6a8a6e58c787 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d33a7de694f72fe2ef8d1d52a3bea6a5f3d593acc32e88f74e45bb39cceaa9 +size 15477 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5324).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d1f63fd8b5505986326110166451acd4b78f5f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2950c1d808332fc1c5779913ca315ee948d28c30b3346a93ce4d42d96b8f2bbd +size 9524 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5325).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e50725ee800e6e67ff3bf489da2c4e4ea884ee42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8bbc574b296a912a235ba20d484c3bc4175cb355aa73af44dcddd123c1ed406 +size 9524 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5326).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fdd5a2234e4dfe7dcc5c6f4efba1ec29c899aec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11768b3672e7e378552f39dcab2a7c934eb7def8e3b1fc096d2058c4885c75d8 +size 19949 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5327).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62c5c01d3fba4715b4733eacc794bd45946c5aff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76594bf88c98749f688bb9cde3ff2fbc3aff07b3ea5dd936e769868b4c6930f1 +size 16649 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5328).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eddeb206b839be04ab4954846b8b7de54590dd44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f98f92dff6801c65f1dc1f1dab410705cc9e499b51dad8b2374dfb755d428f +size 14873 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5329).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ac18990dc98faad920ed8b655ccfb93d0e41475 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2c33409883ca30cdff97279bec884fd51c991d2370bef6e8cfce26e7621a05 +size 17010 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (533).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f266819268870d026790b23cdbe4c7d2c1a931c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ea46d46231f3ccb39a0e7766672c64529dd09ab0d7812f56d3eeac027a29af +size 17307 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5330).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dc46f5237ebba9db4610d715a7f89fe0cb71157 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc6a3464e7e609f67b7f630d045ac32f4dade1ca7d490776f6eb23d0cdeae4c +size 10569 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5331).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f78a84127fed07eed00f94e74e2552fb7bf8c19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ed1eb90fe2cc32b060484222cd660cc28d7b4676890659988046b701136766 +size 13637 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5332).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad55b6124ca685c713e97ea3cddfdf0bed595421 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe7ca1cb3597b79e53d80fb386c30d16bb0c2a5e42c53ea6227aaf8d1ad8c81 +size 8832 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5333).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7854581403fc0c885e14e097f907f887c4e6129c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cf699a6e7d899b06721cefa5ecdc690dfed41e615babf5b2ac1afb3bb03240 +size 16945 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5334).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94670e965a325e38d80a6856c66ef4c146a5e280 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8209d856853493a9e14de410ca184850efaec7cef7788262414de80467ed7577 +size 9592 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5335).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcbccefadb377b9d0d9e72ec42ee471fdbf9760a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3237a73330fb82fb9a38471dd1ef5627a203b7b145de8fd67fef75753877f2d3 +size 18302 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5337).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ab7e6235c138a658ada24f4f8c9e1519522f8b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610a484db004836e6962851ef517a687eef8f48d95d846803723a9f5d0e348b6 +size 8562 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5338).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..668addd10202d6b4518ec3c839c6c93d415e164d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3a24031151ea5dce6b412db534321a78b8861adf29c56598b1fa487cdd78e3 +size 12821 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5339).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3d429f7ab74f3ea14fb54b432e9f4134e937979 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d3d4d1c2fb86a582e6ec3c903cab4ed598f9525f08f1b6cf194d029bf22cb7 +size 9122 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (534).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16796d9d6e1b65149196fc4c991e1b435625006e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436105f1d72efcbbfc13ef1211e5d0d793cee6e7ac6978bca0ff6ec9e3fa293b +size 8332 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5340).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf11451e2a81d76952f634a868eef4b626a0e47c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad86090c4edd1f0c47cd5242e14448f47774675d7d722f08a5cae41c281fcc8 +size 17681 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5342).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..848e5709c3e0bff8c75be90bb1dd84712e11ac17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31418ce906a1906ab1d8978afb0f0ccecebfb3f7fd0c43ec35580c377600bbef +size 10447 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5343).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9eba4622a9426e85d642061841c7e8d11ec0c424 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482e8b1f28570f23d6a33fd0a51bace9e3840de2aba084839f2f663574ad7aa8 +size 9299 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5344).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1bde0f3789841fee4695e0d8688183abb390be9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e4f7fc21f9f5cc278f4cccd594249355652e4a6c4365944fa0d6e4f29e8f52 +size 14339 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5345).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e263ef31a8fbe4ba76bbf974a42abb77a4153ee1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf23c1d36255bd2f6b4e2980a27e4bf0065dd0e793e82fb5ef02bc8a8bc7593 +size 11205 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5347).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a8791d89fe4feb6a741ee8d93a463b1096594be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2085a5e5a45943c6ee5cb2c406e8a646ada17810b7f07e9009229860b8339280 +size 7842 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5348).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc4654e343ea0e376c607afb3b38d0301312dd6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e263a349a6c4311bf740c31174014011646ef4d4c62ccf04ea8e01f763d460 +size 17692 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5349).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa12116a14988024858385c5786046fbb6855f74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e461ae0b68625b80e389ed6b4847abb2f80cb2be072cc957744236ebd14e5cd +size 10358 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (535).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..945cc74c5149481e42475b28f82df04c67cd7cd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca204e7e1bf1389fbe3b91a5a1e50c93ef544effb62ffeaec1e9fd4a73a4ed0 +size 17809 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5350).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79c580bd2ba8aff0b4be568ab0b82b406bce46c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046397455e635e05726bf621c716036e6031cc774e8a5df40319a58a2d6da48f +size 8343 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5351).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..acbb910d493576721a8442d40136012b8ae1e848 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76837e50b13d36786caa7cd2e6caf8433549ddb543de7ab58e812b15d2639266 +size 8844 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5353).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..067895b1f5967a4eaeb686b6e8b898a801e30315 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0965d6674c598e6e9a47fdb53fdae5fc498bb47cddb910f99f52fe72633fd15 +size 9488 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5355).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8e18540dabc223beb04d25be8231049adc22687 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfbfa887fa4efb4abb78ea1c7422fd8d6ec55034c10f8be4e1b9d7b5d7907bb +size 8890 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (536).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..051f92b2566f1c6a095a98053025a20563be5119 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27318c6111d138b172b567ebb0c9aa38bb5325393499668b2633331885be9668 +size 11045 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (538).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9e6fe0f234be485f5681b178d177715399fd336 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c741cc1f9218a7a75c643a639535c37e4d0b1ea13f8b140df2559fc79fe73ee +size 10623 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (539).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e22a1a6a681bd6245c4965b764cd48f46cc07e8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811a4b34ddeb44988e2ce575615603e1f5671db54b09e5ac94d530a444ea6437 +size 10816 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (54).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (54).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1079f5206c3e42355da287188fd430f81b225590 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (54).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f5325ba99cd4cb0d3af3671560394a6a3ee965c8247c18b516ea3937c01b9a +size 18785 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (540).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d23395d6149ec4577614128ff7f0a1739111deb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff76a1fc9431859eecbd0ea7eb762ddca1bc2427790db8d614fe04d425837fd +size 14174 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (541).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f57daf50c88edcaf433c4cd31ff6fbb4fa832f1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd931fbcba6935c765e3a388814c4c7e3c713f6249181c3a9736296ba1ebe0f1 +size 9694 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (542).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e3f105ed6fd8c9d228a214dacfb86fa6d1b59dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352f36620b9bbc7934eb80ea899536672d75ee18b09c4d405dd9582e5c128257 +size 11231 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (543).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f6fd27d8976dd5cbde90fe06ae1d3ea831f9dfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b2fa71edf52220924711232b2ca9e24e66cc23f359e088813c1605cb16a9f0 +size 16163 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (544).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dda9f76eeac56fef7af5bbd83eb62ff2b02c3823 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9234f882d0a25ce78acaa87a68553401f1aa0ba96b6054e9957f7ee36f0c2f5b +size 8671 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (545).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f082aa183e9c309532a86f9bf0fd36926e8a9b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f15346e749a1f65a7f094e42706adf68498c80c39d46b603b70f3d3f68142b +size 16280 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (546).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2167593c7bf6fc8628ef6fe44dbdd67be003d3fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a336751c67337206dde4869478ae04f236d7085d6a21d32ac17c5bf07a5054b9 +size 17154 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (548).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa4f5cb0eac97fe216f3b9ee5f9f5d6e6fca6182 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fa49cd50989af236a00fe55879175b3b5363303227f8ca112f443f9f7fbca8 +size 9442 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (549).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e1edd6eef889ed4f1ee52539a09a08be608eb28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1df89bde895bacca27a579fb30af00e98777937fdca3e8683f0f5ccbe614ef3 +size 8348 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (550).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79f6330bcb9010cc80ecd919d7d53cfbef83594b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95df81af2db6ed66adf73dcbda1e84ba7e9aff7108fef3aa628c4a1658203bbe +size 8870 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (552).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf1ebdeb11227cef04ce07e04da931571f9bebb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbe4bf36555dd65e8039d6b8fb83706789efb98d3678b239c313e2f199047c1 +size 7365 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (553).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b6dbd3851850a24ef107076e75b977e1338bf72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3a08b3cea265423aca5a4b2ccc262d41c6af16666647d7af407cf71e14561e +size 15040 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (554).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4da95cc777a187601d14f093c1672d5c42ebec9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0c1fa2c0d3234b9e3299b09c8ac88256ffe5a05f74ac9b67956a122ad50da7 +size 15525 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (556).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..180775519199bae2543b4b7127191d99824b1433 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cefd40968e2c4e307716a4a1d7d446a899b2a47cd0a7f274ef9032b17912e18 +size 10184 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (557).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6ad49f2ae836eec021801f5287059c3d4defe20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77a4112ca1ea50ca8e56ae10603f92b48a5c0726f384465f88be91181ab0db5 +size 7588 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (558).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4dced5b2b676263700689108b85074e095ad8674 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050e22c23c2c123941577718b1646abd3283132086b410096e6649231f883ea3 +size 10307 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (559).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39daa72669cea3d55147c616252f101af9860b65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27045161098980edb33831f0b1f4ae62129c195d11ed5e3289a42e1cd743b265 +size 16336 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (56).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (56).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73f2de397d5c387fe33675618afb3923eeb2a349 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (56).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efffcac0e8d5165cb19126e1e9ae67b2c936322d0c6ee6c6d3149e283d083806 +size 6498 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (560).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..801c262dd18ab79e9b62fcd52629400de1e14ce5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6c79708cbae3becb7310f209cf1b08a9c8ff926a238e3d6c9021657237e3dc +size 12053 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (561).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7deecd2a3be5207ea66450f72766949e43a40d1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5f0bd078ceb2184bf392b3940df0fbfa316f3799b9df366a84b1ba6809df54 +size 16151 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (562).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3cd2815e4d9f0d02443bd40bdb22b43e6235b1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d8982e2b733feace5105a90399d959c214cf667cc768edfec79fd9337d2d1f +size 9507 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (563).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a625933ddbf863cc22a0d02c8875d3cefbccddb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdc15ede7892df986eec68402b4d112c30f6a2de81f564976716dc297fa8896 +size 9423 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (564).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf42886a7694b274943ba22113c1cb7b33855251 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97bc7597f93005ee1b640fd18882dd18bda3faac12c7350e6070c61f2af9673 +size 8413 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (565).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8a08b1a8803e17992cad3c40f90cd4b7d7fa1e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c579ae9e723eb831ad76f724b737bae89c1e3d8b44345c1966fc4f8cedc7f89e +size 16263 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (568).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ea027fbb700a4bf04a80fe8612767f7b14e601a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84f0b1cf6395abae3391ff6f531351d9a9200cb793be866ca62f9497a93e882 +size 20154 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (569).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0920e353348b1bf7c231250b14c94c1184b39fc7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31af83b0d24e2dbe16abc4d5e1ef191d189d289f08997ce075513e89a6d89ed +size 9220 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (57).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (57).JPG new file mode 100644 index 0000000000000000000000000000000000000000..501fe4334759267358409d04ba5a939df5c47d9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (57).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8b170cb1dfa2905ec4e3d6b1c4c34c7c89c1cb0f9eb5b31898c064e4522360 +size 21423 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (570).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..247e8fd538dbf877bed398b0e901b5a0b9ab7fe0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092732a8ba1224c4324f1f2acf44d584662790423454826ee6d0f45f46599f49 +size 10345 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (572).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0ec62b3eb12ff688ed0b4907c0cbfb6e4ab7ee2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705ce42705cada40fb4f0df7605b4af4a12b3ab29f7e8119affc489f06803305 +size 16937 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (573).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc023c2625de41d6ae670a29fe8394e226819822 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c5bfb3b54dd744662bffc94e12ca2769e687f658ead89e6a0a78e6e7828d3d +size 9514 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (574).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16bc1ad5fe4a6d6b00d26bd2d9d61a527ac703d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b113c20c5d32882fed71bc1da1250bc0c98470cf25dc51f1dcb9b43dea2be87b +size 9111 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (575).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22a86e6a737999e2d292a8d1bf667de37a36b5dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24da1727a71e3a9a00dccd894c2b0f5ed6e6369fdc12df7fe08e4599af08065e +size 9129 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (576).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..133f08dfe3d237e6414a261a01fcd07fb3a67e0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ecff87afc0b834bbdbecd86e06eac35ac896a9ccb582ed2952a419ff12c8b7 +size 11048 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (577).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52d2e01a646d9ee72b1b244f0ec2fb334132d394 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689e47c4f374e37c2e8ea307b2cc930199afd2b01222893f2cc32ae0cdb88f6e +size 9155 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (579).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef6f31dd272657d05ba0cc8eb43748c9f71ac29b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0476bbcbc85ad20554596e23cb3ea367e0bc442f4348a54825e0e365e0b36d1d +size 10579 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (58).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (58).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f521314ce26ad324c7af3bb03e4828147366cc9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (58).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2164d1dea4d12935aa6c419f86ef38a90417309e3b74a67fe5e194647a39576f +size 10347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (580).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..282295cf336d4252aa27b88139a59a857c0db74e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9000b224e31bf2111d432bccf49553d60f0d155414e1e0e531c601445b4f4511 +size 7574 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (582).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7468e421aa0a5f52ce32f4aae52c479b0012d7df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ef5be70256d7ad70e894eb1a9b79858fb37efb4f952f350682c806e4aa9006 +size 20615 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (584).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3d89278993b585e14e2365bd2b8f26a2d38cb83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da623417dd0c9bf98b64ca36a0dd87cd570ccb01ef0d193c6d4a2f5776b7350 +size 14056 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (585).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69bbe0b0b8ab3ae2cd4e60f504ff8227bab4d723 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a607fde7d3055baf1088fc20c755bb60c109a000a3bd58c2e5b2157fd2410fa +size 12920 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (586).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4145ab08b3b36321fd6e9357a8505325208f24f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde4e0cfae94616ddc2652aded70311905a16d4c02e28e19657530206adca038 +size 9701 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (587).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4331ff836cb726e9ce1bf92d6695ac07c2654e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ca3931aaf718cf22b72f029afbca281e7a7f9b3d42ba0906cfaa0c6a41869a +size 15633 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (588).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..107135b3f43379fcae09c14ad5406b03689f2ddb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e709a3659c79352c1a93d359f99f21af1d3a76f547cd72a3889169c9d6202c +size 12327 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (589).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29f470cac01036f224698063a4a2e88cd7ae95c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e888dde1f45cf3ea39baca0df2a60b109c0055a974bf8ddc9f15632f51c3a5 +size 16301 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (59).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (59).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f027a4f8cfd3fce376c1cd9ceba239598fcde9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (59).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c994881f5931fcdd12220d173b3c1d7cb10fa7b730b23596157ccbcfd6c5c8f +size 19660 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (590).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a8e02d7f849bef4a69ebe0037df1fe057170d8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e76f1262f64de88c937ddde7cb06248fbd65ab785c7da69994a6b7a04ea285 +size 7532 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (591).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9bab2708ceead86c0e16be26ca4b68dd278041e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cbb5f186db3c43572049bfd4642ebcda5c49959feb4e0f461aea08f2198fe6 +size 16962 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (592).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (592).JPG new file mode 100644 index 0000000000000000000000000000000000000000..629cf6ee476e939a7f74c8acb72ae472e9697f4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (592).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbb94b911a3d49f0f4734f10e5a2fa5e7d614eb39effa0cb9a6314c190b2a99 +size 7080 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (593).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7821fe81e2ebcff8edaf55dd2d77edc4b19feb61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d6babaab6d2814102f01f933945806335c77065c96f2563ef10b6d3d8eb6f1 +size 8693 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (594).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21592a3713e37ee8c4913aef7b93e862956f4d04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5483a6154634e8c814d3bebdb00c8af58b0be995e7fadef38584c3f02843e1 +size 18663 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (597).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f64a9b128547778f440d18c35fbafeacad99bf49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bf7a86cb300579abdf2a747b3dc8cef6bd888a97515b8598b7413b4965d87d +size 13663 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (6).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (6).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3e89aa26a1630598732ccb63af898c1d7eab4b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (6).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0384d9daa2fb0b71b3fd4fe6a5a0a7089b27f2a09ef67718507706b5c349250 +size 10882 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (60).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (60).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec8c30c9b1c1635a895431089e7913cc8ca2c78c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (60).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d5fed3a2e42c877a6522f0bff4c2cdcfc9f3abc94886fefe4a22fbfad7ebda +size 16202 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (600).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43b214ca4491b4bf12a9d7cd1c1b9b13ea6d8749 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc09d58ae20672b675ac3c3d931030d32e37821c07db138e60ce10fd9e92eb0 +size 9427 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (601).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e67851daf62d4cb714aa8b5024ea96a83cfabe52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a113beafa7fbb659b91ca2200cd40db1a6e86d9351dfd4a5bf9e32b9c709ce +size 9634 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (602).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e91243d4625618df96940308776a3089e8157ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba19840c0ceacb5165931d0bfd120b7ba3415051aead002d1b9e7e29c25eb10 +size 19989 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (603).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d72a8b1413a14344ef0a32f6ed720ed04cb2d5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36a0d276a1ef3da8c38e6c8625a7dd62f13afad495d69a000000f9a92b0b4a4 +size 11712 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (604).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f97d9de09be5dec68fc1ad6b2277b5f12ac33a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddcb7cf99fc937625073d36a0dfb70fd5177e2a55f9b62cefb526487069592e +size 9342 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (605).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a7d74fb80ba8116129696c725f2b47cd4f81fa0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6071614e7190f7a72807a2c72f87d6a689bc0bb4fd643ea7fdf2c863cfb3e8 +size 9606 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (608).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d0e325cd4042b0786fc31f1566ffca14b65819a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27888b59f6a805e4228b2237acf7034365906f9feb8bbd0bfc82ed112594f30a +size 13533 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (609).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1cefddeddbcdf93e585fd2abf2420c09b89d60f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d671572a20092715d69a253375d1655f84afec3eedbf5557c75dcf643059896 +size 15636 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (610).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a87a06f3a862f3c58598ce403db5ad66fc2f69c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cafc74c26f0162b7e73db6d2a61256ba2396c160c49a052a3fe0452441516c5 +size 8884 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (611).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60f5e6c48862b190e31bc2149f915ce700e966aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753f61db933cf91d126176a446c708367d47f5dc08a38d0c58e979a4a9041ad8 +size 15446 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (613).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7033bd6c64a8677ab2509625ffa3d7643ed49cce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fadf816756bf852a85814748ba59f91b6ed91de7c336689666cfebafe4653fa +size 9398 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (616).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c658cf35de18429095904d6cca3ba6a2da46413 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55677e42695aba3ba3458225285d8f2b01b5c863325fe9e858f47f56870d298 +size 18134 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (618).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60fe4c217492a31be877d9387ffa84716419af6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c5bcb6a8cb62a949b3ec21d4d6235f4096b89bc4eb24ae47e6a1c4d407caee +size 11665 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (62).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (62).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df0f4cbafb445a151258bbe265bf9fc2852d78aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (62).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16edf84d6db9cb1d30f3f72f6466ca8b13eb5cff577104565708a14ebf159b8d +size 12595 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (620).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0dbc036143c8a0d42cedc8fc59f0bb358f06bcc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0344a9be153379371ddd63627bee66687ba988829c45f0e1346b205e88794f +size 21683 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (621).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be206e9627862ae043f0fe67ab1a7032e5142690 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660d84acc70eff46193880b5470cae2495a96486af17f1b9b0721b42132b601e +size 10047 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (622).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..805068b599cda615df5144dd2004313211b4619d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fa476c99a83456baf9e0a00cee3935c11521e8da515da3db956de7d48f82ef +size 12783 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (626).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c88609a2787e8ed27546092d612bd104639d58b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0913ae72be3f65fae9c7a684c62d4790157e4d82c0bff4a64e1e1c1e8537f33 +size 19628 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (629).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..398667733b451f76185e76a99bee4d383a6fe622 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0506a39e43368697d97be9bbe1dcf355362885c72b3a3e104e923bd630496b65 +size 9791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (630).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2854e26854f58f296a323c6000153144f3778d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2970f6ff2e2bfbdb7d29d6dd8e95adb9d7d4e39b95ab7a520b9d237e84815bb3 +size 9778 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (632).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..512506b7c747097870cbf8624f858bcab31dc704 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38809c10d5b24007f92a649e45c508bafc66b3313f2b76596c29e6743a9ae809 +size 11691 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (633).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22a112bef16117994b4ecbf3ce8641efeb0c144a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930874cd6cd81845fa1ed498b3e334c28b7909f204db8b41e799459f8533fd13 +size 7771 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (634).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14150c86816c93ccca82ea727f6ff7771e913536 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ec6f06acc67f039f980c8d97150e007aa40eefd1e30bd9eb28fa4c8ad186d9 +size 13004 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (635).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (635).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1c4b9ae2490a99c68c2853bd31869f42f81d0c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (635).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1781838054daf92b54a019e357da7641c9dfe708be0df9611108d1a2e09ad24b +size 7195 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (636).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0986175c703f5680f825608e16b7575eb9eee723 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645c6785868f9b975fe6faa497a44bcd06dfd2c35a13bb39e5dd5f9679db4887 +size 13584 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (638).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41bcb962565a101f5adc3c1a67693ca27ee38a10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1347774438f74d735070954f15ef54ab18b4d360872bdb4b6e1d37e3ce997878 +size 10705 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (64).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (64).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f30b29aa1e7437a4068f7798b8d8c17d8410990e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (64).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61293d08367e296731c1764af9cf4cd41918cbb89d444cb2199d1135d09b3f39 +size 8056 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (640).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d99050813f60a1a38b1cbe2c04921ea9d54425b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8f2b22244222eb45e49f30b1eb192c6d60a4200dccdc6ecf75ba63939071ef +size 9965 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (641).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9fc9a8769708dfc40e63760a39d739b0e902cd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416a38842e8b2226b4861101706c8b89686fbd963338fb81e077c4c936b3fddc +size 22469 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (643).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac1108f8cf55cd8ad13fd861cdcc1ea8bb4d1c8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149b16df3b6a81a4a190a9a769f1201df5b9268306007ab5b8c70ef5b6cb3dbc +size 17140 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (644).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6061e9bb406a66c3c190470d57c8615e06535799 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607bb445057078258b84dc04993e249f51343992d751eb7acfdfbf7f5da0f102 +size 17687 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (645).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5db53021dc3a137a6de3c13b582a05cb13d4c151 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ef9854d748dbd13a68b6e9afc0ad30474b8cb2121c95a71146adc23d58423e +size 9376 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (646).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc3be0012c7046269781ea537ecf164cbb956c19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589e49d2af9fed2ebbb64fe5d1060f29928ad6884705b18add29b43fe471701b +size 17106 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (647).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..985dafae0578a1c03f23026f47a1dae7e494efdd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd85add66424de94ee12c6781c31d1dc3f50c3571ce6aee1747c1fee028053b0 +size 8001 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (648).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f649aee37fa0e81e88892cdb95345eee8f39122 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f079ac33ece1da909f4801ee2a5cab92d1d86c093d4f298fb2764c92de2673f1 +size 10171 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (650).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5734ebedec37f331de817997307b9912fb49de8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ab3534a031b2eb1acd34d29c65a0af604d0fca9c03acba8b45063b21e217ce +size 17023 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (651).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93652986957427d3ee56f83587a6ec35e22c372d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b30ac00147a61764afcc5abf73a2d457d5170875cb69e71b5cece1b4807f0c9 +size 8813 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (654).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d22689889e347c5f47e6d84c9449b4760123618f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a1ad7581a1140425caaa1c79632a2494be42cbd5a3576649ba5feb8f595782 +size 8010 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (657).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c00671c4df8689a9ce52dc1ebede729591de5d41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cdba4eed05a0aa396dccb384d9e5133db95cb7f31eb33ed77c383a212a1e30 +size 8725 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (659).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bf8f953c61b34c3f6e556374eb3982d32d27218 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29244c05e458b0bb830000585e9866d3c0aba5575ef99cd67288e9bdb4d814a8 +size 18419 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (66).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (66).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dece34d12de44f0dc45e981e07e4ca1a2640ba1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (66).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9d81e3bf260572d79ad258bec7f7573f1370de006f2372f00a00f050ce17d3 +size 13060 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (660).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb79fde2ac468730f49d5e3e1e39af118a6beb6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6293bc653d69b17a684cc3b53f8207c36bd84f260f7182b6607cf6722dd37ca7 +size 9734 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (662).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61263e610bdf6585ffbe6d11f86b99e0d919e961 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c70283e953af75a7f0978ebe4737d61510f1afa7f6bfec29a607373cd5b5ff3 +size 8497 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (664).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22d922b9af11d205c1d4a6489a8c3fcd9668bfb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d760d40100c4ccf977710e172bb1d10dd58022bc5b580cdbffe360417f8efb +size 14872 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (665).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9beab6c9ca3ead6ea35722dc8869cea6fea6ec8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac4e25a82cb761190aafc28b707ce2443d8abbc6ccd873cefcaffe4929f64fd +size 8655 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (669).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aba0969be860559c27cc99071f0e6a765bbb37ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39737284bbaa95f030f19a5661f25f7b151a3ca81e56555c5021e3db8f673e0 +size 13704 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (67).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (67).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e697625855ad5321ab3673faedf30bd39a179fde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (67).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293a3c28e51408e488498a7ac1eccdb40d542ddab2882deb17d507ef8e59fc3a +size 10311 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (670).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63d03e451b3ccd5c87430c5d0b11e00d3e3d63d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769ee631e2b360ed74fb6fb37c71b86f82fa4d4cf116a0ec78de77b08220d086 +size 10421 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (671).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c047632a0140b59acf1c34ed3ee1e170ed99a43b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0312e0e9785cfa414bfb81c9c81ef05f52edc6d646e7e7666eeb987c21adadc +size 7406 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (672).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c916e4e3b698b28f722135a05a58a1f33e0694e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc0bacbaa229b0f4fef0b22a0b6a9abab09f8eeba98f0e8496f16b858cfce07 +size 12401 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (673).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4d0a120eb948dd3ac19b08403f3d1f171b01f07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943a1dcd312ef8a7205b1bde7281ed2305280006cc94914c7f21f4bb6324917f +size 14262 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (675).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..506a9e998fa29b9ebf8efb29db40b20ea7466154 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a8abeefe910d466cb20b2a19482d8782244451e50cada05deba62e904ee981 +size 18736 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (676).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a54d4767a947c43f37497a7bc0a727d3d5f6b40f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c361f4570072745a59407a787b684e1ae0988b104fbf518eda8190748f8d3ca8 +size 8612 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (677).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9160fa51f79468a0473a7406e3f657227148367 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ac2f2b77addd8d7e7c19e280d2fb39508dcea47254eb2fb6acf872f2ade50e +size 17752 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (678).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dd12b672950c54fe79907f2130394722c94d03a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49606bb90aaa72ce18a339b06ab24213f78f5147dbecec655e54238da71bebea +size 15573 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (679).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbf039fbdd4f354a045c061a3a22144db37b3b6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6528479bde2d10d56130bed0860bc3424a827c682bd564ed2c67e819120bd8fd +size 14079 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (68).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (68).JPG new file mode 100644 index 0000000000000000000000000000000000000000..383f222e499fd7e4622d785bec22adb5348f4747 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (68).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6ef26f237ee5d595bbe11830708e71c522a4f979ef032e9afb8f75e17206d3 +size 12687 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (680).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25cf0582e9896ffea5306fbf4cf3d6a3f150eeea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f144e319911b8007d1e0b0586b1664813b55be4e72c508923cb48f4ad072549 +size 17087 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (681).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6feada5130a71f16f41b1f8fac8eff0ee4d01963 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b90811cf8f400fb2ddaec953b9e43889316e863bc0b869651f5930ef80ee905 +size 7309 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (682).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e57210776ca696bb8f8e5d17ea3dbac05bc69e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14f3fbb802cd88d72aa91469ee6749ad5d873d68857210448c810e5c4895813 +size 20111 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (683).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..decea0663b0b74c4f6acedfd66e2a387dc4cbc0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05385ef7f1c2f51cb5d7b163e1960724610d71691713843a05e91969871d3ce1 +size 10018 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (684).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5354891b80a1fe40b4c672e64d625b231f35f855 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39cdcbbfb7cdb1bd03625bfb3099ca049ec38cafefe097f35ef1d2538f02aa6 +size 17083 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (685).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5997a4c3f3fb5b74b0bf57e1000832e788df50b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df95024b7bef67909d7b2a03a71bb6dbe1365678e920327e37d8884e27e60d9a +size 8086 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (686).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3558ff84929de94f9cc07b1514eff60a47ff5b62 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527d609f356efcc059031ed9efb018f464e194901b0007540443c82a2daad03f +size 13314 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (687).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..100401e8b5c5c50e331710d29f93266e8b2fc5a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568c60425e66da519d6c2758e5288a0d3a16e40cce115ff527cadd55cb93feb5 +size 8501 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (688).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19f2446823f45be950c464078db948963ec30332 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2eb515176fdb99725d3853244836d677607e5100777f938da2017299801c74f +size 10798 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (689).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bbda2c91f959dd8d251d4a49a257204a5778c90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2879d637520f57efaa1af58b0924eb4b6780c499e414f31f67ea7c88e72594 +size 11667 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (69).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (69).JPG new file mode 100644 index 0000000000000000000000000000000000000000..983687a806feb45ad1d9715e310403bb2b519ef7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (69).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61dfb0f1149a875bd1429681076bb1b4f9916595b8e326887026572e964dd9b +size 10565 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (690).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b544cc71f626ecce96aa902a1fd9c60373c33f61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2763a5238738c571723ac46c21beb5249e9c6f55f710bf00b501307efaae34b6 +size 12315 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (691).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58bcdaf87d3623a7d500a6e55734105c208be49d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d882f468ef3a48934ed63af6c1d6888aa1f2856f212e70ce06aa06cfdd7a905 +size 18655 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (692).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c451286dd36147b3378d0d51c22f09076e8d6386 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f130bac2cb792589827ff3ab08fcb31729324119d5429a87d314d2ce0d85db17 +size 8989 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (693).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8644901e73d04cc32e01916cba6d534080d7bd92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ad80315d6e4c9dea8f13f9fb13dcd6d8a37b6085ff80f42e092bc1e323a37b +size 8392 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (694).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7d6b55f0168ad64b9018e526f7b2f1cc8e71c7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbb60309e39f4af085b033117306fdc85d0e5992a5fbbd85cf72945f9bc143e +size 15839 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (695).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4535dd795878800498de14a65fba0abc6d080252 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bfd0f6b95a6e14ac3fd1e6bd9684fb60739b6f487fdaf7dc54f1369e238752 +size 18951 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (698).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86f71f639eeb0f2d7fa929f9ff679fdd50022875 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d21db9ba282a342c9fd8f608c83f93ad459ddbcdee3f186539831c3b31dbcf +size 14005 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (699).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44ad1044d57ac009c9274995000064436494dcab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa1de172cb7d77b7b3519b293a5703dcce8fe7fa047dfe8732d9dba4fb50816 +size 8755 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (7).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (7).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43bdf348843b075f88d28d1440dc90e129dfdd2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (7).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691e3bb2a3f25930c4aeb9dc708eeae4b002540709a3abd0c17938096eb1d81f +size 10071 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (70).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (70).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6928a3fc918448df968630b1df2098b6ae641a9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (70).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa13f66e31f77ff2eadcc4ba33271929290bbf924c441c7ccbad9f64177d251d +size 9224 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (700).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ac1a35db8b71c6753bef5ff5a252f862c5065da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d165a34783f4234f6e0f44fa7dab5c4d6a71f17296b3d0a981a391816c0dcf34 +size 19139 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (701).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8c4056b99c38bebe36dae195667b52050573bcf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871405d06d2fe51b1cbcec9ce50cb177bd8e31b21387e3b95597443d1afeb88d +size 19533 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (702).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f844d7f1645a4a25d7782083b60e972aa8d36c3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad01c51821fed5c0925a319276736a6622c69100cef1d3b4cbd1377b742f2dd6 +size 5946 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (703).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60fca58eb895ae50815cf58bbb4402318eb4ce36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f454fca64baf996f3ac8f0cf02b00aa1e768b9d1a7f5f05daff933535ac6b789 +size 19974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (704).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31b1eb7a7bd917c5282bb8049cbfd63a6c046146 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238c71bdb19a8ea79531d1c984e67f2b6b08af7f6a7342f05b60240aaad28bd3 +size 8815 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (705).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6995988ed3577f37b36d89eef44c8f82e8c59d37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5058aa6fef6cf7b02d05e549b82334e92536307f01727cbd090349e8bffc8a38 +size 19678 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (707).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76841ade803e7bd913a224ac37e41c14a19bd9b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3666db81f5c1b7b195952d1bf10fa10942e2a21a81664ac7ad74794571bcf28b +size 7568 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (708).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8eac746a02a798117c91824248db599f403bed50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d155cb6977371ad083b1a4bbeedc79c0037f140ec9c77f8777f11c532c983428 +size 8536 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (709).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f859b070f0795ee023f1be791d44990aa9e0d02e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc41a368a02f7d3cdf6e1be2c3b148ba255186f97749a615933e67614fbcc12f +size 8073 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (710).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c92f85e75cf454ba9de67a8c025e0794dfaf61c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5279ec8ed848b7519c51ae129fe213ddc751c9db74d6bbf94110cbca69e75540 +size 9376 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (711).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e517c432ad147dd44c0f6b4453d109b99a48411e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5e9d6bb85ac48e440eecdfcef62195c79406c0ffd33d35f82f987beb6cd376 +size 9969 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (712).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (712).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79242dc73dd2e8ee6cd27e549fe6513d3eb0ccbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (712).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909cbd8fae7389e4ef91203edf2076bb27a518ddeacf7253790b0666be2068d0 +size 21759 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (713).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e6663af1c9a428440aa0dcdac93e6a2d4f9a224 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226f27379338e192c183b129954913dadb9a92509e332842d3af72e1aa81e3bf +size 14382 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (714).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f1275126dbbd058084ea61b6b7f2a0954cd0251 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a069612b337809043bcf8f9f4b1bf2b801f5862a3111a04559a453fc6cf5e8 +size 9011 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (716).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88222024db3596b12e1f5b8789bbb04b5fe3b4b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1efaadd901e132278a7170b998c776278ba0975408e91156bc4200cf7b48a2 +size 20106 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (717).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ee4e1e0517f4338ec858e0979ee08eec2f4c137 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b25d341cfecee17d8aecc216e7ba42c00435ec86f3ad6b5627da003028c53f +size 9161 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (719).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62e8d88dbbaf4edfe61eb9e86b3971b714f17fcc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd5f8147d3c4ab680670aabec7ea9e989261ceb4617ed4bd38e964afa0b588b +size 16388 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (720).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e443fdf7a57bc8c1a6fb0cc14aa553d0f319e3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40233763a5f59dc568c0b78b4ff6eb777daa5269e9ec4a735a8cba7fdbbdaeb +size 12110 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (722).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..059fd61f83efb149914bd7bf19432790726f08b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f1903fae9bba5f229aabc32b00468a9c18e7278084edcb8bc0ce6b95619e46 +size 14675 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (723).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dacdf51e88a5c4717bca345d6878743e3eacbed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e0eadc9b7646eceb7afbb29be508c65144e1f1e22f161ebf502660d897c1ee +size 11073 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (724).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (724).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d333cc6459c7ed7ebe25ab8a8cc53176b9e3b95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (724).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9298e2abeed343513f9e666bd927dafbdeb5dcf8a4d0948fdd8b651f8f06aecf +size 12784 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (726).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcd429129a1273298d05af267032b8ef7fa02e1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9711c2a45ec25ab595319ce605120d3d09e85f28c9a6425cab82396823e9af2a +size 15905 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (727).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9c61061fa7d6119427717319684452bd42a6ada --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3550af089fb4a6ed21141c0141ee350129f529799a2265801daca4e7cbf3c69 +size 17136 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (728).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb66f6b861df9b0f4270afb8d39b109c02825ec9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda33227446fb12febf01ac8277936fe3a80c85c622f6ef592873994475e69f0 +size 10115 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (729).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea7eb85490528f91eed817783c68c5ebc1fa5daf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f637e9d5559412126aaee56f96a20f83aebf55719260d3d804feaa2c4720efa5 +size 19738 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (73).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (73).JPG new file mode 100644 index 0000000000000000000000000000000000000000..627047a94d95bfea6c2f8d2d6a8723a8f5f50ffc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (73).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026bd7c090de732c317b1d87e83955d2779baf21a26b22c1e94ada7e75156dc6 +size 14502 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (731).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e52759824b4874ee2e28d2c3ec09e219d4960796 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf128b8745a4e59889d0497a8ba290b19fbc4097cd644655f4743b0f4c769a6 +size 8533 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (732).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a699f673670efaf7086dd48ddcd5c083f991d66b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b5f6308a39d29af8c53efbbe24b1772600ff0ecdb8059b0651551e304fde6e +size 18149 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (733).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4056dff6abfddf6b7108eea68d0708305204c0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4f2166b4e5777d7249a71a2c94dc54b481026b0b1868264db719a07f15b3f6 +size 8703 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (734).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..950b17624e096a586aca9b7a210fe090d4736618 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893ae71e26b95b188e5b03d82d1d4f49806722700c70b9e6df1acdad874b57e5 +size 9071 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (735).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48666278005d31f5055153cc675f3cbb4446f3a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18bc46823ef00a910ba8804618240650e846a618bee342f232d055e4aa591c3f +size 20365 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (736).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42f788924fb844ccdb46d13c69ed7d38337f80f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1f0bd4588b54d6b20831376ab8e8127423593ec0c6fc2ee58cb02a29b5a177 +size 14568 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (737).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (737).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d50590e286ccff5498b5f950c7372eb6162185c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (737).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32946a1c0fb98222284b15e48688e74c0477f745d26ac59916e47c05f5262106 +size 16319 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (738).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd720f27773d5ab1c6730224f68104d432062915 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53822bc905fbcb3b6809648cc4464fb246e6d977be34dc74218044b02051ef85 +size 8986 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (739).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d68baaa2941f30bc01d07ec33b804b05f0239d08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0464cde5247ea0a23d81cccb91699d7967c27890fad2aeec0b6a737303eb34c8 +size 13911 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (740).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e316000149fcc006e2d6c8d7d13be5dfb6a10e49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0733ec60ad69d6b536a34ee26c02cdd8bbe82efeb0ebf6ae690c14dff3435fdd +size 11462 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (741).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e6719004d4fb2dff8fc334a0da7c11bf33049bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286b45a810045d1e024b02b3089038496a297db8cb373977011ef4d889291b26 +size 7479 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (744).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (744).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d4cf528d35988f70979e07e227a69e0da23da02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (744).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98f9ed53045c6ad64dc8ca2e8a9b8b827a0ffbc45b2dcb57d06f90eef3d6428 +size 19984 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (745).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81d8dbae059bace9448162cebad6ddd3e352aa7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d579e499dd9a9e0e81fa3802017b5194c25fecf56b9eadf2b66e26c1295a19 +size 8436 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (746).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (746).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4129666fc6acf51e8e4d06d64520b9d04f42367 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (746).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48407c057355945fdd8a24d0c7be1722cbfc1a282b7749a3fd9e3293816661b3 +size 11266 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (747).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d732e0d346dc297ed3b388b556bbb09eaa3a6b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba301f452103d51746cc678a0a091eee00b2564ddc5e257654f71f39138468da +size 12016 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (748).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..838fc3cc5c55c09041737e9b92a9deee61916648 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ccf5ecca2b79fd7095398d197fd5536ba3893b789d5de47616edf644864b6e +size 8203 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (749).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7371ff9c3baf6146758f2aeac77122836aee7b70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252ca8fce86bee7990d4d9a28bd021184bf542c75dfb2de5d05b4ece59ace61a +size 15012 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (75).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (75).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4efbfb0bbe2be2f3e4b8c4fd79d124754c6d5ebb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (75).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79d7423b15c812775c35dfd49780b636c01e847789e6438e05a81d1a7469288 +size 19774 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (750).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfaafb48300d8c030e254e7288d23a7cb0c6a2cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d940ca789c3ccd2ff9d644ca5e8c366bb5652d5f8f028413a003c713bbcdc2e +size 13028 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (751).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ab84fea90a895e969a4068dff7c138b3e484dbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661130216220571372c3a3dcb96c9246260bae2fb8321a1dfde4135bdcd68a57 +size 18483 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (752).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b383175ec59c9965090c538c09f4b63c72b910cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280447db202bed87fae1495afe38b0a721668e4bcc5eeac4e104e5b258735cd8 +size 21955 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (753).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6be66bb186f79b223fa7f975fd4732fc2243eaf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4656a2ff8fbc36256298a98ec7d5ee5d6522e45be01bbe5c4728da73fba71c77 +size 16223 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (754).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a3334ff4b8adf15567267d5bafbdd186b9c3557 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd55ee93f423d9364dbec1e9f80b7ba96cf4dba7e488b14d1599f76aa2c66a55 +size 14561 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (755).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..712e7fcf8e120dff6f84a57ff968e4ed494cdd31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4c16ecd9f485766cdf132751c07dfada7083f70f159352942590adc5767ff6 +size 16403 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (756).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4877a43613a3282b9c354c5c6a5e3421eccd6df2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d86f2a1e05b06e4196795f820dd9c0f17cf18f7955c299870d5fa750ae2e27 +size 6307 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (757).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7a8c57ddc513a0c5a5f3125220b6daa1098702a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19a753513b8e81b3b84b04d143961a27d5d3cb4d3af94c2e69259a620dab0c5 +size 18702 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (758).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e9144e32dd81267fa0f27307cf97aa75ebf39bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3eb637b716cabd88a77024fad0068b16fad1863a78d97d677b5e09c70f86832 +size 10826 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (759).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e36de9128304222372ce341b71741788c5664cd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e98cf25ca0145cc8efb7897e168bac23861211c370dc8ae0fb4ae0a869695b +size 10614 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (76).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (76).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b74dfc2633c36d4b3ddb5c5ada9750a082438a37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (76).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e154c0696c53777b033b54e28a03b4236b9a9bba3d0a6359749187d343f762b1 +size 20356 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (761).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c028b650130205162e995babf2eac913aa2d4c34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48399c312ce2f8a3a6781c62c667e39d77e596a8d4c66d501c20851cd41835d1 +size 12482 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (762).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e34bba227c98d0d0f5fe310ca14c37dd5d1ee8c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90433051922ecf766ee71f9a73abb146381975751f1682a9083ccac4d3d9929b +size 7844 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (763).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13119a7ea9184a13493ba4d6f053dd30fb371ff3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e05cbafda900f1cae4233bc2b5b8779f6d89dd5747299eddd414d790651231 +size 18733 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (765).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a4dcb8936e8375cdc716ab10f79ef8771e273e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ba535855892c9519abf50957a9b55748b6a072a640f5bf3233028c60b30614 +size 8676 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (766).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..157c779e3d4e70d408a4d2d4abe0c6fd1f480ef5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef5873c1b5ef8663539dd6ea6657cdca39ea9fc0165dc2ba7d875ec55060de9 +size 16033 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (767).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe93a394e3f0680fad4f26f7c4f33846d0442f8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9633e589c13460703133da837aa737d6db4776fc61dd326fd512b58e5221c9d9 +size 11312 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (768).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e403ce7801b2b6734310c65478d6ed6c047bff6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b233094e3c0fc2647390fb1c432b60d327193ea5b942df42399f56e40dda41 +size 8587 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (769).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db3e83ca12c3f872c3ae770a06c93c05aadfcc29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999658872e3ca9bc0a7a6adb6d923438207c6566808d55a52bf72996c8a5bae0 +size 11507 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (77).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (77).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b73e1bd4ef996d16da7ad5e55cfb1e22391469c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (77).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2352136492bb48e5338e512f86dd636a1838675de4b15fce9b4a91cd1b946b +size 12317 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (770).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec7b37f4ff60b4d417678a2ea36e5e2d82056bb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5003f3deb019d551bae4f79885ec474ed60eecfb241f9d9974888cf2dbf136 +size 7228 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (772).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b3ec808bb93f6759744804c1296c3a9a85337ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bcae41520db97e33bb847a04f1012f8f19ac5b5062fb94d27d7954659989ca +size 16432 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (774).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fff03864eb1f4b63c30b66d44873a168bbf26b04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e4900eb887666c4bf1d2088d5ea65332790180052e4d81264b831abb59baed +size 10718 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (775).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (775).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26f39e15360bf32a189b5f8ed57416c55f0ac96a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (775).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0e91c3e4cc044af0bf9ce92978800afe11b490b581a5b7d96cecd13ee11779 +size 11054 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (777).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad05c1701bf3796b477d28eba7f8d6457f1d5781 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80aae9051678d557f9f8569cacf9b027c4f8c512418ccdef74bb39d8583dc9ea +size 19981 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (778).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46785f7a3043d8789bf6f08798a26be26774ad58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5742621d6d006ff0a1a63d04615a69e2a236927ce12417df21daaf605f6e562b +size 10066 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (779).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (779).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1038a50e3debf4133cd81662c966851d531d6626 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (779).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a611af7251e758c69ba8dce61acccc5d98fcca6a1e534111bde76c6f86aeda09 +size 19134 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (780).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62628da3bf5d39f7a1a4ca0c1918ef9e64bfa219 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0ef86434ec076c9392fb7a9c7c56530f91888b4fb1e5ca9a17a93ef5e54d5e +size 17750 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (781).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2177066c0d3d987804b9a860bd69d4bb164129b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a500607f783a8d21490d8225122e85d396510b93aa6cd13687801d974b4173f5 +size 9126 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (782).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97cdf771a55c73a7b9ea4215f5dc1e3467ff4d2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ae12601a2d0ec674c41d1c5a0966d0696c2dcf3c231f9d181eb78ba9fe77d6 +size 14529 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (783).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..577fb6902e740c9ee3f503671da0125719744ee3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d4b02b00acb3a3847b17c823082d0fc5fafad1021ef5947f931bb9fe408c7c +size 8325 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (784).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1958c73c9a45da4ea6aecf0ff43610389ac36f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c974c6f0de0f5c6a8b847cb13b55dc65000ddb6be0cfa65e0954ff26603d586 +size 9761 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (786).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..281f0b3d290c5c054501b58cc00d4ea011719d79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3043a4bfac4b6ad8df1ee24054d2d801836352b7444d22e889dd3c6dad8e2e8 +size 9855 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (787).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad7218179f9a4159fb17465f27657dd04018c6b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d26323376d1a060f4a1bd7afd25a1715a3b07dac043d264e1d075808dfdb3a0 +size 12152 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (789).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d26dd12696566983f5086a69bc69317889af2718 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039ed87414f731cd309a12fc916a3d833b4979f8dc5a33094eda47236a3aebbf +size 14635 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (79).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (79).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9528dfe1e0306fdcc2f3a3795de95c067bcd28f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (79).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8062819fc1e0d3e91512d94e61615a1cf9f36b04e012a1dae0eb4c09fed7a11f +size 20499 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (790).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0863e52a322721dfad771d3d86a2ce72f45d19b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78eb19f2ca5a4453b6515465e5e83b65c5eb9afd73a57bf5d3637a7ac87113e4 +size 20856 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (792).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74e29bc438bc6c51792e8d77cacfbd4f000fc3e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5991953def4eb48d9910df5a83d7e74ccfea8a1572fd1f6027af4e93fba32a5f +size 9927 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (793).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73d7d77f41acf8dcd9a64c8f474bb4a3ca887909 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39304d48ff1ba4ebb6369f2a1207eb05912e065f80d105f9eaf1390ae3f9a048 +size 22302 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (795).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f600411d54ff49b4fdacc7b041cb5867a27a7865 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc6503a08a479e7884723ac3edf7cc3d9af2d374fa9bd90954b51933f2c2553 +size 12875 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (797).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3daae4f799495fa2e9a581ca4686a3df45ce12a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71677dc136f904570592e9e20b8b7ec0f83917d6f7776a2fffd0eb8a3ee8e3a +size 8289 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (798).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..848098c282d6f7b7319b8525504f388dee017a39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1dfc8e07b0391b5a1830d1fa221ba1cfef33233e616456cbd133d2af205821 +size 16906 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (799).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72dc41ec42daed5eb441dc0d2fd453e2c098d964 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9f79655bbac2394a1010a34799e0540ca1045ebc4ab723964ce80e3eec6757 +size 10122 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (8).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (8).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f4ca272b444976fa6ade8e679a67dba723e6208 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (8).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df2838c482139b8c75c6cac397d02773f122ab26c42982a8f827fe34d691579 +size 8103 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (802).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30192c9a08b94128bab92ff99535aebf580581be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8597abe6bed3b3976d19025e7232b8df6911423ea2113c41e16b5ac805f8832 +size 19885 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (803).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fd869bd235a782407de4b852982db994d013d3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb67d31e109ca204d4fba47d3d57149ccfd1dd38290e779f1c8b5f108d34f27d +size 11229 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (804).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (804).JPG new file mode 100644 index 0000000000000000000000000000000000000000..515ab6d9a43c8f1e5bdfcee95fe8bd99c1595bde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (804).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7737e388f75cf8c06142357677413effdc048dae5471b82991f6337e56e0f61b +size 14234 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (805).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8b1970535bb60b8be562e10228493e56886f5a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a256f10b23ada670d0a548f3a5dfbf39eabc28e1bc196fbf3a255f07798e8e +size 8337 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (806).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93422bd2b37876d557e2ce99cdae80a3cf52713d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04db32593be2b21467ccd1fd2ca230765644ffcc88a37cfb618b61d70be9272 +size 8842 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (808).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..baae9b2202f85fd85881b96385e7d216d09d1a6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a963091c624a2f220151f453081ec9418d3d70c092fd79e9a413b54cd84f3781 +size 9075 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (809).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c61d9407e8d816282f7f0dc5f28053cebce14277 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cbd0cb228abd844c4374f06cd94b83c603ad0fb66e5531b7eccec0b3dbdb7f +size 10552 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (81).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (81).JPG new file mode 100644 index 0000000000000000000000000000000000000000..638e1ac6bed9d04fe989bf35d0c528f9655f628b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (81).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f4f1e60e41769b9ce923ac015c857be85825fae571db60d544df204269451d +size 10421 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (810).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddeadb4dee246bdc96c3494fbf1a40b2d91a5a44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40661cba864265d0227ff597ecbc04b2acba5704ef7ab875e02283e2a406d92a +size 10986 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (811).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a96c06fd09c0afab21deb32d86095fe6e66e68cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1929b8fbeb9f331b425b7dd3c6bf2d630fb83fe6d1977aa6d30367ba875b3ec0 +size 13779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (812).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07af620439ad02814600504f749756f6fe678d96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8ca7d489339e5021df332fe2fe644d9c9d9fd18c20841450cfdedbe660dc98 +size 9139 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (813).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5b4ef27faf831406c48a79d87022190d70572a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1661014489582daa60a7ac45bc6b167bede6d151f81db956cc2f5a5867030d6 +size 8944 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (814).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b16b0dea3e6ecd9a4cef3678ba21bcb3fd5b5e0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffc8875ffb9d3cca06cdeb3d06c38bc923ea58edf05f599750f565cf86f77fd +size 8537 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (815).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..715f2b98950ebfa4d25420bf44d58e1335e47ba4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b69d92ac56b18ba7064e55c95b19215058c56a89d71653296d4dd99045c09a +size 18986 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (816).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cca5bd808c3af01f6faa1ae961a43e16ee2908b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c055e745bc9f776717cfbf8005e14b52c1c809b2161f9e6fcfc25b9c209b006 +size 10906 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (817).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21fa284bcfdb321f14cd60fc33220b7e4c0359a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70297f8adea55e8935ae746858cac627871fbf652599578ff00b9c2e03d4263a +size 14767 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (818).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03401a8eed65a9fda3bdc9eaa54371f69fdaf447 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a633c7b938317e2166f21f9c325ba85cf42dfb976fd4af34aa152692d487f2ad +size 8532 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (819).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3b1cbcecf72a13506a6f0468f65997908c45086 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c914bdfe780ef1bf843ecf0746cacddaef8fcbbdbc796f27a6c31760e01fc88 +size 10643 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (820).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87d94e62ec21fb269dddb19e4f40102286cf9ae8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3acb3862d27a76c8f9654cdb9e2e2c208c02164b5ff83ca6a8b7c3eb891ca959 +size 12088 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (821).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d54c3cfd017328e0984600a59a7592f7414532e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d893b4d1c548ccfc929cb3849c49875b9f39f8504a2e868890d50b79cb834177 +size 9359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (822).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a21814059d6284a32068406560a375cce9be1fbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab97d5d25fca2c90e91544133d4545753585020afdbea9a659489600a020a5c +size 10176 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (823).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f5112a83fcb1fd1471d7b34b4d02bf762957ccb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30ce4d5a1580db1059d1a694b0a8d9f41b3fe87fa559a820c86edc3bb5d48f4 +size 13730 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (824).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09b151eae1a32cb1f08240dd79329c3071724505 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb5da2f7824f30d731ea3fd66fb77c88ccd2afe002bd27fabbc03bc00789cbe +size 19411 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (825).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fede4fb91f108263cc3fa16a153609444179e74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15df75e259d7ce459faa010dc247f0b4469bbac5f9407b88f1ebfd8f622a0023 +size 14776 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (826).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f077aa40e70ed28b5ee110301c8272342aed0343 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb7ff5e36450c3ee8a024a569d4224ae18ec64dead8511cc93fdbc9114259aa +size 20539 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (828).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78d973f4b60fb0628fa40ded5a71287c76893802 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f98435a15cd8e6e403e9869a0350746b06aeffebac078d0f69c1f127e902c7e +size 12097 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (829).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4548f375c00b801ce653754bf987254e0148e52a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14e850908bf6804d66388ad5f85d15433e51f56f2080a3ff54f4d9dc5546e3f +size 9702 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (830).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed87bee1ba78757b18b427bd189c85876179435d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d813d13f387a145fcc84dc103e392165b3657216f57119ddff86a0391c0d50 +size 15490 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (831).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..052bcb5419b61954a4eab7a80efd7f0eb45323d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17354c6f53fb6a1d3cdc7dae56093383fd3cdb5928ffb261088fc1f11cfefc4a +size 9607 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (832).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0a002ab925eaec99f9acaf1720ede7696645d0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07cb6b293994034b0dcc8e70e53705b31b312cbe624ffbdfff5004ae2fcacc1 +size 10701 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (833).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b82b2142d7ed99f4c9cb3b8544eaffd482c4db0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e656cac085e188ed0faa3fe07eb838997246f1d1a9af28f52943738d8ea5e825 +size 17864 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (834).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e096f3807ed2bab5e9cde344cd507633df82d89e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c368af205911c03673bdfaae4d47778ea13b97ff4930582a7c3ca8530099121 +size 10827 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (835).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a218a4a9dbbe3005e1d513eac9df9a6fdcaea3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5746ce14ff8608b12a53203a8d9ca0077572f8dcdcd3090cae20bb02606ee04 +size 13562 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (836).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48a8a0888bd9be34a78c107e034b82f2b3db4b10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4cdc3b0f581ff0242f9614813e39db698c2bd8f8ff69a84c6fad51d1d35cda +size 18070 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (837).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e96a305f8d20b1cf343514bb8685ca5e257e378 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d992ee538969731e1b86f7b2feb0063428be7b150a3ea8c53c2220ecad9e9b9 +size 9603 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (838).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..085450ad41f64366c03e0f3717426979c15b5467 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9ba67233e13b42a35fb1f1c26ab9173c5866bb5aff8ac1867e3c90eb69c808 +size 8791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (839).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..feafa99cf8d1c66b2d99df5fa38562b227b6a657 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9cc4ac0b4da5c2fe6dc099a8273a55e30b82fb3259060033fa8ff9ebf8748a +size 15741 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (841).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b45fb273fecbb19a2bbf917a16a6cb3f85ec1ab3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0343507ab6b551dc37d196bf9a0a16c6ff84ed7213d319661d1648c532416e2c +size 19752 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (843).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5cf14189b45f0cc9c1ee58e0bff4dce8be8900f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c3954719ff32dd68d1b59638a7b5074a3b4c2872149134d418d929bc3acf7d +size 10333 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (844).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14a0588c6a8612436b16fcfe6cd940e9539db165 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0979e990bd9bbbdb184fd579cd182e5f14b5f3b82be0ef1d53bc4f0f3e62ea3c +size 16898 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (845).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..659b12e399bbe3655ae43245d668f81745e0b0eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382b5bf213d623cc3b8745ecd39c49c0eed3ded5d702975a30dac8ccbac1f9ba +size 10172 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (846).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..952ef4b098f68e2cf9b9bc516aab7b05a181c3e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a320421513e396331beff93184142b821416e248294bdaf64723f76a661c2a62 +size 20261 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (847).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c23e122d320abe6e674419985352320f4c7728b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f4fddd1fcb0be6dc05030b3725c2400f1deb19d717b69df5bd344bc6fd79df +size 10573 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (849).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ea78bd3cddfb15ec5b4a5b2c162863914523abb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61660990f8a09ef0dd59d0b1c211827d8f19dddf3ee58925a1c2de87fed2800 +size 8329 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (85).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (85).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35fcc060c33c6985fe498913777734a635c25a87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (85).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f975cf69b9d1ac6fc7a762e6ed33ae09850c14a0eaa20ca550a42179af2f2be +size 22458 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (850).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52dc3a49193f02ee4bd0117287f0924c061ab0fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21f96a069efaa896e1f2627f745da0e65a198e8807b3be4b0df4dbe3d2d97ca +size 9715 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (852).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fbddbc7a4f12e3ef66d7dabf8dc37b6be77656a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661eeddae97809247a82da85332ec82247387090daee9db6ea41e9e908d32a9b +size 19551 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (853).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac09b7b9ff2f124abe27831e53b7050690601762 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbf2d8cb5f80825165cf1827edda3a00ded733cdd69a562f44d5a1253ca97cd +size 9736 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (854).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..867297f5a1ac0a2d1d13912f7ef57f442629ebaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7caae92e650243ff58ac08fd67ae6ed5ed0a80a477e0a61daa75470e24c671b0 +size 9484 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (855).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5218fe0772478d97e8e4bc424fda82c08b9836f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb578c494f91b1098d7dc6bf52137eff93dcbeb9e7f0d77cb7ffe92a0e09f1f +size 7911 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (856).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ac16a69fcb3bb466ab091b5a863d259e1a21eb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdcd34d28752d1e3b7194ce29b54ee4c7eedceda950f7cb2a6b90de61bba1a2 +size 11527 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (858).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d881138b4a2f478480d15fbc517fa38f674701a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6abe9d138aa17abf2ccf02438b90149862551151c31bb00c05c249f936b41b +size 19748 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (859).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed441db6c6b4f1217bcf28074374ac70498b8948 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9fed247398a53c4b629b77b590970b12f0e9bea87dda6949ccb37089f99f90 +size 8563 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (86).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (86).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f59573cc6144c6542e82705fb71246e4c02fbdd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (86).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a3411d6a7091cf43d752eb445e304f16dcdf19d53b56d11cb3ad42a6edabd1 +size 17164 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (860).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (860).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04d3d57fd98f5f06fdc73de30bb4edc560841e41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (860).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e147a81908b2d0f6d5800efb4b520720c1f9fb93568e53497ac1e1aeb1d44d0 +size 20494 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (861).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2d5912f32588856a5b10ab00b7da49eefca59d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8d593230400dde4c1928f7a9101d350c1a9d887cc9e9cda0ac7416a61eda4b +size 17825 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (862).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6994d1c9b3434749ac3e3a83ef56cc13952f3bf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dad5253a94ad7d9d6b18d9d3a963f4f49de708151d8dbb5d00d89ea407148b4 +size 18016 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (863).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..629b95c7e904e98d85889d34b7c84032a93fa86b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea9e5715e7fa9dee0e38aa3118b105106fe6e78044d1ee9f98935058e2438c0 +size 8819 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (864).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c57eaafc1aaca490152a1c5513b023e1cc9edd27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8242d9f48b4e66f4429f07cfdcca9252964e17ffa12b500d044020e94ea6752b +size 15536 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (865).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f727adadb9d98f2403f9e8fac86bc185ed6d7ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae15386459a835f64f39f96b0485a4f92ee8d3b65524eeda504e7a4cde26561d +size 10237 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (866).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6511980a8f17cfd63d5dd061b227c89fd1682ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7892b86bb2b900aaaeefa8c763f8a7bb5c23a1b2633ee9315991ebc22b18c50 +size 11397 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (868).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e97411ba9f04d3cd253376c8f9d5f80bc3f99b2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4cbf4365c5c9caaadfbac4d104503f0a5e04e7e3299e62647b5572e10f36ca +size 17582 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (87).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (87).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed6490f0ded3e8fd187d453caa1996d119e7e931 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (87).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1242ad11bd0ddd7b8d210411bce18263f859d7477a8dba5cdb78f425a125a5a2 +size 9055 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (870).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..327e5b0165a7be4fdc208c03d845a0dbef60d45e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4161362bd2b3e1b160152b35c277a62e4ff9102c81c2d5c9c187eceae4bffbb +size 6699 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (871).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16578dbd4af6b9b28e21cae8e0ac48cf520a6910 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94aa37722979f68b6bdb97a8b3099e7653508e6f6002a05f05a41f3244b88620 +size 9118 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (873).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2121923a2e25317717b714cffaaa97d25e5ddb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533fa015e86ef54e29087a4f210125a635be34aa03db9d8c8efa0baade983b58 +size 16604 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (875).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (875).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a202ce8b61001b1fd976c47308373b82da67845 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (875).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a2de00c70e7593c45722c69f66e15c36644121124ac98ddb9aef981e2bc0e9 +size 7239 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (876).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6ab816e652060b5c833eda8661f9fc2be5625c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3c70116d4201881d433e4dc56c6590e492555325f6b113469e6ecb9f244ca7 +size 6676 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (877).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b146418cee58c698c720ad60f6dbc302e272760e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1453f7abbd0b2f529f89fb509fc526a9e6140cb952602945d4d77983584ffe0 +size 21311 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (878).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..526165d8e8a52b0ac744fa0e566238491a6bbde4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b85009c7754e84682bce46bacb2c0d8916e1581a246c6657ad36b62bbbb3a2 +size 14416 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (880).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3e67f9b64cf8a8af54f5d8beb6f224fa9fd8490 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4d78b6d0abdd62c95157c4e562ea70f4391d28a7c101ba0988358ed9792ea7 +size 17061 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (881).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (881).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d21a6fdc3820e4df8c6436c73f4fed37749a484 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (881).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f3fc7fc901124af8fda923eab42e11211b17a1e8cd66aa28d7344d1b93bb22 +size 16745 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (882).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04f8d30274dd05c0b2e7ecb7623c0903d6ca921f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3fec5fa5e68413942ecbdb51e6c5350280d49ab22a69ac0ea4d015b7079f84 +size 19261 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (884).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5c9015c312db69cda18faf7913e74e9d92b9700 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307c431b7e87a90437be2c3d4d9f2dd9a6e81fac87d4f43196b21d1a421d2ef0 +size 21517 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (885).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77e59305b4cdcd3e9da9eaaf2d606f0ac993504c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9f0c610777a85b861a24f2637092e99734cba958c854e795ad0ed062ea2a6d +size 7759 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (886).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7fa0d2cb801c31cfe2883122311ab8292944499 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfd8b0e0d2df2036b005baa81d1f4c18c7d616a20d14c2512d88522c872c2db +size 8877 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (888).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55aece7ff6f0398937f8bc09410ac0a0bf5d052d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7fd49f0ebcd7da4485d8d16e41cffebc242e7ade4e833c0c3a9ae947902474 +size 14832 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (889).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9227794ea345bd43d1cc241485a98525002d914f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7978fe3673c2eff995c51a4ab5a9f8a0b2ff4d93e510a896ce5e9f24691b5f +size 14957 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (890).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e26e539d4e5a46a6629e5f62e5386ed8a3de51d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f421cf075f23cebb5b24c9feeb4925e61b4d4c8638bb72ebf038033aa16003e1 +size 10064 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (891).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d7b77e371e6c0e407404733d230967cdfea5d39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794eada437167b7f32604d5c57d5a9815c39416d6a26ab80a60bf81514bc6610 +size 9280 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (892).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a30ed28c1969be8b86ff718ec991da6e9078bbda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e7edb4d2b84ed3e7f80c30c4b50f14d417e8bbfc591a85578891458af224e0 +size 19463 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (894).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e1f64e02151031401e7a3e59c0dd27e9d09619f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13522d8e7e4ab112e5f0818108b2351beb75545053ab4cfcd3058e538c83387a +size 7671 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (895).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cacba2f0346dddd6f043aae3ae7e86aef5abe1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44895f10598686780a6ecd437616ce717f2f5bc134b051b773c43d86a209733b +size 17062 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (896).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71af6e1f15008ca20b495d3d2b86428beb9c1311 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82eb8fb5108fbb075c26e3f62a6ca401231c8141d524b5d470c6a9ab87c2e44 +size 9684 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (898).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b75084a632cd3ad9b4c10d052aa5a4631f056413 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026844cb5fa06f630d405e9fb323e4b57343e82af5814829d2ee5bb5d126f386 +size 22680 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (899).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7df7703f3eb8aa3c2bce50e92cc978ba5b981cf8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01763eaaa07aad6bd272681c5fcebd24647abb8a38db52cd554189f7c90f162 +size 6478 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (9).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (9).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb5b69fbd0fd9e6bbb796ab7c5425bfad74a4add --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (9).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea2c3d4d336a752821d91a2be44bb71b59e5d067cbdcc5537e3e259cc868751 +size 20724 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (90).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (90).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2a105af4caed05205927c0ba7a38b3db2940b6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (90).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c8c7458072b5755e26e1c92714957f5f80f9f6a37eb14fd2f3d4b83bf15932 +size 8222 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (900).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4113f4c3100a97014ae7a1f6fbb3e6aaad355e54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fed925d78a073ca06ce8c6a532efd848e9dc1001f8d2dad1bf89994cf8e06ee +size 9754 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (901).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1334d0d399131a83d8f6a52121396aeea4ac8f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28ff37c82dc22a120b59e1da20c9d7d1509be08c68f48a5aebe6f758f498528 +size 16494 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (902).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f9f3b06a1909973ed75f6d4e6f8e0f68300cc51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d352fe980033be00e752abfe949ae74a79baee6b600dbab653af3234b6368f9 +size 14736 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (903).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..befb7acdbdce7737ea3b7b99dfe54d4982ec7ef0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfc2631816b4ee479fb7d820ad93ffc79b4614004567d026a17ab80263e1690 +size 15327 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (904).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5beb45c03e9018d184ac27b3b039f73042bab17f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9789cc4308830da9a383d8d171dc0c36892e62381f4fd5bfdeded1ffa6eabbb6 +size 12749 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (905).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bebb90032f445d01e3f0aeffdd79b4649470166 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329fa50754d661835ffe759763b1aaa94e5ae577d0b9ebacd6525c7e5f8b7255 +size 18650 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (907).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71908419246de9165a4cafbab0740060a5e64be0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3544c1044ad89125bd4888f2edbda318173975fa1b15acf26f8a36bb60d1483 +size 12921 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (908).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80c94fa7d2fddbc39d33a71f54521ce879274e42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a67385a82b62711ffc28b7b5f58edf1123d6d4d20a2daade824a058539bf20 +size 15867 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (909).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3123545c561e9129765d11030b201f5e00805418 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998ce5639fd6c689c7702599744f0d9b1a5619959b68d2d6ce27906311ff4fcf +size 16500 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (91).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (91).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d6a3062f894805380d31071b048e735ed5b0cb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (91).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc9a4b5b5a042509783b5d88d63d641bf3900ac8f0b98c7b0551772f91949af +size 21225 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (910).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0211d7368f974961e3fb9fba1e66d84a6e59b539 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c36f621ea2090ce37f8330e26e648be917b46d4b349b7153598394d93f4efb +size 10054 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (912).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cbac3ee8d6bbda2c02f50a324e2f431725a7238 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513428a59866f4968e2d6c8d58564b19f49b703b0bdeec1d0afca541d978bcbd +size 8836 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (913).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bf3ac35ccba4e10b83a58adc7d90616abc3b1ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106a171c984bb5928e962fe6d711e2bd75eb0677483d25802e73e0172e44b604 +size 18471 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (914).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03341b49837f02b6326386fe56de583ac623fcfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57e62e99023e57794c26a053f7562fa08687780dfbfabfa7f4d2c8ab7db5a96 +size 18397 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (915).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b89d7f58a62b00923e81dc18d05f2197811829eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ba9f20c86d4491f05047dd5271bbebd4b3e8f586ec11e3a323001ed14b20d4 +size 15462 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (916).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..696838961b48175ec6c880a528face4069148a60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326d64fca6f60f5b638f51d25b4409b9a42b9a4526c44a3a2eb6626b345f8c2c +size 8615 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (918).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a2f738543d385973726b1dca65473203d7218a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbface55d53f9030a5fe56e3fea638fe5d0ae2cd953c45513486f0046cfd5ec +size 8493 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (919).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9dbc6ce80483ab641ee970286c436c47b03aa4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ddd7cec27e361522d2f5f243011c009e7c9b7c34d12242e19ac5eeea01995db +size 18441 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (92).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (92).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37c1e06dd2421c0851e35c635c2a90a9cecd10fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (92).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fec4d742991ad6c89f2be9de0c4b4c59f7600b42e9a6172412ac509020de8a5 +size 10262 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (920).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (920).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a69df48434f4a25fa16398702f0aa7e2702dc1db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (920).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4214e4b841d12e0614aa8948697e5332aa129f918226ea9d17a783f70b5868 +size 19883 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (922).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..051d13f84aa5c0252ac850156bd2e8f42e3b925e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d712789ca4415457c123caac130a7d28ad0dcfa2f48641c603f5dff6aae0f5cd +size 13530 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (923).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..221a5ee93edc1f9c8c50b2fee64886185920fa42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca38787bda4c6fbb4c5f7b579d853a96b0cda861e4949de0347563bebe2bcc52 +size 20345 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (925).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fdedac8874b0df044dc19d70fbeb070e2402c51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7e3b37ebd2269ac5ce7ae2fd2df4eb89a5e883f8eed0f5ad509cfed6ad1773 +size 18204 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (927).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b4e815591f29e766033d1da55dc9f2595c2ff5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e5b45a184d7aa913c24a078d06760603300e08ba66c38c69340fee65d86e1a +size 17398 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (929).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e088741160815b87f4b1c12b1d21a590d1357223 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d9145d51a3e0afa0152cbbee0cb7ab93332177bb8026421d0131eaa6216f5a +size 10104 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (931).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdc7a87f3080a00b2c17f693266376ddb84c574b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7bafc9253e3c3f288662e6fd439152f1952cc92e364980f3141b59d1c89339 +size 11980 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (932).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c85c31ca0dca6be09a65ebc2be20c3f33ae7bbe4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c0736f3a17bb5712580c12c9ccfa2603d04bc6f55ee17c1a6324b009f34a29 +size 16860 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (933).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03738417379bcab9c04b4ee7d6dcf1f370759a64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a576a9054b5199de08b4d9f6e219dc26b70ba1063ae8b164bf2ffb4a54a26c2 +size 10453 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (934).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c35b3d0978be6b37ac1daf0880e0b515836e25c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7a73314f4aba3831e3cedd6fa0b5bd0cd006ddabf1d8961d692ee632564da5 +size 11585 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (935).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf42802015d28ff609d8a682bb86d690b8689439 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6225672ca1dab2f03dd1acbbf4c9ccb24880e4df198d8c958a8ed63427428f5 +size 9408 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (936).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (936).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04dd4341204b6e1ef629816ef498bfb3cd215672 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (936).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd1a4ea7ba8bf90effd5991aefc59c8ec089af4e4c4b0a388f69d7b6d58d72b +size 19948 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (937).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c751f9ff7efdb628519c6184f4af7611b6975fb1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cdd729e5bb349881d86615163fd9bd7b212a7d6fb14d40c77c1ff0cb2bede6 +size 8256 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (939).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85225c57379f2d20556340ec8b73cfbbd2328319 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d65eeedd3a54d800e2f5b593d12c948d47d56f4c1b07b488eb42581773fc4e +size 9144 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (941).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f88fe99c807ab547719527c704f6debb8e308b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945cfbb9453cf870dc245274a719afc74b2dd416ab0cdb3077a3e15cfe0c48de +size 10742 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (942).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96174d116f0765512b68e6a2aef36e0c5be1ec5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0964ccb3764c4beae0b4f7a729c7a3bc7baea1c309956b2150af430ba970c5a +size 9980 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (945).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb823debd9f034eb9161ddf8a8b319e3f0dcbb21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35ceb1199225397885d46141f17ee5ab4accaa3e20067facfff994c7a024f54 +size 9234 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (946).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61fae44ccc90aba96533cfb60983ff91cd85a16f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fda927ba911866c62885602193f7d86ca1c23f973458c520f7a83208473238 +size 6522 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (948).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1803a3c6bc9c0b717b0f430db0bef42a9f41e0e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32719b5f5aa42731535ffa5287b80436c3431243cac8519d51966bda6c5231ec +size 8374 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (950).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d5ac7c23bd9fdfcccff8e62451e09155a097baa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0971e6501025f86c46a8da51f055c5a6c2947d48e55a02f2546b7af48a65e3d7 +size 20558 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (953).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (953).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8668f02782e38383cfe89a23ff5c83daabfe782 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (953).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e1d366a92d717c9fe42b5cec497b83185110c875fbc4dedde1db0d74af7232 +size 7707 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (955).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (955).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0236af2f0f7b96f88c78eb51ff46f712f9b21103 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (955).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71d2bccffebdc309d1dc2ce3d6596095bc00ef2cf427532a5741207c0b69d11 +size 17256 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (957).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (957).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e7358dbda5010dcc0167531d0c7d5170f32028c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (957).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7395f3cc40b5428049fc14118facd37bfdf7ed52ba47415510cfa74dafff191 +size 18936 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (959).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (959).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d71f95533330f3aa626cb9e4fd2a8cc86af4792 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (959).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a86f622d50f3674f873558ce3759bd96079926d7f472771e8e1a70d5197273 +size 12468 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (960).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (960).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79a0dda071d3cf501cd3a0d6eac5dca9d7a0b423 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (960).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0905a6011afe5032ec538a83825339cc2c79b7335416b2cc1b3473b8c202b2 +size 7504 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (961).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (961).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96e04f5888b4bee2ab1ea20957d6027caed4d0e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (961).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721e9803f787b6abca1b0259050c0aaed79f076f4236a22c5d1fc5843c139a8b +size 6728 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (962).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (962).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4adb7e267ddb17260515ab094ba280b732e9db34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (962).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3cd4dc520e34debe0ad74d786f797fc68cf61aecb29783238f814b2bdc4591 +size 11434 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (964).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (964).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c3c419595c53f6d6a3ee3be98ff4f8120cdcbd8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (964).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bf9b947c1f1594be0247a0d44515605d517de146e8c9eef2f288a3054caa91 +size 18916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (965).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (965).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4891457ddbf9f921c1a69ade6cb36db18cbc3fe0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (965).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0011ee5d97943320fcac2bc71ee964369da6ad7c73ad915e7682bb0de9ffcee7 +size 8602 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (966).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (966).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c1ee501f6c1c91cff2c8be2598630b55ac04711 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (966).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696a93f1d8ccb1ebc76c3756b8a9ae301d02cfa792c94a687fc6b70f8daa67a8 +size 10022 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (967).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (967).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d524a804868837f7f2ffa3d9b071bc81ad298230 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (967).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc053c4896e228e4c306c079984b81c007e8a59597727b14723ad7651fb4137 +size 14327 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (968).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (968).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4f040658c6fda2d47e74705c3c7ca9977866d3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (968).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e6c8bd2d9d17f48f3775a8ca67fecd8337cd5835ccf9a9965e28c434673de7 +size 18348 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (97).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (97).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b93f1b1339296c77dc1befed8e4a701b012dd884 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (97).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aea24f399eff7777c3cb77cf158faa95248d907794db09157324459d27331c8 +size 17201 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (970).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (970).JPG new file mode 100644 index 0000000000000000000000000000000000000000..696d0b957c234c59a997edf83062aa555aeee0c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (970).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c86d9f3d1e1f7a4bb83c6aa8258e77592e51d6175a564fe1bcc101d1508ee0 +size 11860 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (971).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (971).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca396b5d44df18c0c1386da46fc26bfdb72dce45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (971).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f27fb33b938ced92dba5bb58ca06893f8c54c581abaacab53c000546c9a182 +size 10023 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (972).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (972).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1796e10d08a26b11248ff15ec73f6565be7d793d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (972).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f1770f39e8cd26fb0f894a2f358388168f49f8510452cef7bd72662159d623 +size 13083 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (973).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (973).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba742ec99e29857302a5b7b5ab5d3e0f498ba561 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (973).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fd814234a35474284dc284c156f40cea5cbee47c4e270419e2e2a63ea73373 +size 14523 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (974).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (974).JPG new file mode 100644 index 0000000000000000000000000000000000000000..246346f18b0c8c24b8d525dec6e1224bb360786f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (974).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c94c030a770a7cb1f3c854b8a73683ff37fa4b356eada708976e9f192d2b2b +size 8089 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (976).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (976).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b626cf6449e70017af12b51855c59202cbb86ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (976).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9568fe8e1ae2c65ad094e3b4a9d2d769ea43932e220f984b8f84dab516f76d85 +size 14454 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (977).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (977).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35d63f15897a994d1de96ead359b1a3cafb71fe6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (977).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e77fe5bed702a269742855f5ae8d0ac903e94668cacf457fe228c73c6c690b +size 19801 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (978).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (978).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aef53349440cc590369d89e2b06b356a92094814 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (978).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14703859b32f9c86879abe7a49f01ccb7f26ef1d96db459040013c67b1e262ed +size 6166 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (979).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (979).JPG new file mode 100644 index 0000000000000000000000000000000000000000..213d98c30f4d4c42c47979a2c4bff7a4f1b5d060 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (979).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33c0698f8e0d00a699a20ce797adeb020ba86eb483edbd9c444fb8a958c7ab7 +size 7584 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (98).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (98).JPG new file mode 100644 index 0000000000000000000000000000000000000000..362f09099a62717aaf87952c1cb0bbb6df04b245 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (98).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6a7cc5fea7bee6978eeb6cf0c5d60dfdc76d131080eb8b73e0d9dfb63d95cf +size 9544 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (980).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (980).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ec25c0ab437e604e016d5ba99744168968ec1fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (980).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30e8799ee9d3fe99487cffe9917701c6813418cb4e10ecac92c3179f331434a +size 10933 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (981).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (981).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3170daffe435e070558d875cc0c23115a747842e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (981).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd20ad284a29660a1aa124327dd96cf5e86f7f90f0a50772c2f686f373a2d7da +size 21839 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (982).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (982).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8729b955657ed8b9ddb6ad692dd374ec015ff07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (982).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c74ed17bc7811fa7aafa9f2fb599ae6e839913b7825b0325012731046b39d4 +size 8497 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (983).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (983).JPG new file mode 100644 index 0000000000000000000000000000000000000000..520381ce2a6c60a2402f357bf7da084680936145 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (983).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ddcacadd1d06e1f72f4908d214d937cdcc82f0efc76e22eea4a08687d2a76f5 +size 10430 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (984).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (984).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27b9a86dc92b4a8786d1adfbf06ffa52814fe372 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (984).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2514a324df21a7c8dc3cf029143f3517a10b1d06c99802bc48b72b8bd123cb6b +size 18432 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (985).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (985).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b683fb91cd7ca3639e6c846cbf97097336c40dbc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (985).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f056f3ccdf91977c06e2353ad4cf916ab5fc0d6e7112b97edd6d114e27903c +size 20791 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (986).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (986).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b7180fb4c803c68443d79487e867011821fb078 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (986).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f233487c7540177f452d475b7f5c9e6501df3d4436e1f61af0906f201f9eb6e0 +size 10960 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (987).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (987).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6b86e391337a9b57521f4916a3f75a75a6ed09e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (987).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90857581948fbf3f05c7e273f8f81b46d329d2e6cb2404d1c4ff16ed205998c +size 9434 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (989).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (989).JPG new file mode 100644 index 0000000000000000000000000000000000000000..092ac0961ad7ea88614b91760fdff6023e76aaa9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (989).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f2e5457d545b014f32f63eea74120ba6745999f011e76db9e855863f0d5f02 +size 15683 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (990).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (990).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e9fc7bd1f4bcbf7065dcde7481c37fda02a76e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (990).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584c2597649cd02b42335a595c5ce3ada084901bc1137d737ddc3a6ba8e26e31 +size 16034 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (991).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (991).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46412c1e88e4bbe3b09f4205a2818d3362d27c8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (991).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf338704a96fbed925717105cd5420d9bba81237f3dbf180218ce628da415f4 +size 11927 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (992).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (992).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2afad77713cfdabb2eed9e0a1a903df2fdf6d5cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (992).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b9e39a2c25d9dee90a59dbe169f791f6a3a1dedbc7f8a2aab9903874362334 +size 13945 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (993).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (993).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94abdd0c7620abf0d60d2b1219d2419d9337171f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (993).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4146a18d6aad610f1b4956d6252c1a89012bca59bfc7c7fccff03e7eade440 +size 7762 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (994).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (994).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea8a7270831744de18bca2e0343051b77cd2a25f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (994).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9616597f02d7afee824a4f053f9adac3379e0a73839420164f6020431815659f +size 11581 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (996).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (996).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc12ebbfadac5ef3ca7ee3e20031188d33204041 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (996).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575a27a196b9f45c6e48a01141ce796c9ae7e6ab69f0239a69cc6b7339659168 +size 14643 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (997).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (997).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6de7a0e3fa8ef21fc2bd5910af2825093c04ea82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (997).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673972230410c9b121a9d00dd354fbc2010c3297cc22ccca555f7f18de68e47e +size 8642 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (999).JPG b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (999).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec2179cf1e8dc5fc1da0766e5f99dccd7cb3cd74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (999).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebb6974f65f341db965627616cdcb4e3d08d3b27c6eb0f468d604d30459e22c +size 12262 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_100_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_100_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c972e769ad36dc670f0f98e04b01c2f658e58354 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_100_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55e9d034778c376117ccf8abd8d32066cd52d76c8287cb674c3e4c83002589c +size 9827 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_101_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_101_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ba70d13e474a3d66bb805719543a677972195f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_101_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3f5da88a3232d2035d3fa3738e33c9308bbf2638de7b05031955dff1737103 +size 8350 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_102_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_102_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f5dc0f991f51dc989ff412b0f79710ab4000a45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_102_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53aab82045a01ad5eb21054d718615e277d4f66b6e5254739ffe65884da3e7b0 +size 7122 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_103_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_103_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5a1c48d5485e563dcdd80956c3ad83a0757522c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_103_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1132d896d2dab045e34f4288aedb53bff502d638ea47f46bc344991dd96fcf66 +size 11240 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_107_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_107_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7e0d7667ccda6140bfe9c3e5761f9d3e56fade6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_107_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d595c9167f36004f3fcabf373a0364d948a03a41bca05317950c4f6ea9c99b +size 19793 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_108_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_108_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d4bccc98502dc1203f4af18401395898b41e9d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_108_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfcf3bb3b558580c2af9c0e3358606d761a19d725f004f446e837ab1a3768393 +size 43663 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_109_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_109_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b2b33fd85da6b187816c3ac4b14bd5abe5cbb01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_109_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c343c57b7ad8c19979ec2056e95095fb16e5a21734ffcad8e59a2fa1777c3cb7 +size 12650 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_10_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_10_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..977c468728bae2e373fcb260ee24aeafbc8b58d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_10_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ea8b252ed1a6f0f9176a03e3e1a7ffc9a8eaf4c4a084db112806b2ecfebaf3 +size 5679 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_110_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_110_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18eb3c7fd1b9fe197d506f05cf7e322256cd7419 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_110_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69e8e37a241a76b8aad9d02870e645ed5309c214d31d043b8be8a2e4a9205b2 +size 13887 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_114_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_114_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b3d5fe281b8c02a14d7bf03b9de7de9c989d063 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_114_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc6254ff44caf73628f7f01745136633e58745e98085c912d8cced1a6ce44ac +size 14167 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_115_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_115_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91b4db50968908c5b22dc077da7baefca5fb9662 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_115_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6215cbd9ccc7e375ef3157ab45e553189ca0d53d96ed384b38f1c7336d63d9e0 +size 2475 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_116_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_116_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e049a91dec3009441683759dee7f522dd36bb71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_116_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4911af83b63e36321704b3dcff45c4d124ca4310beaa38d620d76d9f6e1119b +size 18389 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_117_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_117_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c77ba394eb54c98abbdb4dbcf3b32cb824d8923 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_117_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0359e52d47df7354fd0c074fd6696ef643a308008f934da9196346c69122365b +size 9306 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_11_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_11_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a92a817ff1860f7f4194357c6808ed90cf8dd58e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_11_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e17d0188fc6199201b477e23f271c33d718459cfe055b6ca272efc4888a8b0e +size 8255 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_121_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_121_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8230ac1bfef8eaeafe0a4dfdb3f4a6ee1b1db961 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_121_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67e9cf8da4d37e2b0b6ae561c61498d6257d705d5cd34ceb91525037929ae92 +size 9083 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_122_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_122_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a88752d4bd074f62301d79d6005cc4f75856904 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_122_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987411169c77f7e0cf8d566508fcb8844ff621fddcd907a56ccceb0f6156def4 +size 5396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_123_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_123_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57ff7a06187b0b64887aacb48155b03c349b02ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_123_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bc563a26f783f721a1f86bf55d1771c016bd170492c080a5e82b6eaaf45c75 +size 10575 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_124_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_124_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3cb381c1a2cb23cd2c09d850c69784accac1869 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_124_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523808838d7c8802c17b9aeef910c706e1e9c7e1e2154fd92eec9d72d7c01458 +size 3776 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_128_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_128_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb9a10f6b93751af56e12ff4f06e419c79dc9b2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_128_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d25d04b48ac317d1aa878fc512826c2590f4705af104db793c366f9c15edc5 +size 18627 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_129_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_129_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea4b7a2224b243b6d436b6344d953c2cb25bb0d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_129_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ebf20288c227b84d13dd22502419465570ac7f14a751d6912cec08ff65fcd7 +size 11249 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_12_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_12_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..701be319bf206c190631f17e52655f42d69c2907 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_12_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9c923947a5f2c76cb6b45d068e7d2c159141b911d466c0d9f31a5f564727ca +size 4373 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_130_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_130_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5473a1bee328a447a9c0b02d3c32b933afb572f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_130_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de15b8bcbe94828af22e766956d198b04018625b1690abe461dc00013e8f23f3 +size 8305 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_131_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_131_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d8400af39c1185716a3c1b66ced14fc9a3c52bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_131_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2956a20036ade6854b266d9314aae2a5c6146ea7fa6d0a6e68f66572f971f6 +size 1981 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_135_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_135_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfd08ec81c0bc7f7a167fb8eadc2f0967ab35425 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_135_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed92f24ec0a96da7f2fc871e9d0a31e2a4d15688236c9d97fadce05b90acbb2 +size 9910 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_136_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_136_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6deaab248473959812d991144c3d8c14084d7dc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_136_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aedbd6a4f9a7b2bfd3694036411dd0ef59ce728805ca5e8d7bf69082add9a42 +size 3201 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_137_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_137_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6d654f0e1fa349be9bc1bf5afb0d49f93184a8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_137_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6090072b78833e6e092de13cf14df9d31af0befa7debfca9c4d7d56bbebc6c35 +size 10849 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_138_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_138_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddb6e31cfb110a8e3d3bfb96a224c80089ffcf11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_138_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd69d997b1a4c86588e91e3606ef1cf38c0806e986777f037c0dfb78a70590a5 +size 20036 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_142_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_142_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48466f482150cf423e9ac6627dd91d1bf7139d5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_142_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5bf9de43f6c2a154ace63d5246e1c77d61bd19265f99352eea1553a3029421 +size 12299 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_143_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_143_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1a8433d5d831efd1b5a928ab0f2f5766669a198 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_143_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1628fb7354d5640e6fba09ab034529b26463365d439db3094aa12aeea31395 +size 2025 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_144_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_144_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a5b20ca5b8faadf68e170964dd61ca3db3c88c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_144_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c4b948adab3bac23c6fdbfa6ea2cb354b9cb75a3561b025aeec79a3eff124a +size 10995 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_145_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_145_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..415fdc0b2649116be4552266522052ea638d3424 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_145_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7555aee5251244d447242ca0ca272e77b66ec6b05e95daec2b079cd40345a02 +size 4117 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_149_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_149_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..501d9235a13ca6968a134d5aa2409ed25ea16fb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_149_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c616f9d0d8d3084df56d181d828304ae4fd26bf9ce7bfccf6253209bfe417e7 +size 56645 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_150_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_150_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ae730bde989b1659ebc4cfca3600ef43cadbb3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_150_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b528d7960e1331658fcd70ef46a3504227a1c7f06f10ded986a555aec2bb1d85 +size 12581 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_151_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_151_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63b23be3e97b235c8ce2b378f74b685ad247c315 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_151_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09b706843b4536f24a9a3176ea2dadba1927763cbeddd4fdbdcbe98c91f4cfc +size 17199 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_152_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_152_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8729f429fdfe59181d6f6a1df11b0a9cd5afa60e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_152_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84769fa48bf51029270755dc8abb97dd1fa658abddd2183f37e19b4edb11d10 +size 19811 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_156_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_156_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6668011193229b28b87fc5ad3d2f7132725e2799 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_156_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6d1c0b17aeed560cd1f1b83fb5a388618b09cc456fe91510d00926d367d8ca +size 10122 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_157_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_157_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5890a21b97340c0031aab7631646b15587b769de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_157_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd5c35352c6a0d145e86656db85c54b96fdde73369ffec55a7ea76ad6d95b04 +size 5431 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_158_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_158_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6018286c3a51eb7d53377670650191a4e0c506c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_158_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7cb669ab2352c86b38712e8443c09d90ba7030a585636c6914c0c1a264a45e +size 11052 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_159_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_159_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2dccbfa2e7b0a68226dc70dcb8abc331c438dcdc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_159_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0d6f13b7c33570a8de3747cc6d2c71f7ab59ca4aac2f67e03325fa59013736 +size 7105 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_163_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_163_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0cd74c634d29a54af5e03d7e6ff8cfbd4720959 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_163_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066c1c989b71e576a609f6ef411cb183d6d566043331bc377b90a2b856c0a9fc +size 12474 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_164_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_164_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e43c144c6d7c48dd0eca3469fc47578a21ce7428 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_164_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977d7f1d1c0ae36b121c4f30c813823bf7d9f4a0e1d4e1cea4aa4765acf0d662 +size 20740 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_165_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_165_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0371667a73f85a9cd30a64fb0dedde8b66e944f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_165_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06db7fc9145439bb41a1bf54d5e709c5ee5c4eaa7e5b91326d3a7a6c9c52f966 +size 10132 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_166_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_166_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0c339dafbc5ac26fd8825afa77da5bb7a12746d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_166_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9101609fafd71a0effa4b1f570180ae1a04bc2edc0719c44476615ac411c113 +size 13946 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_16_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_16_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58c5b45bc772c30e1036c4b8d9d92fb03a4a7d5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_16_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745a6ecc2b81672ceeeb4202bf5703619aa1ac2349299821d47f8e896ddb1702 +size 9110 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_170_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_170_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a76df4f9da0b010988e2e06300f9e2bd3f0c0fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_170_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc43e1d5fd0da4891b7b41b13f746f185ceba5ef48e7401c92f703d32dffb0e6 +size 9026 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_171_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_171_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d8f0dc886cbb375d3ccbf8ba19ba39b31e6434f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_171_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2c000cf506d71eacb3fee1cfdd820d2d637ea48f61da808c795ed61c489bfd +size 12937 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_172_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_172_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56ae2828612be83fd14e4507f0b217518c2c1b9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_172_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583dbe0ef9e15e283ec4ba1b7e4c4ed5acd1483b370e48984974422b4cc4f60e +size 22543 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_173_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_173_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..860e2c5e8309299ec567c7deca1b551f8289ff9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_173_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18bac570a1ed6443ea1c5d59af4743a81e12c06b60f1eb0138df0f70d934e603 +size 7962 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_177_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_177_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1544d0a969abb2b5b1759e2f1e747638d27d6a72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_177_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bbd1f90ec1fe092bc0d8cda42ae0093b5a0d98525c5f49783c67ddde1959e0 +size 9163 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_178_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_178_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1e110adc69ea621e3f9575c9ae491b02c510bdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_178_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3e7a59bed51c7048589fe9691effba9cbbe31f294fe83165dd816151f83e0c +size 7333 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_179_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_179_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c88d295770730aa653fd98ef07b7b5d48ec0184 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_179_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5c2a017631d163bde468e9a308a29380d712ae8a637345979d27c35bc1be2d +size 17215 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_17_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_17_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2e76d864e3bd0dc0b03949fd14652a1bf6f9632 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_17_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb380d5b3061817bca51ae8a822ce3e0bc9f8c28bb6bf1e8bfa08fe2c868354 +size 21183 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_180_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_180_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23cc20acb976ee4620856a38b0175880b5ded089 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_180_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71dd83afef2581395cd898ac1c5b1f69380f355ff9d91680cf38d48a7c108306 +size 16385 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_184_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_184_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9816c71f9c74eceb612d3376c08f4e0ea2fb7eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_184_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f849ad8afce187a604f4be3a42a230bd4f32994eecf7cfd60fcedbdfd4e1eae5 +size 20247 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_185_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_185_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f44c2d52d2e2c445ca7e4233f631ba6ca44da5c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_185_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747e20ddfd7bcfa1e949e6ba5fba10913b71699a0d21ebb6a27f0d15deae40e7 +size 11185 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_186_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_186_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4675299b6bdd1838f7f1a6d9746f8f4f92b6a1ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_186_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c878cb6bd89a68e1504556e347e3861a28e367cc0ce19f07ab006806e377aac +size 15388 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_187_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_187_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d899b1869b3aedccf0670e02a1e12bc5c0fbe6ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_187_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d218ae8e5e91852edb3562dc88b182dc40228ed5b4aa8cdf72a074896c8a75b +size 13727 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_18_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_18_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6f8422993c8611b8d9c020cd82ae16faddf9d70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_18_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b186a0524ecc1c33ffa4a909b5af3b2aac9981bfa31480f81bc47bec051e08e3 +size 11455 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_191_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_191_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a65d68f28b52baac9616c5af9053d9c29cb10f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_191_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41569d5014f5084844856b03ad8e1fa0b7c4a04f8b0b9fc20f3bd1c468056cbc +size 7198 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_192_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_192_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f33fd021709d6938e3ca05d6edecc05482a411a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_192_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa3dae5d9c53588f36b9126d4f81be7d5ea9ddba9eea403649e51235672f902 +size 11034 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_193_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_193_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bf204f5c57e62d6734e7515638fb60988d8e9f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_193_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9c93fd0210d7777376bae969a17bcc62b1f27add8431d48a5f33c8f55bf521 +size 11007 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_194_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_194_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e97ee5117ed7121590ddc405f9a44fceda6fb23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_194_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74631ec4fad0ffed6d0f5939e212d6285b9a9625760177cb6202b4ca7490ab6a +size 12640 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_198_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_198_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ffdc34d571542ce4ba7725d4f574a1658f12699 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_198_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584f878fab24da38adb48345cc437784ac70b46a310881540f0eb58ecfd69591 +size 9719 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_199_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_199_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0351395045e2b49fa71f44caad41181180acee31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_199_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454eb23b5372cb5e321797bb4ff495cac78a84310c93f7db191fae853108e6e8 +size 5120 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_19_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_19_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e59727fc7aa29aadebb45b5af698afc678a196da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_19_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b1e700f65a0f98c7cd0061aafee0affdd0d0d68110d92c035c39d3c9b36d96 +size 3305 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_200_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_200_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d66d3c650ec0b44fbf0ce5bba8a31915d70e696 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_200_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ab48c35eb7875423c49898179bf7c81f97f560d8a450ae8b5ebf25ebe477b2 +size 9886 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_201_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_201_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a694fac165cb38bdf019a65db67213c215b4f980 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_201_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3549f3612300c5a652a6e37295770ed9723caa80af2cac28b405c235f1e6c9a +size 11099 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_205_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_205_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..585bac9e083a4e13c93444321141687a90ac5159 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_205_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ce6bfb4ee2d5add4a793ce2c1df27e12212e4749800503533e5d85b1f85ed3 +size 8252 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_206_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_206_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1850170a68cb4fd9c57fe84a548a49f0946f3d98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_206_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f831910feef4ed2c5b9e787434db801905728aafa1075a16fb87b2f9b1b84c +size 12136 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_207_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_207_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c27fda74a05d161918a9f61e7dd15c8bcd19d7f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_207_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1beee2d0d0170204c1594b40dbfb4d304b1020c3cf8978d85a06ecc55830f1 +size 9126 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_208_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_208_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f29bb8314c039924a62bd81c5d4b56801b129e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_208_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20145f3f7edf39084976019fcbbcf163e6f81e452b6b4082de15336b41d463c +size 4384 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_212_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_212_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bd618d21e273c7ad1481b3bfa00a7a5806c7d09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_212_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6acf6d02bab734de339343ebbb024038fc4cc4fb3b82114cc2e97b2cac01365e +size 9698 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_213_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_213_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50e03dbef72cea3ef5f469ec279edd2e1740bebb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_213_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7f86708c910fcdd047cc29a3d36c4378ca3580a1306b42d844afcc51888fc8 +size 9806 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_214_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_214_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..695bb58c4912b6f0f0523ba32090a53728b52c55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_214_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b2f1bb40213648f346eb6772fda85af48977f014d8445182722408145de3a1 +size 14988 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_215_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_215_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9acad5f1beebd2c2f3321148bf88d264cb2deac9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_215_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3757751032ead688f32f2852efaa55f68fb4ee738a823ab0c578a3782edb74d5 +size 12816 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_219_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_219_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1ba83be8438fcfe571d4ee6a2f4e57d58df0306 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_219_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c934d0617fb7a7d57246ed68e8e0f99271011edab7b63380aa021e48e99c7bc4 +size 14494 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_220_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_220_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f6f9d6495e1a5b96d5befabeb31018d1abf4624 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_220_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3396dbc2aded9408dc18b737be76aa08dcb627c15cd6a87770f849fe48c7443a +size 12462 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_221_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_221_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91aa46d26581cb4beb7c99e7c5b97328fdd6c2db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_221_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78955bdb01fb939b2aaf639b0aa0f22976d745f8ff000e46b24aa92c46d3ce3 +size 13335 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_222_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_222_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..564828f7f7dc8394fbb8db7f82560cdaa39ebe52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_222_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b4bb654b58a94513f704b97f48d9a6c0660ff192e9a58c42f3894093267037 +size 3234 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_226_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_226_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d94ca8532cea806306cdb34aa006edef1812e8f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_226_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e561266eec8ebda542648ad9acbca72d378654c5c81364446b574619a679b66f +size 18095 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_227_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_227_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16a291999296015e26399ddf61663d3492c68fac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_227_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2844e844e124bc31b92804369b29eaec4051929ffdd7237892d3fde535a4b440 +size 17287 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_228_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_228_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f3c88bd14952be6e009b2d9e6b5963a7a269e5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_228_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9cfa4901531467a35f234bfaae7cc9934c2854b2cf343e05e4098ec9b5ad10 +size 11780 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_229_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_229_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6be22b8da42963a5d33c9911da18a91af4e732ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_229_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ac7e91706775c22b30ef91e5a2928de574520c4a0a9ff767bf7cf5ba02dda0 +size 15129 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_233_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_233_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e9cb076e51c1cabd23ab12f832af7908b2cbf7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_233_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec540600bf089ed19244e3d934deb1d68462d35056bf47e456fa0b4e334ec437 +size 9201 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_234_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_234_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c4fad1033be0f980090cb8012eb9977ec97eb02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_234_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e96cbfeb0f4de6bf4a704f28b5aa0f2237bc4409f7f15abddca913e3d475b66 +size 20827 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_235_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_235_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..439e874a3fbf30721dd1c0b568496fddeefbbc47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_235_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99321f1b904481a3420d48f3e04c57abb805f78e019580a6bfc959ff8e21357 +size 12326 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_236_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_236_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83639c8d06cd86d0c5d32a00f6493f3cc767ba19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_236_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1ae8e9cb830481be57917a05eaf72bdf63465a8b4f0505a2e46c0479c4697e +size 5396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_23_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_23_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fcb978c8aae46902df878b9a86a5a5e6ca1895a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_23_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e93ac30011b388c5c728fc149ef97fb19ae18633cfb7f4f982002a46403ebb2 +size 9683 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_240_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_240_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9508a79d432f582dd04babb7d2b0f26c2077a4f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_240_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4d5149f7bc3947cc6dc5c69ec24ae9a1f4132588bc7e03f305bffbd8e3c318 +size 16828 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_241_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_241_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0416d7694e92fbb04cf85dea9a6628ce198b918 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_241_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32ee9bd3bca1008023876f8a5c9af0142f23f2c36723fdf8ac09ebcb307ca10 +size 3070 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_242_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_242_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a4101804712cba3afe15552262ed483e972f46d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_242_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3c40212fc982503cbfdf8258c4581ecee103956ae8d161cef8034da47b7cbf +size 10193 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_243_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_243_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b84e12b872b01f8b968d62e6b090a3fe7ea18ff0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_243_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e23bf90c5b7567863db3246b4467b6b68fb531e521dd1613e873abee3653da4 +size 20649 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_247_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_247_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91cf7f9b9d10ee8b6f54471d5ad1d6ba9f9e058c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_247_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba96885a7f94ff1573f5ea491e02038cc8dddd89f34112ff9d7c00f3033df0b +size 20799 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_248_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_248_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8124d3a85efacd8435eab1482075012f31f37f11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_248_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f187b4faf4be064844024a6c4228a26dcfd12fcedbf3941cde9dcb20532a1d0 +size 8048 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_249_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_249_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbc2c58425fcc319af3f597d5d9dc33cdb74c476 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_249_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599d4888312c48a48b6fceadcb94cd53d502cf26c30026bb30e78d01e065ef01 +size 13193 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_24_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_24_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8de1a871c119d179c17b950e1caf2f566be6a2df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_24_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a604ccb7b0c74be5e328ce770b08dc47758a1d43fbfe3fed15dd9f72cb1618d +size 19536 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_250_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_250_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..903221914211eefceb0d722717597afc315c3531 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_250_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e70c20e7516dc826f585ccb06530b2ca6e256bb0b05ca123ec3d18df8ca15f2 +size 6415 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_254_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_254_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d19d6b80945e12c03e02302f39808d8f3f8b0ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_254_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548a499cc0ed2fc09d0165f789b6690bd886e3d745a1381b16ec05b6ea57e113 +size 17498 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_255_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_255_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..109ac31164a5320a6f89e19dbc2cdc659b1d1aae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_255_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d63691151823006a0ce1be1d12bd68803e16e05117ca52f475153adf56e455 +size 9874 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_256_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_256_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1f3beda03ab648c248cc0d92160b600fb1d4678 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_256_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d308cce5dbc7a02f4dc80c23f9d233b1ed6571806b6c2776ab50d8341a5ddc +size 13650 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_257_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_257_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f3c32f3690cb421b25a26d15f2852955063e25c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_257_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74538257a9fcbb8b23e0de8042982ff5da0455ffa1c1206fe7dc9208cb0364e +size 14531 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_25_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_25_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec569e064ae1f113d24cbfadfb1d6d96f2d82f2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_25_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e1f612c4a96af13121e50b4e8ed9c58e9f5abe1d000e84ad0871feb3bfb88e +size 13616 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_261_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_261_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..976059d68305db723ff3bd806043cf9d9fd296d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_261_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee12dfc21a2a950933513d261574098d25243e3be42836dcd517a408975ea7ab +size 8022 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_262_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_262_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0101891253b3d5f802a45e89266a8b3efa8bad4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_262_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734365e1764ba964f7d998a4949190e56beb32a18998e2e5d5d51c9faf08f42b +size 24843 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_263_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_263_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9c98ba3bd426ff07d827520e0c8d87182e1d9b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_263_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848745d82e37cb5ef7f0db5cc993e2fa8a8d702ef11b5cb6ae0cc5d0b9185e58 +size 19699 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_264_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_264_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9f9e034f90474e1af0a07ef9b86b17b6617fb11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_264_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ef0ac74100cd67e168080bbdd747b5af2eb3745f0c83d8baf48816e2f1be64 +size 8021 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_268_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_268_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd02f4559baaa8de3c85b73a1cf1d85c22ee3a67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_268_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3854371129ca50c727823b48f553f65ba93f6544e108699638967342f00ff1c2 +size 8583 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_269_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_269_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6d255530f04459135f61af5661a3257440c2bf6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_269_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d062339a9d208df10fdb9bdc5ba5108ec865b5454711eb8e23e49bbbccdaa9f9 +size 10620 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_26_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_26_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..545703a344dd901a85548c4cd12955603e539f23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_26_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecafcf89ab057f4c610e440d759ace50040c76944e4096a3beae10933678930 +size 9717 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_270_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_270_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc12027ad6ac5c96c8c9e09b7758c5fba0fd8581 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_270_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97708e3bf416c17338677450e6121df63b4cf6476e638eae56c6ab7b0ff44d1f +size 11434 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_271_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_271_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad9f543228e73ea5f39a8b2aa5c1a12fd11bd2ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_271_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65450518bec129ac6085f5360ce123b6d792cd341486a1ba54dba624ee8e3aee +size 11153 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_275_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_275_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3155e95802e42f81445256b1e0779ae94f6ebb4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_275_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc3c81759773653f838e5fbe33b111758b8e16dc7d743f338f65cd192b2effd +size 9876 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_276_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_276_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c96d5db58ebfc0aa0c4fc01fc54746b699bbc9b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_276_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83528484beca5ac5f2240b6c070f4514c7abd6e0685280d1076aeb05e285e20f +size 7378 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_277_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_277_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e0d0ae1b50656617f01572671f6ff501d11fe00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_277_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b706d07d9acddb4a8de64fe747795b2314a7bcfdccbc0833b61eb083a205955e +size 17512 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_278_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_278_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..851556efeddb220b2de4f4a4a8b0438da7892002 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_278_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634eef4592bade569948a93a35fbb5865316402826bb6e0edb9ed1ac4ee69734 +size 13572 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_282_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_282_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc979383d73d4245aa48d4f2f67bc2a628fbb635 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_282_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd35094802adf96d477deba7862b0b9d441898d083f314745ae53dd3dae75308 +size 17484 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_283_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_283_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88e0bf023160c4214790e1760785c89b29df895d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_283_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c8f80e95df13281cbbcfae1292079d1a3e58cdcb2195e7ab3cd8a4168c606e +size 12350 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_284_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_284_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e262776947dcf6318c5828079973875060b8a89c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_284_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d861a1e550b1ae039b0677c7f76ebf5880089964aa13446dbfc27bf1e4c6d02c +size 17929 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_285_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_285_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afb98cfc90c722948b0a78eb99662411c09a34a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_285_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb08fb4cd133a53b1fbd1f6faeeb5d36abaa39917e0e0949baa63d0ffd3ed10 +size 5071 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_289_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_289_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..497a9fd260578d861d4c0bda32c97bde38cb0e18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_289_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e20a7306f0df65417d43ffd05bc01b21dec70027ef1a3c8b190c0b4efe45b91 +size 12729 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_290_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_290_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca531b5f32052c7e35ab2bf4fe0d9912d877c775 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_290_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a56ee047cdb97494ce873bb69819312e768060ac05b7b929c0aef9caaf7231 +size 3523 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_291_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_291_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..979e19f9f3456f216d315318ee5e28126d7b8cd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_291_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f959bf888208e4add9f8f4815e188185f2dfdee66e7330e175b10d087e3d8cd +size 16001 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_292_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_292_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..728f82a2b03a1f4d188687e03c79873b8d352862 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_292_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585ccf8dfd597e346008fd5726b6eca3eda99e7c276c15ca0d965b9a5984f7b9 +size 10958 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_296_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_296_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da0e57bc680820e72e3a300acd908210ce08211a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_296_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2888bd5cd80a69c6926e8752beb795ecd7a04ec434fdd49e1e43e2d20b8a420 +size 19356 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_297_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_297_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8689340797e29597f3ae65c03a240fb199b133b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_297_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5813f4e8e9bf36c63d9e54f2e9e4359d8af265da479f6b3d180cdc71ed580604 +size 7715 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_298_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_298_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d046c187501eebdbca842cc2cca69e1f328d8162 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_298_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77396050cb75432bffa5c1c5e91c9b41e0e543b8004a83751e188280afad5f0c +size 7322 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_299_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_299_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ad23689183232549fa0f6f8feab0a074e885fa3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_299_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c803af06f99c78e5cb0304a9ae8b151ddb629a1a12d339fe6120f00b52c71207 +size 9643 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_2_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_2_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9463b635b91c868d7bfced0ea63a4af1eef93846 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_2_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79958c9ece7dfb921a56beba652c0bb1282b45de6969bd65c20146e66e75b92 +size 6637 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_303_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_303_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68a1a25be3728f495cf84b5a7876665d381df5f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_303_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc6dcaa99e9ead0296bcfd6a4355750b1d724257ad58a605b757bee4bcdcd9b +size 12377 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_304_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_304_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc6cfac8e42e8832f095e31d8d6935639637dada --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_304_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e3a4df9160e9310b582606e62cecaad956b4cf0eb099296868dca0866092e1 +size 10252 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_305_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_305_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c18c4202be925ac0436e8cfb1a437b58fa8c10bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_305_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b073eec07d20bfbce69b30dab36a760310ac1aa714022806bcc5e3ee579e7ab7 +size 13630 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_306_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_306_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c57941f951e1fd23baaa1e74123ec91151be35c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_306_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f7bf73ee9a9be5f6225cbbd9506937646f05a6923387df63c10fa84eb4656d +size 11838 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_30_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_30_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4f9af91bc866a333831428690be8daedbdcd041 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_30_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a145f395e77b67c51dd1dc169b8c688d1695e13af186e0d0b41d114765f53f75 +size 12327 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_310_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_310_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..208b2406db7a2198f9bf95518245efaef85b8614 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_310_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28477fe635ee3e0083bb579d85182eb9b937ee135d214f32a549b07f2014c8b +size 17239 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_311_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_311_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34313c33ba82dd1b56247fa07369441f33103c95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_311_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba01eef2b5145b0ce78f02ed14cfd7304c49f2a2229351ef7cc6c9b04cd3658 +size 24633 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_312_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_312_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9746deb344c491f087700e6d41237435b65c3681 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_312_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048ca3c02d1b7a033f24c46a4121ef44fbd7a040145691d4974c6e883ae557cc +size 8607 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_313_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_313_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..685eed6c3550d9fbb9f8a47337eb6bfd595fbd9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_313_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42362b964380ca20bb52e5d2f09103742958329be90f35a1ee3c3614704e3a74 +size 18154 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_317_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_317_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef2252371a5b444eff0c7b1608d4e6e5157dc3b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_317_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf118a2130f89e8556e4e457a3278c460dfbe49353886fbe67e16437be94ddc +size 17668 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_318_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_318_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3e104579728d82b8ce3b6289b548e9f388e43d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_318_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a67c0c3afb296b5d3cd7b388b570f38b4ba06d934e79963a3e9940dce63e67 +size 12364 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_319_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_319_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..930793c08428bb16894a639af3bf0fcae35266b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_319_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a03c5c0210aa66f81d71e8f288d3bc4051c37488743c0bf0d04f36f83ea66e5 +size 11168 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_31_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_31_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d72b3180fa28538eb0ec4b4a3bd4561589f264c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_31_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30a4ce06e43056595e10688daeb0751450c2be3e5f9e67a33b5dbc425cf76b9 +size 12595 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_320_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_320_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab91a23266811b225abbd0dc5db6a2a020e933b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_320_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba702a4e4a8ef088b78f6a8c7874f52f1e65ad9f71e5dba36a85691c2bafa38 +size 10230 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_324_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_324_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e6d90203f3815de5ab9c416c956181b4df985ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_324_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f03e3e0994c40c799ee41fb1e08409fb6c4a0ac8c20a1862430edcd7d685ff +size 18997 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_325_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_325_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..816cf515b008898a65fb3ef1910bb95ebd167bb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_325_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d17ac63075b09dfd4b2e560d23bb166e91905877ce1178f1222a9d4dd5e344 +size 4721 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_326_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_326_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bf22974c60b6b5ad70ea79ad845c5cc45bec112 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_326_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a579c0e73dac55d05b420050a64e633434a764be062242e5cc1567276bb7970 +size 14606 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_327_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_327_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7aedb74609b91a12bdf5ddb889434a7c1134e0e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_327_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61226c24a28a1390c197f4f0c95593e76496db2f34beedcf82615530e0cf176 +size 8376 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_32_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_32_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d93f0d3ccd63199cac787cb585799aa155f25f56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_32_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8898924ed39a5b87ab93f76f312ec76e6c0417a2b95730b3ae2e6da230f3f657 +size 10001 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_331_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_331_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b1fadbc2725d106572166339a0884e2194cf649 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_331_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bec290901307a1a5984bfa825e525f83b381542005ba8d15cb941c766509fb +size 19197 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_332_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_332_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef67dd1ee7205762cdb247f19ed90463c5a25393 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_332_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71490e1df76b44d16bf680ebe299901e46914df361a88a66a8289adcc0e59ce5 +size 21950 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_333_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_333_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0958bb14133c950d7c76e1a011b2df3a3b39dd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_333_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae9cebf93c529d4c5380e9ec3d0a441a4e720a0f56932f1a33aa073d270e65e +size 10163 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_334_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_334_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9945529fac7c22f4831eca143480b847910508d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_334_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac552a514c044655104ae67a461e678e828aaf14e890f021be692583a6e59f8 +size 8263 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_338_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_338_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52ef7ecaa69edd66ad25bd071c2c4260f8349875 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_338_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d58d4503874a8fbf8b3ad1a2813fca2e66831990140aaba88326a8d61d2b3bf +size 12794 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_339_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_339_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecc3358f540a409c3b2fd186b961f1a2e03b65ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_339_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdb380431ef3fd5d62ffa4094eb61f9213ec674c8365098c7f3af766d99b249 +size 19267 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_33_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_33_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b423f67cd4ba1921f251181207d542eeb229115 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_33_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bafc4d69131d08955c69147af0499977f9ebec5ded51ad20f2cb6133954cc7 +size 7320 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_340_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_340_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1166ff2de59b0758d713f7a5cf468a731da20807 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_340_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18077b478f2ef64c3fd340b641518e2c0d4f8e6148ee1ad502ca2863bac8ecc7 +size 18039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_341_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_341_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e424c1b554da8087117de0b219f1dec1c9de498 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_341_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b82bc2245d71f9acb90a10949fb97999504a53babd768b297a43b4654f3271 +size 2340 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_345_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_345_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69c0594993c5658edeed8455768621f0f461882e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_345_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd88305029e46384585baef1b115ca8b105004b63006d394a40dc92daa7962d +size 8865 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_346_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_346_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0219f86c4c2a4378d411e99bfb1874e21bdb1695 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_346_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a32133decac812df4f78d0e9978d0adce82c88af428298c98d8bf37a12cf8f +size 7421 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_347_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_347_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..adceea49d39070928b77565fd228a8d4f56ed06b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_347_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fc4e68b28ce0a3d88af00b3d286c0473fb6be9e20e076cbc96ec8b9d9ae1d5 +size 7566 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_348_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_348_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3dcb1f027b688616ff51130a39af6e2b67667ef6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_348_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb129b111574bbc0701a4d06874aa11d224e5d4feda0e23bf47f2c5c4702a7c3 +size 6528 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_352_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_352_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97621eb3c057917c6c8f94bc75d5e0ec90f66c89 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_352_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d7f208bdbc662a038a1d7e96ca22ab925bd3b1e7c594c627e6024b2b2b5d27 +size 8117 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_353_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_353_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..257ee89146de49f62e12cb0931ae5f8cf86a1ac8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_353_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3331077b65b5f41075844a69bb8c4d4b5af398f105ef302fbdf02cb150513c20 +size 18049 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_354_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_354_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..602f59af16910a2c833ed76fd4c99dc50728c25e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_354_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2597addcf1dc5e5c269a4360d0b0a81d920d7e34a8ff2470463f1136df711c +size 8362 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_355_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_355_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed856b701ba6027c35364eeb448740a7f5c453d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_355_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e87bc91e17e622eb936252d0d24c8dde677c0b3c4bb739aaa752456cbd5653a +size 8771 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_359_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_359_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54e01e987ff08230746d493fafae7967ae117f21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_359_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e97376dc3977900eb8bf0640645bf06bb2670517fa85cb24c0eb54a508420e +size 13650 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_360_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_360_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72daee2352da138388cb8390a6789632a4f93529 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_360_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f70884e2c8c4d3208963e7c58bf4b84140825ac6d344869471e2543049a885 +size 10128 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_361_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_361_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a25a8802e51d13423c6783fb83b587ef582d102 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_361_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e83db21480ba61a4ea6750b6c94d7174a173d612a038a245db0ae5c2f9b76c +size 16728 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_362_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_362_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30e85d4c2ceba4bfdfe2b006366d30e90f7ff9bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_362_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475f945c19b94c80c0ab356e81699274b676b0101c08a7468f5ea3460a33608b +size 10272 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_366_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_366_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bd8ade8752bea323ab62579e81c140be1a5b010 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_366_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbe2e6712b7df7bef3b8acb19af61ab5b8519933f9ccc366fa8f7bca20c7f0f +size 14312 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_367_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_367_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8f244ea404f70f6b88a29165f116fa7410b6b45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_367_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeb7377b09fbab2dce12c92f7303c65ca789bad391b11fe633a32f08ea31b84 +size 57391 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_368_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_368_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d10dcd9da72440aa9ceabf87557d4b22b61493f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_368_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621c0ea11dc8960d9c0fa9e9058827fc31371220ed79a4af00c1db3c73d75aac +size 16394 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_369_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_369_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d2352880cb14c93d4c36491a90450cd21051e80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_369_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f51282563d838bb22aa3047ebec106a8c4fdc32772f2dfec22538471112c40 +size 17443 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_373_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_373_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84c062faa263502d15fb0bcd421783c5c618fcbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_373_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bcd523975f04bd6047d91c17a6d1e8a3af11c35d12bdd93334115058917148 +size 14520 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_374_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_374_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..797d98db16118da539e2a87ec7dc0ae4d38353ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_374_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac60e38d6a14c650a34f7bdcb6d4f61b0c18b2b8dcd445ea1f8de2cc030c781 +size 5618 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_375_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_375_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abc0d60fc478b6ef121c9788ca90c5616e582b01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_375_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4e30649965d577334ba89f15f0be71f2c70f9176caa2b54bc2157143ac027f +size 8088 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_376_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_376_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec002a4fafeed677908be7f0934cf9d129eb6887 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_376_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2ed940de008c766761b94654b63771911f559e2fdc487a344119d2813b619d +size 7820 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_37_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_37_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83b325569f524e8bbe573623d01d9e6b65ec2658 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_37_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9ac8139689bd24dc54f56ee5396fce9fc7e19f6cceacfbfe6bb8ab62b47cde +size 10606 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_380_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_380_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5502c46748d77e46fac389f9da5164ce7eefd9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_380_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a72f49e013ee17c424876dd23bdb837b691d74ec9267471872f750425c4acf +size 17666 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_381_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_381_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db117e9708fa95dac0cef1d6497a8ddd1c3f1163 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_381_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a590141bb466bbe6acd13ee70d5bb203fa2e2e0135c5b6f57b79b7632dd80c04 +size 21293 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_382_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_382_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdc3675390801cd6c337e34400d592e34b670757 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_382_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911bc6723182c252ce50936e3851bdad421b8fa486602f2f8e9198e0e22621fa +size 8941 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_383_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_383_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8012cb8a11a7fc3f35008bfe6efd8e2c66971cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_383_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96759cdc38be703c2974dc67bbf2348ad9e56efa886d3183939c99e090b4486b +size 11199 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_387_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_387_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43cba51076bf9777dc1a9dacbd49987cae61d12f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_387_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c29ac30c3020a0efb0b4940c3ebd22c5a4463cea2a3f58fa08f90cbe042065 +size 18111 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_388_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_388_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b303d23d4cacf6c6b79c9b9a532b096b82ff0318 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_388_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9a85308bfd56cf6401054e4e6e3e721b0c478c3a2ea209c7b55b3a1c503279 +size 21253 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_389_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_389_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a948b5014cc43b9bbdebfc16dced217ca46e5274 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_389_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6919af063fb088b5c83205f1f06f98a4577a916cbf2255f0fe7a0a8d3826db46 +size 5840 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_38_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_38_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44d1db48693b06df4af51d594593608ff8b8af49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_38_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88510cc52f48dc85c7b4f2cff9022a6fe3c608ada4487032c257285339fde94a +size 9426 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_390_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_390_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c88526b92cfa8a778aa2f55999107b039a66b499 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_390_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1b12b1ac673a14e712f557a2b15a4263ecbec63cea39b1df835aa2c2ebda10 +size 12213 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_394_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_394_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43e5d0865678731bc4596ab9ecf9600d54f37746 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_394_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20a08327b48c1292b9e9c4c783e145ad4eca4ece98961f0ca89908078d7c869 +size 8518 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_395_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_395_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5dcb0d080bc20da08f023013748744b44f948c2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_395_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b9719b03394d44f83afc88707e3688c78e8ab16598d84b736b9265b963c764 +size 5994 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_396_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_396_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8e64422813a8943139c6cad1122bd70a08e0a8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_396_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3153537615826a88d2a437b559cfe69f1b4e51bff3e7037f157b121c4ac1160 +size 12179 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_397_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_397_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ec0e42a7fe9a50faebb0d579c7f4ccbc88df32f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_397_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da5e011c9d600d8ab12a40b990278dc40f763e22a33bcf089c0e9ecce3060e7 +size 22452 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_39_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_39_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d86f8720bfb4a7cae6142dbfd0a868a0881a36b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_39_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9a91cf64534a6d3111e275655df145bde344ae1834af522760ecae453c52ff +size 9112 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_3_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_3_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79c21b09f463d0acb01590e5038647e590f2c1c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_3_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbef5f20a18a3f43d2d1440dbc6afaa5656dac7b43794671c5b7d42e774a102 +size 9924 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_401_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_401_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f96f995ef5da82ed2368adf26f77f5289c7fca09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_401_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00755de4c829ec033135f2f1d0eba61785d6c2c1199a504e7e7bfdf8c794bea +size 15502 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_402_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_402_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c681ae612bb9f8af081c6411556ad194e7c49cbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_402_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ae43678ddfbec83d488fe6056e1060c3bbe0b78dc47db9d0d7e6aaa81e92ad +size 7708 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_403_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_403_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40b8cbb50190c82c65d9b27373f82df53db9c594 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_403_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a534c2cac238940066c111396ddd6477b95c2be0f01e48ee2118173acf3588b +size 13252 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_404_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_404_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85fda5b85c08c07b403c1d4650716ed1516ad8d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_404_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc8657b3fe6fbb5d5722442bf7f85d98ee38c3f74d8bd70a0eeaf37ab342f19 +size 7962 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_408_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_408_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df3516d3aad0a45e3455871f9517abe44c167793 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_408_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef3f3f7b1c7702a1f47d3f09d46d6fa7d9b82a7e11e88dd6e93ef5b215f280e +size 13723 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_409_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_409_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16b41dc47f5811868a00250af043371dd08aeefb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_409_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52b2ad59840156455677ed5e780c8a81e05a0acaa0020227013bf8e2d0a1920 +size 15453 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_40_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_40_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15ee2337ca620c81cc3ed6cfe1841287ca165fb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_40_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1421a631850aacf91ccc717a6a5db0fbff04609137ff4988210c006fe1ea70 +size 17741 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_410_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_410_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac46bc05cc643d4eb4a9685a0ad28dca5627abe4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_410_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4988ac9ed1e422df511e6b25d270bfa2789d128b35f882a4a74a2a2bd11739dc +size 17161 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_411_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_411_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de3e56a0e37a724bfa03d564a5c55de096f333d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_411_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cdc3249ee14c304c8e968d696dd29130c3644fa1d9fc0ed1d761d5471baa2d +size 12286 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_415_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_415_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7747380b3fd88a739a71a03f0aebe428c37bb8ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_415_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8050c6a28486011da8be132a15ede292aa66ad2861c7faf08de4ffd1880e7b +size 9555 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_416_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_416_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..936c12080742005689bdc6fd11b7f79d16be8472 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_416_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7bf9d69e3c1814974ea4192c7070b3b281e9fad1f274869257973a3c5c4f88 +size 1908 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_417_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_417_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc0cca4e6a5e6d06d55fb78ee115b09ea6cf199c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_417_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9c107e4bec54c5253dadd28b290568a1813f40ca6da76ef480519be14c64a5 +size 8957 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_418_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_418_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..104e9c7b5c8ba1f0f4033009c1dd7c5ba95db292 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_418_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ae6bcf6a2b390adf95893a95b68b70c553cfaab18a2ea831a0e7f37a809d74 +size 5195 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_422_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_422_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d2c3c5d59f069aa81039f76ca76060395936991 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_422_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85eb8beb0d3fcbd27cf6de326e602f47b5dc66aa1a17676b0c8d641a41053668 +size 10479 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_423_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_423_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f2613c5f7e1f2674ac007c69204505abd893615 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_423_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7ec4841adf419f716669f6d8bddd09a2c2536e050097568a27e00a7390be6f +size 47265 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_424_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_424_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1f175f7e2fcf89240a15a0c44daf0f28d03f37a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_424_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5b4bc7d73a8f214cbda9f9667509a1928aaf8add236bfabd1dc98769ee7754 +size 10641 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_425_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_425_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb94e438ca4a006ad7978f2e9345771502637b9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_425_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4216f8f8bdf214af617b2217f3821acc6fec05a267225a622ad6a76e35a58a58 +size 12932 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_429_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_429_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2f218f2ddb70e5ffe5a089e476956c405b06092 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_429_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b114bb0ff5e4d5284f878507ef96039f807a9ef8749fa882aa7eca3bb00c244b +size 10351 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_430_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_430_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..907c6dd3d1b215dd2affae73c86fb28676af84c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_430_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085b0f4c58b676927e141d44e106c3888763f9e272106496446d3a1ad1d33ace +size 6852 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_431_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_431_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..492402f5cd5309f2f861740722adb2af2460e7c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_431_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f86312dc80fccc9cdfbdd7713e85461f1c1969cab4e727c65be42f0dacf6e5 +size 15353 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_432_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_432_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d2db9f159b16f79e5cfef16800a86ad551c295c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_432_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481cbdbcf45e6a110d89eb74fde63a68c4a0cb9f7d483bb027b202f00d4873fa +size 8370 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_436_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_436_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a38af806561619c241b1741890632f61d85c5a68 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_436_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948556d7a3d68e8a597a989c8b1a278e15be7d22a3a8729d3718b709ae749514 +size 8761 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_437_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_437_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f5a05923e0a1d8c48e1669e4579d1508e8efa6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_437_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a88e4878813b7fe1d6d814c41757b0ae08090286e9d6ce4df4e32919caaff9 +size 19927 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_438_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_438_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71387c60fae0a3f7e29fed6156908515a134725f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_438_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40fb37c7eaa5ab1cb466237b01d0f4a2687245cce92b47f57d69cd193ea66c70 +size 16007 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_439_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_439_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e88af9190753f0f6e1142c59630e03ad43cde81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_439_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02765ca1d0f1e123f09ffb3d81500a9972cba60916e7b8adf0dc5e31278bb068 +size 12676 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_443_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_443_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee9f13807cdf62e4a441f74b2a7b70367ed9152c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_443_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39c25f75c15885bf05c9433333b36dce9425f5b9c48da35fd9c1d543edd96ba +size 7980 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_444_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_444_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c47f3f084b431b15e9ec5fe561b8708051ec026 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_444_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b59f0f4efebd3babdd3e424d8b8d2de36bb9720073aff8c1484bd5d2b4c454 +size 6708 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_445_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_445_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7cacab66a123e256c104ce2264081fb2df83311a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_445_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bfa28f906f556ae782e54626c686c4080719c6ac00d291621a01704919c8d1 +size 11746 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_446_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_446_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4ccc10abd89d2dffc0266208b84f8be95fb8ed6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_446_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d959d699086920caf884312b6ae655907c92253cbc377ca50b6da94b1f4c19 +size 8428 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_44_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_44_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9416760f15e64f666bd7c48ae78a86c7ab0d0f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_44_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42799d59a971990f7ca263e63409194604e75cc3ba829aa5cbc2bb130fe37d2d +size 20894 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_450_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_450_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4aeeddf16cb6be910f18ce382d46afb906db180e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_450_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b39a4c93b384e2bd838ddc92468806faded55e741f9a900af4726be9d2cedb +size 14189 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_451_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_451_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f6effe559df32334ff13bf301f531a352b22243 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_451_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ccae7d4a130c639892056af288c215f80ce98daf8357b144b19a171830b5b6 +size 7301 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_452_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_452_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd4985ef8cb6affbca89412b12210153fabaef95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_452_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e4fa95640dc0bdd856744e780b941dd3181d2281cc5ba067afa05bf5512567 +size 16232 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_453_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_453_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a27fefcc882c968ee405243277f5baf8266669f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_453_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f2b9fc44e281e00182b4c6fda7914209de61b6226aea09f03afd75882f417b +size 21244 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_457_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_457_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..294d59146305a06bf9716b5d226e0dfb2f0c93e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_457_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c785dd891348ed64121dc3e3cb7d10f45d78a559de01cea756e831db0d82b4ff +size 13103 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_458_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_458_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1372587b5c46e543b3e5bcc71f5062efd077e59d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_458_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674cc058bafa680e98c448389f742b55db98a0340ba8bffbfddaebdae0ed3629 +size 16667 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_459_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_459_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4596f8c92ee19b7b4ea8c6e6a48c8f1b8fdf4151 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_459_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb7cb95a20e997962ff00bc723dbefc5fc3cb86a5018cb1c75ca29fee88595a +size 8820 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_45_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_45_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb59bc5b9534152a93f0dc5e23a50c765d8a4a90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_45_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39a2520f930d1377c433614cd910e94832f15bb19e15c782dd8fa6d2f7762aa +size 17054 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_460_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_460_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fdd9dc1ee4420d4c7a20de06f7f1b6fe875e7de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_460_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d0026e5a667e7b278d47c68868e0b3247c2d6199dc9cf33b768893b12c2736 +size 10319 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_464_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_464_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3afa919ba8fb406c59affc4ac3b5a7af2cac6c39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_464_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ac6c5eca0801f01fe2d8ed950bf2bd3dc4a12e51850e8e6512e47e98b0501a +size 8230 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_465_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_465_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bde37bcd0c06c221c3e0f9abb43d1f6815f2060 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_465_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0422aa9b89925e0a2be3617de188d2b2d031fa8a6fc949af9b578c104a653488 +size 488258 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_466_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_466_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e07ef6b626bb5661f3cfd09e289387cf40298797 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_466_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074e601a404e1458c71b85cac2320de51c3eaef32a649b817f15044f4d95b6a8 +size 10498 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_467_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_467_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..218413f01c61fec346d8d5e588a9f4d5db7e6726 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_467_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6723f62db49b98574bf39e8b9afe53b39919f5b41948796fa0e0d6710726d794 +size 17197 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_46_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_46_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4950e3bfc9809ac0dc4142cc108af77d29d39a08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_46_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb028b07c1b3a3e3a68e25caff71e1591eead783583da7ed01423a96add3b55 +size 21544 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_471_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_471_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b22d8b9be276bf66a6b49a97493e9c3cfa9ccaf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_471_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29583f1f65fad8ecb4ee7d04f6158a1f949d83e433fd2a20f492febf4607dbf +size 18288 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_472_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_472_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2ea1bca80dca3bbe7672102bbacb56e0981d454 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_472_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075a9e3361ba74bc8ea16e5d75fbc3e4ed96efb2822b4887848b2bd8de40e592 +size 11002 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_473_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_473_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88bb99b8bda60dfbb1c23496816c79370ddf4ff5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_473_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d23dd896ff7719b0e243bdff44198190e4e9da1dcb67890c25daf17e20d9919 +size 10258 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_474_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_474_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eef3c765db7b14c141e0bb78a6942dda59e527c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_474_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99ce4ee92fc57c8610316812976fd162c9f06ad2b7f3b6f55b8e9c9e9ea40df +size 10854 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_478_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_478_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27219e633b131040f1e1c02b7255bf0780274d88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_478_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d7fad5cb8a24c0155c981f6853d118106f8ad5f80aada0c27870dc7132a462 +size 10839 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_479_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_479_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..938d0e5571b9cf95f46fb86ce81830a66af3b845 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_479_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edac368b9cc7ad5c8a83ecec782b708ddfe54922e60430b40398eb8cd1e3a9f +size 5552 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_47_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_47_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59e19f3d4088c7fd00201ba90895d88ed8dbcd4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_47_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486f2ea926efb44e6b948436eafdf10927a410bd24a17b73d5a3dcd913cf3162 +size 10015 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_480_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_480_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..613393b823568c0d2a87e2818b6545308a5eb2ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_480_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c090a1a753da40ee62bbe138c47d49b55c2487376a000a7225f2044237bc8c +size 7028 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_481_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_481_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..023d6175fd4ec6e6ccb4aa516eab6d37ef07cc71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_481_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f0079c92c3ed6a96bafec8714a57bb6b8b4238c80f509d630fdc2c2d71b06c +size 9911 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_485_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_485_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd0ee107fa50e82a20056d0f941a365e24d74e51 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_485_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4073add8f7b284e97af25fb42b840c90871f225558b091c4e5c406299c77d1 +size 8300 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_486_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_486_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12e54c0e974525dfba6cfa2a3d4d177e3dd1d070 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_486_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1870f41dd1abdc57a097f0cd3e47239503ac792f3317f876fb8bd452f5686d18 +size 13236 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_487_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_487_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de0b7200900c1cb605a5313c1e82de14b1b613f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_487_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90025ef3b00a642c2275329a5d49a392d5e125558c843f621bacbc3c58fbff7b +size 13808 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_488_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_488_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6f7b614755efd7c4a1b64076348e86a3e26ca5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_488_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dfa1d0f65700727f7bbdb627e7ddbb0d536494ec117277e0e5606599e8c469 +size 6801 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_492_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_492_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13573fdd66282aef07247cdfad8fe503060bb191 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_492_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d946e32188fb6f0f2a693dec6346586149435c36062f4e88710e1efbd47d3a +size 8657 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_493_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_493_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82a1befbaf4af2bd67a01a3923ac59723d526bc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_493_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49335621a80e74ffa71e26052cb1e90a2ae3ff38e7fad7d32268eee0931cbef +size 12180 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_494_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_494_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb254be1d9653dd8dd9a54bfb81a39e1d889f397 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_494_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742cea8a5a2c6bc846c6631a492c4ecbc225c9790ebb07c7e9bfd949a1dbcef1 +size 20065 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_495_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_495_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf76426b0babe806663b82cee2bde544cb865550 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_495_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb73fc15527725f5a6aa46b01a3fe759b0bab5242edc9f98f9916a403a83cd99 +size 18602 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_499_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_499_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27692b0fbe942bcb5f6bb53ca80431b67120aa1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_499_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b549b811d0a5c1b1361166960e4a094339f82f647ca61e1f6320c236ee929f04 +size 9646 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_4_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_4_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1bde31e959e8452181d4b3b23bd46805bb429de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_4_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d705e52ba441079e0cd9333def210fbe4bd34a1582a35e04c9d87155c9717c +size 9477 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_500_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_500_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f1053881d5e8fcb3c2934d3e225a0f10df4f78e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_500_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e203e18861ef5c4127f77863b6e7339d91e128b130df9ffc4da21090844395d +size 11697 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_501_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_501_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57e96c558f8454b3a665f49ebf439c79c4579d6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_501_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff56febcdda2d8b5f0b88084ad59d1a13f2dac8c0d06e40b8468315898a82340 +size 7471 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_502_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_502_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..726224af9d8a46335f926c273f4a38e58843fb5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_502_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60d69c620afe3b07d7a2963ee6b04759913916898c9799f91d5fbce7e317892 +size 6533 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_506_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_506_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..239642e4d44aa581ac29c8bf7d46d636581942da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_506_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1d3addddbab2d3e2af0b194a7334ea8e1aeca249c4c1925a9253a00a14651f +size 16326 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_507_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_507_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a063359174ea72bc975b275558597952aa4ff53c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_507_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4cec7d3df1e45f8a3903cd1c764f60a18f8d878d7efc49b71e04172c161e43 +size 18964 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_508_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_508_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ec29780a3d6e2f892b3075d44935c8d670465c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_508_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d2b1ebdecb21366e6c3c9337d16a487b56954f01bcccc40796f1f48e610a5c +size 10528 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_509_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_509_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04b2f90eaf9161b7af883f44b35247e0dca95511 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_509_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eab323ede7ee3fc55a17938c4877d28957ff25a670b645ed9a6e1c0ba5693ca +size 3944 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_513_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_513_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..092d6744c0f2b3930f606963d121295d2635c4ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_513_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a276f1db635fc851823de65f71c26644fc16398ed59609cc20931cb0bb3b2c +size 9270 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_514_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_514_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17e6401bf32a8d044549be49874ae4c5624b1557 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_514_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926d97bb92819dafdd018c1edae2f384a5a3c7afeb904093e6a6cb64e0992186 +size 13503 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_515_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_515_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a983f074e23627a79e6824cdcf156de68db74dfc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_515_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b84076dedce426bc63b15b4b2fd4740bba482f0cc4be2de074e734e54a1d77 +size 14195 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_516_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_516_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8d3ed45e3f9c6d8972ee3520a01d686220fdfa4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_516_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b93c80f96d5d4f989e0762dac33ac8a49884a6f829400aea69cd584f87c050b +size 16517 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_51_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_51_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbfd7d8eba037d20c54db9785542d01f5812c898 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_51_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0683d247e97e6e47eaec70fd24af413c8cac549b20b124046e269456481c594d +size 7120 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_520_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_520_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ea63066503540b52afd17ce236ea48ca65a8b66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_520_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0792a9987051d08ffd7811511bd2d03a3a682748e9f3f6b31fdcd31df6485f24 +size 14244 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_521_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_521_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21142d73e3a5693f36bad74ee617c10bf8c8a7cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_521_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0de32c020a615028eff40d690fd951c0e377b6892568ae3fcced70bd0726728 +size 9824 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_522_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_522_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..738b66512052b7b9a2da75a71a3cd652d16abe06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_522_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acafc8730303f987452367350e764f7f4d77a2f0088b1d4947edaed05ed8eac +size 11958 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_523_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_523_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc06dc91d13539e402697eca615094189943b24d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_523_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7285698117cbe1e342444954f50364292b3ab693ac4fdabe53c95f5f6d412142 +size 9171 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_527_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_527_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b8e2f469d8b012a73ca2a926ec3fcf45821d0ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_527_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26b55ec6a19fcd8bc55094c846c802d21dbb7f14a391d9a50be3090352c7645 +size 10104 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_528_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_528_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a1e826fc435cde978287c518aa370a9822978e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_528_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fb49e82acad1c5014315ff56913c661ae9b1e3287afb2cb87cb513e841c7ca +size 7103 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_529_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_529_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d819ca82d0039708703344d210ee36f1209bb41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_529_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27efbb86c165006b30a5d59c7333d3416dfbd3889ec81a7ff342113302f7d5b +size 18320 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_52_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_52_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b2ba153e02bcc27eb02925bfa07e503cfb93ad2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_52_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289416206f45edd88e116e106169c642b67b4bb0cd7854688e2f379746ab18d2 +size 10902 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_530_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_530_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75fbd3bc346a3ce56e0cd25c01991d4a760d9704 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_530_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac98ccfd57f943e80685a7a8abd8474ecbd0d3f911d4b517b8c1db3e184fdb31 +size 8977 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_534_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_534_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87bab21e738b6c50a064bcb1fa84594d0960e2ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_534_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29590112eeb143e2031d63387c1fb70efe823a1c98462894882e9a9b7924791f +size 8027 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_535_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_535_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e480872d9c4bccb6bbd3ccdcf577ef12093775f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_535_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99450913d2128a2b3cd3d84317cc0185b9d5367dea1651caf22bba9148bd358a +size 15415 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_536_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_536_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f50c6466a54e5a715a42089d5a3f15e94ca531fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_536_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930762e4f78c61c9eca86442a71ec58612abfbedb952e8246f87654746ced285 +size 14569 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_537_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_537_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7472186b36077beea3e09535660f146afe577b04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_537_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d951eeaa464d6ae05f2be3e0b182e8c0fb584eccc499a1a5af1f10c1e0fc8148 +size 8820 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_53_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_53_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2caf841e89ad6e9d230465fc471aba9c4c593b8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_53_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c4f3fa144416f2b7f111a5aaa3b00980650600ecc67a30a8aaac8416ee1a36 +size 18499 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_541_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_541_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47bfbe067e3d7e38e6aad6b92a879c72c3a2158f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_541_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f09cc80678a98025e4ec8ec178a856c9a3b442989e52993270488336d42e81b +size 14357 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_542_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_542_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74152caf110d0338872162bf860c2cd8dd743a14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_542_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81eafa973f72ac6d0bc0d01a7d334a245ec4d682020af06f4bd17f54bd1ebe29 +size 9793 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_543_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_543_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d3791dafd13d354ac7b4cf04029f67c33afeb3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_543_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9385a955283afbeafa277cfaa5f1f351c0eca0aa45a0920cc7b15c567f4cd57 +size 18537 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_544_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_544_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4428de761ecdadc08cae7c3703b3648ed2978cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_544_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b43581153d4c6c0922dfea3df6f2a4671d3e64351b8fbfac680b6e51251cdf +size 21085 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_548_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_548_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0114a3225a828e8d465e29ad53eb114d5d953bd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_548_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7b557a6590904c482539d77f21ebced2131d80ada57bdc9a7d29b01c804a4f +size 6639 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_549_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_549_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d14a400459eac784aa8bbd97ae85a22f14bf46bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_549_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c3400d75ffcf8315efcb764fa5553ecb8a46ff1e7df18676e422c4b8b99e3b +size 22792 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_54_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_54_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08e21967632a7a7d2c2bc7a7af5929bf70758478 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_54_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bc5b2f8efe2b9ded26bb7702b5c3b4363349c85f9a88da6b6c6faa76b55a5f +size 6138 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_550_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_550_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0b43d3a45c30c8f0e2b1848666fc90a3913b5f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_550_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089e8e8df2de6838d788d7def8580fcac9db82c2e70b836bffe63d90474b2f8e +size 19287 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_551_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_551_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..855c7f29ed30c790abf5277417e5a83ed0286bca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_551_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60dcf5a46b63a76d705e0e07481407fe880f9c4e97fd18e8d7f472baff309f4 +size 18056 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_555_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_555_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43112a652381a1757e238704b3b134626a5f68d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_555_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d715e326dd435b65c5edd849659c52fc09132947484ca578e9bb9c4aef005f97 +size 14928 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_556_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_556_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8332ceb8e9485a708b04bdc1f6ac66cbf7917877 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_556_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5480251b43be3230524018009a2db2afd579394bad0a30661ee6473a2660eed +size 21196 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_557_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_557_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c7f3f939c156a8cab5966fc93bdf58e6408ef8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_557_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d857419b675ea87d59f2bbc378b332018af5ee56988923bccdb11ba1cd14d3b4 +size 10371 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_558_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_558_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..caf1dbe1d7d4d50b43b6bfb5f0598a20e8fb427c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_558_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc53621d8a003a4e9442d1e9e6fc13d736d41d1850f5578da5981405ae68441 +size 9546 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_562_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_562_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a33e7210a6e848c1890e7fd4eb107fc079fc64ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_562_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff082f087c3650011fa278cf984281b37bf4a3548cae6c90d9663e753510f739 +size 14932 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_563_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_563_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb0c691801cb2276f6aa15513328bbf2e7e13a6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_563_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3e2b110539f2937dd5e7edadac606ff46d0e4f472817eb662c1750f73f87f0 +size 10216 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_564_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_564_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4f9b4f38ba9f10cc0d94320e3b10027002586db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_564_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31cafa79b66e47266afc97ff48856464efc8dee0aecc29617546b70145f9677 +size 17990 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_565_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_565_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1252d603c068f540700d5672b857aa744d6595e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_565_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d5d1471becb4ea0235651eefab31343968465a36122f88fb138856a0de8fad +size 16011 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_569_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_569_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e285794bc7b39c94f537a0cf5fc78debbaf492d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_569_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de76d4fdaf87a105c45df35e2f851df7365a94fa8c945bf90c8acdae53af1935 +size 16104 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_570_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_570_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c969150273f549e2d3881294c1fe7f11f434c908 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_570_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c591aaf3f6148dc7f7bf2554c314afdaa2eb47e490a89df06c16677e0dd45cd +size 18505 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_571_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_571_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcfe444681dc4803758fc49e225e43ecfe1f72d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_571_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a517845e59cde89108663f1f955fca58c968a10024d730e7f1f8624bc23981e4 +size 17733 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_572_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_572_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fedd64d0703076b5253786829627637526ea793 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_572_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ad1e9aaca9e2a121bb04b282572706083f8b79a794a8813095b08d4a5585c0 +size 9545 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_576_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_576_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a84ffa44436ee9889f5a373adab2d3ae874591b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_576_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e8465a4e9210895fa19fdc66d6573ab8ddb413e28a3ecebc4a603bcc0abef3 +size 8048 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_577_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_577_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..308f8c622b4ec2da9152ac4d86664124832bef04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_577_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6140eb8d20b1d633e4cbb8a488019ab5a5872c82866bce6490e908d8ec4594bc +size 15297 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_578_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_578_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36972fe37208cf84e16329a23b2a1b7456c50f70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_578_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44e8042b9fbe68cd65b2645cda76bd0439481903f925258b60845b0fc632872 +size 10347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_579_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_579_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d58e5c4c11ec3562af6ea5fae7d85ffebf35d4af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_579_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e6f4af50ad5e572e733caadfc5b5f85339dc54d57a3069e9cc0f14905c192c +size 19393 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_583_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_583_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2127b0dce1839f2b124f4394c665ffbead380f13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_583_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d4a95dea66d2f05ef2c8db4e9a204c1e030d8072f81984befde6ba230c94c5 +size 10051 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_584_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_584_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..354c554e9be74e450d808379ef41ccd5da28361a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_584_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf2b7a19e089d2bcfde91a437ed77b2b080ecb248e0d1bb949259bb88ab837c +size 2488 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_585_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_585_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4be8bd193174573fed14e84fc41cd4d77d719074 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_585_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f713004899e081b05bbf1adf9c9ba015dbca1c5abfe31443a14f617b8058a638 +size 7325 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_586_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_586_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61f0c47477c4cd2b82834d9399b59915a43739af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_586_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2ef1cefdbe1bcde6f59b598d84811a029f127f68c9f772cb9a7ae62c051021 +size 20974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_58_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_58_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30bbe87d62b68e30aad75874ec7d0530579d3569 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_58_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381374c2405e4ab3560b67aec24b18461c26cfebae2393111a8bcce495336a8a +size 12508 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_590_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_590_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3eb9aabfceb87eb6c19561e02c1b9fefe8b34f2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_590_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636c055858f67ae20affc13264009559ed2418486da62eb902c3c32da24916f8 +size 19229 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_591_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_591_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb1ccc331b0f13f378952b08e784abe5bd1f829b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_591_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7de4c64ed9334efd68df9a2ecd25d146342a5abe960eaa79d3c9bcb2c7aa6ac +size 11196 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_592_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_592_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b44fc6cccedb72d6b3ab0796137b31fb4a8282fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_592_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4481343b86bba28366c2495a1291886a0b8ffcdb0a1b5f74b919a78cdffc7d02 +size 10930 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_593_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_593_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e1c16a9d0b7bbc75236999f582afee5d1d3bba1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_593_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e99b72830c57a5bd1fbb789e14a5557c5b2c1136a3908b549693ad4b928665 +size 7266 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_597_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_597_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8370b9952e1bceacc861c6f25670d5f0fd232558 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_597_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1632e6478cfc9658a8cec580f9773d6e78e2b6de83b9753f5b0a3eb50ae9b2c8 +size 21873 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_598_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_598_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08efbe4ac0bfedf2431a51eb71ba3fbe87239461 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_598_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1a77136865377ccfe4f886565480a37627c9f5101942bc7ff161c20ff08819 +size 17204 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_599_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_599_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..140a6de5186e6eee86a1f3b94e09bc112dddf4e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_599_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a39f9b3b80155dd81573ea76d3639603c054e82a50f92ca4c5ed8505811054f +size 10336 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_59_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_59_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f58284ea637fef4f41fc7f9a1dbfb29feaf0394 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_59_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211bae03451b937610bbeec62814f562d2f835273fd8cc76ac92ef5ecf1bc7bf +size 15768 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_5_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_5_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d47511869346d9b256a95e8bae2d4a5583d8b846 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_5_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceae0e2a6cf1c0b9024ba1d177e4225ee850c12f37b1e47615423746fe16716a +size 8383 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_600_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_600_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..926434645fe2fffc3667b6069f4364b4b1cc0cf8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_600_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e4df54634843fa3e3b93c6dfb3868788ecb5fadb6cc44666afa9ab4a25953d +size 8039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_604_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_604_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..186084eeff43569170fde869cab4a11d34c6c959 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_604_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e93ce47eed139aec690cb45ef9ec27d01997ee04c3852f6757e4c30a6df262 +size 11267 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_605_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_605_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45b31d26b71fd8f2baa1cd0765b7857b1b739c03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_605_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a590a397060d6291dcfa513b3f877bb12d5245b02b2541d8938fda82e9cd7c +size 11048 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_606_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_606_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7ebd7a312175347d8d7e69bfcbe4bde72fe6da2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_606_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f4dbcc142cd189461315360f0a083c99f0e0d715a74c6d6e382734cbb7be99 +size 7337 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_607_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_607_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6141607f0a3b71fd9f1c4b4b9e776bfeac8083dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_607_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4f8606c3a6396a9987ac4e6802fdc2d89d89ddcc198786f04a46b4f454c486 +size 11225 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_60_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_60_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..671b86556546286e63352b3e7b0b427b708ab4b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_60_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e56c9a9e237e1d0a69d25b65f497fafab5969238b6aadbc524682034767878 +size 22092 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_611_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_611_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ad2e77ebc55e9522064e443fcf16adb6101d125 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_611_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95879f32ce179359724c4cfeb6050dbecb44df35d001cdd2252242edeb513a0b +size 9787 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_612_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_612_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b2e0270f31c2a81f624d988290719d6766203a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_612_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134969c8e2c54dcbaa947135514251c4cb1a7390bf61fda5c1b0bbe8ad41705e +size 24311 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_613_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_613_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d46a51d38d84d552eaf3bd118e7dc656fd454bd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_613_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d8fe60969d07bf3e2d906920801f1958ca0c0ee9b73052c8df50ffa1209ccc +size 8523 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_614_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_614_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1201c2609c713728b89df2705cbe4738d425acf9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_614_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd14fabb36b8dfeb425308db4e819285ad9f535db7cc250d7a4cc11c14c5a6c +size 21514 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_618_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_618_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bd4c54c11c2c360f17001b102b2d3d71f86a89c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_618_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1480be1d72d449dcf8a81a41a5699f9a912e1802fb95b55cd7a3fb671174bf +size 18329 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_619_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_619_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b01a679d81fe285fa89c7892542ff2ff8d3caef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_619_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c9f0585dcdd6d79270b4d2365f792f5dc3290ce468601fde02bd9eeff364a9 +size 12476 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_61_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_61_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..994de34d0e5936629eaaa69c92d8ed28a55ea1cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_61_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641f04881f21be81ee245b118dd76e5deb48dd7356075671bb24a5609f42904f +size 18735 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_620_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_620_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56e0df871b1943d9497466e24bf8ed4e421e26f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_620_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9297fe715298af37ccf8061d2e9a857188ecbab2abc96966eae037753d61d643 +size 6484 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_621_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_621_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ff9ae3579fbf43137728d036bf43ebe776699c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_621_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbe0686e082407f1ec04fff7555408adc5420388b5c653ee69be3f49aa2b9ec +size 69729 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_625_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_625_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5699d0d8cfb0b54f68dcdd549a8a023b4ddd722f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_625_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd436ef5765abd86a232a02b68b5056ecc6a2c4f8a1e78ed330d2722f7e66a9 +size 8813 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_626_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_626_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d46048193dc463af6bbf6fa40d4d96346424e5d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_626_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ff55065ca064da0e24cbc0bf91195599d0a21e198ca4546c2bbb36f4237733 +size 26348 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_627_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_627_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23bff3a4192de0092f844245da33db14f5d17a59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_627_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bced3bb5ee6a827f03318b3f72d4635166a313dbb72a5ff71b9637833fd472 +size 16505 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_628_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_628_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43e86f2bd7cdbfc1fd887054aac4e95acbaae862 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_628_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833669769431d12df0e938d479ea7e875b55d660ab61b26ce8114695ad74e5f7 +size 9017 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_632_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_632_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc67140cd72a08064eee0b89707b57d8f3e95e46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_632_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e84335adf52c8781aa0a7a58f5c61a9560b0fc3d22307e18cae761e6f4a1b07 +size 8078 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_633_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_633_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a11029bf4d60e1fc446651ccb925e32af54ba3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_633_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec484c6eec01d301047aa8cb87177afd8547be943e9af045c38b163550c03e11 +size 10180 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_634_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_634_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf27c63523d3e972b1892e8f5c9c5cdf5a020269 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_634_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d0f076457575ee3b49086071fdf105053ca7c2511ad8810d0922b1d0e4877d +size 18039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_635_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_635_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5d256ad18ff8d3783835c014d95e9571eff7c86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_635_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fb9a5252408e25620ddb8ab9a8177a6460509e1e4f22ae318c39bf99198bb3 +size 5737 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_639_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_639_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c0cce457c79b65c46f0e13501d20916167c0fe2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_639_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccc75d42a2bfb8cdad815292af9e26abb37fd6b28aa05e450aa7c16e465a7a7 +size 19398 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_640_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_640_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04ce21c9466d54649f5e649e529466466ad66929 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_640_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c6e691d6c4f0e7bc432367ee30be037853122ddb77544e7d1c8584b16c3089 +size 13789 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_641_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_641_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8089354df4d24e07267d08690e1b39312837e267 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_641_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61910c0fe181be2fca0823d0dbda3565f8b506ba929ad2e21fc48156510deba +size 7985 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_642_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_642_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a17740df5fdc726eb88e95cbc7654b3d874f4ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_642_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1416ad2050cda2850d84afaa68a66acd70da2690b006e8bed022752b0fc29018 +size 19677 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_646_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_646_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25a0a42c5584be36a40618cb87409b1f80e54422 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_646_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a598a86f92221e036309d7ad331d3ab2fd0e7dfb5489f1ec2a5a88d761a7977e +size 18916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_647_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_647_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96efc43eed7829f9ccdd8577222309e10fd6a8d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_647_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1a1e35c88a05936ca92c8af34baa5923738bb7e96541bf6869ab5c5ac4897d +size 20843 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_648_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_648_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89e7d74ddb14589cb72b24e612258c85a3ae4d6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_648_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17b1b93ed2a2c75583aeecd7f0046e5622a0b276c7c6f103fb5d6b70792973a +size 19737 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_649_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_649_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..561c154239f66a1f3fc91551e75e1ded889b6e33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_649_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40a3fbe562070ade98e1dc8037417cc8eb66ec1f0a6679486fcbc6c87d9a211 +size 7249 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_653_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_653_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56319558ba0381e79a71f7018858637fc88b131f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_653_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b8dc3004010aa7d1ab835cfa612d17045bbb7b774621f67c83504015599471 +size 9928 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_654_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_654_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4399ce4a82e0c31c584c9bbed7247f5990157069 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_654_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bc0ea66bc1c023d21d8fe26e508b6ca2af05ac1ceb00ea35ac6f03ae4997e9 +size 5202 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_655_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_655_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0de38e16a5d70f44a0beaff6ede03ea604b07257 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_655_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062a8b56d0fbaffa5bb468f7b88416d74d3e22f17846a51061b42ee980f6733c +size 8307 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_656_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_656_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9ed29304f92646bd8a5316bd2d7771d060f40de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_656_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73a00e3aca68aa8687b7528429ba5e17ece8486325c41ea2603d62a9701676b +size 19259 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_65_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_65_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c8c749afa6ce6b390f9e78d748b89d98b1a708e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_65_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02848a1225b476c39052fe946335fedb91070f6213fca26d74c94e50f9b05be +size 7743 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_660_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_660_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f1f9659e530eeb87f723f78f26309749bd76a1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_660_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef57b60f0edcf30408167a9075ea623b5047bdec702fbb9d8cc5b628738893b +size 12438 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_661_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_661_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58040268aa4fc1368859c54c71d9661456acc770 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_661_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4ac818b7316d674687e76baed3b6cbd8b4347794f42ba55962f7f0f0fd1545 +size 11236 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_662_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_662_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..308991626ff71699ace0d4e64c7323e29c221bfe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_662_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145f4045b7b3bf62b0d62e17d068a807b964fa1bc211e77222357debeab2f0a9 +size 20496 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_663_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_663_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4abb87cdb656139a250687c1cf128969c400033f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_663_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb4be293cc9bd0b690bb69cbff4e46cbe1f96f18b73ddf86dfc596f32be9bab +size 9544 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_667_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_667_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4ce229857e765741cd42378c520ddc2dbe31c64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_667_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807783af23e9a12be198c24ed59f38296d46638d348f804052836d1ada83b9ff +size 16746 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_668_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_668_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c0d494d2093284e747ceefe0fa4aaa4a2480e6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_668_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2e5209c751527b14f0251e1f68117099dff155e74ee595400446b968b83506 +size 19359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_669_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_669_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc449de7dcd15835335ca3246f88b6d28b036840 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_669_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41873f9cac98a1405384ac9410813cd999d5cb7fa7e1b80285a4786c2d0a9dca +size 19847 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_66_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_66_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34b41802fbaba0f732c34b383bfe86aa6e31af99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_66_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e31cd69ec62878732dcf54984d0241591aaf21beff75d15f44bb1922092e1a +size 14829 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_670_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_670_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11281a8a856af16e025dcb694f5cdf6553008188 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_670_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40df8f6dca4ededb91225bc41496c8bdd9c83ccae306003b7d4fc97d4ca9126e +size 17632 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_674_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_674_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e89e8aa676307b9c3b52fd3421dabc034f3aabf6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_674_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65de39b9f6652806de59405809958d6c6d453e793c933decd421cdb70e39dd0c +size 15556 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_675_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_675_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32c2ddd5174addc39e0f3b1a0b8dbd185c499a0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_675_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e2b01643eed1e7680333b4966aaf07ce0b5bdc17d105a91caefc528a6d3a6c +size 4277 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_676_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_676_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee9b97aa4baeb55630373cc3da3a65fe5dc2bbe7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_676_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994461d68ede5a93ce0b464b78d5fcc5e328badb52c8cce87da392261184bd88 +size 11965 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_677_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_677_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af82ebd6179302362836445e5b06a0c082edeef0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_677_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ebc8aee9976a418cfe66a721608fb59ca67ac5d008f9bdab16706423311966 +size 20733 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_67_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_67_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1de8db5ce962849f33fb4b7ca529197a27d689c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_67_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d95d2006303bfed26993db32f7018d7b633a94e94e9138db4e3dac92f23429e +size 7740 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_681_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_681_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0609f2a7958f3d4673a7403e8e02503fe4a0fcd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_681_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3402a23cb29a6fde7816baed32aeaae88d7bf0b2543e11943f8f4d09dd63f9 +size 16759 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_682_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_682_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da2a7897c169ebfe2d1218e1dbdb612e4f5492f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_682_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a452cf0dc5c60a56fd7c89489e50b0e070df0093ec270f2488a5fb046b345a +size 10142 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_683_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_683_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28aae8a8bead20b6888932b9fcfb74a0db7e9912 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_683_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a82ea2face09a672d1c176045c270c80e725dbe912f77e9f535441a34d8fe7 +size 9266 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_684_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_684_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a684d59746db7571a5008172556d4b7ceef7b690 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_684_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73aaacbd5bb25560e44cf0ca91657e2f2d6914253653a9fb6a875b169ec58188 +size 8025 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_688_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_688_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a30925e8a47f1d0bcfd1dc36a40e7e7469697806 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_688_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0caa0edd0f421f0a4251edddc89ee059aa666c353bfaa51d0636479e9435f9ba +size 11563 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_689_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_689_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce2f023881254c069806f01ebc3414129eff9e6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_689_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963ed611022d735289c947395bf7038fc4352a9306d99e53d3ee9e31ed9d9461 +size 1803 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_68_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_68_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b10dcb5e39e0a4d53d31addddb36e27069436296 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_68_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f215a4eb9419630e16e829e21d57c658ae9dcaca2c78b80e6af2f99a3c22b88a +size 18041 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_690_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_690_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05346a2374192a77aaf6f36c80f0aa4a4dbdf9da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_690_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43a325d53763e108c76a5c908e0816fc0d1436115a36d398a3f918b887da935 +size 8663 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_691_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_691_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e8bd2253b128ca00453facc7c2a16c77aaec371 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_691_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d2afd57bc017a66cf10c565ebf7281199f8e2cf4469506e8768103c79b91a4 +size 170517 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_695_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_695_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0229146073ee966239b7dd4380cec9a5bd62e8da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_695_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1fc44d5a3fcb080315c410376eaba484b4564fe6e0041c7227183445ffdcfe +size 8519 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_696_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_696_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca2319f137d1104f4e0eb177d74a3154b653f8e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_696_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9a967ff8aeb15da506a60dd73c56cca57b2bf1c4cecc05047885c3b90e7781 +size 6489 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_697_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_697_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4d6bb096738391f983800134d6f5fffd3203221 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_697_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ba0bc020b5125758eac83f8a315ded6299b08537983a01b293afdbb4f865ca +size 8951 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_698_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_698_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd23ce8c2cffbdd7db5a10d4263466f296cd1d53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_698_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b4cdc3055d4c3762b9d5185e54ba05e112993ae67e041cbb79fcc21aa1efaa +size 16875 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_702_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_702_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b964d3bc5c09d4aa66d55e0165cfd7ea9e3cdea4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_702_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81472110e5ebbcad14056a2270aa70a23076a83ad421bc1a400e1ba691cbc322 +size 9398 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_703_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_703_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69df7bdfc30420e9447ae4c2280367ec979b4a69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_703_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f251572ce25ea7ac026b7783106c7104bb7e7cf81e88055f4d9a7fa1a91007f6 +size 27386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_704_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_704_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78232e76a95e02287af796c3bdec96a86ba67859 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_704_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a02e00caae6f5b1c212ec1f03455ee3bfd157983492ffc0b02c251e5928a5a +size 11118 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_705_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_705_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..898afffa38f3ca2bb0f6e9cd3380a5afca763e9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_705_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4225c9db2250d106e0be5bc09de120f356daed0bd323892e1d9f3e627e2091 +size 7485 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_709_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_709_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1bca7614de0afffc21fa39c57692dc783c903ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_709_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0a8ed19f0cae1a0c147cc8197cc2ae4b8be8ad97a1657adef94853fe62090a +size 15605 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_710_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_710_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3373cd1e78f07126c9f0f2c470036897a0189137 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_710_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64df7087aaef63e22a7fd8776f553d96549342fc1594dbc608b03fe39feaced9 +size 16964 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_711_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_711_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d245284b74a4030b95539a2966b954fa1d34e7b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_711_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ecd1cadb080790f3cb3335ba59194229b8d72a4951327aafa3d4e15a1cef50 +size 14186 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_712_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_712_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8933523df227582ababd8d2fa8cca8d0c8f93fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_712_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df73bcd5eb8c3fa8745c76ceef016cfbca3359c7ee5a7c2d998bfd202bc935ac +size 8465 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_716_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_716_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3bc94e7e2802a7309f0ed947ee3895147aa668b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_716_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ad7ba18f6c9ac3e26bae056476b8a83e79d1103897b3cc6a09721531a22b69 +size 15875 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_717_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_717_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7e24703c2ffa88f7c6bcf9f67b8a3e356da5dfe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_717_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267a8221802e8818992cf01be0a83c471e5a86bb3daab2f2d75332d0ece832b3 +size 18359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_718_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_718_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae0a4afa96779a0c4e88d6ca3f3470073dfd02a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_718_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87629f1bdb9b1ada515636922343b5697866afd24f12bae91da553f92b0630d +size 7865 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_719_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_719_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7c304d07bc10fbd8302c05ad6eafeffbb166243 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_719_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f161478497f35ff07aaac23b9ceb97ed760618087e6e227d627d1f534dc3c1d3 +size 11034 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_723_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_723_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3edd654389a3850de9af6d1d69d5cf4da2bb564a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_723_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d4e4cb92c0760b356a4ae074e734ab6fd1ad35dac8b04b92c0014201e6e268 +size 18204 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_724_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_724_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5965a4e7288831fded376437a1baa9596f5e599b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_724_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8697c94a48f34c565e28ef83e018decda659f98cb040d74d2e479cac61b52aa +size 3054 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_725_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_725_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..173cac310b4d2c1eb52998e7a426a9e7efe69ea5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_725_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b656b9c1c90595e065ee7a86cc0f4efb628ad3e0126f8477c0d6743e8a168c04 +size 8840 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_726_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_726_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1efe22c95969c2e9a02810a1dff19bda7b8cc086 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_726_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae099a9845f08b2c77eb7fef511229147077647b110df4ebc340d636f616bf72 +size 8674 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_72_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_72_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..685ae99f95b909fd6c7a63f1f953aac854c0291c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_72_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40f4d212fc27ce3298c3e9b6501a09bbf8555a4b547b4efac5f7788b41f83f6 +size 9036 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_730_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_730_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd9bb3cc38dfaf911de5877b727bf76160ac4d9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_730_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142c14cf9c179da91c765ae15189a71d7927d11d49a0f36ad90ec480cebe91b8 +size 8349 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_731_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_731_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e60e4bf609dcc2ceef507db46086148ca065d98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_731_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a4b3c5ae947f58cf1e6977d7101233f00e24c4a1b7a98e0520720ced564b93 +size 2376 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_732_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_732_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62cd4e38022d08997aa331fd6b11dc676f63204d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_732_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a549bc5028e6e518245ab503494dce63a402ea9b73d4530ee2767c7d700b73a +size 19677 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_733_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_733_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83d27c49bd9ccb7eb5b4d664173d2e7b53c91dc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_733_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa30daefc2688b5b81154eaa836e86cc5849c6225d0ad4fe3b05bf1b7ed2ab1 +size 9174 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_737_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_737_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1584f4070673b39e80ca85636d7fdd9ceef00e0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_737_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fb6faa77a173cbfbf925baf9252a383a48d378d2667dccea27512f342880fe +size 13150 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_738_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_738_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7972599ca249471a79f448422a49484131bf840 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_738_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6fab75e679db1d1360131fc094e3438d2154a97e390e4c50af99d7abc98566 +size 13445 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_739_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_739_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd2314d9da7854952b7584014e30ad9b13697d54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_739_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0163d2fc70033510764369584416797150edc52d978a4bee06d2b5cdd8166fbd +size 17636 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_73_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_73_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ee1fab2414c66cfa340cdaa1aabc6b3965adb48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_73_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55506988b104f3331518632b0bec7b0398e18cec626255eb944b14bec1800110 +size 2043 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_740_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_740_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..715945b029d29fd1bd6dffcee08a44846d6b5b9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_740_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5892eae2ca2ac86f99ec86ada424556d58eb873b68e872dce1506bb8582633 +size 5271 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_744_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_744_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8edfd1bd70250a8b2c4690cf6413d351cdc6b95c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_744_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd699c9735e93521087253e262369cab8a74aa7e092487c10d47a83ea23b68d +size 14885 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_745_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_745_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47d6f68f1b5a4129c01760c44ba542c12e413cbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_745_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6762e64d33c37ec6d9b9c01216bebce4a6fd5fe0664a7cb2a3e4ac181e9f9a70 +size 6382 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_746_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_746_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf2b0f16847143f9a4f8f6dc27d70cc6eea193c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_746_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fc1013705353ae090091081a39b3fde88d14ac09c0dba4b071745039277155 +size 17676 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_747_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_747_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1adab8274e943b1cf6b66c9b43edd2a36952fab9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_747_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf02bd0a31bf396b29e93988ac8949121a52ac75e07330ae19ea628f5a49cf81 +size 9659 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_74_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_74_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54d41dc5aa32ea00aead32d89b51ed8deec2c700 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_74_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536d0d2807351746fdf5158ae3ba3ae6d2b6d6c63553bf290e9547e0ef9263b9 +size 8651 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_751_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_751_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b117201bf78c8f737bfca3fcbfeaba6f936357cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_751_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744b813f945e7f00462d2a379fc531dfcab1ec94a028388df2cd40294da6f2d6 +size 8810 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_752_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_752_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d13a3d93c25c0b0b58b60d517cf53b58b945288 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_752_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55eb2bda1a1c1b23b5685adbd6ea3912f00e5a91ef793e46adbb5e08bc8406aa +size 14147 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_75_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_75_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a935ad18ad0350f3cd2aec89fbc839f6a3909f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_75_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ff9ee4d001bab246a2d70d5673826f9451b47c75488a536eef3be894230637 +size 13576 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_79_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_79_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7c9bd6e4493307477274aca967e1506de13527b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_79_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a4b60fce7c00c0c4f83aebf1da4cfe30c51ea374fa40db46f24354ac800e1f +size 10629 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_80_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_80_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bd6c27d7122037a1ade9ff6b6dfd21a732fd3fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_80_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f914694a66a901945470dea070c3ff27abd823a1c1fb6d43b4bec5ae79f3f958 +size 24451 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_81_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_81_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff233393a8f3d344f7f038b219f9bd3a472d83e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_81_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55e0aa89c173d190fd25872164c885a9ab9fc00ac605c9e7c3f758fe7982bbb +size 14917 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_82_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_82_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d69d6a3f3048a01666cbf6365399ca3c60e047d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_82_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d139bcf44dc619558352c0b8f565c3c3caabc90b635eb5cf158a11086a82363 +size 10504 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_86_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_86_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2c26b9bef79585f6f3954bbdc7ff29b0f53b5c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_86_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae58de18e2c5fbdcec787c8fefc07ac25b53f605b9b8e126ca92745752a05fb +size 9234 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_87_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_87_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3b82a40970ac3784b8134d7d65b6ec7b985919e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_87_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0129bc135a8f206d8b47585239283b42df6bdaaaf8badf0e38b716f9a9366f +size 15698 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_88_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_88_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a97edd706c6cbf456b33a6591de3319cc6f752c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_88_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3495d183e3c44180395338d140e499c354ff132bfe71fe688bd0cb0286f9ecad +size 7607 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_89_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_89_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ef982872c66a2cf87cfbdc139500deef8bbb844 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_89_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5123d25a1f3908f1dd62c035b75888a83996f9b3ac30355451ef054c2ab478c9 +size 4713 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_93_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_93_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f97313396e2d4bd8f66096f3207d43c9b2f8d00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_93_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebadb1d3892b4e54c111202e345fbdd1355307c1fb82af9ab9584e7654d7359 +size 9834 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_94_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_94_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33ae2188aeb6c14637e296e7763e1f1d9d381d88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_94_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d59d00625116f52232229c502d95461e77c60b29848fb16715bc3eefc1df09 +size 1790 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_95_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_95_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63aa5c114045b0e5837104e6f0a10017dd0678dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_95_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c9f69acc189b5e3bd5e8f60f03cad4ee86f039c7132da7f4b4984975afc63f +size 15688 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_96_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_96_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2760864a411afecd5c00cd762c242c92fd6a620 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_96_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd28854e4a65971e2960194821ed2dd709a86f7cd0fde900bf18ec956311be5a +size 1981 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_9_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_9_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f88a0e47ea8a0a67655672d3d7407f70a4cba145 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_colorjitter_9_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b9434e588d053df181ce8a1eee299f4364a7519448c956c9eafb02bdc5ff55 +size 9750 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_106_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_106_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c58510ab0e448fe1ce2e007d65047b6c8ca34cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_106_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15044b02457654c5fc32659c9ebc898dfc82e199800f7bdc1af206d990b7439 +size 10954 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_113_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_113_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb0e7ed081f514908d9e4207d874dff97bec9306 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_113_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba81623586697397db52de0150ddd9e7bbef6bbe1443570813c9e6c26f8d915 +size 8819 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_120_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_120_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af3c5dee5a0e01c9781da7b5b7e704c758bb1355 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_120_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30efa086e5f0090af9229c40c0306693c6a3c144e6ee2f31a78ec4550265da23 +size 8491 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_127_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_127_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..479cb35387991e04b30a018889f7201b2eddac3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_127_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753e7d415e453652da22fc69238645962f923983b28f9f9aa94e2d0ee92cf092 +size 17132 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_134_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_134_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5db179d3218eb8e2370c5f8feb2051b802c5d7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_134_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78aad8329270cced1628877079195f62391400d2e717efc2a3fa46e1d16c8143 +size 13106 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_141_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_141_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92e024b646cfeefa098f6cc2a2228b44b9d28782 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_141_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18bc175f6c9342eed7d35c6affdf80788491a2a6bca7095fd2dad5e13e30ed30 +size 11073 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_148_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_148_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55e9b5a13cab9b4d24bdee03322b7ddcc02e5e41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_148_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea16806231f0c9e5f43b57206590b694d8408c0a85538d4664c340256e0314d5 +size 11144 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_155_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_155_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90dba8fc75f1ce5c9cd0105a9e4578199676e771 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_155_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6516d56cf542b23859f50536fd0d72335c8cb9461bb624a4a6ff35c836fcf565 +size 18314 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_15_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_15_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d79c351f5f8d8dbb171c5aa33d4763cabfc72d22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_15_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b0e91f06f99e0388a2b0f623eb753db80520c0ae75cd62e195bd48d7ab4b2b +size 18920 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_162_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_162_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a8fd4bbf0ea751c68a0ea363cc81341592130d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_162_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf6063252ac26f1e875611aa7c023dbdaa6a3f7d82a566ccdaf7ae9a2376062 +size 9934 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_169_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_169_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4ee3cb6780675f2fa4a945d357e7a9fe16e69e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_169_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a83e914ca0dba3959e6101ee951f94af1f207c3a5d4221d1aa891a02deb0ccb +size 12280 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_176_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_176_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7234c83bbfe0c0897d19adef6b0f970c95a7c7f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_176_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614a2325035b39833e93e6f8b893683d9b63d2ef29bc217fe487932e1e600e70 +size 15825 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_183_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_183_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8ab03cefb1d77c8528006c3f45700a5fced450a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_183_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616ba8bcb8938cfaf224c3448c62cca68172500b029ee01310f1bc43c709fa83 +size 15645 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_190_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_190_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c71e682cb4aad9f7397f97974b3f7ea02d392495 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_190_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb30fb4984d80f79f1977a1f75ae2f70d6913ffcf58b24159f63708310fbb155 +size 11203 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_197_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_197_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6d353b94a23962cb2d358c0ff471fedca7892c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_197_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddefa9e11d8a79d9272266fdfa9e56c5700f768a1f8ca42e9fcfabb4576c0e0c +size 14579 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_1_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_1_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc82c0b15cda6dcb06a86d774fdb751b7ddc9738 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_1_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d1fb97d0aa421c1fbfb8ab58331c8cab80967baaa4eab67e3d970ecdeb3d1c +size 12138 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_204_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_204_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8602a607670dad69649e3d87c3c933f091361f76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_204_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca3068181897e340d4fa4f6b27ad21ac6caa70558d00c469e5cfd2f4619899e +size 17711 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_211_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_211_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e6c0a8407b3bd2a65836dc20818a72c437e5d0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_211_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b02570af7f8e804db21ae830a9b0a82eabee826de493d5c959fd0782134f71 +size 927766 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_218_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_218_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e30aa32133e6bdd533f31404e77d708729f89d8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_218_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a86d9bc67cd7ea5918d0cb9688a5587d15a204706307112db4033857d417fbe +size 15558 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_225_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_225_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94f64c771e1f619174215df8c22ae62334aad5a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_225_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704e869bb6407373d6ba57ad3f8838e5a893130ad6acb810c011fe7bcd644bed +size 21438 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_22_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_22_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28d6cf5f4d1143ee395c28fd30ac2920c95fe88b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_22_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac44444c110a7e14c3e6b1220fdc00d36b34e038c2fc0dd53593951b272fc21f +size 8231 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_232_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_232_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..295affc51d096f4fc18ddc83b56ed46d23348bbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_232_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b7b1301af7611979c948eede52c5459bbdb92befc0c446dfff21705e739fe0 +size 21500 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_239_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_239_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9e52210455774eef5a7a6ebccdfa414baf45976 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_239_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03060c780f79c5d03308c3e3c8c9fbcbe3c93361bc09f2650f4717b772df86a +size 14016 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_246_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_246_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..003bcc4d0f770261bb24073a35e3c51a96c73ab0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_246_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e3370c0b6ec94552d9150255aaaabf45445dffb875a8e8266e7e9362b264b4 +size 13067 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_253_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_253_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7673a3607762cd6f261f96044764eb812a15102d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_253_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9fd2f73a6e7503bc040e950f9ee79edbeadabb5ce6fba355f38580ef94b7d8 +size 17034 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_260_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_260_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8928f0b8fe7afaa1d9b12e7ad9ea736863b509c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_260_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5957d82cad2996b90fba3fba6bd19954c1b7750f2f96503e36f5990d2f12d58 +size 7310 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_267_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_267_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7933db028fd218b4a9c7be09ce2a9f3b7a79e78c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_267_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72cd8df9b214f9fd1834126c78fb0ea3c15f333afccca5a78df273d174f5b3d +size 15740 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_274_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_274_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efed31c49927b4971cd5747c96448342c565e2aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_274_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38d4edd834414acbdc40fb48cecdcdff33fad47fc8ee98b3a24d58b0ef4832a +size 6677 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_281_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_281_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd76d7f3e5a6814b77189057835a53362169556e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_281_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9629e69636d52a5da0a34317d166868196801a44c9e5a734f21ad844f5cb9f19 +size 9863 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_288_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_288_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..169272f038c9ce25cc3ec9f3e3dcfbc48383732d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_288_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e8f4c949dbc15f9350987f88eea17399e89234ac0d168b49d3d2501c2d3553 +size 8176 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_295_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_295_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ae5bb266c2439131aaf500fc5672144aebc617e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_295_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69a70b01acb32ec33feca2b8c793fdff174fec610d47e5d0d63570c2f33cad4 +size 8293 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_29_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_29_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b12f1452f2b676ee00d0e6b5d31510fe1908f155 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_29_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378069d6544aa2064bb3d17116c3005e67dceca79fabebf622f0057972a40ae4 +size 10396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_302_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_302_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f7168573ba4085bcaf282b44abfc2a142f84787 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_302_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb834aa4b1c93a28b6aeab4d6f41b07342292cf9099956d6ccb2e1748aa9c24f +size 8819 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_309_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_309_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b1ed640a0a1a20ccf826aa1c33a08d05c19056a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_309_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3204f3259af4948f183e99c4477fac193c3dcff362cd929b4f2e0c4b5e48b2 +size 15993 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_316_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_316_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a38cf291afe23c5427efd4c8b8a18abf1993c717 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_316_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50a2dc34b30a8e3148e6048a54c4fcf0e0e911adc8c0499bbdae123271417bc +size 11536 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_323_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_323_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28a37cbda9459d158fbf9530b1fbea33b513afc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_323_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81b878e5deff3f5d4b98efdf59ceef1ca7bc7620499dbeed81600031d21cd98 +size 16543 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_330_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_330_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffe3e9e3d5455d587fa09d457372b470e5ffd53c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_330_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8aaa6328038fb44214498bed92d302f30549209060f47e4a81d29dbe81e3566 +size 18133 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_337_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_337_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04b22bc80abe90e7c7827fa5ec004f08a7e22208 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_337_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd8fce37e0d491c83d09b5f72f866f73dbba01918b67bcdd856a893fb28be71 +size 7264 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_344_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_344_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae067ff46ea6062c00766519d6c91f46b79080ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_344_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d52c8a015bd188f337281f8fda22469555086bdf6f8898e9cabdc9d88e1e6d1 +size 17028 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_351_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_351_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8928f0b8fe7afaa1d9b12e7ad9ea736863b509c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_351_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5957d82cad2996b90fba3fba6bd19954c1b7750f2f96503e36f5990d2f12d58 +size 7310 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_358_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_358_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df4421086d15dad20df2a48d98bf609fc53b9c58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_358_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1a8afb16d41f7c59111e8bc231f978e3ee83651678d2cc2742da67aae77f5b +size 10395 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_365_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_365_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92a91b79fb7a17f7c68d9427d0fd744de51254d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_365_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09097408ef2ad28ba846e79ea141aeaa96981be05b840d6fc7e766260cedcf0 +size 7877 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_36_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_36_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf66fd756f544db4d291179d9d3ff7d3fb5b0cfe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_36_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bb316b7875866758c1374c0fcdf3791ab146f14d28459083168d369bbcb73e +size 8075 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_372_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_372_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2c90d0af1e3ac5e1eeba5b8fae6ad0803652d69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_372_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb857b4cbaac07e2cf5cef09b84a034bfdd21e7cbeff9b20102b563372751c6 +size 9196 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_379_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_379_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06b33034d7a6584e94d050ca4d2fd063f6c5891d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_379_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d07e1d3b5bfc977e68c0580b9e7e6cc6bb3725d0fc473caf6d24bcfb8b1cb74 +size 11006 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_386_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_386_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0565cad07fbc625aee70838e19a61c990977c06 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_386_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293025b175eca03db5040e4d8167fe02784aea7845ad579cdef93676d8d9a7b2 +size 8644 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_393_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_393_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bb349c62304461f7c2b045c060747e3bc6fd29d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_393_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8a702aba042b0af52e9c743b958457eb41e5b5d2afeeb7147a1c8746f63680 +size 15567 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_400_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_400_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60d2d1a811616d9069f1e58cf40206a6cca6e7ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_400_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac09c37397157b16ca893d58311425bcf0e747ee249a667129dd92217d2f436d +size 18216 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_407_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_407_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d029ad10f5197840b46babed066cb4bcb922581c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_407_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6171d7179edde9939ed13bcd3a246ce22702b7521d0e19d042c4bf1a6587d0b1 +size 16359 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_414_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_414_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78cba8e1c0dd323a099bc56c6cd9cc3e65adca2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_414_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32dd548059c48cd94392dc11695078a09d8b5a44f163b805666657a2c3b5df07 +size 9602 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_421_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_421_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66c7ab09a4520e1c52e9c3e628271c7724954643 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_421_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fcb15a89c2d604077c496384c53aa6335e26ecfc362ba9bea4d3cac3c0a2ea8 +size 7784 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_428_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_428_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2faa8b970a2a4eb4cfafefa6e991fb796e9381d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_428_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d8b39475cea76a2bc998debdb7d4ea7d6d1d3bdd0b4793cf4205fb2b3f1057 +size 8775 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_435_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_435_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3165526b9ae39944245204d16edd93263918c2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_435_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61444f5ca07d15bd5b94a18f744dd08d6953fd5431d13c5eaf5523989050ca7 +size 17210 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_43_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_43_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ebd3e340e4aa2eae0504b58dd6f701cff1f1761 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_43_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22ab78c65dc11f455686bf7936ccc020a0da359e417938772013238b7759178 +size 8880 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_442_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_442_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65dc2430f6570664b329b7d24ac5d06653d0bff2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_442_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5332cf5fef82fb4743cecc09b6eddd3b9c0d7494dbfc12eaee6d45276959d19 +size 11779 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_449_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_449_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fba44ad9a8f65eb01eb3f574cac902c0a4697307 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_449_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e61489de83050d9bfcbdf52dfad03d5ce521d230ab3dd5de99bb2ad3933319 +size 7859 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_456_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_456_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e673beca160d04718ab7ace5b5f8051cd311cdc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_456_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6664f5d77b33cba480dedfd7329263fd469cf8c0fa35cf18480eaea4b564e1 +size 10033 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_463_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_463_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d3d904901c1581d6a33622e306c9fcafb0c1d50 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_463_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c32dc3dbfb6e87c59a962ba0b1327125188dd18205e2e0a36bce5442abc559b +size 15103 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_470_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_470_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbb67bcf8d84d86b37ee596704b245f98448670b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_470_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee01eafc895ea64d935fa75411e9e65e254db4f9641cce2654a72854d872ab8 +size 9747 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_477_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_477_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..904d96569051b6e9c2110c3b6b9bc9656adf2ff9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_477_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758d07e330aa907d55f17c57188f011661c62f0dbc2dee89f03abad87617a0fc +size 19099 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_484_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_484_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bbb7bf034ecfcdd82461d76cff8839ec7ec9c6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_484_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bd6d534724244a659183a93ece4e62099c86241bd9930e33852dcd89b40814 +size 18505 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_491_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_491_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ceedb701ea4b5b5d8f336427f763316c3b68e26e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_491_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f90b2cb83351d84e536ff9aba32eb9f4ff164b36e9b91f9232eaae2f4372ba +size 9803 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_498_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_498_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d6e9aaab7c0a740b43d2868549445565f3447f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_498_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed87a47c14d0a893e9c0f554201134cc48597e3751a7ec07269b20bac16bb5e +size 21528 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_505_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_505_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..442deea124e84d11eeb3e6d74e0d11a78a531e23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_505_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c7549c7169ea369c133e1e3eb376e0160aaa985b9fdd4fec7fc527e9c44c1f +size 15056 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_50_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_50_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8858d784f790caa853f1f71988b2c1704151fb81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_50_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b52c532c8a2bc2fae88163f8a5830203973b29fd1546c6017a6da9577dd3758 +size 8269 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_512_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_512_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d100409c6e91713e76151609804a6f909e78908e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_512_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4763a82d05a75d7db8c163d1c09ebba811c1a120bef2c49b424bb2786d6536 +size 9186 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_519_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_519_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1262b475347267245e006f38b38f72946773862 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_519_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6861d645a77e9a1b8bfa5886c7ce3f2d368409dfb989596db09d6aaf1e4f3432 +size 10485 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_526_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_526_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fb92b7a65601ef53d45ac1131634b551a74e6b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_526_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bda36f67cc2151717acb1a8f16486e135122b3047324ad8b8cc9e6eb1478044 +size 8630 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_533_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_533_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f71ffcf1e3e2bc252f94ff284bee56d8ec640bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_533_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d60754eb588593bb474eed5ace976b110c4f14a0bab28852ca56d32eb999bb0 +size 10382 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_540_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_540_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3536b31f838f56b95ade503a15faedf06e22303 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_540_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b806c7a848c6037bc2110cf0f71a3788efdbea0457c806c6528d2b1ca30df9f4 +size 18646 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_547_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_547_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdbc47d55b576080e9dccadee7ba63b4c51ed436 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_547_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a03e1378f0ca486438897205851ce35cb3d8e19af10a79fc830f613f795f025 +size 12775 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_554_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_554_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85334873dd3f6aec8d8d5d06a911972be88a596a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_554_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fb4f15b9cdc02f5b1b955bfd62687db022b9a3bd270ca520e6ebf3339599d7 +size 16956 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_561_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_561_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0eb60c81c30c834138437969b95545c78dadccd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_561_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0f6dedf26728d402db816761d0c1f04a74f063e64d1b557e42b469d9cfeabe +size 9604 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_568_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_568_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8525031c4ec93bcf4f1da8eb742fc5b663d4b622 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_568_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0d83323b95adedbdf068969033810b515f34931104adf3861fdcf048cd4a9f +size 13172 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_575_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_575_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f23be75baa191cdeb00aa3f7c3155c8497b5df5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_575_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5ffa43f4dc8ea84e6d2f360735a88a56f4c811d24796547cb508e7fa210b3c +size 16672 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_57_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_57_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd00d3596cc1ba6fb039a44e0488efa22bfb6815 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_57_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7c3c034218ac35cf4888ddc2579a5106c6e8578ab2331681107b14dae355a1 +size 12410 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_582_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_582_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7a1bf08c6ec4b2575ff9f884d8e5354016deb1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_582_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592b2e53a223a847312be2bd7a939909fdfa51d1758fa8dd73b94c1eb9133a0a +size 9132 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_589_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_589_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b3f7f05298f96a905e7a6fb0fdbe1f6bd2f5f5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_589_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5ac4f2d8837b6f2ad130d04cd0432144daafe7d18d953b570682fb60b0b73e +size 10163 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_596_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_596_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26f87466ccc33cc5a5b3fa80881e84a48ce18946 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_596_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba25d065768c84725e4c661e696f86f9a35ac49f76dbb0c966ff42bf6af3da2 +size 14785 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_603_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_603_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc30f57351ad41147ecc3851b2e29be806ae164b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_603_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68ca2f4e76017b97578646728023ad1ba69cc5bcf009f185d9e3c3bc7eb8c72 +size 11973 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_610_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_610_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1febed7d50cc2a9f6f72ffedb769cd098519781 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_610_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40aafd82541a912e28724868c98f9e6d8151662bec55f23014e4979e4700c5d +size 12079 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_617_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_617_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fce7438cf08df47b123d8933b7c5533e3493efbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_617_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49fcfd5d3cdf0f55d3f729217b820ae51307d2728495342dbb50f9e9b6af236 +size 10978 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_624_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_624_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cd8dcb4dcfe250ed2f1ad0f8a8ec9244f12ee4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_624_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a7d71abbe621b19ab176b4bfc752cf216b11373b7d93cc2ee842c67f246092 +size 10734 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_631_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_631_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8909897464588e0b909351be44f96fed60946aa9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_631_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42abdc3b6801ccf608b161ea03f25fd4dab56999e38e246a1031a09f9c89bae0 +size 9218 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_638_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_638_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..defdbbb24ecdfc5dc0db126cce3601fd3d347bc9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_638_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9763df6ac4518d3ca9386d963adf64241d62a86b2f8a08030cf92936936cea46 +size 18946 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_645_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_645_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aef8eca7c849906ff9425867d5c934185da86109 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_645_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0931b97e74e5a9b4f3f30546ebbef817d9dcf5fed166bcc0b18aaba76c6792 +size 10046 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_64_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_64_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1900ebd85edb3fb0da83f656a7d16c588a30c70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_64_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb2b5a27f56de06c81163624c7f9d164c0ef4da2b946d53cd11eb724587dfec +size 10059 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_652_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_652_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e7affb735e9db8fc6e965db3989a6ac37adf2ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_652_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6429246e7129e763acf9ba457816ff6c56e19da45c13075f7c965e9cba0ce3af +size 17631 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_659_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_659_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fedfec93916c490dc51c9de597007647057a867 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_659_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a395db783d2e92010c383a5ece2f1df9b5ecb94f318b209d7e6fc0e5d8bc66 +size 9874 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_666_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_666_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4c42cae9f1dd420217d84603a05afc5c85b7c9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_666_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2726bfa2c30f501b5bcefc8dc6b1445fff753c0bb57f98650ab2e06790a7b2f9 +size 16724 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_673_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_673_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14d8ce042a829bcb0ac4e3615d261da61bfe8b24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_673_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed717d16702158daf125644499fb46199d2f745dd8654b6e59a2d0acbc02eaa +size 14991 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_680_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_680_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e482a6b971ba01ffdc116ba7a4e5f877418b86f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_680_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6b995de5616d5b28bda233ff06909b63c81a3da784fba7e83cd747e54c41a4 +size 12155 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_687_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_687_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1fd899dc2e20bdb308b335505570a5093ce0c2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_687_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cfc032d0fac196b9b3144acd5b79146bb73deab31ed2ab202f8047a7eac8ff +size 10347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_694_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_694_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88f12b92dd5d4f772ace3e9ed7e972383b40af4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_694_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85083cad3d614646cd04dd2ede2495576755106701a8ee3148c8c75d4c6e83d +size 11535 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_701_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_701_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2012146ebf3e6ed7c02526fffe0d11f20a0f85e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_701_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07a3be1985ab0edfd188c453bcaee588cdaa7a1b76f9ad99f3851f60f824f67 +size 17650 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_708_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_708_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..244d1bb2fd7e90df373dfe2fddc845cbbc391c32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_708_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f271ca4e004f40bd3f97564cc5745a64702d45355dbb6edfb1884421f7847f +size 222975 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_715_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_715_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..842ed00bf85db7490e87b966776eaf16d9992149 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_715_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73580b56de549cba939f5ca0f23a686796bfdc7820f2f65e876c5584ba1259c0 +size 8804 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_71_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_71_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be00b67596199ecb90b4ceedab55d96ff525b7e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_71_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0d6e9a249c06b3ca97069a2374c40a0866f6d6a7d5fe4ceb4bbbc9ec1ab012 +size 14132 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_722_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_722_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c7bd7d94187998da5fcc19553c55cb9c8bbe9ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_722_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202ec72ed97356ab220e807fd984bbf29f2a6d0d119e75a75860e0dea73a082c +size 10374 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_729_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_729_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cc5162d9ef929dbc4ff8ed5ac083ba3ca854ff6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_729_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010a662aeba237463152fab2fd9d678933b9ca1265113a5963abe527f6fc8fe2 +size 10807 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_736_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_736_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd3513657047237b0ea5eca15dacf2e20dec7837 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_736_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7879076d2e00d8d40562f3b9083ac598cfa4423ff6becf3e1a5a44ea6c9846 +size 12815 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_743_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_743_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60da641073a8a70335148c2ce2b0ad7d86542623 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_743_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de61774b8e43c8f9e29b507b547e466ed044b298b92685fc3c3ce2f3128ba5d6 +size 19875 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_750_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_750_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad39f7546d7e0c6f74e35d0bd7898defc29e4578 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_750_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cf6bda2dd24bd50243a4565028fcdb8217837928fec0cf556bc69be980cf9a +size 7896 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_78_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_78_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a64f94cc50264e0af8dea253d22d6e2fedcadef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_78_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbd38426add7906abbfe5c1e10062a6c393866b62545522f61a41fa3b76bda5 +size 17286 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_85_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_85_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b7304e9360e80794ab706891e2071bc96eba296 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_85_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e918e966c831492dd8d5111c9272de399defff4e8dd54be387266501da438b4c +size 9022 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_8_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_8_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9048a096fe6e6b165d2e984dec0198da4917a802 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_8_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec046eed8b18958d7892c555e808f8bdaa77bc59e037e40f3ac6f16ef18403c +size 190326 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_92_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_92_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aef4d371c7f7cbdc123e03dd811a70dd6565067 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_92_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99f80e3aa3f3522fd062e33c6d58c33d049b46f4ca72da648ce49eef349115c +size 8802 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_99_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_99_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64fd7dec51e917e3aa9fd05c57bb77abc85e32aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomhorizontalflip_99_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee34f6d14c5c4d6beef38e13133a5ce8f85ff76aac1b5cb12487c388dced002 +size 15384 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_105_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_105_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8fb61bdb9a887488449349c9a2514091f398ff5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_105_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2617f2695e89f4de2ee324c3863aa01bfd28104f9ed4e9c1efe053e1f7504a4 +size 6084 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_112_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_112_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cde7ca38170e414d3cb775252a52f8847fa2ebd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_112_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29df5036287945bb405d126bb28ecf956c22476a9fa4c8ece3f0e870f861b07 +size 8312 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_119_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_119_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04fef649450c3dd1a63663dfb470ab4287a9dcf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_119_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b29973a3a4db9bb07cb081e9fd09af77f5321ac3f10c2da2b37355fd62ff1e +size 11714 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_126_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_126_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b3e6776ac30f2e1645604b6567481fd58682360 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_126_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd15325ffa6a3c4ab7a4e846c6f72819647fb0318707236c13f94f8bbecead03 +size 7928 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_133_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_133_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f33f3cd908a416e3b8e8442de8655a55cc5e606c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_133_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a84f45c679c24bd8bc7e114527cc1a5b678947afc4858b6b12b16480903bda +size 12355 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_140_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_140_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec2c6008d68726bef18516151059e6cf2e248ce9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_140_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10900ac555dcc809a26d3b9c754fe8244de0bab8e295fd4c5008fb4f1cc14608 +size 7130 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_147_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_147_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aca2172633c9e4ddf52c5661db9aa829676a9bb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_147_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f219c075b234e0e1a0857600a84145d394cdb59c0f5d06f7ac1dba8edaf9bfaa +size 8128 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_14_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_14_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78ac7615f785045cdb115442ed8e78e501a1b949 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_14_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846bd51a5485c2fc88014de8e1442e3ac8139a7718e3b62fc498dfcdf83c480d +size 11569 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_154_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_154_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ff6f624ef8e7628a38884f75eda62cef9b2b262 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_154_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301eda263d4d2ca98ab481b581ee77a614811b305afd9269db18b5ae0472b971 +size 6014 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_161_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_161_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f5cb8556b4867b81bab6857c588060a28af5678 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_161_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d973682a3743ef6c20a39f3fb0e6505fb3d1cb2dd75708a35aab9a6fe875e29 +size 7324 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_168_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_168_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24e439533af71cdd188761bd687a3c72495888f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_168_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155b86d8b2ff339de2f3235b128eaee0d2bb38bc8bebe487943bdf1fda3558e0 +size 10188 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_175_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_175_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1a3d85a7df66d1ea20fd2c46beefe84c0f702d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_175_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84c17d4721eae9ebc776d47b88617c5752b9cbf4a589aea49250aa0c1143ad9 +size 7569 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_182_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_182_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee09d0331eb570a60bbd7aeb5ddb8dd26f371e2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_182_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48df8d8aeab618243ccf4249a5cdb804027454cc253fb1c01a21d162078271ef +size 6943 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_189_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_189_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..682c69d74ee2be7cc0c7bbc222b84e34a32d5992 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_189_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a2f37f2f437f26bc9bac2ed3da7563c5f85bf2385c4e8a48d6f1f83e04c34d +size 6335 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_196_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_196_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a15f90f5e50df7319f135a64b38eb57809493c35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_196_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ef587d7b959bbe471248ccbb6e3ed3d844c1a4e480849ac9bfdb50962e2036 +size 5851 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_203_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_203_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52033a46b5363bed116ac1dfef3168ad53300cbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_203_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4320e01b0295afc4de0a6b64589c4463fb0feedfb08837fffde7f2eb66251d3f +size 5723 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_210_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_210_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05a5f80610bb1e1a866615055df55f991f18cc94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_210_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1a45c55566707fc2a641b34ebe3ccac6187042648e4c32cecbfeb31bb6b758 +size 10121 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_217_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_217_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e9673998398a2cdd8f1626eb902cb94dc22ad82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_217_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91085dfd35e83a2a51f4e01cf515957cfe7343533ce7f5d55d77026cc1f4c877 +size 9070 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_21_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_21_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc457b767bf14fe0fd123d5035765f489cb19864 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_21_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172d8759be7c10a4477f8b93c23b1d545bc7214c0f0ce1a5daf68d6c4207e130 +size 9907 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_224_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_224_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..607c1d37f4c001da5affd5b6682d86b35089f1ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_224_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2832b7c09c2f826e57a8ab45f7874669f73c7856b0a9005e0ca748a047b04a +size 11889 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_231_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_231_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8f029565d704b6b4032bfe276f71c345e9892d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_231_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9357a45cda4a65b5a1bef6643a487fdd671b7bc756a08017e68efec167e938 +size 7067 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_238_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_238_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5dbaed211204036622226bbd6052a1ce909eb61a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_238_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be385ee543f55070a592983ad8254ce03934069ed0d1dfbe519b850a6aac5ab7 +size 7841 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_245_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_245_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9576641e008f1f83746f9d331d45bf867513c570 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_245_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74aa86955f0872e0d44e8eb48304b8e79f111971b0f7d54cfe73ae49234005be +size 10187 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_252_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_252_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1b30c3c6cd62a89953761e49262519cfed093fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_252_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8656d59ce80ee0a26b1fe0553d251cae5f8aa2720b3ecaa23e77ec0a15e00c2e +size 10097 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_259_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_259_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bb38cd87e57d915a0d2c7637cbdd424fcea4fbc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_259_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5db8547f03ed5508f759a80a8176e576c0cc7cdc40fdd58c095368191bf4e7 +size 5719 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_266_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_266_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36b4de87ce33571197371b3a0c2272d72a63809c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_266_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc014bebc205814b83754ccaae294acac7cdd42e4909fc7409dc571d3b6f55e +size 12757 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_273_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_273_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8508499c766157e0c004fb54872ad7755970b3f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_273_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9dc26f43127b6ea0432b04d738f232354824595d238ab9a16f66407ed0828bd +size 7215 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_280_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_280_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cc1fb414c9fa6c69458bc4651cf4f8ec5f2de30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_280_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f028133e2ad714fa56a00420df572085a9bf102eba2ad1404e0afdfebbe4e83a +size 8525 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_287_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_287_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..175a0301f1d30eab752a6a5ce0adb3187e58f634 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_287_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb2e4b1ab846b9dbb7a12763c371144b789f6e78615e17fd384d45eac13a4b9 +size 5943 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_28_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_28_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f26fb451a6c1aca5038fc21fb28e0f651975ee17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_28_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5144eb43f4341fd6bcffd8abef92013e20bf2103ca4223bcdfb7650a54a0c4 +size 7472 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_294_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_294_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89d08ed203f2cbf7f703d7a110d940393ad7f472 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_294_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dccb8e286cfae07bd5715db311114111f2c5aa98dc329567b67417dcb73dc6 +size 10426 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_301_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_301_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a427d94dba86599afa6ddb5f7be1c4739f51ae5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_301_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb29b2b47a16b7b398eb6a3564c5a21a07ad4ec2980f4cd85022bd8705df240a +size 5714 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_308_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_308_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1a3b58c5a6cda0ae058f84bc166e3a051d39572 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_308_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89444ae660bec33c5a6c0a5bcfdc147dd72290adb139db947d9e642fbd15db1 +size 13129 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_315_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_315_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96d2aad299415001f27343e9aecc3a826c9c5c41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_315_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d0991d953d38e01545f880ffc47d5bdc738ee2251ff7f8b8071d4b655a60b2 +size 11728 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_322_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_322_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3d07b1815d3b19151a94cee93c4ee2b2862746e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_322_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9031dffa3cddbbcd4f62997b0148b1a73b31f638785d57dbd44d33ab874642 +size 7276 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_329_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_329_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf0f12b01d1385e4f184b16cbe07be7001e403a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_329_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8eae84b8538cd61421c1e808417661538bdf6d50d6219b8b9e68a8d2e60783f +size 7961 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_336_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_336_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f67cf0d8ac151670b7ec73126ddc248e92237435 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_336_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2c88473b06d48912b9f574fd84172637870c63b14694ae1a0d620e6103a358 +size 11506 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_343_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_343_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e62f9804c65256376ee2eeb8ecd586aa87e45e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_343_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a3eb45536e814caf084aacdab1b97d1e44724bcd898ce9613a19322a7a1eb2 +size 12796 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_350_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_350_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fa66f270be3423b158bac7d7d3c09d57538562f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_350_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ffbb95de2af3f438f97cc8411044c83dcde1928b151f0a0437d7b80d0f7ece +size 8163 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_357_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_357_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f536b260085ab54abe32deda93f576ff0efdcb33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_357_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd758bd280adcbbb8013b49b1cc774886ec1716aa507558220878e79f11f9a9 +size 11544 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_35_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_35_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6546f8373f59cc015f069c6b6f5c074cf99648e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_35_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ceac4100f554ac3ba4b0748f6165bc23cc994454edf09da8195028b6845a95 +size 8058 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_364_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_364_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..190736d7b102e3205e3949a5e51e6c3cfaeb89b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_364_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdc9687f7dd6a1c9595df7128a5e9bf3310b00188dc96a5d0f47c0105c3fec4 +size 10662 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_371_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_371_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c27829956c8b2bafbf215a9fb613241293984ef0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_371_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4bb48ffcc094309797168028c540e9e2f2347d68fb29e8536763650692354d +size 7386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_378_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_378_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf9530828497f8170070924c6a41d6ed83654f3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_378_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e53f24fc4e5ce55a596f29903e971c7ec6622b4ff0f82667e875029139a1b9 +size 12446 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_385_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_385_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c23deb3dc9f8065262ee750678d2407504ebf3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_385_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c410aa88fa77d1cbc89ce1fc53f2a36f57497fa10d64155277b407e288add34 +size 7152 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_392_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_392_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af4bf7057d51fcb55c249331c88b87020ec05207 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_392_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33f903b1bb3630a6e4e56a510c348e7d94dd587c25ef86ae4866ce488fc69dd +size 8755 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_399_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_399_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fecfce438ce82b379be536802f8986a242162693 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_399_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c01b256a822acb034e934624e3622df9559b09b62c9e51ecb7a44589afc3fe +size 11053 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_406_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_406_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16bda861621d0d2205175dcea47f0801d2443969 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_406_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e82a51cce4900117d377787c5d067f7afb860760c697dd1e5168a9879ac5ec +size 14568 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_413_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_413_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06de7ab82841919e3d5ccb719cb3a19a3cc0a157 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_413_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c359b1b321d2ad5acf800bbfe4e996dcc1db2c86d08b89a155d47516fe5f46eb +size 13729 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_420_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_420_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..500455ab1f0ca1c46a6e11c57cd074f53434b31c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_420_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68f2310176051e926619d91ca5036ddcbc5b47e9b24ea0662fbaa24b362d7e8 +size 12034 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_427_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_427_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..723ca1a9e0fe08f86992451c8475ecd175f2dabc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_427_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6244fc4f6067c30c3a8bb450150cbd401d6a9d065a5de289b970a3e57c3cb220 +size 7070 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_42_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_42_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..722f9e1091057107c308753726e728587cfb7034 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_42_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deabd36d9c3702499bd70233401a66d878b10a0383b3ea90535129687e050e26 +size 7300 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_434_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_434_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5774ef6aa777493e0d8fdae9fd9cc431dd8bd46e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_434_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95585e15108c41416a09c1aae7f0307c8fa5312c962831a85d27a2b4ca92107 +size 6981 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_441_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_441_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d2e71ac44aa2371cd05fcc276371374e6e5aed9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_441_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43291ab12386fea5e7a9fb8d51aa05789bcf8c270ea6be9c45aad02bb0fc9e3c +size 7515 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_448_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_448_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d23b089526ff6c0bfcca7ab0bcc01907bf57831a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_448_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff4ddf1a51e111524d20da4b706b3b97328078b159af2c02b0bdb46fd520cbb +size 8892 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_455_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_455_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bad9a53bc0d81a0c8bcef26d2d2b9e068d11e4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_455_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e618452d2bdab9ab0d58e5d2c2a98778f41e361b010c06bd52efabd1fee7d6b +size 11068 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_462_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_462_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97bf97fc55cb070c04402bf93e26db9ada661209 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_462_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a224be70d27bc622b0ae169f469127990d089fb56de206a953b4894051d35532 +size 13180 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_469_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_469_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cd54da9e08a2c69bcd5ff0a2fe1d27e712b5a07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_469_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfcdde5c67dba83241d151ad1c54691c662aac428538f8370f1206c12a6111d +size 9055 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_476_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_476_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8caaa620e47e38fb871af94df4687d15fd8fc4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_476_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19eeb304f82b1a58552c343ab7a6ec1da51cca3c89c1c5d81378f13ae5ad858 +size 7170 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_483_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_483_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..200b527977e4d8ab5dad4ec38f476a9d9e53a11c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_483_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8576f1bcbbcae5086b60c27efbec32c91531e2bbfe42fd3640727f169e890a8 +size 12500 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_490_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_490_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..908925f8a9cf0db7523f31a9bd5b438ad4e29de4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_490_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5491a0526492f3ab04b9d8328b5fc53a69ed3d002c4f132fa82a2593326f462a +size 6473 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_497_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_497_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81fee0c3756ce8fa3a3a714db8f4d468b8029561 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_497_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9023e229d9f48956bff8204e121a02f69a2991f0cdaa40d812717c37b97d8e87 +size 7347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_49_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_49_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cced93810bec8f522a3af87e509404862673c77d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_49_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c4e05bdec332b094ae01fda407673e0375c962dece58d7f67eb0a26b48c7f9 +size 6608 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_504_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_504_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..882e48624138024e877ead5d2b6ec2f224cf843a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_504_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5553739bbc6db85ffd2a3dab2aa6437ca38a9102fa1525a5d347a3730bc5d1c9 +size 7304 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_511_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_511_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7abe4bc7c19573372f05a05b95d44d001bcacc2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_511_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262630de4e007d73a31e0664749cead7eceead2cbe53fa5b0b570a66171b0873 +size 11824 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_518_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_518_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a70c04895d61df028793c05dabb9bed2b64b2e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_518_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b52a328a25ee6f2216a0e085095c1fa19cf7930f803cd80e93935392ae9722 +size 6060 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_525_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_525_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c42c0e0d6a530bfd783ea1eeeb000c135efa3b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_525_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1c31f180be260cfd76051668cce41f44a697274c797ada7c0b5f011edc2e93 +size 7040 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_532_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_532_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07981fd29b93f2fa1579ce0afd4404ac2ee86772 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_532_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1366aea0416ed5769d9fccfa2327f7a324e0e11f26822537c944b22bef2d313 +size 6345 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_539_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_539_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b09b90bc041c140bad6931d64835a631a7586f65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_539_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5dcf92c183d3feda60d7ae5006390eb95a27e0e1c43ed8d594e6a88e50c743c +size 9881 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_546_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_546_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9db800afcd89825b14d0560763e650dea899ed5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_546_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea5561b166cc1c43d8146260a3412cfa1753a238685c961bbcbf4b982777bd2 +size 6365 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_553_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_553_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16d85f1b998d4b5f62a64e22252340d1a0462a41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_553_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c987a2bc80d82b3dcae7618fc25b209c1a26d00e58ef84dd48f840cd127e49 +size 7030 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_560_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_560_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1113540b254011763f7de10d9fb6e1ade204510 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_560_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735f759ccda5d17954b60bb841c996a74baae34e6b4bb14faaab8cc65c7b885e +size 11005 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_567_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_567_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c776195bce44e1664217817fd7e7c5608df3a1ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_567_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034fa3d4aa3be4e5b70a0c9582974c27df2eb6aa023254dc0be1a76209b2d225 +size 8885 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_56_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_56_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9008840516ef53ef27918e793b79ae473ff4265b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_56_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a8469b7945def5465a93e6f9fb574ee26517766d7cea1886d807d01475b48e +size 7142 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_574_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_574_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7198a0a7d2f84e1ac684195f57e152c32c555799 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_574_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f5419603c378e8148280b90728fb718498cd291290e7ffa1c95c1e5f98c99b +size 9165 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_581_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_581_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..715796845207c558105c54efd3edba451c4167ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_581_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32cdcd2fbfdfc47b5781a8dbe7d30de3ed0238797d08af10d72a9d7cbe5a725 +size 8188 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_588_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_588_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..183ef85b468ae2ae5002372b6e85913430c8ade9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_588_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d390c3cbe7882b5a11bd58fd5519727e3acedce9e92f043988445ac89cc541c9 +size 12266 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_595_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_595_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8f68ecca77ddb372e6eaec0700c52bd51cbab2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_595_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1acbd92be30f82eb04c81cf54e906e2847047b1f673c6a00d84065ac851a707 +size 6840 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_602_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_602_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34c4a89fa1d3149b68098bd0e7a947dd17d3076e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_602_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2db8922c6d31269db2732d6a099b34e211f93e84853277c830324a77bec5526 +size 8357 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_609_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_609_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c34234f4e5e3413df5b276833ed73ca4b0e98ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_609_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377b602de9411162514f4b608e319ac3def30e25dfb25b787b0b21e418f2da66 +size 9737 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_616_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_616_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0fe87d4c5d887df6109e6fa2b6d83c4ae597eaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_616_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8813079099df424a6a442acb9ecef08c6cda85e8c4dbe8f9dc5f8db4e1f71624 +size 9218 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_623_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_623_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f05e8c23f5f3f600bf4044443bee6cf4284c4c0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_623_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124912ae7c9b40b953fb3c09c766c06aceab3f6542f06169f60f31a81d77b977 +size 10564 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_630_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_630_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79565d0e68ae66438268f1c790b1d5f43b832aab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_630_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8900acd23079d572edb4eb26db45c7601a41cf577ccc38a0744c4aa54daffbe +size 9341 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_637_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_637_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53b8f5358bb7969da96252a3dfab009031002853 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_637_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd51d5b156761a6347c12867f1b851529e8b90f8efcbc033b4587723653afdda +size 6828 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_63_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_63_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b687149326cb82c369b692098cd9c4e76a8301a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_63_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76aa0eed34a1a8de79d46f374eb49a1feef608c53143c4e64c59e1c1861de9e +size 9297 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_644_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_644_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed0685feb65d031aca73fb4bfb1850f6dc287a39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_644_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f592ebdd298f6a35a2da6affa3fb49e4414a4a2a19da803785e1201837b7e6 +size 10720 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_651_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_651_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cab473d612d4d5e3812a16cedbc40adc49e91d98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_651_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3131e51e49c9b8afbd59146ba3ac8b99ad51fa8a9b40fed489f3821c75faba +size 7836 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_658_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_658_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7244d95a0683a4b9c3000524d358e387f53b817 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_658_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c61d5865d819bea6ee424fdbbf4c3fd653509e9d7b1b0844a8087009f6c84b8 +size 7797 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_665_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_665_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c62ddcd5482565c3ea73f192fc6e3b97736a049e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_665_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d418b6c3393f1f720f9437df54f273906d28b5f3232b6f47cd98d88dd7ccba +size 9582 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_672_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_672_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ddb8f938b0fbe0da0ef47010921da90f975863b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_672_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff2a62f9fc569b000ad87fd0f7026956895a951d04f0f65f0bd1903da4250e6 +size 10835 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_679_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_679_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88a20c13fc4fba16678de415b588292c7136e12d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_679_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6baf95dc7ff644ac4f41a9cd3cbbf8d3c5b7baac12d79e711d3082371b92ea6 +size 7738 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_686_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_686_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5996282669123aca1946a2efa30ee7ee719efc6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_686_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7edc8d062ed67557325c9c4598179dcec4f257cdc0ceeb30574f4f8c97329e2 +size 6974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_693_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_693_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03142458dd3cfa8a9f3659a4d5a27dbad1da1c7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_693_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4346b2befe25d5b6f9e7d84647893a08069f13a448751a6d8c339000635af3 +size 6346 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_700_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_700_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9fdca0427969ec2e801651edfe0546b7d7256e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_700_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5760d8ec2b1a3ee221d12358e46280474aee5b3408ebd9516eabd4f1a7c586d +size 9012 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_707_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_707_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..960abe5829568bd7ac6bd5d03b99411ea54e9c85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_707_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c746e18e3aaa19214548f9127a70f1b41dff6457d2a08a5519ef1fb1aadfcba +size 6697 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_70_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_70_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..455a1df730bbcad88b22479d85f561650f4dd53d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_70_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88629d23fca29d67b6d0cce4276f805c4cc036acb7d8eba476bcae10272254e0 +size 8918 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_714_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_714_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46c1b787c78bb66268c8c4d6ccbe34fd8f05e2a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_714_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542669da3a9246b97e58717f23eaf3515c584fe9f405c2af80a44cb7d421be95 +size 8449 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_721_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_721_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47e91ba865585323f2989ea63c3b60b0971b3fc0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_721_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f65c5527d336ca590c6f13dc01fc21e128a6e004d01201994816b9f8f74ab6 +size 6317 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_728_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_728_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a15f5b48cd4706bfcdd618991f95f9f3aeb696a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_728_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b5bb476dce2528c64886a02e091d70ed1084441ee308ef9b15521a9a637280 +size 9875 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_735_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_735_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60bcbd573c938d698f25a0f46163d9523221585d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_735_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c68159e1f398b54dbcdfbfa93f5a5f980aff87cb486302f3eafe7b90328371 +size 11758 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_742_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_742_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9371998483c64df704515aa6e0ecadeca619f26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_742_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045c84647c57780246ed4e6eb06dbdc331f6a296090d7445221766b91b5aef3a +size 11625 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_749_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_749_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2288784dd08090f1cab12951021f45408693fc61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_749_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847065c1b46c06352de7a5090cc1119d7a5596b4fc0d45af7b755e78f2a601ad +size 5471 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_77_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_77_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56804d69ba60781ceefe18cb2851d361f6ac64a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_77_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c2e2f122e9a0bbd8bba62b07049400303e7d642caf3fd0f91cbb8cfad7f050 +size 8140 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_7_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_7_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1752a520e05bde3ed5f696b828fb11a4dc56269 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_7_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc642ed5ec2f0fcf499812e885aa69dbf16486c11c06f3c125d3caad77085229 +size 10455 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_84_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_84_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca852603095a10ca0d4907c43aba950a0a175672 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_84_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcd3b65a554d2a5baaeb90e79ee010537904577070f9a6c36beec5679f6f00f +size 6475 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_91_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_91_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a18ce5581bff34d62a2002dd5fba9b6dfeacab31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_91_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b051d7e8b0b7de2752ba966645520dcd56f24a85fadb0905aedde6fb696c7d +size 8171 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_98_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_98_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..920b8326512a175e5095454bae0b01f8af2b2d64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomresizedcrop_98_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce018be7c0e9fedea0f71d903b741602420a545aec6e78c21addb8bffe2aa98 +size 7797 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_104_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_104_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8079c72fe47911a72e19554037f90db7b147a604 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_104_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a61752d67644c9b6d26d58573f6c96eac9cd95cad6a83b5f10f95d8f5bd5512 +size 10776 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_111_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_111_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25b4829f9ead63309820dcbcdf9882b8b917c893 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_111_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f8f5674b2082fcc6adc23498500720a3fde8a0dd401c121407e233b3d1dd85 +size 12836 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_118_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_118_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..254b9ed8ee06b36d134151697458d1a46a0d04fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_118_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d70b347829d4e83056127505d9daca06530ba246c8fc3d144a8aacc02d6160 +size 14197 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_125_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_125_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b751a0cf8921ecc5eacad274d9c5252fc90176f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_125_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd20fe38472e3510ec5534153beca027684bf19f5502d59ec70a30a6aacd5881 +size 15337 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_132_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_132_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59b10e3189d03ef3dbc5e5f0a6bfc79f88fdd9b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_132_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1914e489bd43dbb89d4d8484890e91305893c852650dc1b9c779b69b1c36a0c4 +size 9962 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_139_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_139_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf131da0fb7f4e8d3770990e790b00c44ef38b5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_139_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8dc19da4e2d27c090f4f66903d8cfb632ff66c37ec54875dea267aa89a6df3 +size 11986 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_13_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_13_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbbab30096e65ad1b016104fcf8c074cfc0ceae6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_13_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702a679fc8131095d35937f4d42401244c6412626ce70e622ea19e7e4720b039 +size 8177 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_146_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_146_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27fcf6698b42bdf1fce3ee0dc91bd686f9770bf7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_146_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd05026968bc9e0a51fa94de4e64aa2707c0792b7d4b3bdba9cedb1ea7513c67 +size 13611 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_153_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_153_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24d8be0d803e6ac7b9e628aa40070d4fbcb4097f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_153_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29c3747f794fd48f095c0b923333cea3e98a0785cf3c084fc3fcbbf65e7a8d8 +size 9174 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_160_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_160_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f23b06c2743e5dc13ebbe6cba22a1344947fceda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_160_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a38a3d0e99905d81343f520e60b916528737a2ef565fa2d8da1062754277977 +size 12693 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_167_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_167_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d440babfbc30c1a55b8d1393a4021bd95553d81b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_167_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158e0cd617484585698fc40d0d10e975a8cbfe9dad12935390e73d53fe793e96 +size 9820 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_174_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_174_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c839e3fe5a4fb281e2c354adc9ea43da221e757 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_174_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949d54a4db5a4ad42994b2ed44d3f814e16e9b6f78512396fd89114ca075146a +size 19103 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_181_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_181_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..797765874ca49f348e21d05d7a91c883a11396e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_181_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b96215342a5553ac9752b310c94e23a5da5ddbdc04404011f1138f7adb0e7a0 +size 10281 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_188_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_188_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1175b0fd26795daf14817f17f3d0449af54c3629 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_188_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc69d300a35326fcc56f5c2d34c57e55aee38bddc98256b2ae95857011dbc89 +size 14573 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_195_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_195_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfeebf5dd539511f0994f6db66ec20a9260c1e4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_195_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b569451ed6dafb8b259a01f8895d9ec69bb7a5f13cbc53ddbc1c08133e8729 +size 18291 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_202_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_202_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..091ce0ac9464e46b89015934c5496d478213f228 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_202_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fa3765ebdbe7ba22c28cade0aa1c09bd35b849719d2a2c58747eba67abdfed +size 15242 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_209_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_209_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8c1e861683b49a2e471fe5d6f69ffbf886ebc07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_209_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213855e454356d65bf6695d460c3831da45ce67f93c17ef3f04c1952eb3d11c2 +size 9953 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_20_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_20_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce6a1a393dfab117374f80ca4f6996333bf454d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_20_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2ae98c71b69e5532493d7304e66758bdf3172625eb55a3d6cfe37b343b0922 +size 11138 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_216_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_216_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..759123faf6bd96e6c95eb6dd6bf790b75ef609ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_216_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7513d4d7d8aba2a8bd9e57509296ebf21af74e45050e389c8f4dba0a729bb5ee +size 13200 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_223_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_223_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0736dcd3fa0c52a7fa2bce002416f9144292fc2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_223_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ff155c6a4d5903a30ece245d28989f6a0e58f71f3e18c2eb57d15c8b1ec13a +size 9181 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_230_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_230_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..238f3223af7dc8f6c008c4e6d34e07e95a3fd708 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_230_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe5fb898782f581dc7e000913b03c1cce88a1f5b7ce6d8dcb468495f82a45fd +size 18346 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_237_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_237_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2c5f9bf4946d6c950a4259ce3538e13548b4de2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_237_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b288da1387dce6c91efc0a504007c00ae30074a875ed63a20cb04e97d63c2b7 +size 440652 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_244_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_244_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a35dbace93c2e39a357f85c625bcae18d446aabf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_244_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf085999ff0297a420b76ca2ed9dea027218320b280c579544c95f9d946342c0 +size 16678 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_251_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_251_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c51d24eb61f66a978752903fca8795a8be40b19c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_251_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f312328c21e1f124dbbcf15aafeb3dcdbc04048dd8ed89f9afaf604c93bd8b1 +size 17073 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_258_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_258_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21b73ce88a528f45a7a566742f4532b55d406233 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_258_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c40a9c313d0a4eb4b593a42e5141052f8a5422c3843dadf95c2c5457993ae5d +size 11928 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_265_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_265_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30a98f8163668bdfbd422340c9b2043f3dd4d6ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_265_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09dab0921212e90cc0ee58aec6cd467c17f4da0f4bee1b9ae7d14deb7af14569 +size 9485 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_272_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_272_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..074d38be5d0cb9d64b7c5bea116a07203d3e51af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_272_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77b56ca34b1000714a81878852629cdf4eda507e9c4007c202c2a4ff21fb3fd +size 15739 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_279_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_279_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6a65f5cdc114976381489e6ce5d1eeb538cad0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_279_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1de711b4bc2d976df3bb0cdca43ec9a37e0598d048363f65661f2b05f651c14 +size 9075 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_27_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_27_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b30c78863faceff5ff5d810c6cdd15b8cb436ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_27_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99f5992731c7fc08862370795e1415a4ff6bcde4538bbcb7556437d998e7d2a +size 14668 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_286_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_286_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe1cb5fb46bfcbe92f32f1dd17ac9a293354953f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_286_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957dede2c0665a1c6079890a7fa42f363905b4e54c467e67610f91b6a20f9087 +size 10710 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_293_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_293_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae55570e9ba6d2c2fd993ca9987afc150854579b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_293_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca87919474f2301b26dfbb59590c821dc04d10283821386248603cd41fd3a369 +size 18432 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_300_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_300_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f63a2966f0b4e7130953840a5ae84691d2bbb39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_300_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b903e6d98aacfe5367783568bb293b9e1901dc63d3ef87bf95c4442cf66a9160 +size 8237 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_307_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_307_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06e249181e98d3879f69fd9c175098c921a1ec9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_307_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a60afb6c96ec98799dab9d300135a636b158484ddb101f558e79bb9f395cfd +size 7909 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_314_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_314_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c6d2c2953f72f5b23ccb4a2c8cd5c5f6e2a6f1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_314_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1459ee4a08a0fc88586322954426e0c36a8baf32cde7cc029cb904c036e3c1e6 +size 8740 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_321_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_321_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d41766afd5f945f8b49493cd52c486c054a8bed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_321_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc83381e86a343791d0cab90f7937ad65ef76face8445846ad7578b6fd1fc167 +size 16756 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_328_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_328_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..453314cec1c663bece34b42de8d153ab473b80fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_328_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ced572c8cbcbda6142236e1d3b420c277007f69e14ea3ef694a945afdf9777f +size 12277 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_335_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_335_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8caada8449d74388e9fc17668e7a8eb1926806e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_335_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41639286991bb2b4e749d4942cf3633c754bb3c4bbc8dd97c7b93ac2d8b70c5e +size 7116 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_342_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_342_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dd74c678d6bc4e26b95a53cea2b5edb6ed9b55f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_342_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ef0ee47632d81ace2f64a999eb003b20c92ed20e794fbd0dc9193bc21e2e0c +size 9373 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_349_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_349_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d0fd35d6d08683c867f26d69007df047aee8b15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_349_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b67d4791f6f73721bffe769c19c8ab2aeb2b01d2eda5637b8fc662f933727c0 +size 17720 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_34_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_34_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..774f654fe87d1bdac6efb3762d79ac8ed9248c53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_34_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e14dad325f3ab500ed9fdbbf0e6a9afa70b2e9f237a7132653ed08f9e8c40c +size 9098 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_356_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_356_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d3a3a11ab35440cdc26a222b863866f508639c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_356_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a89429b7fd23540e77fd4d73a66839b3297e5b04ced10a3b6be46763caa41e +size 20454 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_363_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_363_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18bd10d226451c81829146ddd14b4da4e25a9554 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_363_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8f5131e09493095cb1dc80f95fb9aaa4d377b797047f858c48447178b0aece +size 12311 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_370_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_370_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c6c84b1eaf68eadc168299ecbc0f41c0d8f2454 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_370_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37ecca9b36031a886b6b7bb0f1e3d74eb965eee4d8e14765f6e9b12db46eb6d +size 15303 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_377_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_377_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0e09d208b93d1685d3937f649548f1a5d063d7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_377_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf18b66f4798bca55a3909201164b76ddbcc6dc25de03b759a8a56d679d48b67 +size 13558 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_384_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_384_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dde5e0906e6025b53e479f13b2bb729fd9df01e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_384_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80a737dab9dfced2213597453873458f348ca6093b6e1ea1353398b5599cebe +size 20391 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_391_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_391_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..242fc8428500dbd9492de875a85a872f4ab359f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_391_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a2d01cde729c6847ed190054c9b2d0843da32d8aec9a6d6b84478a1f883b47 +size 8685 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_398_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_398_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65d17fbb51c488bb39af5b881d87e141f70cb565 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_398_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e641db770c23d4ec475e7007cc45a5bf8f61890bcdb8d1e38789853cd0590b +size 8848 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_405_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_405_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a32642871b256e5766e598daa7bbf21822085f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_405_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5650639160c3a3b3e12d02ab0af59a18b96d03e5948ba9c8b5f7245d5a144456 +size 15529 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_412_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_412_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9e592c6ecca455e39a47aabb62ad6a907d964e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_412_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ca0aac893c12baf563c9fcf4403f2438f92c0d98ddc6e60f9a430e5ca62d92 +size 13692 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_419_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_419_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f3b88d0f6d3ed15f770cf567890b24441d68422 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_419_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655ee74643c3ff8ffd79e1ee135ce52a31d2eebc5bf7661fed8dd84eeb4b30f9 +size 20679 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_41_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_41_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0edeb95da615011ba65b739172aab27216982980 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_41_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748ddae193ce80cf199be27954b4a34b7369323df28bb158596d3e3e8fa80b96 +size 8756 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_426_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_426_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e950060938784416c2bd627d2674ade1f3e55ae6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_426_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f14c0645bf6e8b1aa5eefabc3049219f6ae6725afecec2175e64288a9e72a4 +size 9254 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_433_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_433_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c0185044605cb3b331007749f9a30122650c707 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_433_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5304f9da90be2525d228545f83db91937d4c1dff0dc793d1e6a54388bdd3fe78 +size 15847 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_440_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_440_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fed12e07d68dafa768f431bc7ff99537dd3e7bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_440_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d8b5554e036e346478c5d6e3fbd9729ebdd1b63c6d21a671b19480932bd5a3 +size 17681 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_447_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_447_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..050d8fa9673af2013793a4632f30e5cf278dd5f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_447_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba7586702510eca40e0d141986756d04f686bddc0984aa1806b78ded1849322 +size 19664 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_454_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_454_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3ceccd0ee053d742d13a8e78ae9911eb6a60a82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_454_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe950755f528b06b9e5983c3dc7ac8d2f9e642f9bc222e204b59c6df7a74cd2 +size 136676 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_461_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_461_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e28e0851825552610fb31dbd96b264c4e27840c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_461_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8ba00aebcee8c73ed49270f886d7ea2ebb3129e4c510c28f1a4f6191fe150f +size 18263 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_468_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_468_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f87394107842e6ec954c0d6558994db2fe491bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_468_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c21b62f3e5550af8d608d60bedd4ac5c6e71256a960c06ed0fc4b50bd9adc65 +size 8993 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_475_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_475_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30ba232bdabc419dd0e81d89c0eabae8cae849a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_475_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d867813ba9ce129d78bbf163352c7936a49b27a675c14a212e154867f3941fb +size 13709 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_482_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_482_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd4553ac1d5e0bf0561e18d1b5fe7c5f509d010b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_482_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a6e665c9c1d65e10abc530190ba3f1fce8c515bf22106381dd3529601f8496 +size 17309 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_489_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_489_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..743f2d578e5032c0608f35da0470fa7cf6f8e791 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_489_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eda1d214c5fb9f794b290a434907d69c7b2e33bc3b46be312a4c6f9570dbe48 +size 9686 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_48_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_48_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0bdedd67b322740536adf239c3b3b5d847199da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_48_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596859f840656162e5e8047ffd298f01b583f2e91ff92142e4cbc06e6e88dccd +size 9551 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_496_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_496_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e72681a68235c666f9db0943f9be23ec7ed3735 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_496_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1522fb39ddfa6cb21dc5680d48fa98dcc9de533473ddb2fd46485bfef6a4bd71 +size 18503 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_503_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_503_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d9d6a9052038a6e1e5239ba7316918577e1a885 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_503_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bc9e42f61b67843ea65bb1eaba30c843450cb52225db9bcaec25c6c115d0b7 +size 8971 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_510_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_510_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c0162f9f5a0011fcb32816405eb039d935aadf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_510_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742307c52fda3cef1dadd1f10d421d689c1dbc9576936f8a44caf396ee8efc5f +size 10338 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_517_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_517_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24d8be0d803e6ac7b9e628aa40070d4fbcb4097f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_517_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29c3747f794fd48f095c0b923333cea3e98a0785cf3c084fc3fcbbf65e7a8d8 +size 9174 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_524_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_524_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc937da311f0f868940158f2510a585d382b5494 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_524_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa0fae1d5ebd96fc55015a28ebae92d03f3f21dab0f26c4cccf684557322cf0 +size 14658 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_531_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_531_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9d16d5480df06a8135976fd1ed1773d270771cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_531_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809f5b17a17be51463abb987e8e7557866d5fdea7a55826714bf381b96948310 +size 14396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_538_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_538_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8dc5b6b2255fd78db90f5eb1efd6af630b415ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_538_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd8d6a88af459a1cc32861787b81aae4b6bcea6f6d54677c474bc0ad315d71b +size 17419 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_545_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_545_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15cb8df07fdd9eaff9e8c23ade03306dc9e33e0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_545_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cc78245d779145cbb9ace785f7dac6e0b07d425f565389c13d2f9571a5eb82 +size 8474 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_552_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_552_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e674b9babfb83ca35a1cf652d7f118275d33b9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_552_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1ed06860832276e713a6fb00edabee17f23fb9c612721f04d03684823ba436 +size 16020 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_559_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_559_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c759a52c020cce07b8e4465815e3268dc971028 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_559_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e1943f5e42dbba8d223970d19b067050a725f3ad3d48eb2af28378e12d1715 +size 17702 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_55_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_55_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..679bca989c85768b5f8f0739f97b6b31a97daa47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_55_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9980bf722cf787c7951d8b3c02cec9ddc216187d2fb1e3df2fd7e2c3b302c624 +size 13855 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_566_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_566_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8568706cfa48916487a58d20fd4c6443a33b12b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_566_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611f73a77a192181bbd0de6bfe64d5a673b740f30d484730189e480dd06e9d91 +size 12617 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_573_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_573_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77369d1e780738d939c007f616860df0d9afb269 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_573_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec46f38c61798f4718bbc0307a1c67f3fe2f6ecb9315a59963091c978df3c1b0 +size 8605 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_580_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_580_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7903080e59ddca0034d23ea3f8ccecc0833c6c49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_580_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e5986aaee0955ca765f1e749c69bee13adcbcbcc270f3638fd3b89a996a242 +size 9125 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_587_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_587_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8251885c380e1ea71fd0106fc67f18cf28ddf659 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_587_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a32fbbafe275cdc61642b7154b8bba5c6918decbc18db9be632dff06930282 +size 12364 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_594_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_594_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..698e56af5039ee0a6cdf47472bad3eb21df2e7e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_594_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bb64d71cc3148cc2a66768e82a61a52a94b1c7a03c63337fb2f89281529959 +size 8556 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_601_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_601_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf6aaa794ef3a6b5f5994953c62bfb407d12f181 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_601_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0a4d26f0e46e76723021af48a85239445508cd0157818c4f952b54ee551ac8 +size 8373 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_608_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_608_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cc691ac6c7c1be60133ffbbe8d81562b9265c64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_608_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b82883bcaf1a157afebd222771fac1f1b812bf8aadcac5c4d73601d4d0422e4 +size 9244 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_615_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_615_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93765a9918a503ba3d3fe5c5fa9f060207412e31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_615_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96037d9df9badb023aa8cd0edc4845cefc21dc522dcbc124dc30373b1ba0bff +size 9116 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_622_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_622_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dab42510e6cc709a11c9c05fb9cb0ce07bb8f91d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_622_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8dd2b82170dcdac6890ad0e503843ff682befb0334f3fb6428e227c507d7d7 +size 8244 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_629_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_629_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e896ddaf53a7712ff2ba9bef458b2f1c4caeb6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_629_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b637fbdd021239b23389cc6fc6c088fa630355caf5b59e1ea7b3e3b63ab8d5e +size 8931 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_62_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_62_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f222c5de7003621c3f40eec8e56299294159bf29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_62_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b270bd4f174709775c0150e66bf984a471806d29bf6f9f7b723508c360a4f8 +size 10984 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_636_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_636_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..655a3cbf10cbbccf8d3ec486fecc11131ea6ecda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_636_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c705e27cffa840fb7125ad84a48f9307d766dc5043fda0b341f0c4c8254f468 +size 15512 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_643_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_643_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b70246ee98f5dff8dde8282ef0a01f8f5452060e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_643_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf27041933efec501cc2d56e9d98bc7117eea6f07937ae184f7c106037fb747 +size 17299 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_650_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_650_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20c43e503c620b868f5f448bcaf20b29d9c45c8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_650_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaea7e98a1ecd68538fbaf21d2a4ae538ece1559dbb087cb0fc9f7e9f9ad2719 +size 11026 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_657_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_657_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..946bab55492d48952d157f7f2366994aee7960b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_657_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e1462b4bf6e04f79baa9b4b00c3e706ccda4e51c789fd2be58f79b9e67969f6 +size 20173 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_664_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_664_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e688a1cf367dc3130086e9906ce18850621f672b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_664_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bf93aced9980c7a250ba2d81767fd33674f6a5108b5edfe45bdf8fdfeb96a1 +size 18017 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_671_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_671_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..816bdbe1cae8b2b9d37934e3a04489dfb239d9a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_671_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ba169fd6a812d510716cf2738593bca7e22bbfa42f86175fff432a0e7df444 +size 9523 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_678_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_678_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7808d932f58e89edf77aa19d9017cdbeac21384 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_678_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89a34fc5e637e1e3b8171f1794870ecac4f332af4449a057abb19f69e0151a5 +size 13609 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_685_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_685_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a64ea11150126fb1dd95c9f991920d80aaef2bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_685_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9505292c6269c805dce506d3545030f9d89cbb03fb75550b310b882fd0f5282 +size 14069 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_692_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_692_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ded8a2dc20d92c3b40e4be15f29cbf0d9e5e499c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_692_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fa962e75b030f06f58e0fd06b1b7eba2c30566873bd8b1975f5fd1684aafe4 +size 14611 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_699_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_699_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..444919754c7a5b66786ef6ea8bd46eeb5822d8dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_699_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f886c8e5a02e318e7752e722ed738f3b9a60afcc4b73bfaf3d9b2079d1a9303 +size 8659 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_69_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_69_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8c1e861683b49a2e471fe5d6f69ffbf886ebc07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_69_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213855e454356d65bf6695d460c3831da45ce67f93c17ef3f04c1952eb3d11c2 +size 9953 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_6_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_6_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98263c535664f2d07f74d5de01fdbab212d73bad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_6_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3639c45654a5ef6878948195a06975e23c680472d853d60469919b80fd065d6e +size 12799 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_706_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_706_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f50d0ea0a5554e9f5a3856306056cee522cd842a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_706_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c20b24bbc92284b37309824a8de31f61a153670b1b1e0f51cd92356038031f +size 9782 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_713_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_713_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7056d489f46177d4afd86fa62083b738497da1b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_713_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee052112f6d3f3e14f15cd5dbd36e7c3e48ecdf64d3b2fe89490f62880acd07e +size 13504 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_720_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_720_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2151f9470f4fff0d2ccf856ce653895a58be6e28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_720_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e6d6bcdddb8b30e71e8900484b402ebf12d94076b59f00434d8024a563c889 +size 7917 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_727_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_727_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e71c5a170d182403b17b8215c330b4afbb1ac37d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_727_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d53155a498a85949957c6c51802cc9ff56c74fe78c0d77255651047260781f +size 16634 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_734_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_734_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef8527e38c52e919e46433048b204b87423f6c95 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_734_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132f92cdff22f45eb4804413503c5811d87eb0084b478e26ce80dd8bbb696dd6 +size 10440 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_741_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_741_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7e796e8b605ab9df939668700a72d86616ef9f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_741_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d233601c698c24124f201803006cf8374fc2c4d22f819e9d74453f75cc63b72a +size 20105 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_748_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_748_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e83f2b7b43c08a693e890e2308a38d38a0a8bcb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_748_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b523d183b957e5af75de48742fdf232d6ee4f21e91a6cca0689977df43284406 +size 8378 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_76_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_76_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..379d3f2273dc543bbf8b56723d01ce64c37917c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_76_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7610321cc63749f4efdd8cd1370507558ab6fb6efebdcb1659458765269c52a1 +size 11155 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_83_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_83_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..341ec2bfc982d5d8915243cedf35eaaa34640358 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_83_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987e0d11a4559c7f9d0424f15bf72aaf5c9b3bee9777cd53d369e70bada76156 +size 8478 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_90_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_90_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fd5c8375bc13e85e5a457f3d3fb611ce6393713 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_90_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0baca1f82d0cbf5838988a79b2e743364b8b4830d2b9940a8ac767ac722eff +size 18574 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_97_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_97_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f2f1461282ae06e61114453511ea8d61182dc26 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/img_randomrotation_97_Tomato___Tomato_Yellow_Leaf_Curl_Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acda4986b956565d49eb8391457a62b4e7c75a2b5156ec2f11e3a4aa75849bc +size 10580 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/leaf%20curl_3.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/leaf%20curl_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66f0c8e83a000ac45acf5291e1404ddebd5de801 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/leaf%20curl_3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f8901f64df7fed1080ef1a031da617ba81c5cfe263fb6046e78f1b283b9cc5 +size 9974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/leaves-curling-on-tomato-plant-characteristic-symptoms-tomato-plants-leaves-curling-down-on-tomato-plant.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/leaves-curling-on-tomato-plant-characteristic-symptoms-tomato-plants-leaves-curling-down-on-tomato-plant.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe0a71e031effc4d83a8948e7f6320a73c62e613 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/leaves-curling-on-tomato-plant-characteristic-symptoms-tomato-plants-leaves-curling-down-on-tomato-plant.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f3a1be11bc09543882acf350eab3b306d3c4143e8b04eba31b96b5bc826b64 +size 46187 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/psyllid-yellows.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/psyllid-yellows.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb8b18755c348fca71414c6dcba6016e156bfdc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/psyllid-yellows.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707631d95ce631b52399019c4c20dad88f602c860135eb85e393d8bef17c106a +size 364283 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/role-of-whitefly-in-plant-virus-transmission-by-pmanikandan-13-638.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/role-of-whitefly-in-plant-virus-transmission-by-pmanikandan-13-638.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aac6ba114f9cc787b5f1426e6c1d86bfbda2b0f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/role-of-whitefly-in-plant-virus-transmission-by-pmanikandan-13-638.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0305c095f6b03876da91a864dc3b3546a6ca9e3fec3c408a45be9b577e93251d +size 119044 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/role-of-whitefly-in-plant-virus-transmission-by-pmanikandan-25-638.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/role-of-whitefly-in-plant-virus-transmission-by-pmanikandan-25-638.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5968a08cdb323852cbff0312dfba44304999532 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/role-of-whitefly-in-plant-virus-transmission-by-pmanikandan-25-638.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365420ddc129fe419d78cc6d5155e66cef1321379ba7e63717f4ebdfe0788cf1 +size 131405 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/s-prasanth-kumar-young-scientist-awarded-presentation-2-728.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/s-prasanth-kumar-young-scientist-awarded-presentation-2-728.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b8d71e4f0da03110e4a43de4419b6d404d6e84b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/s-prasanth-kumar-young-scientist-awarded-presentation-2-728.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c1b579e2a3440f39771ca845d7ae166c59670df9da37fb335e52b9317a89ec +size 31040 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tj5itxzunn3k.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tj5itxzunn3k.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92fbec6e163306400bef7bf0c62cf5d82bdf8874 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tj5itxzunn3k.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f626f9c37fd1c411df46e626df1427b0bffad1128a47fce285cda22cdb1d2183 +size 218870 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tlcv-tomato-leaf-curl-virus-symptoms-on-a-glasshouse-tomato-plant-ACGAG6.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tlcv-tomato-leaf-curl-virus-symptoms-on-a-glasshouse-tomato-plant-ACGAG6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7868803356ded76da1057d9440345e7c331b48c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tlcv-tomato-leaf-curl-virus-symptoms-on-a-glasshouse-tomato-plant-ACGAG6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467bf263b87ad1eb33df08b6d52c9534db65f06869fb4345ded927926a499b3d +size 202820 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tlcv-tomato-leaf-curl-virus-symptoms-on-a-glasshouse-tomato-plant-bmyh62.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tlcv-tomato-leaf-curl-virus-symptoms-on-a-glasshouse-tomato-plant-bmyh62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e835b7db235d50a1e95e0cb241744172b18776b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tlcv-tomato-leaf-curl-virus-symptoms-on-a-glasshouse-tomato-plant-bmyh62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c5fc48c9795258c3b989f9d9c0d29a11280e9d3298552229f67575311222b6 +size 99576 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-plant-virus-tomato-yellow-leaf-curl-virus-tomato-plant-disease-mosaic-virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-plant-virus-tomato-yellow-leaf-curl-virus-tomato-plant-disease-mosaic-virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad6884d9c1086378d56f9f7230107ab55923eb18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-plant-virus-tomato-yellow-leaf-curl-virus-tomato-plant-disease-mosaic-virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a2a8fb11e81b38fdf434db1711e1261d5e15033e3845ed58941affeacc84ba +size 54279 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-closeup-2.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-closeup-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a05e4558ad6e3be1a8accd0c1898534854e2feaf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-closeup-2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81eda8aa9fe987c3e3be0f0dbc238f2052143fd4c2aa3bc2e93d940bbdd6b5e +size 118666 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-closeup-3.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-closeup-3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee8cab035e55aefa4891c9dc391cdda9aa7191c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-closeup-3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab4632af6f75737b364a57e523239a602e50e4fe164b1b6b216b9ed91b155fb +size 68000 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-closeup-4.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-closeup-4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6363acac975a243078ef565329f1cc4ed4466473 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-closeup-4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e3fc465df0da8b63ab0857ff25eacc2f9f2818cf623992d4f499e77be3a549 +size 117191 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-disease-260nw-1006958086.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-disease-260nw-1006958086.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce6260015c4ac422b004ead73598ea94b63d67a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-disease-260nw-1006958086.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5af008b8a552f07528bbaa43a84ce4be90d2113bb24e8588938b363b4296f4c +size 16076 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-disease-260nw-1072448252.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-disease-260nw-1072448252.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6324c9f6c21faa40d0ef2923617c30387068e060 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-disease-260nw-1072448252.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b64971d72a35091a10e23590b3daf8594380a36919f85ff96ea4031c9342d48 +size 32944 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-disease.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-disease.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8e3c32ac1823da9dc9f46dac83456810aa28163 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-disease.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70e3c148a2472243d50b1f63006e2e28c0fa60d19171ed3e0a05133593c61a0 +size 75370 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-symptoms-on-tomato-leaves-on-plants-ACGAME.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-symptoms-on-tomato-leaves-on-plants-ACGAME.jpg new file mode 100644 index 0000000000000000000000000000000000000000..577de91fdc7958dfa5d8b55691d8e915c5676288 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-symptoms-on-tomato-leaves-on-plants-ACGAME.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797808e307fc90f3d526f5209a8e4ae3811e6d6bb17368759c202ea606073563 +size 249683 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-symptoms-on-tomato-leaves-on-plants-AXKWFY.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-symptoms-on-tomato-leaves-on-plants-AXKWFY.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6912d400ef1e588c19ab70a5cbc4bc70d494330 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-symptoms-on-tomato-leaves-on-plants-AXKWFY.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b779bef4681983f60de97786f4d954ff76b6a18635cc853f54b99aecac986699 +size 200537 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-tomato-1.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-tomato-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0a062c255bbb5b52a20535e46a55c936344b9b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-tomato-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190c8596f5604d0eb313dab98ad8deff97e63ba3f443047ea36d0a3d0101d3e1 +size 39995 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-tylcv_950983.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-tylcv_950983.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e256275da9501acceaeeb270bafd154c54d29bbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-tylcv_950983.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c40a0b320e344baff7543419dea43b0b85ff0bb55edf45f20d9fedc1dedf0ce +size 32655 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-tylvcv-symptoms-on-a-tomato-plant-under-BMYHXY.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-tylvcv-symptoms-on-a-tomato-plant-under-BMYHXY.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dceb2ceef3d6d2bed01c754241a916a1e8cbd8b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato-yellow-leaf-curl-virus-tylvcv-symptoms-on-a-tomato-plant-under-BMYHXY.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc9fd1ae50ad1c2151a64638307571f21f6d96f7d26a4d0898491cb68040ed5 +size 211066 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato_leaf_roll.JPG.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato_leaf_roll.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38a6960cd42ab8ccd8f2c8ac2caf8b2c14fedf17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato_leaf_roll.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ed5863a73ff3aba0bbff702fa25ea7dfa6c2ec391aa424c3a3b8438ec91a83 +size 8206 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato_yellow_leaf_curl_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato_yellow_leaf_curl_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..994fe4be4fc5e32cae4d6da2b0ca598fc702c1c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomato_yellow_leaf_curl_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04983f2d6712c63691750cadcc1fef54ad898ebff46f5f31e1b774689ff56ade +size 256643 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomatoyellowleafcurlcropped.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomatoyellowleafcurlcropped.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe31922cd496b2f53ec547ad9d017253e236e089 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tomatoyellowleafcurlcropped.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3856815a06e4465036ae051553878fe74a6eae1f19a709e01241ed644491bf5 +size 951254 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tylcv-seminar-1-638.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tylcv-seminar-1-638.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9356e98c26432997511d719ae8100c59ad081737 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tylcv-seminar-1-638.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c52144e19e95cc3d4170407eaf729d0981b934615eaa183f7f5aa29d8ef265a +size 69933 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tylcv.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tylcv.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44773acc3ac1dfe2e979f5e3c1fa4e924ef785f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tylcv.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d9a44da350fc13c0031a1a76017c017f4cd8f2242b29e9cd566230fdaf9599 +size 293387 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tylcv1-.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tylcv1-.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57fe2c622895102d9526308e95a1849d9b7a7b2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/tylcv1-.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7105e6d1cbc110d122447c079e53804a329a468af94a69fb516aa31b2150a64 +size 924552 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/virus1.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/virus1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7df6c7cec568ee7b1697ed6c79ee7100e9d22bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/virus1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32120540875aa9e0c1e7f6a5d6fef7bb575049c3c7e65c6dc8de91b159e300dc +size 34804 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/virus2.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/virus2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a3ad302bd3ab569fa413972b78162f912562ce9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/virus2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c2b92054976374066eaf93c021a71b1d09d7d237075b2317b7b8c497e76b08 +size 69824 diff --git a/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/yellowing.JPG.jpg b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/yellowing.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d44cd011a50e7585a44b85dceec6115023f38f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_Yellow_Leaf_Curl_Virus/yellowing.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a4a07ddc0a0b43e0a66ad62cd192d7f4e8f78cd4cb460078021645b98d464a +size 30667 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/3-tomato-mosaic-virus_web.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/3-tomato-mosaic-virus_web.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71c514ec34554b6b9141831a3cd36c0df5d52ca0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/3-tomato-mosaic-virus_web.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0859fe0db82e2eb1ccb6d8caf2fc6ed7030b2771baa2f744490683ea5fd1fdb4 +size 197360 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/4b0bfd_df5a85f728c74cecbe908a24feadab02.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/4b0bfd_df5a85f728c74cecbe908a24feadab02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4663e304be9c4e333368da60620bae4374f3eee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/4b0bfd_df5a85f728c74cecbe908a24feadab02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca664400713e0e49d34f9915b0bc860433343d1c532f538496472182a157c71 +size 12638 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/51196-004-61703A1B.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/51196-004-61703A1B.jpg new file mode 100644 index 0000000000000000000000000000000000000000..842424daeb870d77005451bd4ce86fd526d7ce0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/51196-004-61703A1B.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef435579510d841b901745acaff97db59f6ef7f145dcc88b53f6e3d7a618f442 +size 36259 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/5Tomato+Mosaic+Virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/5Tomato+Mosaic+Virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c0c3d42a2f270e898f7c4c74a12ecba0c53ffe7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/5Tomato+Mosaic+Virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c584e26d61f82e9d5afa7772c797d3d494ab4646b543c93297ff7a24f6d9bdbd +size 18245 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/DSC02246.JPG.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/DSC02246.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2554a7033a34049f9fd29dd163304047dfe7bf36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/DSC02246.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127fdff8c60e482ffe68d40d529689dd8da5a02be3e6bd3738820c7752468fb7 +size 197518 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/TMV-3.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/TMV-3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b219b7acb5c365e46e7e31f832ac7df7bf04c25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/TMV-3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290d3c6a123aa77b9ec8564578dbd0a9ce70663fa903c1f550e7c7ed68500d30 +size 143373 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/TNRV2.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/TNRV2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98d65b877289cc17b5c7ba81be48e226e0dcbaf6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/TNRV2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbec55eb4a499f910b5791f033868e462be24245a02e7e54e474d4f51e69a07 +size 13941 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/Tomato+mosaic+virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/Tomato+mosaic+virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bb60dfb44cae8115daad5163c70e8c1241ba456 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/Tomato+mosaic+virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf4813279856da6139d466fca3a00a792df7a0657324fe078e7d58ec5b2c8c6 +size 11539 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/Tomato-brown-rugose-fruit-virus-ToBRFV-infected-tomato-Solanum-lycopersicum-plants_Q320.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/Tomato-brown-rugose-fruit-virus-ToBRFV-infected-tomato-Solanum-lycopersicum-plants_Q320.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3d6ca568d835be65e27569b011b04fc3b16007a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/Tomato-brown-rugose-fruit-virus-ToBRFV-infected-tomato-Solanum-lycopersicum-plants_Q320.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c092b2591bd11975a88dca500806f115918d50d60169ca949ce1f64bd4c35aa0 +size 33605 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/d41c86a650e49b8066d6b347d8e9d3ad.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/d41c86a650e49b8066d6b347d8e9d3ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2742c0256c40fcb8b20f693662063303f5c4d776 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/d41c86a650e49b8066d6b347d8e9d3ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987317e1cef2c7563cb158f08bc271f2800b3bea6013a094cafcdc1088342c75 +size 27543 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/dummen-tmv.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/dummen-tmv.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e32f3c0cda1b17f8fa8608c4192408ebf34465a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/dummen-tmv.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb08f12a2d062e81d23507a632a1fd63b67410100390310c3879cb641f37304 +size 16830 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/fig2-2k11-1-12.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/fig2-2k11-1-12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d697f831f1beeba7ca495c051c825b675a1702b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/fig2-2k11-1-12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badccfa1a3aca75d7098c43d45c894895060eaab65dbed25e2575afccf062e89 +size 12092 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (1).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (1).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3e0482688253111d475eac2ae48a3e346f397f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (1).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478ead03f1f962f60ae3455b90affd170c8b6a5cca95a60d1cf5e32b68f8bd0c +size 15676 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (10).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (10).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59e25219ccadccae6c97b8eb1ff61a241dfeab20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (10).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a468efce992738f590586b17db9b99846d3a3d3c0e14bda678ee262fcdf53580 +size 18642 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (100).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecce1e54f4ed24143d981c624cda20338327c40c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0855ed3418d243d95fd0735bb169498e52a840ed6a6e9171269f82275848c981 +size 17629 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (101).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b327c9d5bf061bed874eb4d9b510624bcb13c7e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5869119b1d1b56a155857f519d4e24406295be7056e692ebf31598ff336c526c +size 21652 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (102).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0e2d3ec76a38ad980a3579ec4c7cd82d0dbc0f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ea89d1e4f2de2541b787c0dc7a0464d3d03065caed01676ce8a7413573f16d +size 16728 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (103).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e51a2620cac4897e164e8cbfa72f994173e13e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c875ce49a8893329e23b57f49dfe78c67abf956ca43e635246088a808958d0 +size 16038 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (105).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed013e305177a9915e541527c04bf9c7d515bbf8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d17c907b075c420f7feb35c156d5b15ec4014b3f1e151ac0da657f168763b7 +size 17606 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (106).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2a6f7e5d9b8f2ebf875f8a3015beca427d5615a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277d082a5ce0917f875f7b624c136a685589ed64d2bf1a17e32b05cc4bd6ba85 +size 19959 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (108).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0feaec24f829d7658a890e3d34bece45141b2a34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1b7fbf941bbdc83ef9ead3545d407949504d0be499f63d0ca85c2a6e055625 +size 16337 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (109).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f1aca0c2d5f64a9325e0bff694cf077fff12b83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f360ebc7a7efa5c529d8cc563ba45601ef1bfbc736aafc277e4ef2c6c22a3ea6 +size 21074 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (11).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (11).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d2b794607a8a77a8d6d54bcf4562e2cda993fa4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (11).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5943ff587f049823bed41ac4a343a48a18dd62f5b56624ee7f8c54dd4394d463 +size 18438 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (110).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd3d1445a8b3277e200cb3dad6b45676e2f45ea5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673266e9b9748ad8b39d02f7a915fbb7c2e67d001ae7c174a03924ccbf505a4a +size 20412 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (111).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcb6938308176ad962200e6d547908c91abc5144 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54580b4bcaf5ffcb3d66961b89dbbc3e5dbe88c06094db7ce4349f6513a6a36a +size 14794 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (112).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..008cfde361268d7da474c4a5477749a88383d840 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515ba63f74f1a49738911fe9e4c2252268188bcefaf82ef6ea06d740086226f4 +size 18794 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (113).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..782036dbd9cfa4685d1957e39595f105bd40d265 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15aaae44836dbc86488281d5cbbf8da89e05078bac0bb9ebfa3360ce951fc489 +size 20139 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (114).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddb058e2cae1246f02a389c0deaeaadbf995fc10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4ebd8c4ac7e5700eacfdf3911da1350a52ca9d78fa782acc9c5677b8842c7d +size 19117 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (116).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fc5c511be88233055207d8bfd8a913858d06863 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f0b4b4ad3185fc50ec0471332c6fa240f61c6efcc313f57cc23a7b1a105f5c +size 21229 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (117).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed2b000e31199b71e9dfc3404967057bddec7c8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94b1d4fbba491de23f62a39251d697c48ea285d32f124e344dc6865b5032f32 +size 23157 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (118).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef823d47c74d0d5f37cfc4641f4928d94e6ca93b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b65e69daed92de1975a0e2f0dc5b6117c40db4ab3c36574f6a3235c8a623305 +size 22886 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (119).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41ae48b77e448f15df297d76dd7fe72339bdba6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f05e739f6de6acd762ebb56450f8593af657d2c7dff82f05477a49241956c55 +size 18973 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (12).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (12).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9da2e8d6820b51261c8d49017f26a256698baaab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (12).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4ca8a56ce95271723fdef7d91e9045a37a9805b3455989a45ccb51720c232b +size 22936 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (121).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cefc2451ee68a2f464ea9b9603cb27ddb77b63ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959586173f5f513075c8fb8c5d4b12de03e8fe40f1c17bcdb85ffd7e697ebc5c +size 18150 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (122).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31431f539939786095fefb0da982679b57c10f96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e8f0969e78c4c7db223c1ca24b2a0ff8e06e6d7bc708907618cfa2be71ee29 +size 17794 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (123).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ff1637d7c0a1758d7c5f76177321b7d90578a2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15c91925188a77ca7195d3b8af0d893c293ea512f519adaf829cd56ce21bdaf +size 18670 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (126).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b94fa512b0bce98734b1e533e28b9b98356bdeb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523ce760ff52ea269af0fc9a98bedbaa97c81d8acb9713267712282224f677d6 +size 18328 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (127).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14389e69adf63fe69db056074e639e54a6ad4a2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974e88163d719bf11acaeb070423b7af1d6c635535ab39f0c473d801a78443c9 +size 16798 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (128).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25f1577c793df835f5dda8ff5d41c39784a10d23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5598ff93d08f1c92fc115cd8adc10f54845e72ac109cd97f8319d2fdf5e593a3 +size 18184 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (129).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40ef5fd29de47b5c3eaafb88a367adb5dd93acec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e321b4ec450d69a4d58bd894eb7b4d3b6c176d4f8d5919cb18539e44383edddb +size 21854 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (13).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (13).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06cf95d15eaed085de3442a46cf899ddb971db14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (13).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e973dd3aa675767c8660962c5028b25738c7bec477b020162b5970ceb8cca3 +size 20807 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (130).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44e6fae5d85c1c573f438859fb1e8533b065d455 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1506d68ab9db2ebd1c56d6d93a281ce4030bdeda948cec61f26b7a7d1143c73a +size 20541 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (133).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f56db10b17da7d2f332ad19b085d9b7b97314f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b6d03ad28f7716f0b4cdcc9762483979af0fd7c724da3ecc0a0a8022929406 +size 20442 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (134).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..782e67d0af64b2897572c5453caec07e6a40966b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6503428cc49d83ed72a453793bc7b6b4f3f74787b6a865123b9a3029d5f91099 +size 18684 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (135).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..051b851eb536b3112526518e3fde4052f1c3bb2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8553bfc8f6e7cbd4eb01af1e6a7e970a6c1c5cd64ae5bfbe80b9178857042f +size 14940 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (136).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92e6ec5a75deab9dfcaa581c743b5918a268e25b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b3f3129db9443840870e917b0120437a3f56490d9b083b5ebe525582dcb88f +size 12021 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (137).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b5f40294613ef76a1a8e4a083613d6a072779f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e6bba61d8ce7db409b31720ae657329ef2d4b053ea05c10ea00a08e68e0eef +size 19170 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (138).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cc84cd1219356216f232baf158c35426a05ecae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7af8f73345584c2f17352f09e23cc17d57af3b4bc5567d665ba15b9d002f53 +size 20422 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (139).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0fbfb2279395920848eccc80418869721d5f611 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1361be31836b821a92e4a9627e4091f348e48c9a55569be920362b465bd1c39c +size 16948 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (14).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (14).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d12771975a8e41caafbee86d81ce15a80f340a03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (14).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deee473464dad75c8a477c44dc8c0a5a58d98b3d1b1cfb5f893fd2f1a19ecdd1 +size 18790 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (140).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..721dfcadffbc3eef7bdbfa93b3b70e49a5fff3d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662fbeebbd1c7f3a10f7c1c73189a60b5f1078ae6f11bc29b34a32aa39fc34f7 +size 19255 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (141).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0bd3371f8d9c3fe923ae7c0298e402c30f33333 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361d0c0d5f94e51bf1362f56dfd06932b51f9c184f34fcd2b9fe595083fd001a +size 16084 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (142).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..450b727f16a9a3b0a7decb978b76f8c9b9fe8470 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402e003524b8db179fd17b942903e29e5b5ddec59412b5f650d9dc7c56b79298 +size 14538 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (143).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b96542cdc09d437d0c13d74eb80b67e14243b50a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2760daacc1a86141fc97f3f49095410edf1254b3110d2f77729b04fbeae855de +size 20810 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (147).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26430361cea2f3bf8a47c3ce2477ca9b2e9dcac5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41370f9aa869dd3031eca2eb5eed50cdf21f2966452ed1f7ad4318ef9232b523 +size 19371 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (148).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e382e69972333abe7db0e1d2b3af81e85688200 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be727ff31eb8077e2e8765162ec039d26fba77a87be1f64f0825fc002896c32 +size 20082 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (149).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f704fc7bcdf46df21e863022adfaad6953b3f33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a770acc3854dbf8af3fca1f058b23904d5bd13444d18a38365d40880af778f1 +size 22405 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (150).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f1ef9ec34751aa193c745105ae5dd392aa3e1ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a9d94d66744bc7ea2b55553f88a5da72f9ef8437368d73aeec21a6ffb7f1a7 +size 19571 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (151).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e449a851cf190e8728e90370c0667eb78c89ecb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bca67d5bdb24ce413f61663e5ba6f00b57be891d7347772c254a57fe868c8a0 +size 16578 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (152).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68b270dabe4a6ad2dbc0de2a6105b0b035414792 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b809e58619e4cec333986f7adb99ba691cf6b086120ef2cab804671687100d33 +size 18956 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (153).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcdfd53cb9eb0cd3e39fa5b4a2d4c9d4bd8a02f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddb8b22eacdd6afe2a9945d3fbeaa72c439d2b2b80feaa78c076f80c5f34985 +size 14503 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (154).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75792817df9137977eba4563a2b911e14b532230 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08dd34e661fc678baae730e3cf20377bd3fe1cbe0f91db2a8fc81d7f631a8cf3 +size 14400 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (155).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdd9376fccc488708bde2b960164169274afc678 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99565ee9043a2e6c2604242cb193c246ee5ecfdbd78444f43c889160c7c17731 +size 23602 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (156).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3da81765fdd3294b72bc81252eb994170b68f904 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf124d0ae75fd340d89a580f0481b9e3692762fa3683195b3e5a4e0c0b230ac0 +size 16056 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (157).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f11d80b4d44bcd741903995bf0b244c3d64372f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51320dc6c1ef93551f79ae89d0fd45bdf73cf702b3cf0701e28be1264bcae778 +size 22613 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (158).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ee57fcf30f049f42c46a59deb1fc9ca3c3e7d0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd582e33ac657f279f9529b86af17667b24f49e1325341596caa1255a94fdb4 +size 19873 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (159).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb21df93943b0da4b83c9a313771ea76498ffbf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d86557a4bc6abb7e92d5f0f3598401ff5bd0e4d6a77ab3d91a70cb1d0ca10a +size 21856 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (160).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3f9413dfd62c3dd1f44f873dc84e4378a1060ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0032ab45b7749343cfbe3ad021912ae6ba632a07ddd0b11da409cc484f38d8c +size 22938 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (161).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3972711cb314aec3f962766fbcec813d62a6550 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4f3bc4a91a30ba2a7c09d10230fd6710a3cfa804f24fd4e0e69d7fcf7ca5d3 +size 19151 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (162).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca8551aa8c873eb33e20209d29c4a0132855269f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98f69f1342488b00d95212e7047ef7c01d1afc39a42676425d25ab474c3b156 +size 20108 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (167).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5314c391c93a81cf279f587d2e0be02d64d4269 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74434ab2d9552d878df4cab15a2fe858d28a98b790b1507dcfd468809a05bed3 +size 19671 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (168).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9552c6ad28c40ed3942e86941a511fc13907e97d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a9790634d5dc730661aaa1bcc3015e60fef99bad3b8b0a4d2e3d3ec26b84a6 +size 17766 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (169).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f79d1f74f3132f93585f8a43fec3bd5e1825f078 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6eaf7c2e81dd45942d7d163bb19e688ac77b93882ae61dc65235b632edd70a +size 17090 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (17).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (17).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9268ffc0395aa8230676ed154547ed6a7322457b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (17).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f3a21fd34c61f096eb0201f411b48d531b81a6fda2ef0de9b4dc7919118013 +size 20434 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (171).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39d7f17f8a1bb499c8fc80df009df049951ea62a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2521789d3cabb1ec6e6a2bfbed9ea3ac1b88a6b0aff181fe8a1fa2da61f411 +size 20812 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (172).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21d24aac8751278d1d3e34c7e0d9327fe026338b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89050e269347bf44dc7acb0425a59982c9ae3b241adaaa0fb040a33d5f58f4ee +size 17692 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (174).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f1d04a846df0ee56738b10ac37c11d2ca9b7ede --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f551180d72679f00ce2a6b050575837677aa605f5acdbbbcb21971ab5c4cf80 +size 18232 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (175).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8887b2f2e3730031818da143af39c153a06e85d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d861a89b0ef117dbdafbf4f33674f17050ac53f54bb212c5f43de7c4abfd5770 +size 18462 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (177).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63ee9c1b1e7ac35daa11be755960939e120007f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1fc6612675b2cfbf427c5609885e579d4b01600006918647361bfc504c6216 +size 19716 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (178).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b5396cf7dbdae41241ec2e32ab6b6733cb5926c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6453a8eb4de01e6ea5f112789b21bbe7934836f5f75fddba48e8a635148301 +size 17869 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (179).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09b1802f04c3b3381723a67572d14878118c81c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a004ce3f27a9a9cad45ecb19da013b2db1c5016b9a2eb7f56a50708b353951f +size 16002 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (18).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (18).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc1b2b658ebd56b37ecf16fc572814b18597ecc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (18).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc1ede80dae8631a864ac396485af92dbf55992635b97144c587396b103fcb7 +size 24229 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (180).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58fc65987d566a2cea4bf011c79684020f2a2286 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a97af5cdfe8a36fe2e5f5bbf70c0391766f584db2f5e17fbb3c22b00cd33579 +size 18696 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (182).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa487a9fc76c0d2d04146093fbd791ff0cc5500d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bfd1f37818f166165251ace2433c6c0c15ce1888e484c24588d99c0fb4015a +size 20035 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (185).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f5da089b49b1fb0a7e57bee759bbaa31890068a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ff4c2d7de9697d2b1f96e9b016494646e72ff4481fe90b6af5c3d739c6d976 +size 21891 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (186).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..722704615413dc527d1ae37c59e52bf8ad58bbf9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead0813bd8da1f0d70eed7998587bde92182e561e4c61532f38e4ee53566838e +size 16695 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (187).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b4bb79d8cb383e4d50c8308639704c45b984df4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a91795bae45ebc2e09985ad5d127bf3b2f5356d5724e282f3d98b2586f608d6 +size 22446 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (188).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c5226d80213020cf30043dc0a63bc3504f1f957 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cba8c3b51aa50d712a89586387e0c40efd3aa646cda362ade60b879bfda3f55 +size 18509 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (189).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e468997b8b6f37d5b573aab3a512ddce67a9aa91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a3e304d12f55779bf3fb310e029999604a97a89150a6932e09000851f6b3cf +size 20809 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (19).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (19).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2994426579533c9ae68ecc6e3002564b8f668dd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (19).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c52d763b41d77e85ada3d456f6906cf75e3b7df79c80b79e3dad245866b144b +size 17141 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (190).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..175c4e6192cb1ff2a159cbcbbf783b7bfabe8307 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663edef7610dbe744e06b503b54221eabe02207fec2c81c99b0ddaab29609ba7 +size 17482 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (198).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c75f0a9ade9345c5462d4a2a3aac3d617fa1a7bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276ed8c43ccd34a6c600c504e090a3429ec3295281d30e674cb86ca008dbc008 +size 18573 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (199).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5a96d49f39b53ecbd399339495558bccd983414 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb302f156b8e627130e9240d9ec8d352eb5255732a448dc586adc8420d6f1d0d +size 18417 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (2).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (2).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7113fb4710b8209e5d8324db2ea09fb49f97c356 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (2).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c2a06a68f0e0990de0d91e0fcb7ceeafed2c8c80145a7b7e595f2a298545f2 +size 17385 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (20).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (20).JPG new file mode 100644 index 0000000000000000000000000000000000000000..885f7752be624eb1e73bcc491a2b65c4a839b31c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (20).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76642d29df61c319fb76f33dde7696be232e1403278322a363d70d86b9e99cc +size 23430 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (202).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c671c6316ce0551d5f096a9216a57de9c4ff493 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f8ac97b7ce5b90cd8c0c0d46e3212094f5986e5652d6b18ca1e86e8fbd4fcb +size 19396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (204).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29126a8f3d87ca4691e3a97830785608b7b253ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56f3e4c7dab7c3aa517801136a18739c4f3001bc87173c0ed6ad77109116c2f +size 19730 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (205).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4fe7fdf51087c2af84eb02d062e21ea48f4ef21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fb5aa602227adfb6124931fe78633f5380b7626f3c1d64922ffa0c52d2f18b +size 17425 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (206).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcad50c524ea52d06f7437cf162ffa59c5796acd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e14d1d2c1d6742ad99406b4a6636f07abc74da4c10e6bba677821d38ea10924 +size 18162 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (207).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..604000b7d56b2813d9425a8eeb76830d9f552cc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a1291abf5d8bfd02ef0e0d2a6c7ea28713c2caff9b5cb17f59d1dc410d2f19 +size 23679 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (209).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbadb299f5c1958a0242cd666d0559ee59342df0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797c9c2c75ec896bf633a6b972166176f192709d839e40a6a7e128bae6280962 +size 22153 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (21).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (21).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58e504c64a19ad988655871706b8e33e6680526a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (21).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cfa1c1ef14c0885c453c40b8dee89359c6ea8b36e0e8e57b8f3fc9fecb319b +size 21827 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (210).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eda4f2d51f1d48d5d66b399f2f4024bd0e9c162f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd915f6aae7a89fbb1bce9925b3c29e1d2d5a719c55696f523db782b3d37064 +size 19266 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (211).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4eb49e3f8f25abcadb9d520939df4510c422f22c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f91e53e43102629f89e8f59b75b46c065060dd5c9eba352295a379fc176c4db +size 20210 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (212).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe2e36b0bc728c377e70d93450fd117716de4d21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fce94d295131d4fe32658fa03eae2e50730fd304b70e68fb059557535adb7ab +size 15214 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (214).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4061212fe63dcc45a19fea3d325b969b0e7c4065 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62aa902fe52ddd0dfb8fe4e4f6b911869832b897d56ba2437727263f244390e4 +size 18172 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (215).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a876dd46c42cdbe8022150cf71739de666d57a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaaddd0d4b8cc7649d6d01be95de89d1c2f47a454caf462995875fd75cf82900 +size 20837 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (216).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b3d0fe8585759c91aeee2757da9eb3af3542e59 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d109a2015be72c964b36ac87cb24ed1a65a7c843eb4d4f217e49a3a0417c4d7 +size 18539 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (218).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4482b2037a4ca2b697cb50ec44c3e4e0e778553a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a335e44bec9dbf5ed0a3bb07d3c8f9fdc1fb00f787792673ff67b61a6263ac +size 15323 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (219).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64176cf99c92ec0aabe2dd195a241d191e3f7150 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331491c072943f8f4c0000bcb29f29161115b132b8c835cc328eace2c42886ea +size 20247 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (22).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (22).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61455bd82f814dd2d03a725f90f57b5ab0b08b91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (22).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613c5ba87298f31018a9e9f068186e0bed3c63e256f0c226045cd5e4ce5796b0 +size 22520 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (221).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30119afcfcd8e0940f3fd1068fc5ec2d7b6d49e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477fc3b49ff16d1b8650c7aa60fd3e8527a8da32d2c622ef050540376080b1b8 +size 15717 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (222).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8a1e89004f4f529a4c7d4d4648f6bf4702a7d4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce911d9a1c34afffc0958d4a4ea1b57742314cdbaaf22a35e732efa2104f3c0 +size 18338 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (223).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb4d608b4253cb38869d1124ecfa6f5ec33378a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6fb96028247775fc00f4751c16fe6f7366d807c4dc1f78922ed40794b8e07b +size 16777 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (224).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae1e008f0ab6ac4f3bd6263e7fcc510ea5fdae55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9eaaae5e5464d36aff2ed865d4e6d73ef186e9df91d8f121f5a55caa52f8c55 +size 14365 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (226).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f186ced89041f69b80dd19b29d6cb76cc7597a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f32d9f3183f16ee3d8902ba9dcf6bc212fc02ada9d76693d3a5d706bda5582b +size 17857 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (227).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17d890f59ef3879e9ec6286b402d5bb8866c3ce2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68d4ddeb7ec8dab87ec51ebc6f5e13fa3ebd45ec897db6e87d989032137eafe +size 16756 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (228).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..beaa468e262a7f44a341d33dcc3e158375fd4c6b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43571dbac552853b335b818a9235d430fe1842bb22c8d2e8b9436590099a114b +size 17276 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (23).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (23).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d44d49f0dea698b5a7aec24949cff79743462488 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (23).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dacfc63fb4d4767eca8ab3cfe0c688e2bdd954e96d7e22a52787de4d0c03712 +size 18125 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (231).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7870531ffbf253960f4a8fd199a1de57bc941268 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47652df43bd43566f7ac1c275a2e2632fda25961a241a1faa47cb454254de5d +size 20928 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (233).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..290995e071399b2ff9d1324e27cf7b044c6a7ddd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465cf8c14c8d6da76856558726880a1b0bc1b1e9ce8428ad19c32829f014f833 +size 18266 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (235).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34f8de013f1596971965c20b25e59692780dc1db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4faea03501ce9ea237d3420646fe6f19361c326f836b8a4eb4da34cb82a05c0 +size 19859 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (237).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c8e8a7cb1d8574382de0c19f509a55718b8350b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6712632b0156230e1a390003bbc17bbe549c022935bb1262af3de2ecd98c9f +size 17034 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (238).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4b48e296d283d23761b4cf69049bf171b9d82aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae0c67ad2e25e3b9d6818fa6186ab88e09f0d1d5eff2a04d86c1a8f69e36352 +size 14545 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (239).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9541301d0d2e21b776be6fbe0bf8f2aca155f012 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8efe99e8a6e4d794b82df32a3e623a4287fa1ffc39ccb1dbda27bf6d0962194 +size 23453 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (24).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (24).JPG new file mode 100644 index 0000000000000000000000000000000000000000..919598b6d01c26a5c0569db1a9f76c00022a9fcc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (24).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9372dc0c9b3863c5035b282a0edd0f7e46833a7b7fa4dd794afbbdc74ccc337d +size 16408 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (240).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8b943b30a2b7287ce89b8e39f27ab4df38a721e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb693c0484b118507fdd096ccb2ccb3f6edbcd68f6786bc4672ef468d4fd33b5 +size 23087 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (241).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52ad940141b2819ad43866387f54e3d64bd5785e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb1386a21d4b387afcfc2b478ece7a19ec7d3f77883f3d51f7acb855fe7b4a5 +size 14381 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (242).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..337997a6ecbf71b910f0ba89ef7a14d8d18d85ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0160debcf9b9d90b63a94d903d44dcf14b6737d43027f82a10a001c16c2ad5a2 +size 19350 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (243).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..084a47e284b025f81957b24814dec97bda85ff63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20aead4f9d77a7a179366f29d2a10344fa994769a45b359cf210b2b3a88102ce +size 17000 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (244).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33d2c6cb5a27e2470b625351767e46209889030d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9364806fd9ddcfb821035c8c6bb961e438b72561070667f649f3a5448d8e027e +size 21961 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (246).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5af14435dfb160c8991c5b11d9e52863c483dac3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d6b02e1919ba70bc9f3edcaf29ce520a06fc8fd79bc10039711b141317b4c0 +size 13948 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (248).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..720f1dcc2faf293e6ce6182743cee8ebd5b81f1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76876ee5ac6866f0caaaea66fd99438b79caba6680599af33a0da89b1b5f99a2 +size 21526 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (249).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48cf25e954dea93290908ec4107ac4a0dea67bdb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17385882c3f1f3343b50e25f41f0640729f45a4a0fefb30ced2441dde8ebc5d +size 13330 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (25).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (25).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebf5ac8a827d200c83d1e02ea4619b8104d9b7ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (25).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576ac614094e0fa23e12ef117b130f198c6bd0f4a62ee0f0c25e9081284c1220 +size 19838 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (250).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ed5f1d5633287f56efef59a0cc7958d96480ff2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424e365fc9a755bd7f8d493dc30da491f0568857a525799db77b06238ad309f6 +size 19754 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (251).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bf1f00d2382165398cec723f040c71c44f878e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119373a804566f06f1e9bd7579e1815ee5c4098a0faf82cf55cbe4cfa614aab1 +size 17706 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (252).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7cd39a8b638899d11033cbf2b7d0b500cb20a58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc9c8a418a0a8f09b8ecd0253da4932c2027a3194d3c1879d64ae804d083340 +size 20076 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (253).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9455f380e6e368e82b707d28c7ff931a837d25f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce424d2efd183334092b6a30703359e6220f597f3e3ee51f10074bb2d51517c5 +size 18431 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (254).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f2103d6418b7d8e748696d2b1ad9115f2379d3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abce833e5325d30d4f5491ac35996e4cc726140c9fcdbc20a841b4f36f557c3 +size 18614 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (255).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e918aae056eebf056e29c0886fe9bbc5809f7c85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722412e36b5a7b2b1e22e6bbcba70844ed11c32be93fb98ca00f4e5b593d5823 +size 14950 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (256).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef6826a386350f4faeb3e2cbb47d4393a5715b03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906f23e1e83fbfaa9ba6866379f087f703f333be8568d3cd4000e9b1e96f3b3d +size 19451 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (257).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6f7a6115452e44c3b90b285d5d9ee1e1556a512 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c371e59ecff1355bea5208670da26043eba32009e62c08999a113a109c2270 +size 16828 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (260).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6aa6ad52a458a25e58debac32a416320e26c1c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d5aede435ffb747b6e4ba487fd918cd19a76de2ed7b1ed2cb56e1e7cf88c73 +size 17954 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (261).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..364bd631237ef17017bcb356574812651101aea8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b435d89cb7de33884ffb3c2cb6d2b729fa6847c7b0975a4c75924906ae8a977 +size 20180 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (263).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc6174ce610250cc028ea542d5eac41ddec96fd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7e946683ad63b88a040164603d874440f4547c284644d3510caff32eb87a15 +size 20918 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (264).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fa6e1604aa60333264c34cc1b7a5f7b8d4e63fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c65c4f463825d9efe3559c2d0a283fd0734001d77a28f1d4914f8ff6d919b3 +size 20320 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (265).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9c12b72a97dea0324d14d1a373db753cc0f12ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916c6bb0734f0921c02516a9189b767b9fcd1830d413997a66fb6e280b92cfae +size 17138 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (266).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dd80d72cbfbe2313cfad9e91f174340f239011e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661e1778f3c126337f969d9a73a25d36920fffc6f4f60bbe6bb90ed76e4be692 +size 19773 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (267).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb948d5be4c3a8e0226ec68541ad0b83c9adc757 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3276703c2c8de7d8f97da2e5c1bf979ac381961edfc356bba37685f07f9ab1 +size 15093 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (268).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95e418778f761c1f834b2d0d05b3b516ce0c6962 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f79d2d34726c4bf87ff2ea7cc123445fe32dd34e6a80bb5b899a02f0e56cae6 +size 20998 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (269).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab25282b824610c2060d2f85667aac8a1a26c213 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159f131d74a4585783ef911867ee5f81e27a95f37a94c62a8db92e65ed8c40e1 +size 23080 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (270).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea26db8dcddf11d683a5534ffa43a784ab831873 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc9fe0d9f6e052081bc32c3064e0032b6d684c21881d78cd5fbe2862295c738 +size 17741 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (274).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f8d74eb7f93ec1edb5c99dcf1cb252d6c70aa94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6e0f54b64cdde1222f4d58c632ea6ff39a53c1676d9054c50e4e282ff19c5e +size 18231 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (277).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21f61a36cfb4044088102a8ffce9a2e135eadaa0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a68c93dbc829f13f1f778ce8f37b7cda5aaa98f295ec6e324ca4f55ec0c786 +size 18062 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (280).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccbd191161fd0f8c492347fd782ba5005afde541 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ce76843b64866858cf44e7b9a5c05672f7eaeb2a5f9d52f06487da6b8fe1a8 +size 22374 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (281).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f137cd5743cd4a53cbb072643b3eced8a0db4f09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1b964dc07737af5a0730a802c91a786a8672aa5f09b385341b7b436d6b5192 +size 22462 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (282).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6d955ff336002bbc3987e3dae07c0f717e30856 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef8ba9802fbba66f16014168fce86b0ee4cf1f798b2ff65da1caa5ec7578e15 +size 17386 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (283).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..569346bd8f4f60ca48645036121f886ff29b8bb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78390c3e0b5558ecb6edc2a3c811632bf10d80f314cb387934529b7c85ee3c6a +size 20481 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (284).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5518063143e8eee128d0f66ea685b90234550ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35241ef1e70899a59f288bb9cfd3f31f43ffde972eae30fb3150661a8ade696f +size 15958 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (286).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3111f68832bb4b5dedc380f42d14760e1473148c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43629901d7bfee0695683e7e94898fe2ea5596428c581a086d056ff336ae4b4f +size 19877 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (287).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af4ee669fdbe3cd61908e105ee1002b838d68d4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4473c3a35403636450985068ac68c33209ee1c3d391922146bd1907fc1c3168 +size 18587 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (289).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cecabf9cfb4bdff039369134a45f5fd050cce38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732e35017fcf52e062fda35fd8ae095469f0489ef6b55096df97d4afcfc88730 +size 19479 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (29).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (29).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c94aa57c9614fb36c73b46aca01fc6ea38d9b1aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (29).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9f951849b9b676253328474ae2143dea472e3832156dab51e595beffa9f402 +size 15893 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (294).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c27c2987552f44bc26688a6c721e39bb5368f0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3936080e2af2121db9d67bceed98eec88cfc9ba81052b0b7853d66c4282397f +size 18281 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (295).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd9b135eb95809f17e5db1ec7fb8032a144ab838 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6a56280979d8836f1160825c8665e8326f5540bc4c499ef898e30b5a47e0a7 +size 14269 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (296).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7d5b17409e27eef58003a8824cce08b1dde985e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfe916d30441ba0d933aef37d91c18c2a0949041bdf7d2f1abff526b4556bec +size 16841 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (297).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..789f5b0e398c7559cd9ea5b6463d53378baa8c27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0369f1c75142eb21cc7b2bb384518555659c9178df82e88b4b206734fd588439 +size 15967 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (298).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa839dc215544597049c3c8c8450de69e9da9f85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169b40c8de6da505d3f80a6274cb02049af9be4e8b2039a65f3ad34f966ebeeb +size 18372 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (299).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a62ed5e72f9489db4d04768ff1f2e601af6ea5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b787b666c2b9c060fa0107485e1ca117f85468c41a6b93579da399f3b6cb245 +size 22694 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (30).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (30).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42e9e0c093e0ed61b1d0498392e8d959c8d0eed4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (30).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4ae63565f309c8d15d92cfdc020223963618850bebfb55edd7fb6329206d52 +size 16395 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (300).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b81983720fce8e9601420728689105e9df100481 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21f93b910a76dc65fb78b020e0a5ea560387f994b61d8d19ffd26eb2e7d84a7 +size 20363 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (301).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..728872ac3e8b66e0bd7cd8afc9930d26796e7341 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03334897369ad9649c707427742356750ca502afabef944563dc5fa1198cdcb +size 21992 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (302).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37329f5409f342408e9cba1c4fd2a32839387713 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09fea9f7fd2432d3fc1cd4fe22d5effb54b12beb98252ef9bd6b7ba1f23b17f +size 21582 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (304).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..236fc92a15edeacf3329a18b310816105970cd56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea8e33cd727d3707f9bf438aa97a5f85d546c5a77c9d051047a6fea79388c5d +size 18579 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (306).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5a93d28926b1b367815c861ed5e0d9cc2d54a14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c4c6ccd5839c4a154ec0dc80dcf27605e23eddf60c2fd7c21a58f88259531b +size 17371 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (307).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e400cae4715b376e07d91422a6fd0569d83d154d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fb685b3968d530d257949b6804a42e0968611988b6e670068feea23c9a1e59 +size 22887 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (309).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6816ead9086ce513b11560b6e852949f133da8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f9d151426b8ccbe440460d6da5341207fe7a50a7e8a1d9a85529bd57649613 +size 19871 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (31).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (31).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77700e569c5fa3459db19120062a3ae82bbe37c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (31).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3375f2ce12c6e165eaf9ef57bc3517c943717a6e9e6f4cf937c66a71fb780aae +size 19885 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (313).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..631d2a8878f294b0dfb490ba5e758e7eef277d77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f19e2892e86cd993e52058529d6142bda35fd6df6f4468f44043912cfb96c8 +size 22325 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (319).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b41490a4a8bc07d232e3f7bc0ddbfa03b75ce3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c5df6190c4cce37db85406604994da818f5381d42e59330c2f21a598717d75 +size 15690 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (32).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (32).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad9a6bf9107d4eff7a7d9e748f05e5e3becaf5ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (32).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3b98b0066bb7d0b6b4a01919867c9d74aa90d82ee675038c72191cbb2a4c52 +size 16517 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (320).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79e2eccfd8a79350ce364335668377ab14cf902c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd749892ca49e8f86d108ea82c06c31a1e9c010dffe2349d0dfb22d884769c0 +size 24055 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (322).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..232aaeb8cab06afb92c9f59a75b663e8364ea611 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80a32dc84f0d0cba494198841514928681c89f27d8fd3e2ac9c233cc200e006 +size 18165 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (323).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62549bc842eba69cea526b7248775203d679580d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db924cbabd89726b031fd6e5d0dd1afa4da133534ec83309c75757bd0526397c +size 20866 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (324).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..737991bc3b169e19dfd54a355b122ccf5a27f6e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b5c98076a72ba6e2d16c6f39ebdfb4a5baa7410b6d7cd1620608a8cb341f6b +size 21057 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (325).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d3829fed816002ca6c186388b45b6181f039478 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c65a92e567284ac4b6873e3604d0278bccdb275f09d8f964c2c6e6985a3ca6e +size 18470 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (326).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c8fb26aefb44930693b99551e94a9b240db0b55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce835ae222bdb47f838c267063d5efdc00889d833459ee3656c57deb7fe65c0 +size 21443 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (329).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f152ef46de887bedf761ad9f3b8719716a6d7c23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff177ab5ce0775c81026ebfeec080a7c58560986bba7004e24ed29d0bb24256 +size 22017 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (33).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (33).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed15d1f29f65d6da57f22fa5a85b0888e609e27e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (33).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5134b68f3d328fa8e490b689bf1e9073e98e64faaefa7fd13d984ac3d6fa4da1 +size 17908 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (330).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a65dfdd730aea2bf91710ed1ef127b170b3c13e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d172ced82b75a82b425700d7be2804871fbffde915df7d6232ac1263174e414f +size 18930 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (332).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..134c7a18c468dbc7c53abdbb0d2ad6cd9c925e55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036c70f7384a75f8696110fd9e5fae0c6a0ded6112d9367f4062b5476117cfae +size 18334 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (334).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a58073c3d710e2b7fa5f9530ee4e5a3ab1ee5cdd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd76fad40fe203cac53b7b1dce1c5b6de5133a2e7ecf16b9182e7a856289c60 +size 23843 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (335).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9a3920625babb1cfe0bf919ddcfc2b82b2d55cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35ad7b23aba289054721f81d42659cc161e4d8c6d0df67091d63b6dd3151b21 +size 20363 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (337).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ee519996be12dbc3845a70c50e0888cae9fb967 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9566b957d4b44afaa5522ae05e005f47092c974b42f255e51ef44c8013610fd6 +size 16445 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (338).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e8585a496b56750c2a66e55eddd669540964dc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d579adff0d963e8f963b994e27a63bb008a69c8e2148f5732ea9833f795c9ca1 +size 18156 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (339).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3436763f01e761a2622cc20fb23f9878eba42f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c49290dd40e6bee6a9d306e4baeb539f9ba77d2bb114f28bd4b319b5ff8189 +size 17544 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (340).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f39b07d8487cf78f898bad07ea206c9ac93e8e44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9221a03bc7de0661761aa08021c9fefaaf704b2f0bed824f0c1629bd2fbfb7a8 +size 22949 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (342).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f162b6aa6904257320a18770afa3c54cdc0a1780 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3d83291298cf91f39fa12b9d837ee148b6d1954eaf6a5c5a5d1ab9abc1cd15 +size 16994 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (345).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (345).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be7961b9b51d3dc0a528b928b1301e1ecda529f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (345).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781b6d5baa5b96dfa027b13b6c689f9a45f5345819d65ae7d4e5a84020f26afa +size 15630 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (346).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abf1c4e43bb01ae0dc8a5996d73e6c1bdb86bb8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4226bf4a862b5ab6d6f8840134e7e8db60128c9cfe6d65bed2aed1fba1255c41 +size 17944 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (347).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ff395bacdef47beff8f93a5bd69fa8b5f37da8e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a98445761eb2de3463fd8fb8e993437ab28be202a10f6066f164bde5b3db161 +size 18251 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (348).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0ac02988bd76cca1c7be2be4961a4b9fb3795cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4ea1309514233e9210c2ac343ae853e5c3a4792c3209e90043512fbd990a00 +size 14488 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (35).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (35).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ef10218b62997ea6bcf8a38fcc072d6c38868d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (35).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c949ebeb1ebc7227ca2283d303e65a4de1537bb79e4ce2aae1437c5297936738 +size 16272 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (350).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78e7817c6a61d8e443e8cae7705ec69340dfaeb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec647d276e293ce67f40fffe049baef81833c085cfffe0fc9f735624cd891a5 +size 12229 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (351).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8aa8dd9a276b756aad4487d2103f37851771d41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1100f18f8d21aba7eb18e8f934985cd4c0da11ef4ff3b87b65d547d7e052b8 +size 16688 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (352).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d6c46d004fffb88c23b584a61d15979a9417314 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a434dd17b7243a3dfcf47737f6f7bc3d4065e1b01fea8feebc21ee93632fc8 +size 16277 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (354).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3b2443486a0e933bfbd76c00a1fb6c17cf138bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a243b0f1afdd2e25e459a198f6f47815328b273618102d54f8061449b5bf922f +size 20396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (355).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2821be69cbf0c8c6fad2c79cb31bd8484c89228 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeec49df9f7b2913913041f4fe04d3995d0d54d3b81aab74353fc164119dae02 +size 18495 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (356).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf38147754051e6c40436275104bdc613581fb97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2d5cea670d49c53489df7c8b4132094c7ab140ba8984702e885f3a1f5334f0 +size 17340 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (357).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f264972082acc3be1230c1e10d3161501e330cc0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43c9da82c1fee85cd02ed02be513f161540fbd01a39b1235c4fdcba86b4f9ed +size 19730 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (358).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6ab20a2c432a1bfa8c02d030137fc2f3afec1a6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7eec590685853625c588c92fb114ba874d1b19da70aebfa5ea5cff8b8be0cb +size 19541 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (359).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e32d64c32e41eed6e51cb403d2e557a92bda8d13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ef8205aff6fee78ae59763b958df8e630d8104bce5728cc11826f8a77c80e7 +size 25039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (36).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (36).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5eb774e4d585952135493352d14e40c442e4e96 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (36).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dee32d78d1da161fc49199011b134f57fc096bf88464e20069fe3b437b69d6b +size 20103 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (360).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afc5269d1d5bca6cebf3295db6bc18558c4fd100 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e25268775de8cc6cac97129a1db4c88f8015c2d9fb5efec3b38f0ba4c8b152 +size 17916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (361).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dfeb75f28adb239960303d0d734b06a3ac5f00c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62e3e715a59007d414536d9d6f9eba53a25e951bf41de3907fa4cfc86f10fe4 +size 15822 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (364).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6cda50df370e0445f5df30e2ff4211b1c24f919 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b47352a57b284ea24c053d0935a4366439fc6ea161c8e95f3939a64ee12abe7 +size 17045 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (365).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e47430ae3f64e9db2be0959d09cf6821e4147f88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905fe145ad7c0f2730439cc9d9da70b9e5e7bc430fcafae75f98f40d2e0a12c3 +size 21571 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (366).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..529ace7cd14acf6c38725d35c80cfe108ee00567 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9dd9bab9875f6819e56402e0eeddff7ff48bb8154bb9ec8e68600071fa714a +size 22971 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (367).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e88b383f3331e0c49c3180d8ee8e390f056791d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45abcb7cb3df73c235ff7de571877f7a77a041c1d9914a3dad016bf3fed80865 +size 18330 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (368).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6efa121a8c96078255058ba924e1198ba47a743e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9da19246b05f9c3e97240b508f2b0dc444397bfa55d8353d15f339cca882d0b +size 20221 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (369).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..595649da21f039ee8aa3786fa6ff24b547ba7003 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4351b8a1871332e65bfd49a596166e24d31b5216eb4c14f9ff6b6ed92e75d9 +size 16291 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (37).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (37).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96cecedb0292e1f20ab5714894588f0d16e3e84a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (37).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0c59a5eb312619925bb4b709ebf26bfa0aa10e597b8e5f26fe44b5c9141eea +size 19334 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (371).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4c84c80636a437740ce6be76d5d5e915b290339 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ee7217330f7f6c7e36b7d74c1faf17379051b575c91d8bfc69541f8f1f0920 +size 16729 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (372).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09275ed6defddac29fb3518e90b760b726564151 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e934cc88263b0cf6e888d4a9b9b103be65ca790bae52741a7d34434a28e058db +size 23321 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (373).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7bdcb662eed4b376fde3e8b55d90bed80334996 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6b8242173bd08fe9efadb6f58e5440ddfacc737a8ca13e595cde6fec623fdc +size 22123 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (38).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (38).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3c4eb5cd3d0135bbfce5b3a48d5b4f71c4fce1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (38).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7faf0df0ab24aa249828298ad353803e1ee3f62eaba0d212c1130cdb09ded39d +size 17301 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (39).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (39).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a3bffa7fcf29520c135ec4029ae8dda38e6bf65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (39).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4946357f0ff06e4018b4a728769506cd41c1f4e569c3ba0469ba65dd7cd86c +size 23898 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (40).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (40).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0e9a4ba0ed7118b8136a15213937a955310becc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (40).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6981324dde15bea0ee24edbabc8c88eead14e0c187650131fdc9e94fe89309a8 +size 18039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (42).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (42).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f28cf38c8b80298814f81792556a6998fe95aec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (42).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15b6f10f5754da614aba87d39757b0568d4829d23fff2252a60e3b89726bdb1 +size 18452 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (43).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (43).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89749c9b8e721626e8e4e07ee56953b05be66556 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (43).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dad03b436ad32b7e26ba472fd28134b88e94622b581e2e351491492ddd83729 +size 22517 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (45).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (45).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac6725a26305a7dd1076ac9345216ecf1fc4177a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (45).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724c0509f01b2b49c6b9e1e7eb4ac91b0db89a9fef95a5e4e01210abbf988ae3 +size 21920 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (46).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (46).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b36a254e285850284abd4a90a53fd6f7b46b15a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (46).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f8cb0ad5fa740b2279253fbe864ad87bce253f9026930ed8a0f43edee51501 +size 19031 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (47).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (47).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06741d155564d7bc13a0e401a61c729c564ebc16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (47).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c8e61a2a7704a216a5c5f333d33216e79cb70f6c3519a99af71d04aac0ea06 +size 14195 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (48).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (48).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b9ecdaa031fc1ccf3c769ec8903bd956a814949 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (48).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c125a3f4a699fcdce9b306145e28e987b5046729e27a93d5b0605247d3f0df +size 17400 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (49).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (49).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31a3dd171c10d3b15666c4e8061d78e46f7c4be8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (49).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1304958c781353c11b4e663f501657c35e8154ec26ff5d7eac9e5dda99e2c02 +size 17514 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (50).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (50).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5244a3ed246f2e0a64a96c4e1199b72b6c2cf2fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (50).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195ca085b90d9c029a54d0f22f7f842fe5ba8b3a9fb92927f09ffdcb2a8050c5 +size 24123 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (51).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (51).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d04eb9fcaab9577e7c7e3224aa3295dc255d5da3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (51).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caebfa4f3ad2d59574c86d6cb39981e2d79142df63fe85d76f9757bf459175b0 +size 19151 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (52).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (52).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ef50e4d1199e02169580bfcefee239c08d23408 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (52).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5b2bdb7023dc4435a851e84bc1c57fc515520fa918e2944cb4e5e6de925d29 +size 18073 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (53).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (53).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58ae2fb11b2748a5d9d7abcdcb471690b2dac54e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (53).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ef2469d68440b502a21c4bd951b79802eced068489bc39b908702ffad3a265 +size 20213 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (55).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (55).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d3d68bc36ccd2d73b47978832c2c5b8fe72a2c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (55).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1aa0a2d4a1260fc67cb6cf147a7a5967a9276aab01df7b7e2b1f755d48ab6df +size 18522 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (56).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (56).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff9920e342b55a0875db92614e3c92d23cfe2234 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (56).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b54bf7ae07ffc2fa46bdd8091efecde371f47b3fedba0c505688462626fb120 +size 19317 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (57).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (57).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19871431b9a897140e8dbd3289cb9499e1bb0930 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (57).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d90bf9fcfe8632f03526fbf3a0665756ad991beb782518f73f4894434dd95da +size 17282 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (58).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (58).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6469bdc4ee57dc63b9d0557ce6c9f75a70b7549 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (58).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b1ba9b37010805981f8d535b8601751e00e2ea74de0583c845f8d727a95e90 +size 16987 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (59).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (59).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a548f435676ee93a7c7a40d404fd50fd6a64102d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (59).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383351f5b8bb80c303a02e6c184e9fae1f20b2cc1c76c433917d25eb5b0f5d79 +size 22890 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (62).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (62).JPG new file mode 100644 index 0000000000000000000000000000000000000000..920144c0b053c6e5f6b5ea30948b1005c386619c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (62).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688c25586ab3ea6626146aa961cae0b9c94d37fdadeae326372569d84dba707f +size 21396 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (63).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (63).JPG new file mode 100644 index 0000000000000000000000000000000000000000..913c75ab8d749e625d904a4ca172b2ccfe5bda12 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (63).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0d28b8bda2172041870a05ca58e9479b21b7a406517301ab53075dcb1cb7df +size 18017 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (64).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (64).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99147b4468466af872c4f4cb9cf2641468e968c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (64).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac09639a94afcd5496d3d8d8eaa342fb6e706beccc1f1494b6c59a8ace75407 +size 20376 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (66).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (66).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98022a206ea35d2b8a2d4e2c1cc128af20fda676 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (66).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796372c5a6e2cc2f57a7760c6907deaf7cda35e2a2e633eba923a164c393ad36 +size 19833 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (68).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (68).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d900567058636a7746bd9c362f9221f94d57c288 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (68).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467986839b1ed763d06ab1ab4f703688f3b6550550b09e8400fc45384866a8a9 +size 14697 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (69).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (69).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13d500d430c1bc31ace6efdca80123f2b18561dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (69).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae15951442672f85480685ee2e9c2c729bf0ebda849f0875bc618ac55e8f899b +size 13974 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (7).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (7).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43f9ba41143bdfdb857690ce30e9a677977ac600 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (7).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d8abcbbcc9959abaccfcbd1e8a0ab37fc91bd275a4d2c4bf101fd2483dee26 +size 19518 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (71).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (71).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cd12ca5744f8789963db5bece59e701be50baff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (71).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0266cbfb1267e9ad96907172d182b263da231a20e54edf4761e0954ee56ff03 +size 15868 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (73).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (73).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33a9d837f408b9eb2cc4885e40740b2f718bbcb3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (73).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cd22db6b2864f9e4046986f9455e3715b1e67e45e147d13f8d4552cdc462b7 +size 21867 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (74).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (74).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee54005fee39025297895f1b8c3be282f7a2c692 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (74).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21f07fb81b046e51ddf66542a8ceb210c7fbf3d18e4a4e70ad3e28ad078e62f +size 17031 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (75).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (75).JPG new file mode 100644 index 0000000000000000000000000000000000000000..664cbc57bed76ac263c2d7e4dd33026f3764f511 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (75).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cbe929f1b27b6f8d37290b004502c708f2a41299df96a75d43984707556a9a +size 19813 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (76).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (76).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09f0f6afb98e073e00a55de7687d32003a2884aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (76).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cf7c839d0a3082c9d9d2c3d9d26701b7ef138dcdbc611cfc6276d3cf52f09a +size 18108 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (77).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (77).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26dc0abdec978e7f3b919f3f6c2300fb8bc008bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (77).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fddaa16055e03c6f7b641703a9cf74ff1f4a6099708b338730b4f4df4eee13b +size 17171 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (78).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (78).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b712d5f2e1a2b427b51ff78abc014b6e9a67f1b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (78).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66eba4405020d8434e31203e665a10b5b3ff83c80cad76730251f352e5d3f7d +size 18389 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (8).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (8).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b989ffb9806c2419c9e8dce4bbd4d11d077269e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (8).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77487780b04b7f71301f5252247e7580a59bba179d4e2373d80ad7ecd326f904 +size 18345 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (80).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (80).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89d487b9631ae0f40f9b07eb6c8201d011b2dd49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (80).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d4dea7175e5febf31ca74abd39a53dc31a4aac94a9da5bc88ecd2781434d60 +size 20667 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (81).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (81).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e75b55815ee564e37e05e000f15f547814086a9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (81).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef0c166ff3e7ab094426ab6b15b64fd53460271b98180915081de57c29fbf09 +size 23799 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (82).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (82).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3ff436e3f618c7aa4a4fd053e240a9ad9cd7180 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (82).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0781d0febbb755da2b5c6b712bb35f5a197778096832d628d0e45c341b4ecbde +size 16735 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (83).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (83).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f4f40a39dd313ee3d46e5937a65448e1705d227 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (83).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c798396ca50c6251b904a348aa37a05537be74aaa3e9dc635239a0ede89b64 +size 15938 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (85).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (85).JPG new file mode 100644 index 0000000000000000000000000000000000000000..414cfb0c28521cefe0ea09ab4a3daa305cf7ed2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (85).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd790dae6ce2a95d970f5eb78cb97dbaedef8b10b22ddee3db2cef94eb359fcd +size 20479 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (87).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (87).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7eb40e99ff1b35732ebc4a2f372bf81984792ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (87).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cad2e3123ea17f5150a99b49e8823b2e4b7bb30f0c4460109bd8b0d699a9889 +size 20716 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (88).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (88).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c402a9141927cd2dd1f18b30f1400fd438351971 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (88).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9698072eed4b0829789a5ac91d8be6bf2ac937b85a288f7d150746ab26887ea +size 18082 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (89).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (89).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad3eba06fc11f7fb85dfcc92b50faaddcd02579e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (89).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c27fd050e136fc8dd8224978128529cf9f652f01cde9080a781a52090954e21 +size 19235 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (9).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (9).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c4c7d241840f08492c3ef5a62dc7a2363efbc4f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (9).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82213419aaa06816a530f1408ca5ad64b43df2c3064166a45f867eb5e2fc9108 +size 15788 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (90).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (90).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ca37299a53e06a97dbc01ca9f6e28c7ba91a2a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (90).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2247ea7f64e2949081f93ccfa5268b02e04e30dc85d55891e2f8ad64000b065 +size 19456 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (92).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (92).JPG new file mode 100644 index 0000000000000000000000000000000000000000..780e2c8d265598a6274fe69dfa305bb9b9c0d291 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (92).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35bd4d796c2ba6a8da2b09ccf455b2aaaa46b9b9ac182d830e05044802789dc +size 17049 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (93).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (93).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d591effdec79f2bb68ec9b927d5822631e51b851 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (93).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0338976882fe4e5894c7e1d6ffe8b7ccc8f5cd29a8240354ed150f6d5edbb22 +size 20637 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (94).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (94).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee52593f345ef496e7eb732eb4c86bae51839574 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (94).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62777017c4406b9fee6f7ed5996c8da124346da3a77e8e93083a82a4fa6a1298 +size 20807 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (95).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (95).JPG new file mode 100644 index 0000000000000000000000000000000000000000..926f9c28047f3e84e4e8c2b838be7a09799acc2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (95).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda0bbe330a7f88832beecf01c8caebd47e10197f984c2f7764e38777fe3d31c +size 16712 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (96).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (96).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea813b894a76cf3676625ec434160a67cf8727e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (96).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ff02ec2f7692e6456826f99dba0a72174273f262c163a4ad5b2b44a9a67f5c +size 18161 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (97).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (97).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a468b0d2d2d5afa7ee044730a42ae43e0e6b37be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (97).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076bf04e74ad8ce9333d89db4459444906056e5ca8df2fd4d36d4c307240a632 +size 14472 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (99).JPG b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (99).JPG new file mode 100644 index 0000000000000000000000000000000000000000..644c9891734aeb1f2bda38f2b03a794468e537d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image (99).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f256e1b4f895b55e76fca3e3d9de42e1d9973ca869dc351326de9e12ef4c8592 +size 21219 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image018.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image018.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86c12b8a8ca4860ed9b5aeafbba281f1c54cf7d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image018.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3183d447bcf9427d4ac8d2ef36ab2e3c441c10b7cbf86f55a5a61c133dc4a6 +size 16213 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image022.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image022.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aec78346e5a43ed109d9d15a677e08a517f7ab10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image022.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1eaac19252fc29b868ce89c2808b5eeb962e14327b3fee3c351657ed06f115 +size 16871 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image024.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image024.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dafdbefa437cb3d5f44b8d0b8bce11ae7c99985f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/image024.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f67c86efd4d32885e40f88f8b087c44ba68930937b56b0c965b861c5c7d896 +size 16158 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_100_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_100_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d365aa474fdbb36937f291b9d8003460598ee009 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_100_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a18539ee010cb3970ecb1622751ab74b20b364857e70febe71fdd5d789c863 +size 16296 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_101_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_101_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fc955549c38ac6379af939cd934526819d89fa9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_101_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ce633039d6adaba0327e1350c5761f9828bf0dda7bf764713bb226ca7f8de7 +size 6589 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_102_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_102_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..202c2063eab05de677a7d6cb3fb9b7aa9f2ad9b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_102_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83819533d94753b52347fac82b6076bb0d34df93f7514bd1895da04964b96a37 +size 19914 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_103_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_103_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38f6eb66e600b6a0f1e620481b9638debd6cb8b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_103_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9be3a0d51c17346accbe892689cddc0c94d6a87fc2057e6a8743800132efe57 +size 22768 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_107_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_107_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52da8095ed91836f8cfea25e00ac424ebe193691 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_107_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407cf906287e1bdd54cfb017bf056502dc77a2d2eeac3fc512f0fdd4157a7a8b +size 16321 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_108_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_108_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43f946dcdd7f79c6913ad2b32fde2e0fec03c64c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_108_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f97457e96e12b917ae089b4270c2358db21c28d12cfc9622dc6a993ae8c834 +size 87831 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_109_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_109_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..940232afe9e181461044dfd23704796e987a0180 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_109_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d6a08a9066ad686891126a68118ec9658b2b7015ffc7fb2ceef7f1e15b2b3c +size 16282 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_10_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_10_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1b787f510224d4d4b491724409f098ba7c3f46d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_10_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3990142bef423f5a8441c6c2f619236c8e2e768fe974a074980d1ca4cd42f971 +size 15773 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_110_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_110_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf25851527f4db0e079b3ad2ff1b18422d42bd3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_110_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1e7e0cfcd7217132c896c34a5992e9a50e433d0c67c07c584165c075bddf0c +size 11540 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_114_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_114_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7163719070c60be80cc31d3dde19be75967c5a66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_114_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd1707e0a889c7ecce4034f41614ed0e1f12f3fbfa4234c4a60ceaad9d2ecb0 +size 24133 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_115_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_115_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4feb4c09d6d881aac46ae4648431d003a145e230 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_115_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227f1d6675786911a73b1bb7a5911399a75923a766e2b1c20d6d33b73c41821a +size 17432 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_116_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_116_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ca7b8183613389c80da99f0140187f91d3b6c76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_116_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ad80d1cba45d343479c0520b0c775e6a42802a80c9a5f070843dcc11238051 +size 17349 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_117_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_117_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a3f23e6ad91a968145f3a0fbb189d13d66f5dcd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_117_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a96e8fc916d4e869366a7f844e08c52932c64d7ef08cf00bc86dbab3021a87 +size 8620 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_11_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_11_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2ee71dcae4d60d5caa042a3b868c66f0ecdf21d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_11_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4956d5d99ac906db1b2e9563d7e8089f2cd86f88ffb3c4ca9f407e612a49737e +size 20325 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_121_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_121_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af4bf19ecf50fe3dd2fc4bc621b3331b778a2639 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_121_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7580a06f7bf33cb96f4d4778e26fa483d5b1e47ba6f6c2fa00a0421557d5e5 +size 17940 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_122_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_122_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26fa7fd8f47180d583584dcd1064a4917a8ce195 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_122_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a637f89b70ec1591f588e3ea14a50bec79c162aec20f4d330387f9c9631dd49 +size 9190 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_123_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_123_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6e0288c58fa19ce2ffbce51e573f81944d2c824 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_123_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ff6cd634300580064bb968b85bed47adc55ac0316c42aaadf9f5305bf48d8c +size 20988 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_124_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_124_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ca24ec28543f59449719168af3c6338a19f111f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_124_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e9f1c629d71c3161232d2633e26ee3f130efc706ab0b5367685a57e74179d5 +size 244051 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_128_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_128_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92633addc93e1789e66813c763306b321a67a112 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_128_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c807f3169d92c24c7b22cb72dd23b86112f85ebafed6716c7a6b0c75f21429 +size 23154 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_129_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_129_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e484b1db9021dd0dc9aafd105c4c1cba8afeac8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_129_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074a38d56666e9ab58b1caac014ae046d2944fbfd4ce31daa6956669843ee985 +size 17971 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_12_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_12_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..061f5cef1f22b736ec0ebf51659b71e58c1b91fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_12_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baec666e00bf076c717a1d11c82ae456f670c209fb4ff298800b39d2a8ff9a12 +size 17697 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_130_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_130_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59d47f048418986637414eb09dc053550a66822e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_130_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c0142f8dd7037f4de00f8dc22bdecd72a7623dd92da9a1fe3d333df8000cd9 +size 20798 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_131_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_131_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26d4f90cf74be733c5ca2cbc859453a1f9458e75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_131_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646fea049fa9bdef8eace439c9220cb9b28b5367469133490d6375c7933e374a +size 20223 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_135_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_135_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92f49bd458c002e2491ed17d5b92fb5ca656bfea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_135_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768f0b87396a8c412f79f69c97b0047950847c61e3e0d503532376507212f7e1 +size 22453 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_136_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_136_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f125e8336ad11917297ad3a2d2f25f4d091a2c2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_136_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7872df6ea814a225f67c8c25c6487f5897a43897967f98bb2ad015896ffe846 +size 25073 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_137_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_137_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c08ce4d90778e02cee6f231ec2fd8d8af5de3730 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_137_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ab17616f49f3085c9fa2e443948afa93378a394371cfffe343031d5573929f +size 8557 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_138_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_138_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..606c10ea21be4ded02edc2411fb99bf11efc55dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_138_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5cdf204b1cef7ab84b6581cd3151115832278b29ff3b17390e3adcd6b703f2 +size 20600 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_142_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_142_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..158bb0ea4337a0b96980ac199d001682758191c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_142_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9f264a12bf42402785acc7357224678ab0470cf4ccedc513e4ffe9c54f77b8 +size 23325 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_143_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_143_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e781261bbd0e767f09d804b7f4ace263e3d9784 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_143_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32354b65e66b401c823548647747bb463314fe777e55a662287aa72955503e5d +size 10866 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_144_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_144_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d37c38396803e7708cc8023023175924e681012d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_144_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120728910b9bf03a70dc012817081ba348f00acc16ea1c626cef8e41febebe90 +size 20343 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_145_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_145_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c853dad2b47859601b538c4db46a5614d2ded87 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_145_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0002106f73837c016b889f84714e05b7539ac888ed7a32f6c5a02ffa82dc6e +size 15571 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_149_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_149_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e14b6ddd9b11f26707ce94a5c39d1e56e532c56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_149_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db6481f8f61ef9e81c9965a3807fabfda05c7174e549cae1b424dd2790784aa +size 20999 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_150_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_150_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f2067545b8503d8e64642f256334bcfb9df087f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_150_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c685d8d8682c8e814601187836c1dc02e22403156bd19865b3f54adc548c23 +size 9466 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_151_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_151_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6830510109069a8f117970ed39868ec249b321e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_151_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b26c7b682b4ddc4ee77a5370d94d1e34d54b4d250722bee32a7500f21dd6c2f +size 19415 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_152_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_152_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f554fec10050e754f7421e9cd724d5cdedf48661 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_152_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d27c9e0c0207f6d1eae91b2f6032afd47c90e4496d279190ddd6930773f668 +size 22457 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_156_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_156_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b44c882fafa076335b753fedf9b95b87628959f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_156_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd72098c9ca3cb3e736959a3c1e991c9b0d333eba5c58a25fe6ce8ae97bfecc +size 20716 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_157_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_157_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44fdfb6b5db607ed2b941edddf75142acbb4c37c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_157_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017f756d8ef413a2a2f72c4089884d057ad144f0720afc9a6789cd67d275e355 +size 22561 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_158_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_158_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6569cd70fba1a463f62c71e61e12ab1a6e2f1fb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_158_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54e4dcc00f5c6d07c445e782c7f5c245ae380ec9cfce8e483f9dbf8324e187c +size 16185 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_159_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_159_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09c6e9080574341a7ec539b70a2e9160498ba967 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_159_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd846e4617e2fb2e6e089afbbedf128c54e01e52ef655cd0aaa77e8f6c39c5ca +size 7819 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_163_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_163_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1c29504e05bacc3f7f5e0a4e92f5c4a2fb1e16c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_163_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19ec3cdfa3e29697fe9079eca0e7004c234c2174508f7764d60983c469f6015 +size 19020 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_164_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_164_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f015fe006f590f7cf342f285f760c81222aa18e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_164_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a055f77f988be615c0eb753cac4416422767bb4b7c7a155633f311c0f19af4ae +size 16211 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_165_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_165_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab1a3f31cdd7fcbddc2cab11cbf1897504116dc9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_165_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f259ad2beaa8b149b98d85dc028bebf1f672307ef3f768712bab87a1bec3f6 +size 22894 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_166_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_166_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b20277bfccf7c5c619f7249e80f34942c87f4340 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_166_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a0fc81667b7b268a5b3d22f03723bd24f06ee0d36964491ee64d06a9a9e0d4 +size 22916 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_16_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_16_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9760d44842972b59bd0fdf6487d020e6b95b5217 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_16_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73b41a63cddd8700d37c0c8d57d63b8fc268f2b9b977b29f13422f70e030b42 +size 18154 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_170_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_170_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..957690abd94a8f3c35ecf127920ee58d34d65b0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_170_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d684d20559a9bb8c5538fef44045658a0c8a761c33996ef5490364e5eb20a3e5 +size 22482 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_171_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_171_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..970c392dd53150230bf3a3001a5711bac1118e15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_171_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e06b8e3949c3a71f0bb6525b41275587764f96fc78be5ee15342a7c71cc672 +size 4298 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_172_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_172_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c3c4cd56d2eb8c12e162d29144f135caf430b44 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_172_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17b6c4aded48f1b62f9cb7c74dff18ebb0d4bbaf64bf2950eced9b25212f123 +size 14583 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_173_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_173_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49a0bed3e6b84398f8f285877100bfe96a901c36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_173_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a675ac479dc545a6f866f0f5207dbf941a90ba07500a67dd79f0303b19fe8d7 +size 22467 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_177_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_177_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51cfb3c29dee22776afc849198c299fd2b789f27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_177_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed1e9f952fa568ea7ac1e96888ecd32b69c8ee1cf301b3170f978285ef83419 +size 14456 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_178_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_178_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e44b861aa3d8473b0b7836de1b4a2fb0b8d1f7d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_178_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2247531b2c9d1944da116da67a147391693c077f5b72e18c11e21597ae391a4 +size 17797 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_179_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_179_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..109378362d5040c778d0b5cec7107b6b73421307 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_179_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6d6b5cb3095470c3bfa481a11d09fe76640754ef86e4a027a79be0cd47dd0a +size 25354 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_17_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_17_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d8cfdfd00db3de900d0cea73577a4c3d4e50010 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_17_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947736d29bbaf5663ece4afd633cf41105737d038fe11f581f5961f966ec63d7 +size 20822 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_180_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_180_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f77d454fadb5efdec9d72ee762adbe500dad479b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_180_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318c0e330c7a20388fb2a7a26d7c65be91f75acafc169f4ded621250319c5174 +size 18533 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_184_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_184_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb7e302d5216ef6dd563d7f8a2bb4458616f54df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_184_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb977698460c963b1f6a83bf8b0e4943c021d9231b2254311dfd7e909771b845 +size 20380 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_185_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_185_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07bd3b9369913922580c1de4541b0f4090cce6a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_185_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5bdcbbf112a56f0ff76987f34ec66a3281a3a57a1c5bee452d2452d1d36a79 +size 21222 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_186_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_186_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23ca1ad35f97ba4ce008610a6a4c067952ad578a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_186_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77502a8cf3b70b5e83b6477d05d1ecf0982c975fd6025284776007490ea8bb67 +size 16037 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_187_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_187_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d3eb86d0e7d86f224d985a61e6d0890d35fb2b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_187_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a68896a3b784046e13f4f50c3b5e8a425385eb67e5877a134116f429ec52a40 +size 19119 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_18_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_18_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a2006b8d98d1f065820268cc35429440e03f06f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_18_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a9ee480d9eeaa8838bc9e528ee71d38653095fa16c007e3d8d3328b4c968db +size 14722 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_191_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_191_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a67b273dd5388f29011a6f099ac6e738e219961 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_191_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5f219cee5dea4d1e0538d5c7881db647dc4a1857cf0aa5757509431b65dcbe +size 20465 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_192_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_192_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80cda651e951f8610eaac40fb7a0d99e41f8b306 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_192_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79673d38af426b68ee4923649c5cba87f28a456fc1a1a479149d537ccf9a60c +size 23322 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_193_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_193_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf199d53ab00b202f9df4d08217cb0dc41704f13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_193_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3a94a20527523f9cb26e36c560e5a78d31b4993c920d08bf76feb2114c9b92 +size 14807 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_194_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_194_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec9224bd7ca5a8eaf67da3e9253d45e0c64c03a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_194_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb30d1e36b744e35301d96410cfa896b6a4ae5b3bd95bd8efc841e7e5a12119d +size 21297 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_198_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_198_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2a355f726fe29c7368d091620060a13dc9007c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_198_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a721af252491090e45077a1657ee7c5d26ab6bbc0e6b38beeca1a3c72ded677 +size 15951 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_199_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_199_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0434b8ac5da873ff37422090effe1e4d2cff9298 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_199_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0574dcd657273a2c3feded9464ea89e8b956f690607f117f13a709539dc47a3a +size 15295 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_19_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_19_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce96a626c26d8d4281b03e1cbfd6683e9a99a0a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_19_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9842962e349a35506f70b230497ba0f1e28bd382c31352e94d92b20ebba2ef8 +size 17998 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_200_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_200_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4b2983996e30239483bc4f27d37706e4674d5ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_200_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0935f5f4be21d27bf3578e2659d26771d5f997c76e1bb5b18ac80173a31f7c5d +size 15953 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_201_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_201_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b434dd74e3b3758d042905ed217cc547d23c6e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_201_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b892d369ca0302906e55f7e4d8398bde3521018405bd2f39dc5463b3b1c8a5ae +size 15346 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_205_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_205_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9d4ae106f4ae10086cafa2aa02096351f257ee5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_205_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76e93181365312918984f976d0642561b25d07ef3d4be053324dcc9f184b137 +size 43564 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_206_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_206_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7205676d3df50808b26423825736a0508f939b37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_206_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df19c4cc339761debdd728d112bef48be0c72e8c51769b5f318c393c0661d9b +size 29741 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_207_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_207_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef8a4b9cf0949f6aaff9bd991d86cc4165eab9a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_207_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cc900f459e8166eae36f216f3d6540db2982d3f26c9c6ba95ff666686c469a +size 208808 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_208_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_208_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5bede8a7abdb7c996fead3ffe49828f8220b3d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_208_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db1f04c108e6d136af644062abe3805461d64c70a9368fde2c0f0122c9b28d0 +size 18249 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_212_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_212_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0f5ed7174a067ed2f9ac4da52bbe050e4e43f7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_212_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2b0239b2f0a8087c2c9923d80f03113d22b3d10771dd0fea793971283e3ea7 +size 14434 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_213_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_213_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10111481b0fe1fe500daec7a1ae5eaaee3adc012 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_213_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b2371ced228e8093c7890691a680ed7d5fcbf377703406b6754e625c29c79b +size 27301 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_214_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_214_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ae8f295c4d85cab35eac92f915e686554dda599 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_214_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33733a9687cebd92f8749409d2ba25a733f12890dcb8d0acbc011f2d7400381 +size 16628 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_215_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_215_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40efabb0580dc383aadadc50129fa0fba5b824cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_215_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0f1714cbf5d42b68a0501d62fbe82343c7b18493c7878d65f0ec4e9ac74af5 +size 155859 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_23_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_23_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c961943028ed0e22564be4928a572247a3dd3efe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_23_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a0b19f201fda9c0acb8a5beb6c3adffaf71c1ff9a232c0e15767d202004a65 +size 12234 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_24_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_24_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d924d20f8aac306b1f79fffa2c319594b6992933 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_24_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac80dce90294aa85e87a79fe90fd98e30e5911ac996c2d2a4dc141bf32a3bf0 +size 15129 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_25_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_25_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6201616b76b82968ed23df84b41f7d40b26da4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_25_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed6ba6d8c370c6e7516bfa9aedb20db48f81d4854525afb66d893f59e93bc5a +size 16520 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_26_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_26_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cedee547ea888679f7d7b343836f6f5624b82c46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_26_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fedfa394a9ac4650d3301be710f0aaf26ab3a29a40be94b572271183a126a8 +size 17658 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_2_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_2_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66dc300cea6e9b99438ac48e6e7c1b87799ab3f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_2_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561f07c7061ddce8085e1e5fe1f0f60592a855196fc9dd38808fa87e09cbc9a8 +size 18570 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_30_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_30_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2dc2be0c0256b3d87433451a562c12c06147a081 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_30_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61691cb80fef0dfc487d2cabb46d5c671ceb43cdcacb44a7a9c3e1e40b8fc35f +size 21060 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_31_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_31_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c51243826071108dcd4eb9b56d104ade093469f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_31_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad5d825e723104a95bcf5acced5ce35114bc0db58ec12accd269504a892ab99 +size 5834 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_32_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_32_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0f673fda3c88b0df6be82037e49baf5a7b0e7cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_32_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067d084423f2b776c4fae3b3566dfdd1a8a5bb4b9f5c3bea535f720906ae190b +size 22072 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_33_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_33_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2ea808297977b88142f1470aec42eb85a8b1444 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_33_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1945b711bfcad41f05b09dc0461254e9d811a8bf50ea60c206c9f8c5abd48776 +size 19720 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_37_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_37_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95d6a320bdf57d0638b8796d65eb6d415f412153 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_37_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62ddccfe2727fcf706b6f6785c805d9e51a95c3c6fedc600deed8dd1706b1c2 +size 22418 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_38_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_38_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0503571004b805133a215a5cd77b89f31133a62e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_38_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33a6eb4cd05062e23b9d5152ade1822dc84809340071f37bdd17e2ec828067a +size 17084 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_39_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_39_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdaf5627143cfb9b63a6e83c51984e16189c99d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_39_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d91aae5d559fdbe12a51b899003559937bb6edf4f04fbc74d6ecf203b4ca22 +size 17575 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_3_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_3_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..107d17d252162d36470dd836807965a443e207e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_3_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735f6f04f1f8e93e702eafd3a79f9b1ee8e32fae1304440a897cf7761bd5f28d +size 26861 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_40_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_40_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80046664fa2e9f3cfea278abba58b5c17f984ca9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_40_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe313e683a2aa76520735d59ee48e75022d990296c662ce51c0c331c0df05c27 +size 16740 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_44_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_44_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5219d3671091b7d2d19085fc07e31c359ec12002 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_44_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adaa0b327426403b8d12d29572178d45a73a981dcdcf9395a2fec3046c87a708 +size 22965 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_45_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_45_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3e553c02c0b507fb442163f763a94d56eda9c47 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_45_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42e3c343078a83cbc1e2e9c5457ad7f93d12b77f5e439f98371e2e13ff74135 +size 26124 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_46_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_46_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47750bb1754c7671474d69a4e8893ff53e2e8b4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_46_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7f73daf45bb8526697025e9d84cf2d4c841653756ed9207b275335e592d305 +size 18194 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_47_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_47_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b100bb62c4f81834456771367c8b19763020d64b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_47_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69d51e42dcb4d57d644557716b157b878554211c8ab4a3a750281e27d2cca2a +size 17541 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_4_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_4_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53dad45bd1ef80d7ad2f282fda6dbbb3df736d17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_4_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd210b38fafd47c79bcbcdf788ae6aaf9242378b5ac70e1ef19e2621f5515cef +size 14204 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_51_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_51_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca7d999c526a6ec724f50422183f55f95075e51e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_51_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdf7b4296c0d89e2fd261c0bca00e8f436a6d7ebad4167c3e1923b14d2e9856 +size 15811 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_52_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_52_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e04132cc32b0eee320595857c68fa11914ec7c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_52_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c21f7c66f1723d5494f03c4e8a100ba1d8c5875ead2d60740fb3ffff51534da +size 10271 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_53_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_53_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d3e87fcca2ddadca1a1bf00776730a50498f693 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_53_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259a8131323107ad29ea8b9d211ad3b974de34a1456d786c4ff6b3a4baaf74bc +size 19530 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_54_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_54_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1964d5a526b3e564d249dfcfee3ec315fedde219 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_54_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f815caf98fe8de236cf79c39ac6c4079f4d2007641ce8c153937eaf0964670a +size 18118 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_58_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_58_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51a4a530a9eb61586b5642bddc686c78b90056eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_58_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d90ad811f82a42fc128425f7a69a870815ca57db212e72b28df3c94f977cf0 +size 23806 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_59_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_59_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c9c97618a70be65a3bacc409f63c71524f1298e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_59_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de49544a9fccd62513fdc9921e3955da52d5a01f596f763b8dcd8859cac93780 +size 27973 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_5_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_5_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..837bf1c2e753efa10ef66a6a757621956545c2cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_5_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6e4a0e9322ed1f050fb128c04cddc885bfd6b82d8d460c86168f4c5c474c60 +size 16766 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_60_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_60_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64c7524dd726ca928d7d90ffcf31f70e376f2786 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_60_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df566535cddee36923d05bdb987feecd4e7988e4463b58d12642544f75a6b375 +size 16683 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_61_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_61_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83497f9bc67cf860cf23a1c213de920be40b665a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_61_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724c154067b245f0adba1e25ffc232a4863a37abb0081d5595e2d469eeb85c33 +size 21022 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_65_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_65_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cebe9dce5a3a304b9e3bb3ba92b47426826ed9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_65_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8878ae55931ac25c51c985e2bd7fd9dc7a55b31e84623341448e73e6c9ab67 +size 20263 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_66_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_66_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa165f06dc9a4a114b841451850ed9e85a0ba465 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_66_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479eb162bba8f6ba74cc4161ac6ec03236eb10a7e4ab0c79d9bcf06a6e5d30c0 +size 17653 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_67_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_67_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c4f45edc5360593557478dde10512daf33270fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_67_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e1501a14bf73f5490063cac512b01bd50c783e163da5d79328cff2009d1ad7 +size 19868 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_68_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_68_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7bcbc03f62542558f73eda01e2f68c2d87e7093 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_68_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6a00c50de4b7c6dc3217262faa4611855437a6f2f4cb33c6dba306247df2dd +size 22912 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_72_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_72_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d0634ccd2cda9f5edc0390712563add9222ba0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_72_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b008f6853bf8bbc695580eb5f7c8bef9c2233dc60f8edd9a956c4b70d3ad76 +size 38917 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_73_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_73_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18701cd6a0455f5058e9e726babc4a806906850c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_73_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c173910941cb1708c3dbb66f4ad536af4f93bce897352e22bdd313edaf9687 +size 25486 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_74_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_74_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c371e57009cf90908cfe9a4c1c42c742fb108fac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_74_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bdc3c2e32dc15ced88c5672733f989da700c362f93737a29d0b7ee2b45d6d4 +size 22557 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_75_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_75_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67bddc0c391b8a8fce4cef5589706c0d77ab28de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_75_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1494867236d69c98bdf19937c3273681cb27055e810555620ab9c8ca224886ff +size 22752 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_79_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_79_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61c3354d7a0ffc4816a37b6b9d56a22e148d02ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_79_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cca48d44f0699a1d27beb1868ad8322dea0c14e20d306a58e86104d355aa5c +size 19840 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_80_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_80_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ef4e1281ba3f5cdd08cc9534a4829ae3f76373e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_80_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25237d5ddb1662011640e347021a1e8d72f12a771a60b724cbad0252b0e8c29d +size 24528 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_81_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_81_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cd43307eb3030591b70d32972dbf40b825a4827 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_81_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee3ef28f65117f901e864f50f6488efeff6a2a2c2684211a9d5853799429b34 +size 18350 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_82_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_82_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09ac806b06785efff6748032e466d3abe2c02934 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_82_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5559fa44103b8a25e1e6107692fa7272258edc89092a294a4644ab693239f6ce +size 18139 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_86_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_86_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed4c0d6baacc10b859f3139aa6f53d9654878e94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_86_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a201996a1971a1b5e5d0b33733208513cd07d7713dbce5ea17fe527f6e67623 +size 14651 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_87_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_87_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec73ad59cb0f46dfa1df1ba1a4a6d2164048f38a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_87_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b13f3eb7b1eb969a4cd6964585361522a2e0384f8a52f8277ae264fbad0de1 +size 22665 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_88_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_88_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e323e478677311bd22bbe4f667847e91d2720240 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_88_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36369939a4004e8fd0f573cb041181fc7c758977064cb5d1565255c40a075873 +size 21224 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_89_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_89_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e317ca593b1f02203f4dff5ab1401b8dbdae5260 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_89_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418f93ec3dc6c7f21e0cdbe4a1c96952a2ae118039164bb14847b2d6b18db8f3 +size 20109 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_93_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_93_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8618fe120a8064f59fa2cb66230063ce9b5d5cba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_93_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117b80f0d4ccb4d6560cbf5bb95daf96177b39c8d46c66c13cc7fbd690d33240 +size 20696 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_94_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_94_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b7987a9074f03455b657e74301c0e4bf2a7572f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_94_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c027954ca8d57a95795e0246cad7d8a5cc1dbdc6916446c1af2ce05d20457d55 +size 18216 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_95_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_95_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99244ae78dd4a811c1c8cafaa3c2eb4db0df4f17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_95_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d20aa7694a2eaf2959c8f38fd67997c84ddf803e8ee7cdfe16a63948475d53 +size 127722 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_96_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_96_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad0224b8f0e94674e9ee9723297e803ab44c9a55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_96_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffa1043ff6d4accd53d202221ccf5f9ebc3d9c05b7d017ad5a5cad9a714c4e5 +size 14868 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_9_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_9_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38863a4f827bafd753bb90d403b32c92102682c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_colorjitter_9_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731ea002e6ad9544d91e9b84c5e8d26f0eeb5c1f102939cc4ba06aa72f1d69c8 +size 18063 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_106_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_106_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a52aea92871afbdb14e13ef4388852edcab8280 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_106_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebfe38538e180b8d99b6e3372a8ac7f0d2ca9cd9283e8deacbb744ba74f5894 +size 19832 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_113_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_113_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf1e581f13bf92c721af303511e59ed18de385ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_113_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90af516d0cfd7ee7374270b8e1e15a9d13afbb655c0a1108d423ed55fed6f55a +size 17541 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_120_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_120_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad80cc73a9d759b5b065536f1b37bb31c3f328fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_120_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794a0141da00581d02d04d6ccfcdbee8be8d404fe6407bad64b95c585f591599 +size 19967 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_127_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_127_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..066762f31d587495a47e54b085a5c3187529d0ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_127_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec465a390335de8a7e512e002dc12e755d2fff3e634980b67d16072f0cfd7d79 +size 20909 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_134_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_134_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2165da965746b01a9578e46fedb00f490029359 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_134_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1b4cb0ed79dae2e3745e8c1e5f22521b29b07e933e75ac645f86b5988220a8 +size 19135 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_141_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_141_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8244190348acee36f05261fa9d0b39eeeb509a46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_141_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952a5912fbed80458e675ade20210b68e8ccb182185d78ab99cff9f89bb7490f +size 19373 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_148_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_148_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e705054988179ee7ce4201b7816b8e7642402d37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_148_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a73aa3936437d0293dbd635688c0fb1351550a2b485b5b90db00910bd96835 +size 17617 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_155_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_155_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a28ff24457849478935baf41083a140d7dfff3bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_155_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62006bed8f55c8fbf7ce1194c4ea748a3c78a94bbd4fbbb75814a8cf6193971b +size 13921 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_15_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_15_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c35d06857a9a32a1ccf19d09688cb536e820b1f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_15_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9088370cf6334387f25d377cc2a6b86b4d67adda5d0c9206338dd53a350640c +size 17361 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_162_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_162_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e83adf35ccbbf826c4b06eeb958a211f35b0296 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_162_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2657f11a6c0a6d3a37c5825d5e88646b716ab082cfdcb74306c15e36e12c0221 +size 13334 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_169_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_169_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3342666f3a2a1e2dcf3a76e7c12a16877c40eff3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_169_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869cf4957b2698468478122c2252face6e397df1d1f50ed8026ee8015c7d0cf3 +size 23179 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_176_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_176_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..093b8fd9c2e40bcf5f0c91d4ad757ef508f6c6fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_176_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbb753bcc03eea5b12a1bbe895a223dc2a60f8ff45ad232e23735aac6953adf +size 19264 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_183_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_183_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5438682e4015af818746fb96d5e72785afe6c3db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_183_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceded9cb762978d39fe1352db5bd1a512aece42da5e943b7fe6f99b3e54975f6 +size 20739 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_190_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_190_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd7138df139b31577754310cb1e6f385af7e1bb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_190_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e8bc253ba1683c305e12af14fcab7142b0e895345321b30b531dee6cd26aaa +size 22935 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_197_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_197_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fee6563b6333c7e2cc7a1b4f34f8c805c2a4b735 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_197_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1450281f1c5bcb109223295362add62b88d989284b12f22d0f180602d366d6 +size 19358 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_1_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_1_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0aaa2c4d6248e78888e8c87b76db6ff00a0502e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_1_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2807fcb0bcc517cb251d45bbdb412c578601b104eb46e5859b76b25f70d101c5 +size 20679 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_204_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_204_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19ef516d39422c716f09344cb4b3e8449af29ecc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_204_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0461e280afff43bf0c377509e78bd484479c8261279584767074ba8dbf6deebf +size 18805 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_211_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_211_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ddd04366f2cecc8a50ca7b73260f6a010459eba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_211_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8d186a7da2d5349ae409818835f9f2f1635237b0c37e604d9c1845e440fa65 +size 16751 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_22_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_22_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaa561f6ef9022e1696bbe160a4178dc858161f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_22_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c21cce5931e8ab26e5afea22c227a6c4332d9ba2bc5d5487d36e0a98312c3e +size 18575 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_29_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_29_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..403010da0d9598b58be7ce21a6a2fa1bcb234961 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_29_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54139afecdca8c91a91c519c6411b8129836629b055f7300385539cab1004458 +size 23068 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_36_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_36_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d95292b045f8b15db7afbe079288a7450a7918ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_36_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0e15e99ff82071f898b568fd04843823791bdd16cc7cdf83641c71f910767d +size 18162 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_43_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_43_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87284788bfe4bd7ca16da65e8c1b5af2fece56b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_43_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25231bb3d92f960bb30966e7ae5b8bd3b1a4dd0526f337c6ebb1c78dd77dc12c +size 16323 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_50_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_50_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45cc992dfafdab3129fb2d3bc721a19d17f444d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_50_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aad3d3cf35558e046381f7000783cc6f3af8ee883999be0c6312952b14d529f +size 14686 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_57_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_57_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49f85e8364e5fd3b6352cd76318f15c30f55ec4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_57_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f241a7cd9bf947472044f39f565fc015902e5283e1fd4c9126a8aeebd0887cac +size 22472 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_64_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_64_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..093b8fd9c2e40bcf5f0c91d4ad757ef508f6c6fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_64_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbb753bcc03eea5b12a1bbe895a223dc2a60f8ff45ad232e23735aac6953adf +size 19264 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_71_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_71_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf8bf5479d77327040a1a6c3733daab6c4f94968 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_71_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c8ea93a06704027113ccb546bf96ac70d4ddb46f436b98667977f82ae06353 +size 18580 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_78_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_78_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09bd81bbc9604b65506e5239f8b539b2d8589d08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_78_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd4b3cf1e01d06076eae6bb876770ff9c2fc1ce03fcef7b12343ad7c0e0a521 +size 20813 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_85_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_85_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95b8f9fb4d716be9cddd62173bfe7a47bb49f2c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_85_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8599d2b8bdc53dd7b9a773b8e9c978d43b978ace5355c3b900130cfb6948cc2d +size 20625 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_8_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_8_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2701e8c25d2bf6909da20db5809456baeeed06f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_8_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fda0207d703a597ad155eb7a23e5e705aff77a5eba0bdfa3aaf048a1b80903 +size 18186 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_92_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_92_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3431a4fa159e3d2ce6301072db33335144310873 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_92_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54c478ef7600b31a0e59dea0ca6fddfb652ccc9a9cc3f370c4bbf5106918d0d +size 18039 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_99_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_99_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7857dbf2931a39ba55bc363567a3cef495a72c78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomhorizontalflip_99_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bd0e0f8d67315a8b2a5341f61f511678cb978080f331d978bae51d373ea617 +size 18221 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_105_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_105_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9cc8b07d54d96e742c5abe9a7b7aa995c44fa92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_105_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efef04cae60eec7416dd06bbdd0ca928084421da1be1986bf83fcd38faa2d24 +size 10613 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_112_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_112_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea50172439b8ac4180d3d9b940818a00d78a65b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_112_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab0e75f096861960d21f6fa4f166ed402bcc6a03f1f2f0b794deecc66c63516 +size 13560 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_119_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_119_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfd3d83c350202c538d277b61effdd7900fd1036 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_119_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f5f9118e34932476b8b50e64da808881d2f6d964c870683502af87a4e99dd6 +size 10794 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_126_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_126_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7ba96f708384b7a8895a23eda4e203c8ee21adf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_126_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b55665c651b8345ee93f8bf7565c13d05c04c290185fdbc2a9de899f997172 +size 12027 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_133_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_133_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c1594df38d8961268cf56fb4d5ac62e7466f505 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_133_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ebb995ce337cdf1e3cedd903923737610919b63fa6fdbb0261b01049ece90c +size 6876 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_140_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_140_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc1d924ffc7af13955538ba6143499414994e485 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_140_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c745cdf84a123180a2d25620312361208ddb228bff98a7eb14c69c2f9fe297a +size 13773 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_147_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_147_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea8cf8f5de455efe4a9f5e8562a8f23c39c035d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_147_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d48624a36feb97e1c37fbe41fde6f068cc6d8cf6a9d16b2c401ddeb4bf8ec49 +size 10402 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_14_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_14_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e529aabd506642c6e5c4af4b2843da1eb15f81d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_14_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11a19c7c07383fc3deabb07ef674b72cdc4e7e07f716646374a3f5fd183e04a +size 10699 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_154_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_154_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..696874fb3d3ae2ec54da822246751845291236fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_154_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d6e23d7f1b78b70bd8a6d92591e8473fc1546f48ddadefc3ba47d052236718 +size 10912 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_161_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_161_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7c89f87ac6fb70894652e3ccfc70c18b49dcabd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_161_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579abb0d3f42897036d6fc653115ca1bef124727b659e9b2271aa40c77f7e907 +size 11892 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_168_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_168_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aa2e9ffdc715b2616450153e756bfdd74b38429 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_168_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5ca4ab57e8bbcd8f92a7df397e6620a7a2736042cceb21b88b7b8c195abe2f +size 11245 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_175_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_175_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..016b55cf34e92ad6c1118440900a6e926b886eaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_175_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03d8d10e1048af4c2627a94b784b454c63161d6fd83808a2377ab50698c6693 +size 11016 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_182_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_182_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7046e23df79975cb1007117e87556de508d48054 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_182_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfc1b76fcd6337df164af84d2cd0ec95471acb719c33eb71cc15ba3ff818507 +size 9913 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_189_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_189_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc36e790bb5c02a852d54e7f3141acc84f4020bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_189_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ac756b99c100fbeb7931bab0a01369fd3bf74a240377ccb366b5fc29bcd629 +size 11692 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_196_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_196_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d93daba7873664d5511906efb62bba8bdaad9ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_196_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16354393896b13dfb952311ac6242d3a9324d07c399f8e5e19b5e8f294d0f372 +size 10503 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_203_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_203_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15bd94770a02c6ddafae13170e19501ce59eff22 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_203_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf2c35f7e0e8b4bea7e73160c8a3fbaad1a03fddefc6ef107fa354f7675e552 +size 8563 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_210_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_210_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1f3bdbc585eb06a92f00b55ee249255c1776e61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_210_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c9f3c5f33f42b6420f92f7402e0ed61b55bd3431509946e62ef8924c32b6fb +size 12149 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_217_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_217_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2ac6e70969e63cdd5e7e4642ee7dc930b90787c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_217_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac5354a3f41dbf6764ee4216e77a4fc37ef6fd860840946ab8f55cf90f8d2ed +size 13842 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_21_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_21_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44cf3156c8077e6186a03e1c922bcdd6a2a56dc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_21_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4bfabfa73886534d9f33c2b3c3c59aab972369dc1763e8a35e3b511a99a434 +size 11837 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_28_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_28_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa209a290c652f2ca01b71a3e2720034f846a29c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_28_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0bf71102004b4aca34cffdd32ab61eeb65a67bcd55557155f53515e8a3eb089 +size 9948 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_35_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_35_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3704f8fc19512b2c68318ee835b5d3d65fec3c3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_35_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732a08aff90679b4bdb8a87f829209de2cb8d5496c991d63bd193e710b9ce969 +size 12926 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_42_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_42_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03160603a7b51928ecfa947336abe33416af7d7b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_42_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f75fa5416503ae03928e3e27183e4cccecc408ee60d1cda3e9b6b48ca4a7fc8 +size 10141 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_49_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_49_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36ce415ed3ec11daf2849d6cba1ba631e36332e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_49_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9dc19b9251dd8fbf4a0a115f4a81550de0e2bd602873407cd7669c6761bdf6 +size 10498 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_56_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_56_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd6e9857a5c1f83a6f7f9844a53be6833c879e45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_56_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ec27306c457525d474cf627c00349a75efaa20c6e958b29da65ae37023cf4 +size 13636 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_63_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_63_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbb9682ff135f2e91f419e728251ea64306e26b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_63_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c8b2a88b7458b7b727008e5d22e0daf02bde3c166c485ffad47ea011a777e6 +size 10335 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_70_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_70_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d6928b41c64bfca497360ca9ef17b9b9f27ca08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_70_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59d411a1e6a4c40d23f57e23c5dcbbf63eb6128d82a8c96653f13477aaf9ce9 +size 13394 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_77_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_77_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18a80eeb10e8fb08efb10559d0482ce1284038c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_77_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fbf4d01441b7581ab9cf3d8552277d6fb8937ebe52fbc57ed3f5acfcad5ad9 +size 9999 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_7_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_7_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1274b67931e14735ea76875517c18818dcfc371c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_7_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7adc2cc4bb9a89a1d6b9c5437fca8885359ff6f29ef07880ddf5d4f2b2dfb3e7 +size 12826 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_84_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_84_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..606ee03010208621fa391e49ecd69fd8135294c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_84_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7305627f3e6a26f639e61d5ae384d9aa197afd3c0faae2bade2106ee553c4f +size 10162 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_91_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_91_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdbf96c8ae7a6aa3ee97d1751a80c36f6011e5c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_91_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd7fb15e79d5ab2919ba9ca4f649b6e532f5ecf77d505c756c960b159396ba7 +size 9320 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_98_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_98_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e5f614218c317a336b8a8a961968163790e8261 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomresizedcrop_98_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c052eedbea8e64f96fdd172d5b1d0a333905620b105215044ecc07532acb5f +size 10653 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_104_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_104_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..644d154c1cce34d4c7404515e187684b3b2318e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_104_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813b9ca28a93d3cfb3553a326c1d2d8f51ee1f750eef81735beafc39ae45450b +size 15626 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_111_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_111_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f884b842a4b03ca1edcf7a1c13559ea7c7b16750 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_111_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca5f0e177c6eec12bfe6657e63d51396a120c586e8d5457de31ed1f2c0a83fc +size 15222 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_118_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_118_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86bb8e9353f76d1f858b4ff0d7d42fd897872ff2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_118_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e091d128bc70d9ebc4c2f716bf967bdf964b7275ec5c7808458ea78f56ff24 +size 15946 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_125_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_125_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96893deadabf0ba46965710cfb90f8b3aec033cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_125_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0edd59ddb3f24b514f5ea8b49146f81a51055d3edd5e1f7deca73d095d12dad +size 13620 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_132_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_132_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3d46a080e6aac54023557cca4be8f688840dd9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_132_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c28a5f8362ee71ef9f79003ddb3e0f551c1511f413ac1f4eb1f14f286df56f +size 20795 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_139_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_139_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51073a08d4849e079661ac9ae2a3d6f6221e64eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_139_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db91644e13986d8e92373382916c83e047a49540fa766f1a22e5807f255f251 +size 19586 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_13_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_13_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..819a1f0a7e174ce5eea56208505eeb252189e89f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_13_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f661a37d5d772fcfc8ce0fca57dd83171dc3a462806ce501443d99a9ff27b777 +size 18966 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_146_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_146_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f702663254eef7ed20d24c25ba8cb4dd9b025498 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_146_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9d37b7d7624c162046185b2432d54565b9059111e4ecbb6893e2c5bd8671b8 +size 11432 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_153_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_153_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aceae9c06cba8e644ad5fc908eb8b1d11752e7d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_153_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca979741b45d9891af27fd9028629949277bf6614816c65e1215c980d732d8f5 +size 18233 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_160_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_160_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..515bddf61a04b0cbf4a284f9531f1f4d5ac5e464 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_160_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9477bbce8e752f45000478c582a292ffed32b9bb4a60b43500b1c0100ce2581 +size 17638 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_167_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_167_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48fda4d3b08c44613dc5d0bada26e47a70d75745 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_167_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb9a29a9349518cea1d013d44e1c2fd0b4c8d7c83205b42fc5f1bed7036fbec +size 19137 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_174_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_174_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef197e9e2b7a4e49a2e2d870cf8b85ef472498bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_174_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f446a3ac252757b4e2eba4a2e8cb029f0cc2400a680b66974cd299f8f96343 +size 18037 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_181_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_181_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43d9cfcb0f7b9265c50b3724902398be27ef3879 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_181_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e8e262014115156d989932a9a6929dd3a27a975add9978355c2cccee342b46 +size 22311 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_188_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_188_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7fbb49d8a339ea73b115e934bb5a9f56c9ddfba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_188_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfcf1ede79ae30770f0e4f3779272954c5a1dd151a15c3f4d7ad04b6bb5d872 +size 17116 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_195_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_195_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68aef9214fa8c20d07fb4f6b7d6f1468b4b4b20c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_195_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ce85d3c2eb57f940c0739d4db017cd588390fdd290b3213dbb64062f0df74d +size 16638 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_202_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_202_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a2d8226954fd18f5c1c3878c1627f1bbd693266 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_202_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b46101ca98bb9d6f72f2b49f45d3272e796c2f747bd78f985593154fb1b2eb0 +size 125587 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_209_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_209_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7092385aef6f87d7c678d4b2d72049bf01e67856 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_209_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8fc3b457f534b62a8bae644c693ab669c3bcb601428540a26039959923023c +size 8060 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_20_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_20_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b34aad729a39f2b6ff674340eb04c7e9fa36ece1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_20_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793f4b7845d80c2281cd01709be5eaac8e695910cd23acca204537bddb68cd86 +size 18038 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_216_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_216_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13ea99b145953068d492ae09950e58d5894ec60f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_216_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492d64325ae927ff25040643a035851e75e7d8dee570af9e7b473b4154d32459 +size 19032 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_27_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_27_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9062fda5d62a1b789f83c0801d4494a7df2e66a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_27_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55792222dc374575d8ed10f34e0c4769f754f927e0db39e2c4583abd262a681f +size 43275 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_34_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_34_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88f4b11002fb32697a15238d44cd557927959c9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_34_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7fe64c762abe1c73691ac688838ac9712608bc0fa2ec462c84cc020d8f5a18 +size 26339 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_41_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_41_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fa4bc34c3a9119b9ac6f058c8cd1d8deb761ffe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_41_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa9516b5e77735d9e80f5964595e659b8fac150ba88f79ddfbfc8303e5f65e5 +size 16422 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_48_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_48_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bda2ac68d100ecfddc39363ffa5e593cf32a3a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_48_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0f9fd044124d40301722e23241a1fe242177ac90ce72f775c39ede5ecb91d6 +size 16430 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_55_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_55_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cde4432d614f70eaf45e8f83fa68ec6db567e67e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_55_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b9de047d56d1854d60ac28a28a9bbdd5d58b4424b805e028fe219303a07c9c +size 19271 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_62_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_62_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5ba1a4142a86976cc86939db8d51ce34c4a53ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_62_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454fa10ea36dd3abdec53e6daae97d27e8aa811f4afe30b55e297f60ac5be7e7 +size 17347 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_69_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_69_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..747b2573be054050ff1de7df5326d4987b6de848 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_69_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6f9c4d88a2124ae3b2cefa0687d7158fa4f9a2910a867f520f8db62ef1fdd3 +size 17578 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_6_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_6_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a559c85e8546ea0fddf56caf2121a3df12f2fc0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_6_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e44dcb3c69e36b8ab7670ec201f2fb6374266521c694939bfe5c7b2658685f +size 18559 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_76_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_76_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..658bf52f3224465174e4595bd0ae37aa3a2d5929 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_76_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3accdee8221b6e4a39cad6182fb44c6c9cbb9960d0ec47cfc46ec056c71ea4 +size 17888 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_83_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_83_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0da11302e37b3251630629f3abc884bd54c816c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_83_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3d4cb0edb36606bf447feea17cf0391f0ebb5fee5e4aa5b4e2a68eacf69305 +size 15680 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_90_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_90_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48fda4d3b08c44613dc5d0bada26e47a70d75745 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_90_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb9a29a9349518cea1d013d44e1c2fd0b4c8d7c83205b42fc5f1bed7036fbec +size 19137 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_97_Tomato___Tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_97_Tomato___Tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93b6ec5d10e4c920679bc8630babb4fb718eccb2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/img_randomrotation_97_Tomato___Tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fce50e251b0c4ad80a6b36334e8534284a93b5a39628b5fc2e5bd7615780bf +size 21490 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/mosaic-virus-foliage.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/mosaic-virus-foliage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58a8306eede9c3261641b26dbb2b2287dae48563 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/mosaic-virus-foliage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb579582240fce42338f4de48b6c73df73f190909d648af0a401ede993c5f3d9 +size 68432 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-fern-leaf-a-symptom-of-tmv-cmv-or-pepmv-virus-on-tomato-plants-h6ey8w.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-fern-leaf-a-symptom-of-tmv-cmv-or-pepmv-virus-on-tomato-plants-h6ey8w.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbc41ee423bc7b3d4c8b5288a20025362f3e8832 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-fern-leaf-a-symptom-of-tmv-cmv-or-pepmv-virus-on-tomato-plants-h6ey8w.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963b5bdd274ff1e7eac1266c22c1c9fcc0206b5e1363c13e4513655b0c5c27a3 +size 51540 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-leaf-herbicide-damage.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-leaf-herbicide-damage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ac87d866b4797e253dac246fb92d97bbffb7fba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-leaf-herbicide-damage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbc915291c7946a498f59556998d9920505ac61d6be54136c7a405e8a90d755 +size 265828 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-1.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c30796c07f73a126d40ace5de36285d5047a5172 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced9a9a45f8c00063d3c8d62b1bd406d2fc4adc8638f087ebfa48d15c8a1963d +size 29573 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-F0BA26.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-F0BA26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef0dc3b6c263a64301f239ea373e30bf0a093311 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-F0BA26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8376860b7120200152fe6e8733b202ed6c2f585b9561a0222045044883270b6a +size 151722 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-559799638.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-559799638.jpg new file mode 100644 index 0000000000000000000000000000000000000000..013a95888f8400f6ac4542618477692153cc253e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-559799638.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a14312d287d8547d2107ba4002cd898938cf506bb49d6b8e144dc1db6d737b +size 36189 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-625499771.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-625499771.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bfb80c04b2cc7fc53de8a59aaa44cc628d2d146 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-625499771.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46eb40c4f332e830bc8d159774b2b34984313b084889b0a032c6c71582edf14e +size 26142 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-625499780.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-625499780.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7fdbe1ed850423021d76faa1b2030d987266330 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-625499780.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa65fac0427a9ab7e5a7b3765c2dd44c10b2557799dcdf10ab7af244b6cd9e8e +size 26388 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-leaf.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb6088975ef58a1dbc68cc42f14d86cc219f47a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daff886c16c22489d7fc21cf10a62eec5dd06d41b68eb1426449a77307b11ab4 +size 40934 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato_leaf_curl_ND_on_luffah_KC3701030-3.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato_leaf_curl_ND_on_luffah_KC3701030-3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3b6feaaf5e131d9264ea64376ca5935826acea5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato_leaf_curl_ND_on_luffah_KC3701030-3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06abb18e0d50ff3033bfad357f0ba2ddee85f27f0f40127c5ff9a2a19ed352b4 +size 36098 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato_mosaic_virus.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato_mosaic_virus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21a9470e83cae8013a7fac353899d8689cc39265 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomato_mosaic_virus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a136af75b0219869cc396ef374f28c8ff0fc136d15d5e715342e2484d22f45 +size 111506 diff --git a/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomatodisease001sm.jpg b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomatodisease001sm.jpg new file mode 100644 index 0000000000000000000000000000000000000000..257dc0d254583b0cc76692f7f57571f3425d2033 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___Tomato_mosaic_virus/tomatodisease001sm.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b60589d77d5417f318a56edd9e9c32f0396031fe760dab43837722543a69306 +size 240549 diff --git a/dataset-tomatoes/train/Tomato___healthy/003.JPG.jpg b/dataset-tomatoes/train/Tomato___healthy/003.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35088fc5c632e8cb66458e1ccfc39ef4d363c8cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/003.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b070fe8ff66dc8071997ee06f13d31ff5bf7c5348eab09a9f5ef39b76861b50f +size 317946 diff --git a/dataset-tomatoes/train/Tomato___healthy/009-e1373768789869.jpg b/dataset-tomatoes/train/Tomato___healthy/009-e1373768789869.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5390d6eac2ee62c519c125b03eddf27a3ef71c24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/009-e1373768789869.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c48f1873998fb9ea1f5262bbecf6271dc142c5fe668fa4af7c5df4b5186710 +size 219260 diff --git a/dataset-tomatoes/train/Tomato___healthy/100_8283.jpg b/dataset-tomatoes/train/Tomato___healthy/100_8283.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f119e2aa2e59dd004237458581ea8f4473fc7e35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/100_8283.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6dc8d894d71a2b75362f3edacf4f0caf9e27ce68bb85508f4e4f86511970d7 +size 1816775 diff --git a/dataset-tomatoes/train/Tomato___healthy/1688.jpg b/dataset-tomatoes/train/Tomato___healthy/1688.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a86b089c7d68970d4369a613443c4e2fa7d9fefd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/1688.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0ee97e32949978c323ff62e2e70788b3c6ab7a2248762328a46099bb7519d5 +size 139906 diff --git a/dataset-tomatoes/train/Tomato___healthy/2013-08-20-03.jpg b/dataset-tomatoes/train/Tomato___healthy/2013-08-20-03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..063051a99e6aa262ee7d7c877d83b19dfb1f3675 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/2013-08-20-03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2472f415aeb8e7cc254db1f17b2d14a4f2daae70b685ee8a70a29f0f99308a +size 163165 diff --git a/dataset-tomatoes/train/Tomato___healthy/2013-08-20-04.jpg b/dataset-tomatoes/train/Tomato___healthy/2013-08-20-04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9da4f8a52873df1a033124eb2454ed4911cbb5a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/2013-08-20-04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e8f7928017878f7f020bb8f52b61f99d74f3db1d20c80d41a612e04695d32d +size 205485 diff --git a/dataset-tomatoes/train/Tomato___healthy/20130609_151253_zpsc7d93f62.jpg b/dataset-tomatoes/train/Tomato___healthy/20130609_151253_zpsc7d93f62.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f83d3586d5591812a2d6bbaf10a13059c2b489b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/20130609_151253_zpsc7d93f62.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887ceedf22efce49400c63d57e1512418f874ad3409548cc41a64508e4a5abef +size 267742 diff --git a/dataset-tomatoes/train/Tomato___healthy/20140818-tomato-sauce-vicky-wasik-1.jpg b/dataset-tomatoes/train/Tomato___healthy/20140818-tomato-sauce-vicky-wasik-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d762f956d7dbf3a4a2110c2773e721e21c70454 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/20140818-tomato-sauce-vicky-wasik-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b841720c688db5f8a1989394b8f5aaf59c1a9ce5a855d66ad843be928db7c41a +size 153154 diff --git a/dataset-tomatoes/train/Tomato___healthy/2015-09-17-01.jpg b/dataset-tomatoes/train/Tomato___healthy/2015-09-17-01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d70d3c83981258e44c9a0a3ccb6125996db9904b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/2015-09-17-01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c73f9e07e567ca8d697f013806b9fdafad0520bc096967218fc6cecd417caf4 +size 176737 diff --git a/dataset-tomatoes/train/Tomato___healthy/20160428_080421.jpg b/dataset-tomatoes/train/Tomato___healthy/20160428_080421.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d67f90649bf425f971b8c494ef0dcc1cda75c9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/20160428_080421.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1754285bb8b6b101871ab40be539419c2ea1931aa98f236c9eecd00a29360444 +size 224251 diff --git a/dataset-tomatoes/train/Tomato___healthy/9bfac1dea7f401e3b379dab33f535bb4.jpg b/dataset-tomatoes/train/Tomato___healthy/9bfac1dea7f401e3b379dab33f535bb4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7882363280b6f4c75cc0a8c3d34e7281045b16bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/9bfac1dea7f401e3b379dab33f535bb4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d069fbe08ea07926e4213ab277f528888d1e6288a838231283e830c1c606a3de +size 126198 diff --git a/dataset-tomatoes/train/Tomato___healthy/Bacterial-leaf-spot-transplants1.jpg b/dataset-tomatoes/train/Tomato___healthy/Bacterial-leaf-spot-transplants1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad4368298c1bc50ffdfeea5d54275835fb218388 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/Bacterial-leaf-spot-transplants1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b2bfca29dfba94c27127b2f7f0dc7ef73a753d36d565ca6c55d49d21ca2364 +size 82917 diff --git a/dataset-tomatoes/train/Tomato___healthy/Basil%2Binfected%2Bby%2BTomato%2BSpotted%2BWilt%2BVirus.jpg b/dataset-tomatoes/train/Tomato___healthy/Basil%2Binfected%2Bby%2BTomato%2BSpotted%2BWilt%2BVirus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..506a2e40ad9ce05cb389b7cb60811377a397a303 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/Basil%2Binfected%2Bby%2BTomato%2BSpotted%2BWilt%2BVirus.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0207d6b0db32bf77b33ad7efdd5f9cbed2f4e085d8ad86f335e5485543e08f +size 136107 diff --git a/dataset-tomatoes/train/Tomato___healthy/DSCN1016.JPG.jpg b/dataset-tomatoes/train/Tomato___healthy/DSCN1016.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b81b212823b8c5eddf87aecebd4a11340c23cad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/DSCN1016.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d84fa7ef2daea720ba5121a277f493208167bdd76e2dc0718968be6d9b7dfb0 +size 251834 diff --git a/dataset-tomatoes/train/Tomato___healthy/Fig-2.jpg b/dataset-tomatoes/train/Tomato___healthy/Fig-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c566988067a2ca2deffa8c8caf7be4b930f28d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/Fig-2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75bcfcb736bcdabbf38a590620688985893c366548978ce1cee9e77d62e881a9 +size 779321 diff --git a/dataset-tomatoes/train/Tomato___healthy/IMG_2061.JPG.jpg b/dataset-tomatoes/train/Tomato___healthy/IMG_2061.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a3355ec29d7a4573bfb8de88a06a4bf94cb9d3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/IMG_2061.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3939bedbdd597ee39fc74bf1a76772765082e4586ca4029a3169feadee1506a5 +size 316343 diff --git a/dataset-tomatoes/train/Tomato___healthy/IMG_3011.jpg b/dataset-tomatoes/train/Tomato___healthy/IMG_3011.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cae8324e005d12b49bb8a7c92119d34a0cb55d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/IMG_3011.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07add095885e0cb5193781fe287542029fdbfca1d73ab3f5acfb2532a3a4eaa +size 614011 diff --git a/dataset-tomatoes/train/Tomato___healthy/IMG_3192.JPG.jpg b/dataset-tomatoes/train/Tomato___healthy/IMG_3192.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aff8fe8b61c74a62da31441bcc68081817aaa8c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/IMG_3192.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe6f9b56e0bfadf748293f8dc6e9328027e736b8198f4c543ff5f878196e11a +size 568283 diff --git a/dataset-tomatoes/train/Tomato___healthy/L.peruv-assort.jpg b/dataset-tomatoes/train/Tomato___healthy/L.peruv-assort.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5146253cfe730282066d16d5eb15c7fa3e51a9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/L.peruv-assort.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d3021cc9be391aad356bb3c4dc0de6239e6210da8b1d615776cefbaa73a02f +size 37185 diff --git a/dataset-tomatoes/train/Tomato___healthy/Leaves-of-Tomato.jpg b/dataset-tomatoes/train/Tomato___healthy/Leaves-of-Tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e866a1cee1bea37834c5209f32c7fb2024e7ada6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/Leaves-of-Tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356f9de00f0ef794de790bcd76200255fe2dbbf027ebdc2fb23607dde218141b +size 246457 diff --git a/dataset-tomatoes/train/Tomato___healthy/PxWBE.jpg b/dataset-tomatoes/train/Tomato___healthy/PxWBE.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6e8f390afcaceb1b9c3c05d0c0592dcdce1ab71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/PxWBE.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b85bc7f2190422db15545e957571a2565341a932f7359eb02064b7b845b394d +size 695837 diff --git a/dataset-tomatoes/train/Tomato___healthy/Tomato%2Bleaf.jpg b/dataset-tomatoes/train/Tomato___healthy/Tomato%2Bleaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46f8493223b03f56eef4347179e8a589d803db38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/Tomato%2Bleaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d052c3663489cf27b32d2e62284f5200afa43c42c67f3d3517e1e792c6612a73 +size 44060 diff --git a/dataset-tomatoes/train/Tomato___healthy/depositphotos_120361722-stock-photo-tomato-leaf-closeup.jpg b/dataset-tomatoes/train/Tomato___healthy/depositphotos_120361722-stock-photo-tomato-leaf-closeup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c177eeb6a5ba1638091c6cf1b361ab5eb9ed0190 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/depositphotos_120361722-stock-photo-tomato-leaf-closeup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5f8daa4219ec01e73c7e9fc3bad8a67258d6e7d2fce16cd36d6297a070d411 +size 76344 diff --git a/dataset-tomatoes/train/Tomato___healthy/depositphotos_143371585-stock-photo-tomato-leaf-closeup-isolated-on.jpg b/dataset-tomatoes/train/Tomato___healthy/depositphotos_143371585-stock-photo-tomato-leaf-closeup-isolated-on.jpg new file mode 100644 index 0000000000000000000000000000000000000000..601f7b4935f1783cb5710d8250c363bfb20fbee0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/depositphotos_143371585-stock-photo-tomato-leaf-closeup-isolated-on.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fafd192f2d98d467fcf9615637f6163a5b6603c22f050e9d3223b29fc00184 +size 162791 diff --git a/dataset-tomatoes/train/Tomato___healthy/flies.jpg b/dataset-tomatoes/train/Tomato___healthy/flies.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64b644d9618177047e52ecb813047cea798337a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/flies.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9065172ad0176788c4341230bbd34e13434039e41fdca01da77cc962dea8f128 +size 3234767 diff --git a/dataset-tomatoes/train/Tomato___healthy/happier-inside.jpg b/dataset-tomatoes/train/Tomato___healthy/happier-inside.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bcb047be12f9ef1bd21de9d31c8853f4694eac7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/happier-inside.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a460f7033ec027d766a9758cb20df96eeac417d3dd9bcc63759286f2252ef94 +size 4667346 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (100).JPG b/dataset-tomatoes/train/Tomato___healthy/image (100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7bce79872eb478ae6c8cf69a882fc5e6750ed807 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c07da0ecfe2114122c6614741eb5b6524aab99c12a157c1764deb5d9da2d32 +size 23725 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1000).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1000).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95993d16eb4d52c39ac3e4a6b396e93b77f5c114 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1000).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4647e9b512d2f0b0fb3e471d634771cfca8f7a20ce031cd3ed74762d6ffcf094 +size 27635 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1001).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1001).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd32f95f2c734d33a3b435582bc10907fe1bbe6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1001).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52a2dfe9d6426d2807ed82ba033d86e36cce840bab1c12e856c2e52fe0fa88a +size 23300 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1002).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1002).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32734e3edc3dafd70e3dca17fe9cf62d00450fb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1002).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e6c24822e603082cf9187aaf6b31e263856361d14af1029cb2890dacb2f1aa +size 24964 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1003).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1003).JPG new file mode 100644 index 0000000000000000000000000000000000000000..000a62b287e360903604679abf5cfc2fab2d81d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1003).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca5bfc3c802b4113cbc592593f0fcc4acfb09365a77d5f3db0c27091fef83b8 +size 24935 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1004).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1004).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8949868781d929cf01acf90a87a2fcf8bdb50a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1004).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89711ae8af82bd4a05c9396a3cbf6ed4a9ac1e99849372e862ea0b7fb572cfc3 +size 25417 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1005).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1005).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc11230babe20a37019d5da0887f58ec6259ab55 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1005).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167b7ec52461a6434b41186eed3e693483a412b41c848d71fae2dee293c70778 +size 27350 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1007).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1007).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9bdb967f105b87ec6c64c5142ea90ed675ac14e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1007).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b229fd14c06ce45d95e5b39744cd6aa60b542a5d6067e04428c18c38aeb2c3 +size 27405 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1009).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1009).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26c5cdecbdd468831101e87e58976d2420fef005 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1009).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aaad755685efbf96596fe283be05996dbde400af696629160f517cdb0c5bdc7 +size 13071 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (101).JPG b/dataset-tomatoes/train/Tomato___healthy/image (101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..502478d5f1f0e3809e9eb81cf2405f825f21bd2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6376d7a943a9fd88ab4023319ef5470c33f81f89e00b55cf25a027e3cc1bd242 +size 24046 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1010).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1010).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27b94d28aa20100fbdeff8c41bcfff59f77b7e54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1010).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1484fc2a5fc26c901f7a11e0e1210d79503827866ce4a2556e87f50f12a7b17 +size 17068 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1011).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1011).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b058506d50fb5ec19e83732279325f9004f23dc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1011).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59244746cc8d0ad535bcbd968ed56a4135f24e35d4dad66c58e87e15d88e90f7 +size 23346 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1012).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1012).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e34885f593b8e627188da368a8cbb276320be82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1012).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6383d0e5498f21b328739cffefe26160e442a91aca9c203cd003ede2953a1ee1 +size 18105 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1013).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1013).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87d11c7cab66faddc27f1913853f82cb01da4b74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1013).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31506ebf4d0d215e60f71a187cab727d00317e9e20b00dc1a6ef0f92b648e47c +size 26097 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1014).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1014).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f904718a499c48ceccd9cd7649fbbfb2467b8bd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1014).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316cf8841f61dd95f18e9c12d38deead3b0fff7b32706cdb5f7d1feceb5c8757 +size 26467 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1015).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1015).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b1be03d33f6dd72e6367b44669e96412913e7cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1015).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5790fd003ac0909ae9ee9f48ce8155026bc36e83b90e07f432e0072b018948b2 +size 25545 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1016).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1016).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d393f51331269fb83df63b480405bb77f68500e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1016).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b1a3c3d91303cf1240dbe5de664cf781db0ee7137948789c51b0b5f06f535b +size 24410 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1017).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1017).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b80c149d27bb1c74c6355a4daa9a64707a60d73d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1017).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad261144972e465e823aface3122a22188781bcbe463c1c22809ad3dac99590 +size 25766 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1019).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1019).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8dea475fc18a75056ec274636256be2d1bd7e505 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1019).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef4081b759b73bf9d30e1df1177bf0497e16af53746c73a58cafc2f06465c66 +size 27196 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (102).JPG b/dataset-tomatoes/train/Tomato___healthy/image (102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dfa7d459de694c83e8b48597bfc813ce197fc6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2f3d964b525fa021aba168a51576215229bcb09ecd9dbf0dce6777aff185b3 +size 26835 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1020).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1020).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eda9eb616e359141e79afb293be85f34a2173211 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1020).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a097f82e72a4d1745ca1cc47bf3de7f7afaef5021185e01f62045643c1198e +size 26802 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1021).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1021).JPG new file mode 100644 index 0000000000000000000000000000000000000000..507be7c9b20314b08201dcd87ba4040e6adcfa46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1021).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec36d0ad46e493bf730b1effb12b3c6fd3367d9a04d1405f0e629d1cd113f9da +size 25401 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1022).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1022).JPG new file mode 100644 index 0000000000000000000000000000000000000000..334e703f4c307bc1b84888b92d95dbe2cd6c31e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1022).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e826f6feccac2f8805be98dd80bd443f81abae8778d41f1b0d136ea28e92b85 +size 21244 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1023).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1023).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be939c7f880a7e1cab77a77955f1d9aee94b3013 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1023).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5548e7f56505f8f63706435b8c0be6489b1979ebf841cc05824eeb2d43ec9352 +size 26540 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1025).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1025).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7933af4d822cf84414a33fc6de5b9f8888dd7c57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1025).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771854bc9c5678c5a7bdb6d72ba59fbdc0a7006661f9db4ac8ce563e81ace39e +size 27289 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1026).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1026).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffd53cb5f6c00fd39a0afae027262cdc85ec2195 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1026).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dddbd7f933d3b765ebafad19753556a5d84511467ecb467ebdd109e2af8a364 +size 26277 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1028).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1028).JPG new file mode 100644 index 0000000000000000000000000000000000000000..975cee42dbaff10f2b5c496cec1d413999475df6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1028).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a443a7d0b2526157f8e89743cba10221b0d4aaab694bb0dd0724685a07700d8d +size 15459 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1029).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1029).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40e6a2e8c6b4cf9c752d6d0179472a2039157e41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1029).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a996bd0fdb44ba815e57b525a2b04440418121c244328b67f4a131f67925dd75 +size 22789 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (103).JPG b/dataset-tomatoes/train/Tomato___healthy/image (103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5cf0a8489d8660ca6b5101ab0500384113a452fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fd1dc7739647d9877b47a6345c2bd759b804b5f9fb76c6a56034d75bdbe27a +size 17737 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1033).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1033).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0847cb896ae5dbba86f00c053ec5ef92d3374035 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1033).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8856b3e8bcd02b024ac9997db22f2238d3cb118c749c33f60151035909fcd004 +size 27136 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1035).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1035).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31af4af5a813c163e71a3e76937bb5746c7c7525 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1035).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff2dbb91687e01c84e82fdecdd63a63318d2dfd59c0c146f91a813c76b27de3 +size 25868 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1036).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1036).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11ecd9154894c83b031a363c293160a9715884a4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1036).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe1e5eedaccc4468f3781d6d898afad59e66c0ca56360c5e7a56e24c3f6d216 +size 25352 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1037).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1037).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6318ea6d7b9eed98de1b865b2951380cae909fad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1037).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bed675162f0be19ca439601ca327e60d0ab90055bac3ed1c492a823259d295f +size 24992 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1038).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1038).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c73cf0ad103680df61e2d7a878d4086f0928f1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1038).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8aa70c2f20086eabb7569ab5d64a8c1d979a54a60eb9437d98a4808aeaad5b +size 21221 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1039).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1039).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b376ef0e5c4f3e216d8b1e685879d478127cd681 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1039).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16c327e28a734ac99e0eebecb44b24451c71d4185debf02bac414b9f1c00672 +size 26453 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (104).JPG b/dataset-tomatoes/train/Tomato___healthy/image (104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f40073708ef4d8cc5a68e8d18b8700f3672b80df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc11f9cc8da2faeeb9d66f1e87293ccd2728ccd1293db28ac15016ed8071e13 +size 24475 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1040).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1040).JPG new file mode 100644 index 0000000000000000000000000000000000000000..374ab28a1aef0e8a8829cf1d0e42705cdd490a49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1040).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c878b600ddcd9ead17febb01f8a438aee17066e06330d19c4073c2c59a0549f5 +size 18590 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1041).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1041).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33e413180d7f2cf0d29e2b4d59a5415eda0b950a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1041).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f051fc02bf2ce62a42a4fabe5b73109d90c86e75f218718ee02dfbf072dc196 +size 26812 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1043).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1043).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fcd81c4f8fb55716bca7100d63c35585a5a604d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1043).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a7e16f4b66a057248f120f9e864ffe53509e0244208a76371d51121f54375c +size 27558 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1044).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1044).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5e149e4480b6b3ee7f5e022fd3640f0be4daf10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1044).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927b6231a33581a5146b7a54df865fe16f3e55b39d5472bd65912bcd7d6cc2aa +size 25047 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1045).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1045).JPG new file mode 100644 index 0000000000000000000000000000000000000000..388b945eb30fab58a90418acfa7776a55934849f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1045).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a817d76b83ffd5b848c0e2e5102d66301f7b348ce8d3ddb8f651e2091646b8e6 +size 26026 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1046).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1046).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea22a0d65ac0c14d5c0e6468a5c1855d56d38445 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1046).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9bbbb40edee7743855fe599027e477d17361d7f8c6571093d752824054a8ee +size 25228 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1047).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1047).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e66555e60aafcb24ba57ef6853119e23482cfaa3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1047).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036f299646b755733dd8a02a6903a1926a5711f9898689ca93388c8543c95ce4 +size 23065 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1048).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1048).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cead0fa23a489e45271ab175aae431a7aa9d4dfd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1048).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73497fa40db9fb3417d3c530b6166051a87b5576b443884555688a53a1778525 +size 15325 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1049).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1049).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e56c2f710add7c55610b30917fbba77e7b9f474e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1049).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8513e6a6c5b654783253e7aee6d2de8b726699e5ecf4a83fcae8551f93466d09 +size 22785 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (105).JPG b/dataset-tomatoes/train/Tomato___healthy/image (105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..123e48d06311b62df3fa1f100118bb4f10edfebb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d449c89a6d30c9b6ac3c34c182a50fc6f9988cda2b0fe895ab4828a4d0db933 +size 26021 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1050).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1050).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf554ad809b57831b2a4f45bec12738811299c88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1050).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51861e7c66b968050f27317ba56f288e849feb802310f6f2f38187c03c304880 +size 26130 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1053).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1053).JPG new file mode 100644 index 0000000000000000000000000000000000000000..627be89fade853316c0d9ae080fa7223d37e5140 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1053).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3c87a39a368badd7cccd98c34202fd53a29e59ea1ba95d88cf8a496f23df2b +size 11052 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1055).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1055).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f6af44d28f0e0a4b3a568ed36989840da317fd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1055).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a3254f3be99a60c638bc4e11c0c6d0aeaaf8e795cdda1d9d99ffe74bf69fb9 +size 26005 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1057).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1057).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5af8b8b7a5c9b00d08a4bdc73e8d6ba3cbec907c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1057).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33983c3fcdaa73ba0a2bad94880bdc206c0b0d666640cb3f99624e9631bada6d +size 17774 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1058).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1058).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba6d011c62927111556582b7f4c5aa11c6c14c60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1058).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d836d37b3d2654883b0895d71c04cc249ee7499b9cc99aaf7e3d1edce7a039b +size 12569 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1059).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1059).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4086f24d6f484d55b02ea75f6730c6751a02d4f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1059).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca7f160c3accd6ffbae401453f2fea7ed67d14e79a00365fe05f695df263a8c +size 26422 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (106).JPG b/dataset-tomatoes/train/Tomato___healthy/image (106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2b70829352cf8b867b2618c38f189bf9f45e6d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b166d2b51b78d0cecd0f2cd2ff5c20e1bf25a90a2d82571e69a516b1feac9e +size 26673 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1060).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1060).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a4bd75cead80e961a2e07d3b883477b3c936786 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1060).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7c1778193ef636b6ba69a60558813fdf8e2f85fddd38625cf25277983e6969 +size 27042 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1061).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1061).JPG new file mode 100644 index 0000000000000000000000000000000000000000..668b6ea8f54987268361dac87121992efa795627 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1061).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8c3db8e7bcad855a9a6c777ff4836d6cbcbf0089e673610981c5e0e5f71a16 +size 26922 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1062).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1062).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d363b3608e86b2624bd0b23bbcb8d8be164e430a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1062).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e7689289e0f9adc33f417bb4a8471a7bb63d10c0d9a9c32d190fb8d31c46fb +size 24958 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1063).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1063).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2fc0810f75620a983ffde6d6410ef24d16aa002 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1063).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2ac3c21e67a95c49d1d7cbaa9ac6ef213668b20c2538f7ef46d6564f65ac84 +size 25964 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1066).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1066).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f3216615467eda73a3801e530df75e25a6d9033 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1066).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac24c375609ca16a1e7e28039b49d9932bc3606000a6ca44fc2cf3e019aaef4 +size 19000 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1067).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1067).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bd84dcb9862b878ce4e98bddf7b2347878c54e1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1067).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e16dea18709544458b2839efef7bf1cac7352ba84a0ba32d1b50f5765e3823a +size 11059 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1068).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1068).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b621098bed1131783398eca3f5928ec2b8483267 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1068).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cddc294758a85248b58c5d3f8b5d14008d4498bd57ad83e0073999b39b4ea8a2 +size 26782 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (107).JPG b/dataset-tomatoes/train/Tomato___healthy/image (107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc0a02f3fe7d98c37861ed73e8eff087b7fb0875 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e359e83ea1213155b7ca8056e3532cc4f471e88ec26a4345df9971135aedc77b +size 27296 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1070).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1070).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ac33e1060812a727adf9acd6948f1594e445d5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1070).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e1f1e6cb13e7689acd62161d8afc7e196d97c129150fbc8e0f36eeed5fd94c +size 25272 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1071).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1071).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b3ce255554ebb71e9eabe063451f4730a30857b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1071).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca2106c04bd73b3cf3c02fdcac8d7890779d58f267df1c25a018bd84d4ec460 +size 25806 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1073).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1073).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97aa64afb2fe8bd17298165d7d4af12b7dd5e59a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1073).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fad2460be4fd60cad657b11dfa2ad47bd361ce997290f233c237fe2ec0a1bc +size 19260 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1074).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1074).JPG new file mode 100644 index 0000000000000000000000000000000000000000..230eb3e5479536cacc7d1e25ac02dee321e9ce53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1074).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5e4b3990e549dfab9649cd029666a6ed1420ca03d8208dac3a36ec6fd99d0b +size 17498 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1075).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1075).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b01f5054a9f81f7f87998c08b1bbc3692d6edeee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1075).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee8331d4a77b012a41c70687e67c05b4bec3405abcdb1b17ab00bb3637b1707 +size 25280 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1076).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1076).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83a6b575bfe45cb116dc1b005699eebcc86c5967 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1076).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1d43b8ef854f9e7ee9e6016e4a37899e03db0272585f3e6e735d60053c9bf8 +size 24953 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1078).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1078).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f363218cb248f14704e30091781133c18fa1a66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1078).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e30c94655e3640c20e4ad31d7a83a48258c1c6588d6a4badf99b2e04e625dad +size 26028 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1079).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1079).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad0bb9109e77bcfcadf85af8d86e317adba19799 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1079).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b9c5b0decfb95b261a13a47534774ec2b38b30452e6d75ab24d0f4cf4dbdde +size 24411 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (108).JPG b/dataset-tomatoes/train/Tomato___healthy/image (108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d01057a036d86b2b9b31453f0e045cc71b062d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b7ecc8a4178415a94eea6b9ce85bd7a243119bf4f0ebb199e0110221766795 +size 25962 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1080).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1080).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd5058c3c5cd13542bf0ad7003a747dbba044272 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1080).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33f531c4f8f2d4447dcdb9fbbd578aace3f3c541f8e6691b94813b8e233d5c9 +size 16790 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1081).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1081).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c90db5e58067f245c1770d5419b620608b83fe93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1081).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f34880c09567b7617aff8ceca518f0da6ca82545a57d14a8f951c11ba69b94a +size 25227 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1082).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1082).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08377b3b59c22ee6de1a58d17e5c8800ea7787c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1082).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821046fa83cd5728e9bf8ffa873cdbe970dfdb9ba9549a65b7cf6a85ce5e7569 +size 17503 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1084).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1084).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab852d0c5dbdc7fdd218379c5751fdd21285571d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1084).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba59ff2b2069f9d2da3e297361a8919bd446bb5e66e5e7ae30092bfd151f5e2 +size 24332 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1085).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1085).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12b5fc2f6a6c87804886bbc80539b0cd2d81d46d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1085).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47143c53daddcaf7398b7bf85f8648240cbaf12d2d2e1677aeffdbac76ad8a68 +size 20328 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1086).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1086).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e660a6abb7d2cfa58272f45eaa45e9c1651af1c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1086).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d175a2b1d1a8e717f55387cc6f9e952cded63ad714636c66a4c1e314703e19f +size 15572 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1089).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1089).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddea02ea3baff4c82731999a1f489c1970751253 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1089).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebb05f984fd11166e18980abaaa698437f3111987185e8dbb20345d7a6e18c2 +size 26221 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1090).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1090).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e5816611118dff93d203703b6568cb5aecaad23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1090).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0a0f42f45e010276c74522c40ec14309edf0f7c90c5f367022ecca8808e9eb +size 14257 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1093).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1093).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37745c55f18eae61442c94d6c432653f19ba6b10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1093).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf3a13714667c281c33d520959b55b96dd1cf090ac244d91b78b8ebdb3a70e6 +size 27761 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1094).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1094).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95b6a27055d766c350873b494fb785619559051e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1094).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2a6e1ee678d0bc94613b861df8291a5f8f0e2f7a63e17d85dcf662865cd8e0 +size 25951 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1095).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1095).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cec3eac47efb6a38dfbd7bb151edafd02af3bb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1095).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf74901f3be1f14c3a5da2b6104117749ac078c7701e1216937fc0b25f6335c +size 16079 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1096).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1096).JPG new file mode 100644 index 0000000000000000000000000000000000000000..666ab0a481f6f4b1e32c0287a4c2a260d820d618 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1096).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f938998530c3330c839d4c8ecc89537b9bbff715bc6d4db9f603b5742326c34 +size 25553 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1098).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1098).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f1444dc8aca2d65ae32939d2dcb8e8bfdb0bcc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1098).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03370c5ca1fb07b87e7dc8379d1e4b18bb4d9f829e0a57835cd4f855fd6ce24b +size 24541 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1099).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1099).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef34cbfb36d0bfec267e02b61aa1658380905cb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1099).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f834e5b936f519ec4174aa356093e6a14fd130c33038661dc1bb2b7aa76605 +size 26530 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (11).JPG b/dataset-tomatoes/train/Tomato___healthy/image (11).JPG new file mode 100644 index 0000000000000000000000000000000000000000..802f66d0d75ca3451e280b733b524dea1bd5c9a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (11).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c97cf32f2b2defab331c3262e6fa2d68f4d4cf8f1bcd0f10a4a724aebd16261 +size 19174 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (110).JPG b/dataset-tomatoes/train/Tomato___healthy/image (110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a68e972ac8941107728e32e4c762223f76f26229 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a57f2b95c43ded028bd3934ce39df0c8029934b292825f9a5b58519a8a76605 +size 18614 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1100).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1100).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0ce01ef8c7b32e65fa30a38b85d505238721053 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1100).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608bfbc40a4b22ada297fe920a9fd83f1bfe52b1f148432c22fa074951310425 +size 25372 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1101).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dad7068ae527df80cc4ab45a9e4f5799467a0e41 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788b1ba7260d7c8e8a3561b6d39c642cdb502f555ca30f4af4cf3507743b2dbb +size 13506 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1102).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e0d8fb4ca2a95adbbdf705ed26b4ae0114bc75f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69c290a658a0670f2f572fbedef6397132346a37b0e716d595502315b5f9f0f +size 17581 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1103).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1103).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5c03baabd70e7182d654da6aeccf7ca82075a83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1103).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08664f26aaed8d978f0b533c34a14acd8a3b7ff3d184bb8884608098dadfc7c +size 25578 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1104).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e510e4c05bb226b71ca9a14323649072fcde2af8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9d78233d914d05471f220debae30c2505d5a95b91c8612b3d89cec5ae3872e +size 16971 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1105).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1105).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6058222fbe522a4144a531a6392ad966b83eb0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1105).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61452934732346b6c67bfe49c6d10cf2cdf8c01c9974aafce6dc68b4b68b9281 +size 16863 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1108).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f44025c41fac6773be4687ca910aaac50253ae3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533142d744a3cd3ef970c7aa0966f06f21175b61bf4924305475e515c1dfd7e9 +size 15351 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (111).JPG b/dataset-tomatoes/train/Tomato___healthy/image (111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..979f21592bc6abce063d60e2b0ec0e773dba800b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec868c7e5f683018c3a8c9c780bfe4bc735f1caa614f83cac79653683c6c01e +size 18128 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1111).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bc635b485b9c79b2267df52c966fa1caaf6dc84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a7af80068013faa50eaf3d5db0af3d4191d9e8f0c90d70412cd30f3f9f217b +size 25660 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1112).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96d9fbdfbb3fcb07ffefbcb71fa6835ecd5222ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558236b414eb445ec08caf65cd600c26b0bccbc215a1e972efc333bce263389e +size 16262 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1113).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cfbb94bed2f8612b22522945351be0227f4932e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01505cb068c5ed8bb1c318fe6ad0c915cb5673235cf002246caa87692efb31b9 +size 25332 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1114).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eec21043103bd11d57e0488a421b18d3971bf2f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2bb1601dc41bf2143cb9f6cf66ec32826032220fd95868a3f0d0c516f3d233 +size 26409 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1116).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3878bc06a313d20c6d3276dd92c8422d94d5a4cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4e8882e372346e624f31fb04728ae1e90e04bab9a96e7e86b1cafb0f5efdca +size 25760 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1118).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f06a80ce22b8723785495c3aa8d8261f36ab2ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f173cb87ee95414c297fd34bfeddfc425513559f0e9e0acac5d7fa6292d49078 +size 16462 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (112).JPG b/dataset-tomatoes/train/Tomato___healthy/image (112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b227b9d0d83730d5e6ae6f82f1d58c4e6745bd4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcac5e87026531f2b2cf12d84a7d74695440bb80796f74ef697b06ceb664c0ff +size 13050 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1121).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d83477c4821a65c3ca87a20e3320debc6f3099b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1923d98a0444fc4350c76ac9eaeafad72a5e97da360dc343a9825ba95d4446cc +size 23874 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1122).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6da643d54ab4fe7fc58a1f1a24e51bf85ec8e53f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd9f4ea8bf912c7fc98a6942840ea50f9e46bfa32c3a1d12659ba88ca42b5d4 +size 28087 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1123).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f58f73cae2fbf5d2216b1fd93a632138f13996e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4432d22588bc091a171fe8f29e9de224d33092d22a50c20e3f1832ff215c88 +size 25425 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1124).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..622b118b4797947a4648ea345d1893f99565f924 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4207f702ccd99a9260f3af49dbb1c220d491243da298f0d2668d3263b2d17a77 +size 17316 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1125).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e148a5ff36a4a99f0e0ff49a8809473c7aa9db7e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1263ab4d20a64fa1b86446b6e103818463252eeb284d7fced7b796d5508c8a0 +size 13661 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1126).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26dc67eb083526c43f320b479515b190208f7de7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766528d3c78f67b9ff2ce5daf3945f450d52f985b05566b5cb2082431c1d23b9 +size 13043 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1127).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..625ce59eb9c6f922046e021cd40c7f3e1c4b575b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89186760d5e1e28ea7aac0b315730130d247b950fa0da524675c33ded7c7d242 +size 25809 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1128).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78b07f2c4bd45fa2e109f542b32830c63eaef1f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48988fb201469cb0b6da4b0039f100c9658bcbae826db8a43b24d8d6ff9256a +size 25121 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1129).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1698bbdec1cefd6e010a9402f7667f80baf8ab78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed426e635305b6c873d040c15cf4e7c02855b729695dfc7f16a8f79e21cc0101 +size 26260 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1130).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fb39c9370a25fed2b132b6853b4e98a7a56c64b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccaeb055d73a55afd2b1805cb0295e8c7a86acb70f0bf91dc0e670761a5786c8 +size 18054 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1132).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2421ea7c162846e7a6944713ac4b15ecc33ec816 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca34d13d07d46e3e757d77e803c2ddedc9a89b95a8dddc64798d8a86525db00 +size 17357 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1133).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed918e7415bae0bb232424daddd549f53caea3a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c06fcea9621261f10cab91454712fd2c51aedb859decde42cda9cc06c125a9 +size 24717 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1135).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9eecb0bd291835c4ba9991ad12578a22bd4dd0e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12cd22aa5b65c7ed35d817667fd9796436acad7775a8640f9b8a08fd16bfbe3 +size 25268 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1136).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d725ed0640679b11042d1f2b87db42ba3bea1c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01f8de88ad5b029adc1afd3ff174c3a1ace49193fa1ab1bcce4262a9beb77c9 +size 26411 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1137).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d758fa8b21c00951f53d1199456e0eaf51a30c34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df22f63f1068883acb22166324548830797358ceda682e61df5f4bc48498b06f +size 15056 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1138).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48b5e53581e9639947e2d995243a2b41bbca344d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f793f81ed10ebf3c7e8446f2a1605b0b40de961ff7b075fc78f646a3371ba0f5 +size 25171 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1139).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6bfdebcb08f67925c6514d160b1f8512911b4c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fedb8510f0c0b31813a0185bd02819f689a6f7489c2675a30f71db64bacb19c +size 26256 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (114).JPG b/dataset-tomatoes/train/Tomato___healthy/image (114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ef536e50b406595085188c3bc4fc970762b80a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41e91a9a524c4e6b461e59c1d12199e1eb1d53130989a0ca05172fc3b5b88fe +size 25345 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1140).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c76026f7034b8e329b2acaab6a1e5040d6a41d46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32053f86fd6574f0ad06f045ceea98a430d4142063d09417027838d5b34a348f +size 25297 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1141).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4523e8549883620201661c027da0dbb571c3222b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9e8dc154ce90b523bc85ec0b4e643db588be2835a70766bfe61ba1092138a0 +size 28116 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1142).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..399f40284856826523ff7177ead63ec6583ebc3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc953e439984c4079d03b415adaa7ee12cd28580a388922c66c6f8ebdf06602 +size 24554 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1143).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7675743fdaeec956814a0308db4d4f83a2b013ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b4dc1752aac245baeefc4879002c34a9fc32173d2c3d53ae298246f8245a30 +size 26568 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1144).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95cf43cdbf7224e217a5d4095f6ea685cc199283 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173cb7d61268231ff58b3f9986d319d6f8324be4a7718e5e26158e04ba0e1537 +size 26247 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1145).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a17946f85a764ff49673618ee0519629f09f76f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1e427e7e9f51b3c7f6a1e24b7b179d9cb184e1a2450b6fe2dff9f979250007 +size 26515 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1146).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..400bac6acee7d3f9c5e765dcda43ed9f8c7ba1b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c48cc70e2e8ba53c4a6ab887c86c1849a4b44d44c8343f432e37007fea2f6a +size 14362 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1147).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd4d3e34c50314918a5fc0e3d67d3d533d545e85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff4410abfe867857e620f7a1cfb977d6b62ebfd1ae9899abda4a62b0873b78e +size 25426 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (115).JPG b/dataset-tomatoes/train/Tomato___healthy/image (115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48833186a10020cbdb576de6f5d0a0cb6833cd09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17522188226cce4f4177eb7fafbd0e34a2f77069657028e6602b4764a194266 +size 25694 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1151).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fa588bd290d64bebc8bfc2f05235297115c176d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5f9c10404aabeab5d2205a06689c4f0c966b1c7dbca20bb96c8927ccd1dae8 +size 26013 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1152).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b875c8f1844aa867a7ed5665d580bfb7f91cf80b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae2a89459e06e7069dd3639cff0080d71db1d9ac67420360e00c492892663f7 +size 21171 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1154).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d52258de75183557ba2f92111068e5d9ceef7e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d274d84118dda0b980f71c8c5b06b20f83c056b41b2568b5c25578989dbc573 +size 20233 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1155).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b0c9177227fc8fecd484b74764828327c0b5765 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ecf73173bcb9a24dbbb6243918c6bdd7a3511210f4f46b50a69a30af0e1f54 +size 25985 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1157).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ce5929b48250cdb5013d9c2690645f8e5b4d9f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee1d6392b1cdf34ed7839db1a61d2b4d5bda629c1e54e23684ba929286e5777 +size 24603 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1158).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a40734f90031b0a7d7da65d2bfbada599a7f9d6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ba086512235baa39dbad9ba6faa3a2f3e9f213fcb7f4f361f846347f1b063b +size 15369 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (116).JPG b/dataset-tomatoes/train/Tomato___healthy/image (116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fedc2f06d53e90e4156ca830807a9fd2b359def9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6e08e2062888a910d51b6d4d1d330aa4863dbab33f554dfbb54f62db883184 +size 14776 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1160).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c28a9edfccc6871f982227549b2b4e58e6584f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11d2d08a54cdf184ce130e7a1d2066b5896fa79c8ef58b0a23eb15c5c70e0df +size 23297 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1162).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ce2d49225a24d638e49a55e49a3b32c23ab89d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a93a2ed587e323af713dd31114a077fc9bd00c31862eb53860435dce833777 +size 15321 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1163).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1da1f72a70f30e6bdd286ecb75a2741a809c6de0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f30c954e6c6c76066ab6cde860aaa8213a56232c1374c380d31141769faa29f +size 23983 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1165).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbc2c72cdbb76c7fc55b1b1e973848c8deba864f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a59d0891041706a252a971136b1f69605894dd3ed0c686d1d4d0e80465db355 +size 25611 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1167).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78a91dbf7b4bbc32e09b2ff67dae042bfba1bd36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3976ab8f97fc24330e95f26516d92f78729182f1cb26144a2f785c619f0d6df2 +size 26119 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1168).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..782c940e1241d20ca37222efd0cc6af43824577f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbcf557b3ff7b1c2881c453cf8036a718ef689931d78f250bdbe7ffa7fe7ee6 +size 19209 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (117).JPG b/dataset-tomatoes/train/Tomato___healthy/image (117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d212f7e080911b8ae792a627d13c656edffa5efb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74ba787d7bc5b6690969f790a5b1e0e4d73bab2e6a2006a716d7d66d096eeb2 +size 25189 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1170).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77d1ef9c3c93c4a055aeea972395c47edac40a11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128c9233a6cb86bc6663439d7c851f0c3fc1813503d2ef22397e0f5c862f8425 +size 16099 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1171).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e369fdd2e2ee4d846004c1ca5d10e5938e5b311 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa4cefcad35253546ed8ba10bf085fd90afcc5584720081c6445bb85ddc2e2f +size 26521 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1173).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3d57a1bb2ae25cc0d78bf0f7a80bb1395a3e6a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a04ba08e4145780cf058d358316fda73e0b7ac2fb05a408911bd74ab46cee8 +size 17426 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1174).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abeec90cbebc931fc6715d4e7b764caf2b6442f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b469899f098ff29f954e68cffe32561839eafcc224b10a909cd47cb34ab0ab35 +size 25337 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1175).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..393451713afe7d3c98fd8b82f604c1628aa57342 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eed2b25484ad68b249c73274c19809d912492ccebc2a6f0a54b1dc401655f53 +size 18918 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1177).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbc54cc2aa57ec48687b948f0694c61e3c4747f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d79fb0bccfb9d53df1b90a9d890112164688d2b4b5d97779434c7ad9552867 +size 13887 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1178).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8e9576236d16e66ddc8fb09233a39e82c27b8ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcf43279ec01c7718c4e9ff83bd4eddde30e9a17b939e3c57b7c64a55115e92 +size 18671 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1179).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..008ea1a1933696d1b99b46f535eaa463a5644552 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac902cc718ece8862620046b10c73c74547ebdcf94d0f12fd8b5aeaa8e11071 +size 20868 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (118).JPG b/dataset-tomatoes/train/Tomato___healthy/image (118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..708833b41b55e21d831ad52227ab669bbae36031 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c1c185f6f6405ce03d36c6f867c46b72005faa8a5e3c7fb53f3d293b68323d +size 27390 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1181).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e06c390594ce142c367398c8fc5ede5d33727e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a634a862fc29386c4308ea69b7ee8537c9852b159d62bd1903ddc7185425801 +size 20846 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1182).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30fabc55a981cb5ede710390dea3da61d2326c08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbb0dad4c0e93a4a8743b364955f2c033fd83b668011ed7b985e7166c2088bb +size 27507 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1183).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b6a0b582871914638e9d5f1038f1660bec16649 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed9b7d1776d944094036ce318db61ceff3111eef9c9f4b1f3a03e07ec340a8a +size 27181 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1184).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6364bd90b69d6588d18ecd61b8b8094d4ba7c90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d82f24c7628a82172446de08d6ab623f0ce51cca49b5f19e4ebc94376473945 +size 18995 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1185).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbd2c517834d53601a608866a221f737bd381903 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643aedd0765faee930cf0c4b083f07a6f1333b7e9eba5f7274933bd87d25e33c +size 26020 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1187).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cb7488009c3c5f5685d6572714175dd81c3ff27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21a8207db1314c28f70ac530749c4c95c51582e57f76d3a2d93e192a652e9f3 +size 27032 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1188).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33de49089b2e65373a168ea1d4d08db9cd04b95d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17ed334d02073e75908ba16015c3b577211fe88a1d7f30900cefde0e19893bf +size 17701 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1189).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f333fadbee9e7435634c2a4d12446bffbe4899bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c442d93d0f8b4adcce695e6ea296cf06b49c85d8b7701db47438ff2e901947 +size 15169 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (119).JPG b/dataset-tomatoes/train/Tomato___healthy/image (119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea32c73364ba88cd857a91ad99c0ba11bf7f6627 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706c7bba83be6ff800e9893f6bc47dee82843e26dd7f7c9fccd2160c5ff0f214 +size 25956 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1190).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f525a963eaafb048698566d46601ad65cef094db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4feb3d4cabc17b5cb4421f2b826c585a1329e600f43d7695e87aae5512c9d70 +size 16302 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1192).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07a366493756635163633c6c106f449dbec2050e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2eba565806bed69b446384ece06dd8b34887fe27245674ba40e3aa25400b56e +size 27335 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1193).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..691095fe4e3d79d0ba9905d38ed6ca3e798c3059 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0e5d4d4734cabc61001b56f98f6d8b44ab450f7142d7c522f7ef5312ec81f8 +size 14238 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1194).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3bf0c5a4963a65d654b4b03d6f29d9111bae6101 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc080313108a70f396bbe4f24a711432da327a17f348114d9781580fb02c4fd +size 25787 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1195).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..277c47628d440e11e1f99fddf028e1563095ae1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689ac7eaf3229259359f2f973adce39d1e2c550dd5cccf33bb7cc2047c593f0a +size 18456 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1196).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6674fb33b63297b2b7b03d1854fd9b34c9ef3b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9e1ed433872789bcd2a74142dbf9a2045dbfdf7d55b8a3ef7f49425c3120bf +size 25149 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1197).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c8492aa49213bfa7034154748891152ac7afc05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c7779db408aaf5daa5ffb51669b64f02355d6994549816251225a2b4c11513 +size 25795 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1198).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c3c703e55b019cdea7a5b4cd17dd11f36a04143 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76da9e63c932c8c5fde19e4e7b59dee24b974ba4f6ed543e995d3d8f49f96750 +size 25643 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1199).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b60a8efe66c13edb8da7bcee88d8ba85c86f363a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af80f976053fde07dcfc62a224b492b628ee46ec4e87caed5be7cba75d85fe6 +size 18307 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (12).JPG b/dataset-tomatoes/train/Tomato___healthy/image (12).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1add908ab5a7605f719eca4d5fa82ce0624a6eed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (12).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894d590b5380142887094cc4a75a33d6d55326d12e5553b7e9a6adb99338ee27 +size 27358 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (120).JPG b/dataset-tomatoes/train/Tomato___healthy/image (120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d49b8d98646f06bde9134abf4a88eeb209010f27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d62070cdda0f7c4f8e8673526b966873c321cf4b6ecac83019ea540cfe186ab +size 26812 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1200).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..711124dbe8440708aa18e9c9ae8a659f444594ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9a3bda0f06e900ffae2b5efae9ad64ca858173e0fab1aaa7cfeb0c76972f3f +size 26958 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1201).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef3baf16805f73379431625aabe9add5aad0b485 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9167fe4a7d82039f6e5f28dbfdba66928f544f5488812c3e60611e0167211c86 +size 26546 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1202).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6effe435a9c62c43070bf10e2828095bc1b246f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77ac269439340b8a1dbaee0938a3aab1b41cbef8c3c7982cebd2a6714be4b15 +size 26070 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1203).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db456416e31c4b11930708fd3af642e6fadba5e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e42a2b2e97cb1339d54bdb86a85299d00170c1c5079cb35d51acd3b77b491d +size 19148 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1204).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27eede71c861a7cb9a96a821618e48549ec85dfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43400ecd36386911f31c833e01ec096856467217e123839bb49d61ad7becaf6 +size 16693 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1205).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..588786175a9670ff9ece65a80d35f52a9e10aef1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21f694d191757db96f1c0019d77fad1e1e76bf62f8536b601a78859ec720261 +size 16848 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1207).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..703fd43a68b6b6314fde8214514a935e27115d31 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92308747d9538a5678565e6facd6e1c7091d44c1d6c653c150b2be3b2445f876 +size 17869 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (121).JPG b/dataset-tomatoes/train/Tomato___healthy/image (121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5e4652a339ab3ce03e95ef05a2cd057fbf2584c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5ec79df9df0f7e0f6de5fd59a8fe5e6297d43341abc08abb01ead1882183cb +size 17517 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1210).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3377bd798bf8c56d4662f819510c3901826fe9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20038b041729c1c046bda67821b4a6344bd7f417cc1b7e9264a72fbc5124bf7 +size 25911 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1211).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f33baaa0abb879919bf1a2d40d0872ebd880bae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df825fb0af529030e891eb940df1dc93a4b1e0449b05eb86e74e5b2e67054ee +size 23580 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1212).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea6adadaa156a8c6aa989e4b17507b595a4e72c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785597e075147452e1d5c1c9844b88b456a18f8c3937319b70e62b1ef8a3e037 +size 15008 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1213).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..034a59108a75510abad68580c6608f289bed2b4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66f89cb5f9b65944248441e3fda6ba3011d04133a7e6f90e58f6cab571c58cc +size 25822 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1215).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ec3a2ddfda3a09b2638f2ff61763747a1e267d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c63eae59be9a58ab6b6928ec3804cf0b90355643b846191a0564786d12d4918 +size 24763 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1217).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..871104e249755af7a9c7ec9b07be10516043979e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020a0b0c78b526ea7e00a9883e647a3138ac1afaa1b8d9bfdc1dc0223ace34e9 +size 25766 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1219).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fafb503136dcc909544eb8769067fd8043707047 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f48e56c8c258041f1ee1f67d405a98cdd28e69fb8b0276bb35ec3389298a5b +size 19434 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (122).JPG b/dataset-tomatoes/train/Tomato___healthy/image (122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ff2c0356b7e0bbb8ec9a31a424b569fbf6952b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de520905e46c4144f3c922a3f73a699555f12808b659ee20843b34075e720fa4 +size 16711 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1220).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..215bfa2d53499484058246286f65ea4ad4f71c76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a57938fdab612992f9b434bceaf0f590c4241cd6bab467da4b5d78f865c92f +size 24343 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1222).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25b7a1b7e672caf1248647571477eb2d9f611c53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d680483fa778ae5d03e433b7453c12c2b2bf7f83e88525363410b8e36d8d1c +size 25983 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1223).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..621f47ce01758b874083ad216200871afe846f65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2310215578f4f95a65f50fa55119d43c41b97950bd559672593d9f5352c09b1 +size 21386 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1224).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c0a9d28d21cac77ef0f14d356d0135e9ee47408 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43e3049f9a282e4fe44dbd5bd8b6c945e0e23116fc4e55a6104428fe11d44be +size 26816 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1227).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2add153d46338f9eb5b036a192d974365705cc05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfb70ef89058ff0ad0bff8ee97df7d46efde39b49d9a44532a2a7cf0969a5d0 +size 28100 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1228).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..179358e04db26ace5395756864ae9a012d8f20b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e54a0a017c63a0fe8f3a3e257c869f2f001832a2a6bf95db4c640ac2e51a2e +size 23919 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1229).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d159052c0ac0b20fca67d54413e8b90adf556509 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e3486a43e21040429cc4d1ec0195714a6df3019886a3c294df8da5b2e24b86 +size 21991 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (123).JPG b/dataset-tomatoes/train/Tomato___healthy/image (123).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53195bab441f1408d92aa54ccd8bfa8ba423661b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (123).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810af52cee6b3cead320229b5f6371d0888bdfac5633d620923dc2a7ad10159b +size 21003 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1230).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16520c8dc0ef49a61cadd4b645b924532df65473 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64b557abfa66b5ededd368e63bf6b2a26d64aee4bf9bec8872646d9a509ab66 +size 25041 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1231).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dae1649306ad97c988829c01d553658a71bc63d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ec63618d761a301e42d39ceaff209b349cfb977d89a300f7622f0d145f4292 +size 24459 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1232).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6d5ac8c74047ad77047da619dacf2614bc09852 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d228c64a7e12f6229c482f6ff27423295b91cb382e9fec59423c09af03c2263 +size 13768 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1233).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d0d48b9665ac4f69dde3478f95ab762f8728e1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75d9cdac027f680a2cf1b493442d23d7908ade98da519205c27a7606c27befc +size 14433 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1234).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5686a088768c0ec51870485eeb3b68e4f743b07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c442f09e32345959da1d0573029715fd81ea2510b3442353ef3ddac0b90423 +size 16900 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1235).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81d904b78f3c8552f45525e9665c649bab77d19b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f058ac2ed6cb319fc1db640a5aec331ef2f1430e5bd692017ab85776cdf34f +size 27012 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1237).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d357e9075bd418c5886d547a6694cf8bf0c2b13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abcde17b0b80adcf5fbd79194ebeffdcc09c480a1d2420b5991917ab34cbb50 +size 25979 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1238).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1eea46f575e4d5ebcf74ea6688dadcc35a8546e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723c5c86438fe80d7c88df08f5c39358a0a227e0ac5755701931caf104a43317 +size 15472 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1239).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8224cc73a9840a2e3808ec2ac5bfcb8b29512f33 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381d9121e08f8d03078c3af48d0e6848722bb37351eb368d10f2f7be5ce29276 +size 16870 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (124).JPG b/dataset-tomatoes/train/Tomato___healthy/image (124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b877f1f1132c51327dc7ac3142102d2957d1d92 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6265d043b8b37079ec9295c084f7531c27163a8e8e73650a37c07aa6827c0460 +size 28208 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1242).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bc871ed3329764723dc95e9d3d715df4b68972b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a417bf6fd3ed739c3ec17e0c59bb17513fb9b15b10ac80f31ccee3c50e6d30e +size 26272 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1243).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11e1150cee0032343de7c6292a18614d8368cb76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e21c250ba79db25ff87fbbafe6d71f87bede7cae7e5b652f324accdb54f25c0 +size 15898 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1244).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09ad364c3f96ce978ba87b2d6eb49d943b42e5e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba7132ba23ac9883b2b04e8e6f5dc067023069e7e1b77fbbf740d4bd0b5ec88 +size 15786 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1245).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..079cdd4c8c207a3955849f5161886458289dfae2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a0355432c2f7f115c7888300a9941ae7bc6a83f24457343c5f9b339ae8d2f6 +size 27466 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1246).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6147133ddb05443237176ed83132c8cd2a6c17ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f625711687be9126cbda7b87302ab99684f1dc31aceb8f66173c4a69c86bde4c +size 18572 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1247).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b4446a8d1d1b597e877f8980252c29daf7f73af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83422e0009987498077217da3aed12c7ec2393fb1983d60c702c20c0a2ff99f +size 26319 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1248).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e089030ed2c0339e90c85fd6e6637649d43975d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d869d3b942714868854f93ef0487b06ae6e7e66e1ec4fe5866e550bc8b84ba +size 26396 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1249).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13beb26ad846e3b9c0ee9e4e7dd27c155533cdf8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66718bb997c3e1b4595c66a5f5c15df89775d391dd967e8544cfda03e377141f +size 18439 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1250).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64a688c974820d6843dc8b3156909643e1b44a3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2830e85ed84abb82dffd4e593d7e780bea387c45b9cab19064cbbceda65bec67 +size 25405 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1251).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c92a5a6ab14109bac7b7c5427e9d2ad2a1df35b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b9ac048a2f84b4e45776dec36fdb3578a6638ffc8b25427fe663b5be74f7ee +size 27778 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1252).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e235a305e51791fd4aa676158dc17cad98d929d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f15ad4ade889c04a140331133bf3c3de7f76412447c73113570d3cee063bd4e +size 25917 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1253).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..974452870f9365046f7789f668a25fcae0da3394 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8dc5300fa63b032e54ce1be92c1e1fbc1acbb27f002af49a5c6bcbb1b38e17 +size 19811 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1254).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..777837c5b78a733ab168f327d104481cbe5e6d6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2452b309222be079753c4123afa6fe44ba901365c8d3fac061a2f87b0b43db8 +size 24746 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1255).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..050128816742eaedb9f178f380a4e8465757aa52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29de7026683b3106a00337df1404b77aadf93eec6118ab1a36372f5c26a7564d +size 24994 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1256).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50a5ab61f55cffff5f0338febbbc37b2c7da8182 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3635ad6a88cb364c4c54668207f6687848b180d6bc5d4356a8f0b05f81682373 +size 17114 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1257).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0fc620538b58041d72db4f4c6b5895e0fb8301b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdec0ec6554d2e8e9d05246c947950d19c21d9efc5566b36856c29f7676351b2 +size 10351 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1258).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2e1ba985ca8eba1503fe2215b8d80cad71bd15a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d829d3170dee15765c7f103802a40ab0c21c8dc3b2814f2d43590b7981caf212 +size 26555 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1259).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c448335e7fb53d805b7d23d9f01ed35af7074d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ef119194c1b718144d0b4ef2243b37cf96586e5f4532c47523b5a1b00c1fac +size 24608 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (126).JPG b/dataset-tomatoes/train/Tomato___healthy/image (126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc15390924c101bfeccea2dd970b4736c5680cb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a6f70916b13501f8544307b0a08b56085da07be2305d1e2fa379f8b2ce9f30 +size 17851 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1262).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c43858ec939fdf67c9dc00652667c2d5589c762 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37775bd11dacf3494e569a4f5d6bfc706ae8f27ee2a353e74d87a11dabea2649 +size 27111 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1263).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b100cbec6d185815d72064b4837c8da17b2c8a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e08ca20225bb7f2196bbc9cfcc25c109fc3d4256654d46f0d90be8fd86c7d6 +size 26155 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1264).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb2abbc161c3842a4f4a2db4a43245cfabf24bcc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d384be8027a212e688fc4feccb0d7d3ab4197fb453467fdb7ef03c43c7aa4cf9 +size 26951 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1265).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1265).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50ed489124c32c7f22347b266161152e47eb5b1b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1265).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e32285838c936c5608d2926d575f8cea8d041ab7a28a15e8ec2231d26d9235 +size 24534 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1266).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..672efd418b613ba007dcf0889437255c54a6ed34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e62c5a8b36fa455ea40e7a2ef2f31e5f1a8fc6fa0bb8c36e1f231c3a754d77c +size 17716 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1267).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f24733b2adc9726c002d169b96db9e84eae5f1ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafd4aa046fb696c20acd8d5a15a352ab000d1b6d8f3f35b348de46ac4022ae8 +size 13338 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1268).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dab3aa842e25e5838194ff3be5dc6c84bc8177e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c102a340c11528bada42b838f807fa6d7127e37a532a13a58abe29565af4b24 +size 14546 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1269).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..534275ac2a79760d4bb297962799543833f11700 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e348423f0fb9fefef22858f463a4b4a8ace2be0b978d884ecadaef08053ae539 +size 27087 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (127).JPG b/dataset-tomatoes/train/Tomato___healthy/image (127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eae05e8c28bd7a616659a991c37f98a99410d5f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea49812665c5163a97425391699980c8e4b1117cacdb8ceb00eb6025fceb5444 +size 18254 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1270).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c2559855827015d2a363e7daea763dd7c502a32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07a8eecf5854974de173c4dee55d371681a300f817cda39cdd2b5d4497b90a7 +size 26414 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1273).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69d152806290435f389d9e2e8ee988858894d47c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488f5b4d758bb5320f41f310665a3c3996b6fa9042ade966e5e3c2faade4aeb0 +size 26192 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1274).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efabda57dee6b93bcd457e7958a5f4a7b196bdf3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06113093b82854f4382f884f6323fbf7faa148f9de175fde054cbc71b71ee93 +size 26151 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1276).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7296cf287b22e42b7849bf6b762e614e90dd1575 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24812b9961678505c3d03b62dcf68c0dccad73cb37e09970ba7381237382687 +size 23764 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1277).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82598b0fddec3f5819f38a1285368ec987babad7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b019b116434aa1daca057561af706c4d6aa56ff6b98ab39c42cf40645b7b79f7 +size 25306 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1278).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f04fce8613f542915c6b5218190963e4b9e2d0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c413b1c9d22f6aa8b9df7394a43795f1560a39008a1be9f7112c59dee98c73f7 +size 24666 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1279).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c95bdf70d94706d7ceaee0d81ff3777fc40a9c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bdeb926ba254ab33a26c4b130ab7a957bbd1e9577f32b8398f62ecf68218f7 +size 25117 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (128).JPG b/dataset-tomatoes/train/Tomato___healthy/image (128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1902eb4bc0c102831364e353a3d513e82a0f1c3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de76bb8fbf1605087dd36d0c3d4dd06ee2641a2ab0fe0646871ac254f477ab7 +size 26812 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1280).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe672526b9a4f22e21ca63eb5d42cbeaa9c46103 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d58c8fbb696989825fe2d71dc55f08fa1f6ee6126acd0381fc37b163c90d8d +size 17557 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1281).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a22567affcc26b7a91c4dedc6f42582396ff3cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2f979a6f6d0218260608778372cc89770ab7d26e90754ef63168e63cf75399 +size 19157 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1282).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ffbe6edcb80e9097799d2a2164e6109cce13087 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf5147aa05bc7d47c7a291eb99f638afd01ec00d890da5fa77ecdd860b8590c +size 18289 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1283).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cadc1a4490657016344346943e47b826075a736 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac7c0d5c432fce0f08afa73ce5d5c88f1df265b407283b48f045656f4822ae6 +size 24518 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1284).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd858bb5444dbececea28ca29e3f63a92582c7da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b25d8d68409e2206dc9ef180d3ee8e0098b8b038d214381d2f808d6e317fa57 +size 25809 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1285).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c412410f228ef7bc147603248eec07866faf5ff6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0122045dd5947796728e8e1f228014af8d30d4c03dd3ad6501f4f4f386efc187 +size 24665 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1286).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..595b21aabe27030201648b584e4de90482e213c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb654601f2aa0c116149ddbb435ed940e98433c0838feb7aa94c9ae8043d032 +size 19716 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1287).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbef7dd3b5eab5b7bccdf3e8a61970c6b7b7c659 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd114961d4a343c90e6947c143dcfc69aa58c411a9fb3da05ca4fa1632bf216 +size 17978 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1288).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4741b7bb6944cd74aae80f565a851c8b60366d4d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daafda189515e10bb033f5c0bebc2fe4cbd55e8cc1599b59389b6fa79fe690f2 +size 12983 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1289).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbdf2bf20bb9bc3fbfd4e99ad6b164498073f486 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462236b40a5ff3c08399f17117ad352b8afe4405c693aa0f16c11ef4460c562a +size 12970 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (129).JPG b/dataset-tomatoes/train/Tomato___healthy/image (129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e80e7d152d02f6e2f0928f98510f419624f353a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e8da5fb656eff411a7e55acae692ee6d6cce543fd56d954eb2a49c8ce28a4f +size 15192 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1290).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e64d7a47a105cfc98385a26808a13c81058ef7ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9139e4a81fe0468b10033a8130a1154aae5be308482ae0fcb73734802d2bcbe +size 12705 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1291).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92dec4f2c042d0ec1ce42c0c14619315d810a1c4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2fe80aadba86bc72b5b93136e6e483017bda359b16760d701f17d575a8b45e +size 25144 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1292).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..036ad5166ad00978b4587336efb7b9672db4cea3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68494061a5136893d446cdc0d6a5c85bab66793458bae8330a8ff9e18d9244f6 +size 27645 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1293).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85cfe3cd33522f87946e4b64cff0ac335af9c3eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c2beda9c14ce5940d13b944f36e53b5ebddb2d85caabc578ceb057476252bc +size 25353 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1294).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdfa30bc523af210ae93b6d625133a0898a01877 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4aabd0d6ca6daecd81916251072c76d48562ed77897bbd78b176789cf7e5374 +size 19457 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1295).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c51d4cdc29e158d5ed8e9fa5632baa4765ea6dc3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97056775f9d8ff47bbed985c480cd6ca6b0cb9baec552d23db36e55e5f3da7e +size 27797 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1296).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11e0550dc5dab37f49d5f24ae59892b2dc6f22d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc26829c19c0af4f4fcff8a9eb2705ca46cf69e37bf245f265cf4cbbac87230c +size 25536 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1297).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9eac93032d1e6a67717a9ca898f71d19a6962fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4034cdfbcd70ac4e518c22c5fab2f5bfa2a39fc48d9e7ebfd3e86cc90cddb5 +size 19111 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1298).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00d42c86f1019f44256cbcb4ebdf9e0fd946a206 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00435a0ca4bcffec96b06b234b86c8bbd4f80b1f119faf29eed70624f4ecc9e4 +size 27687 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1299).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..237f2c644c1c7ec9e6101e8badc6db1b4002557b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3821aa0dc7fed862d0731c6163db354f7ce91062f9e72afdab00af0cf5f833ba +size 23380 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (13).JPG b/dataset-tomatoes/train/Tomato___healthy/image (13).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d084e71d3f41cbecfa9e71ce145db10bf89adfb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (13).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe6f83cd2bc702925fc9449cf23de2f04a149605b2ffbb6f07f45bcdc2e3904 +size 24459 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1300).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1300).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7733cfadf99f9adf8e9c3ee0dd82c1c5e0054d43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1300).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5efa149ac5a20f0c4acc2d7bed140204aeaa1577a6a6891ff46b8e245b58b6e +size 27265 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1301).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cbc0edabca3bdee289207c801061f970af297ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02baebb1cdc11f2328908e61adacba5cd394e739ef5da51f534599b91455a395 +size 27181 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1302).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d63f33ef87381421b8c7068bf35817678f257de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6227a3a9276710cd7976a9ac7b6b624694e09c98a4c3aec3de2fe7965405b83 +size 25050 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1303).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..351c95e290a7dafbced3c68afb7e939b057bdb63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8669a1e6d12c6e498f9983e2ccb8a227204ec32ef247a8a6a70b63e7ee5159 +size 27310 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1304).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c36289133c155c8c2e729dcf7fef3071c80de38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c06804f5e919e1bd5f2019432fa3927069554ef9b3eef93090d4afd16aba57 +size 27213 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1305).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e484c5742e03f4607a984cf7c409dd4dc8993ef7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f6fa6195ef5c59c4918a292c641d4cd3d2d31ff051dcd0f36a625daf93f5ef +size 16740 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1307).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c7ffc925b83cd7ae6250b0465227186913b0fdf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9c463efd023ea2d367fc6bffb81c44968896c3f927e756eb896f4ba3a08c15 +size 24831 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1308).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b38a1abcfd8a187295451613c49152683bb2aa6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c6de12601209e50e012bf701b59abbc821046fca89b0657a3ad94e67c2f8bd +size 24731 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1309).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3067172867c6dfde084f7319f1f99ddd900e50e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c114eae7ae4b3eb538912d6d6a4902daf3652e6164ce3df3c012d91da35c61c9 +size 18707 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (131).JPG b/dataset-tomatoes/train/Tomato___healthy/image (131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f03cbb2df60650edf128fd410e3db7dce9a828d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d145b994603aef9a65a85c72c2c44ea0d071b8c97c4a96b715b5f4feaa2b026 +size 25810 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1310).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..910999e49a04f291a3c6f76bfab397c985cb6bc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800f0d1df397827cca44794c284bd8fa4ba994a72ed900fb72300ac6cc844c2a +size 27605 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1312).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dd5ef5ce60f8de48db359ce0efecd8461436314 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8a6f84d48fc17c38176a4f2c821e99f55a24aa43952f1a2f11a28acfc53bbc +size 25851 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1313).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9ea2b4c836f16c46c4d6f2d03511783a7b72457 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffefc954278c67cb3f860e23fc22d56d283622eedf7b70f20becc2e197fc2560 +size 22628 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1316).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db1db0979eaddcd9e0b820b53257f93674b5a8f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bea3a5c687a0713e10bb39cecca0f002f619b5b8347c35a0e2962657dddd37 +size 25606 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1317).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55e960e9eaac311fec6d4d0a75cffb877b9c8979 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81127456b89d06f9255b9b5a706313bfc730a99e27b9c126587788a8d5e9c28 +size 25498 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1318).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28f63779371815ca2da29531dcf6cd32e3ef024d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78861558f9825ba3b86e381789e17c6c2c0da74b2ca65f81e90472e9a4cae03 +size 18947 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1319).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd91929576722ee069cdd86010a01c0795a70601 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34821fb36d4a16146b3daaca21942e9cb84756373a9052882953a8b4f7ec51a0 +size 25144 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (132).JPG b/dataset-tomatoes/train/Tomato___healthy/image (132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86e7db6dda3d1bc35b77c1a34608547bf24679dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b615c07331c4a29bfcfa1cf6228e3b26df3f1db6b0ffa02bef7578ad9c79d819 +size 24530 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1320).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f4b34fbbec6b977e05775507d6e70108ff0957e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcaec3b9274a21847500b3022d542a77b0203e95bac6fe53d164512b66c3571f +size 15205 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1321).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b1c5d53e6e83f4635061b24c476a66c2b3bcaf3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005ed632188510948cea99bdd4b443c31c0b3fe1e3ffa54b13d68c310846e0a3 +size 25617 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1323).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39f27ee03d9f56071ac35510ed3bd081c718194f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b921165fbb0e446689d40e7c36bb631ad53649358de9cd0c1b8bd921986ad3 +size 26802 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1324).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c7052c2ecd408781bda5397217fd5e2a2b1b643 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a5e8230725db16a3e4053857a84f45896f3b119fdaf3894534e12ca9f8ba46 +size 26676 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1328).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17840066bce4fafbdfe42188bcb8db7606b1e8b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d22e00382d609b40fd5d235ea51939fea5585af0bc2fcb2148a263278dc6b4 +size 17669 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1329).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94182e5bec2b0ed8bfa2f820aca8f7dc03f3f107 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d207b84ef6924bd79dab085ded43d801b408e25040902a03f4477ff4083b3c2c +size 20262 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1330).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c127a13566c0dae3826afbf616b67a1643aa9d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf68537e96dc15dcf673f6258c9fa3b909296bd3540ca06233054c45c46e4ff +size 14377 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1331).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd58b8fc4a8b103cb9f88eed3f5053d9bd82a70b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97aafe9d89c689dc3c0240f5a4d389c732d83ad7aa304a8aadb851e63a78c1f9 +size 19812 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1332).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9313a5ee02d846b239ffee67bcea5b412cc313da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546ebe9d553c269bd0589ad6381cb82feb2b71726c376b0758bcf8c240bb75d6 +size 26815 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1333).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1b23b66429ab9f4384835163ad0e970c8e9d2fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084519b62f7e50d07ff578e613c8ae115f7d7647f1c86198f69067ea0e43b17b +size 25862 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1334).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5bec10ed04bbc48d8c405188b30a306eb9e929cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b25db6956c0f179d7ce7b4abeeddde266d966a495b6062332fc273548a5c010 +size 26075 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1335).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a42946bb9fcf76e1b0088666293e88563a48e99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636f5a5fe774b6257c809280f757c469890cf60b701fe0ff2f34b38eb5121d62 +size 25554 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1336).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..039d63ad1122dc4ded388cabb62a0964866b2256 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8641efe95aea22e337bccfbb237c9c9a555194ed49b492df2d85d607946eb4e +size 16870 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1337).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59fb73b9fb06ce0edaf5488e4f8180e9d4dff2c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47356f0d6f08bb9d39c7f90d00e081150196be483ea6b38f1303845d787ef044 +size 22807 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1338).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81d395a85e3b782c04d883d92371d52994767f8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b902177445d5e0b8d8ec881818d2f2c16e37366d4a08c38117fbab335a8707ee +size 13855 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1339).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f72656e84dbf6f22919002dd3c7d761a06b86e99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056b8fde9a6e956fd10e31928da954d10353f118d2360df73c0cb4cdba416b02 +size 13199 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (134).JPG b/dataset-tomatoes/train/Tomato___healthy/image (134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..529059267252cfb6b122d688325e6ffb15590ee9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360b1df7e8f4e55e3f282d2c9a4d45edaadab67217442faca9c8b932f62f3bb8 +size 13932 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1340).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f6e0e54e11b3e1d04f71689e4a89f902ef55190 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6ff6e56df1c54f71032f55a115e18a76a2d0b116c35f801bb8533eae3e499c +size 26925 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1341).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8998cda89028fd6076798cb3848b76520d642e3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050fe7d4a011eaacdedaf25a42f657f073b3340cdec45105aee7b5f850bebe83 +size 28104 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1342).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1342).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cecc81934b9d9760621d6cf9977974681f3ae93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1342).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4669e78799bcb254a9dc568a4b0372fb63f24196ea1403d219f82db403ebef99 +size 16057 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1343).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24006bf7e94ed3e07da1de81ba45e4ffa623c872 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0f6444b18e4bb99fd97b5cad14f2e88030eaa784cd5b5a84aa0f07f0b061f3 +size 15823 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1344).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c696f95dd5c5173f0bf658b3621d16af5ffb9a16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d90c0bead3a2e9be41e3f16a6dc4c5bc4db05e8deb4ecc07fa17b9371428b05 +size 13911 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1346).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82b14e420708ec62a57740f32cf0befdbcecf8de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c029b14c35a1361abb95283022c50fdc8b206b241a5e7fddc0b92f0c4ac7a7 +size 27587 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1347).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b202595e2b935afdbb389b73cf3d19bc425d4a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b25b5637efff0cc3ce2917d0164e7b064e2b871e4a51e78f60b540a4ebd4c8a +size 26338 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1349).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1349).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e2d21e2fede57ef51ab6bde090f9a56bd04594a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1349).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aedcb7664a39949e3d8925d7de49aa7b626aaf3cd728b5a464bb536bfb1d37a +size 25067 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (135).JPG b/dataset-tomatoes/train/Tomato___healthy/image (135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76aa257701bfc9903d5ff2ac65fec6f7b593b4ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e18a7227af7a1a659426318dec6f732d66bf365448e8faf3782ede2b697813 +size 15029 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1350).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5893c04b84b65d9a5f8a537188bbe111c7669c25 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f500efd5822355b951371a74c4756dbb6e180c7ad9e4ad916bd3a56bd4b798c6 +size 26878 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1352).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69f93573302d1eaacc11a6340e889acb16305637 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566bc2a44340e2f5c1a8b6e66103f6dd490516aa36211fcadf844826eb38f85a +size 26353 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1354).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7948fd3624c512d5d2a0d51dcb62ae764c485bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e40d8a6e51b5d9e37fdae131d5521f110db9c180032bb6b5e5ab06dc9cbbcc +size 25650 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1356).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98d40295ab4c7bb9af3aa2f39d95d3dbe0d4ffed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3afcd34df7ce816e1d98adca58a588c580186a2ca6ca28c2ad74290c9b7675b +size 25176 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1357).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ef8438976f7764b90d085bc8254d9e607650c9c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f460b7d610dcbb74d460d2dae97424c1e7dee9b50b02344d64f8f181b2a379 +size 14904 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1358).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e48505fdf99850008df8bce70206021a080f27b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6cea9b02004c49b30fd71ea4fb41a2a794e5264d195ecd826308498cdb6f05 +size 26201 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1359).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..094d2ed7585ad91a230b1bf5d2fe5b2c53450780 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bb4691a4167c57196058f6b6d6beb03d6fc2d94d786511726f3de22946e821 +size 24819 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (136).JPG b/dataset-tomatoes/train/Tomato___healthy/image (136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..020b15ade7128f18936ede2417f610c0dcfd7e43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcdbe99477a061db7b18d51d14eda1f00983712a4d9b90ff143cfc4655787a8 +size 26236 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1360).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf4c8af8a0571008e261b309606e3df85e81c507 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90088ebc88585e74e69c179efe2e91ddb509899319fe23a23b5e7314b536238c +size 14039 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1361).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..813277b6e5e9c059af44e8d311184ee1a390959c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ba8934e723a32511e1ff750263057d24e209c8b7b0b8b9ba42123ea9711b78 +size 24177 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1362).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d9ed77e41eba565d854fcfb3e0d7b6579ea6e69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906262672eb6a4c1969c8551f10b65a9518d4439557d666c64ab749b6126f79b +size 17188 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1363).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06effae9df7145ec162ea360aabe40ca855719f7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcd03d19660dc9f8295c6702a8b2c7e775e941e3697fa23c702a91753310e7f +size 27022 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1364).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd51ac7bb1f53d56984b4b890091ac4117fd3076 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627f7d1b8db529c5e526c51bc8e0b56367767ded65797ca8657435e5ee68e5ed +size 25821 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1365).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5504f72f80b09dc0297be0d4cd6d0c51e1a9a046 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a70a49de092e19b4fe2309dd8ba4e33cc7fd041a2047987af9fedc1bf77114 +size 26620 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1368).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb50f7a8e3683f7a8e55a84bdcf9c20d161c46c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbc0db4acfefee0c803e58272accdd094199cdd664142b9582be8d22aa6742a +size 18709 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1369).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..821ef78004728ba95158c8ee7c79900ff33ac85e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd26f0e6028c3910e85d60a4f2768a1071b4757e360f031d04aea0032fdbe71 +size 24397 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1370).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..664c988eb13c556af70f04d709b37fa62f5f61d6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9665d9d6e8040d6dd1d873be02e2c8f24905662aa89fa092738550fcee03ab36 +size 20998 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1371).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49a204a3d6d2de8af69e3fbed58ed08d0bdd1592 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cf5ddaab8f4832c55ab273ac281d8a1f0c2d2c2326738d223c9110b1e8c8ed +size 26168 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1372).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee6b28047f90f9385c3477638ee3a6167696e90c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987ba1503951d370365de9fb9a59faf0eb5f77474813e2c76d8b7a1e384b2128 +size 16153 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1373).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba6983da127d9621e0e18f008dfb785b06539810 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c5d2a6fc051c6d4f57d246758d9da4557905bda2c6ab90a27077b195164e04 +size 25146 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1374).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7a596b2b810acb96a3cad800e7dc21c4add5480 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f4e256e8e377b48e01eccbb3965569ae37f188da296a545db8d4d6242fcc84 +size 26938 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1375).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5cbbf90f1527dbd49f2f8194d4d2c2a756cac584 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2deefeb59bf50a6621c2657afd076561c0dee77fdd13772b93548b709a01979f +size 24937 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1376).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13426210482bbe6b17bb8a6c07e328a17d912035 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bba565cc7c8bbbca615143fd341a5b685c1cfe73152bf2a78b8c25577f9263d +size 15647 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1378).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3a95f83223f87c3a4d11fb542bfcf37a1c60a54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93055d55154419fb2cb58e8adb65a02015678739b23f3f1d37c8988864e91f16 +size 26611 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1379).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7d8365c4f7149acd4aec22edafb1ffac940a50f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e32aac52f9a9f89ee86866b2391cf3fcc8dca1ae20209262f3ca2173fcbf87 +size 19131 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (138).JPG b/dataset-tomatoes/train/Tomato___healthy/image (138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d25ab77960b3010d15b4f3db4e7caddc2a53c4ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce965f4bc488a92db28c00ea8e75b6c227356ef89cb26e1cf850da9596ff5ebb +size 25886 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1380).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db757df7fa8c2f08043660bcb4cc77f3a71e922c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044a3b1dc07951b22b13d203b346f8aa45f5b6acaa1aa577d0bd4137f501b575 +size 26121 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1381).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cc92eb977c3802ca4b31dd10fef16a5e1e232d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4a446de024e4c11118b31b0b1d3ed6b2766f30296bd384562104bc4b3282d4 +size 19238 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1383).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5af9ea5d0cb7ea83e2380dc726a577e4b39cbf4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7b8e1e5d38a3c1e98bc285583d42d4b656a459ccd24130cece68ced45c8b9e +size 26298 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1384).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3416a820a48e75ec807afcc310d16e57b6e370b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6e256bc660c693e058edf4f8b586f0fc6541478a054dfb81aa2387945e73ac +size 14734 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1385).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c1ec1e599f7aab830fb9eae305fad9726d5bbbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4f4e7ca1b4fc7ce40efa8d640e21736bdad19dad84867bd669d472beb7ab0a +size 27456 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1387).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7162abb1e23141b4d3518e8300db13766ac0534d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaa72482e53f676d33af9a2f8e9e179c17a436aa09acd18491b75059b80f1ea +size 26976 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1388).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09d180a8d5fd922680223071398dc77cb877b5ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7d73409f390c06d22a11b77e8be938675047453e13c5aeff1b67339f3c8436 +size 17222 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (139).JPG b/dataset-tomatoes/train/Tomato___healthy/image (139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dcecb5b9c10d88c50f3bd07e548e3aec8fe9b6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daccefe3ee3f089a62d3f087a64eea4abf7447b0ed6b03058a68ce11a43b2243 +size 14482 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1391).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88eb15031912f92ae801ed44afdf14c9066ac128 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf1aa677106a63a84968ae60185fa43d41bdc1c9b8481c218cf1c5eb4ea74bb +size 19863 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1392).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f926dd17e738533844698d10c32aa322d9046534 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b25b3df168d7c040ec4e2da76ef9aeb3b787ccd3b50c1c9052f55451a6d0bc4 +size 15119 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1395).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9aa708b779e44cc52af266118769144b862c34d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294ebc6ebdac8626542250f7e8e9d4b87481a95dc80305d7dcd0f9c12c18da0d +size 28763 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1396).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dac8a142634fd7b4ad46b123fd5ab9be27bb87cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc49ab35cb70c0721ecd2b6fca0dbcff3c10a17931c690f65b6dbacb1548b206 +size 24783 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1398).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f477be0f171faeb6f14e89d4672f5eca3ff6d79 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953c78d053b9d883a8c12064a9376bfcec73056d9f71bfb515aedcd62ea18d07 +size 26279 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1399).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a571264e667058f36c40a39564a571381c5bf63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883a46db4db7396d17e359b4e55f358e8c1487bc20446a71eea4b27bb25b77b7 +size 26915 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (14).JPG b/dataset-tomatoes/train/Tomato___healthy/image (14).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c5218f5981e31430eef565a0422b8b4cc0434ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (14).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7713ddab7183061f4768a81463cbf8b27daeccb0fbdf3f10acc44584afae852 +size 18844 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (140).JPG b/dataset-tomatoes/train/Tomato___healthy/image (140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f50c3838eccf17d417db8d5e7608ffe6b8d1de3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcf7620386315c69f6253e523372389f37a326b630630ae153a31401a00f128 +size 27184 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1401).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5c8bb2f10dcea30e0275d413c4dc7a257984a1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4b6b6f5dae644346ee297e7bff85397c2f66a5b53588f6cb84ad34f574df15 +size 26944 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1402).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0495b6912440ad0b2306d8d0cab087644df40586 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0b591d5b425c5d9e77f1aec8d436a16ac609fbfbf0f75fff8247c88da24703 +size 26687 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1404).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e07e3df2eb27ec6238f2ef58c125640e28deb74f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684378559d14c2554636e8fb8a6a73153533d9ea7fa4133d506bc268d7714632 +size 24966 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1405).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fddd6ddbcdd58abd54f0e6fddee20a75b7a45b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3273450f3362aaf9ac2a3085b0683aa680e85a533141f7e206b39c4d6945732f +size 19162 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1406).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a64f66316b1e8d0bbb95d54b2ee162b432b74bfc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0c00c6f71b4d4bf5e06502ddfdad6f422fdf0b8c3602b41ac8b79fb1abd259 +size 27961 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1407).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..082a04655176146c43ca07a1141ca56cc0746707 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34b44e45d3e78ad542da57c11936e36769e091765fe57da8c40e97a2fa047ba +size 26499 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1408).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57222e1083ec5d7dcb5f852ede2917308fd01b14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48370496e31216c6bede4393f2d0cf519b24ec8c7d0e906d33ab82658794ad66 +size 16236 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1409).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0eb53141737ebc75459731ebda61df44477c652 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7cf22a3819a0ee047d009e2f2396fa11ce871f3fa412289913ac1158caa694 +size 27582 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (141).JPG b/dataset-tomatoes/train/Tomato___healthy/image (141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3f5fd9c3c5bd852562cd3254f4888953919633d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b55a2fc4fe710b30f524dd7d8ee479f3303bdd0fa643778b1af971e2d31857 +size 25979 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1410).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af9e19e8d5fd384500bc37670f24dde1d2f01e49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3aafbed67ac8a49a081f400e7f07e6d9c5ade4790f0f8619f1f712e164aada3 +size 25025 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1411).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbfdcd81ff3c6becd6690d17ba8afd047f0d2fce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7742f407b56e26b6171ce2e5663cd978ef6c3ba09eb936309bbc148eff82bea0 +size 26730 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1412).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdeff50fb8b80ade6520d9820dba92f807b7772e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e629170818707046bc1748fd34c592082f9d22907fe973f527ca3aa07b4c5381 +size 18438 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1413).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1413).JPG new file mode 100644 index 0000000000000000000000000000000000000000..470ae4ea431df9bc73c22dab0ba592510720a0f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1413).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5029380fb05007c579e357f6fdac67e2e58f6c2221a2852d45e8d7939f054b +size 26127 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1417).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18a2af78e49088afe31079604368d406a097bb1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fdc06dbef208799fc4d720bd2f656e08263af204502b0df7975027182de4996 +size 26476 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1418).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..260ac0756a8e2218dda8eb233bb5d1430e2147de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e479fc1f8768728004f09b6756ad920f6fae0024091c612c4b47f1ceaf19fc +size 14373 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1419).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06cf433e1ba2bc35040de7f5e2ef6faedbc02607 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483da691bc11555fde64123f92b97919a8545ba6e95bb1fb30d1c9fbb86a006e +size 27012 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1420).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cac40bbc0adb7f4e544a78927dcb6f526aa3f006 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532caac3ed117144a76b82e1a8254e52e883ef7b1b884784b96777368228d887 +size 27275 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1421).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbe331d203fdaa37b103f8711875000045da3f80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9ac7a31d48ac0ecd5f99810e1270cfe8f2dcf9bd70b65fb52294ea346a49df +size 17797 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1422).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc70898c56b171df3a25cccfed5f33d38a049488 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f6cdd186df1e1b62af6e674780af0f6e205275a3240a044ef1d501546dc75b +size 15432 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1423).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1423).JPG new file mode 100644 index 0000000000000000000000000000000000000000..255bdfb4df6bcb53309a5c7f3c2feee459c3f2ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1423).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abb296589395a4322380381142bbd39ab471eb84397c27ce996577aa026f21f +size 27823 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1424).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ebb4b1a7b5c92172eefec1c7408865a3f74d881 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ce2edc2fe68db740417e8d9c799209e893f3040b87791a6a822d6236358600 +size 15587 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1425).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..460daf1e3a0b30cc47152f7493ba1346352c2a4b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f65b93ab25ea087f15a03113aa4bfa019c3590b288ba46e5dec09ab7fd0c780 +size 25779 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1427).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0f3c8f124391e6fd968f900cc397db439babcc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7560ad504768cc5fe698f997226571bdba3ac23d2f4970b3b987c02758cc555c +size 15341 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1428).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f8cdcf64f760f9a36f2c96fa0d27a36ff07ddfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3626d2debfd2b6fbd094398911dcbfb991ab70a10ba13f89fbacd9d2af5118bb +size 26519 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1429).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2112549623cae000b95f70d7582296e14592d5e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88a9d3cbb6784223d8f10fdc24ee6d0ce202bd6690441171c27c8bedb2bccd6 +size 26889 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (143).JPG b/dataset-tomatoes/train/Tomato___healthy/image (143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe1529dcbb21c79e628f3b6287681eb351d5fa9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de6c80f1a7893036021b5fb58b6315818c482a7bfc82352b597696517fbb1fd +size 16441 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1431).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..427000e32265fc0946bb89574f6e9436979644dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a5831dd5856e1928b09357ec862735d35241e19cb8adcb371778f745be97ef +size 15116 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1432).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f06a3e9533762edca6580502bbe2b6b1e75d76e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfef17e27d120c042fabed8f337179f21c61fffdb5d3941933b567d57ddcbc8 +size 18096 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1433).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1659b3a28eed35091345bb34db1e235efd4c5017 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7539671f03474b8811c03202402ef8203d14a87a6c60ae2e35e7e8c32282cc9f +size 25204 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1434).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c748ae3249a039099546f0ade76135056ab6e931 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d29b2e7f9c010ece9732f516ca264e8c086c8611a5d7e9f145a6c0488fedc7 +size 25641 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1435).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43ad8726927259ff103a395acbb5e41889b0716f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd430b4383151a4bb27c5199c85b2d397682620eedf26da5e8dcf2bcb88cc1b +size 26229 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1436).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..123f721bceb775f1d80345478653fb0d99155795 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d777db2cd274699edc6b6f319d44b9c439aac8ac0d495d0cb4582a850049c349 +size 21864 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1437).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6ab133783e001d3d04f36d830fb5be1a150181b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54475a4b797a19232fc027a3a943b47d114276a8a73d13d1389cd6b90d6ea8a8 +size 23676 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (144).JPG b/dataset-tomatoes/train/Tomato___healthy/image (144).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b312dd3fe3b44928598655eb2273b26f0ca74d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (144).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8a62b03568606e9e2508afc78710eec925a0112163d9e4a458ab8028229c70 +size 25411 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1440).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66595db66fdbc77e609ed1922a6b2a642ebd8c53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022b86ec227f6b8161669f7704ead4aafa9e51f7144b5d8828b7d08842c722be +size 24027 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1441).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd5be2d736a57027b6de5f2115fa01fe001acd6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e6f49336dc9cab0caa96f756bd15ae75db5815d80cf8628b31bc5a567dc090 +size 20085 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1444).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdd9181e62d9daaebdca56e658237406e2334630 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b362ef6fa5fba34420cf0ae924384e89293f8e3fed48dfac9ef5f7212f16a73 +size 24938 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1449).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a40dc34b5402e81590d2bb9148719a3c7f6dda1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48018561f440b52b1df00d228fbc456df42f39fbe3be532caf5d76499f4e3f53 +size 13840 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (145).JPG b/dataset-tomatoes/train/Tomato___healthy/image (145).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4992d11bbdc5b05cac4a6e2269e8d9c1f09f9c0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (145).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6907457eceb7403ac7861f45aa2ab58c4cced8148b8b2a137cc195dc8267c75 +size 15814 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1450).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54ea6dde17c425df13bec07872f5cabf3cb06eb5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29fd7c91b568328085ef94821dd63ffd6e17ae6722497ccdb4c06168cacd39a +size 18431 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1451).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c112f365f2600cdaa6a2681bb004e37cbb14b1de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fcc5dffa73a7a1cc6c6354b185f13fc27cd20c57cad0dd36dd31a00106b43a +size 26544 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1452).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdbb1bf3c2f4938f176f1c148208e5f19e2ad73f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0c82b4c71a130d97724f16cecf0f64039700b492fd798b5acf1782e812a54a +size 26031 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1453).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..249acd8fe76c77829902c2e02eb4b1ac54c9e6d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40e5b02925ba48531f767df96a9a66d72fbf14b77e83b6c1b67a0347c5d6172 +size 24320 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1454).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b78decfca82b6eac6a6b0093f0bc994664e7eb07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fac154ea932c393efcdeaa2ccd8c57a9c88839450de5c2544c42a068c9e26b9 +size 17822 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1455).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10f968972f18a7011eceae23fd61dc2afd04f055 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ffa9c86053be2f3744d62fb6241e065851fd86251f67e9fc222570a1c5da20 +size 17850 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1457).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bee7af2ebae39e90b26d8542a2c4e84e2b30a45f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cda8c3ceca7626cc6727e14186d356b10d1e345eb16e425ef82f21a30258ed +size 15878 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1458).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a8572a7302df99f310b5c45b44cb55dacae7940 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b08d808aaef4718dbc2effa6077ebef740d33d202ce53b318bc85cf6b68cfe +size 17328 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1459).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffed06cb7d4273e583983dd3889daff89a285ee7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e930d36ec607573f2ed8820af14b9fe9247e1cdb8b38d42f7d35beac0d2844 +size 25991 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (146).JPG b/dataset-tomatoes/train/Tomato___healthy/image (146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..019d2d23a98309dc98f646688a77f1508658966b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b273c718f0ce6ebacf13ad95850b96b6a8fa2e167499c37df05b8861324b13cb +size 11175 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1460).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..839257365ae623f5014125ea27f7ca63e47634a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92272bacc754beb1663e79417c2f5c6a428ec84b042d216e7ba648d5a5b99684 +size 28579 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1461).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ba4194bb8e8d8ab8c242ce2063eb2dbef364406 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418f9a01f479daa910c0f1af302b2126f2c22ec6512443a16601d601fcea4c96 +size 25974 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1462).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcde429dc9f6c1e03aabc148740647917e15ae3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e23c47faf378c58c8ad5ebfcef937fd01390afeec0ac0eeae74214cdb03c9e +size 17431 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1464).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a6c6cb0f3328e3e6cac1b5cfd5a916c582f61ab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c592e7abfe89911109c2a6a1693d3cbabd2988dd5db74e6dfdfacc6134ef4ff1 +size 26850 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1466).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..693685e0549706b91a82aebe98cb599ec5aa0b9a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0010783987158b9c1757dc94323441daf61c18834c16e79c22221f31c84be3 +size 23056 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1468).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d0bf68f0042d2fe73b76a1fa7266e4f8002bf34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb27f8a8b71e2a6b1a4a6a4ebac8d8d44cc64ea9ae0116db1bb44a287f78baf +size 17038 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1469).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6193c957a044f26ce9af1f36c40381e10fa1baea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a33e450a625165b505d847d6d6664c4578b8d5465d86c72cb2d66b8f023ac3 +size 24110 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (147).JPG b/dataset-tomatoes/train/Tomato___healthy/image (147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b5e5fddc40304ac12418b91a2757ac2bfb8d68d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01970d29ad6413d626f01b58497561cbf95e4a62910440724fd37fc779c94a10 +size 25467 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1471).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54c0f5dec1fd6ab640a2776e7a89209edbddb8be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab69d818e5322ca1c4b96d2aa2514681b303a48890584a2894ffff786c7df138 +size 25487 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1472).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a419258f3704507d88a2f2e3f9490c11eb786e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76965242b27380d0c001e98df4d3c1e57894a96ed512b5238325afa913c16fb4 +size 26525 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1475).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..714c901723147c3084a8313f8e2bdca8e42fd53e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d168774eded688df517104e421a7ac7f62a04a769ad49ff2b20cc85f573326 +size 25844 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1476).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02191c5a1a78f9a13cd2168e4406ecf73466d341 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5a6953f2411d0a2687cb45726d4d72502adceed421e0ce6b8ee85193e7f5d5 +size 16626 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1478).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0ed0b9c847949047e35e50b70331116af20f843 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f787cad146ca9569fc33ae0703384e7010450896ca6b33ded62ff98037da14 +size 24180 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1479).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de4446a7fbd15b3fa8e0da2b1da0969608100a37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444a524454e419837a9d2141187cdc2ed0ccbe1b64ffe76901d3fdb276a332f5 +size 20086 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (148).JPG b/dataset-tomatoes/train/Tomato___healthy/image (148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b51c7e412ae02a9062ba5d7bb28a0bedc33c9577 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4c0dac17b4ce58a3a6d73aea9fc0156297fd9ad45dbc94bb1a0bb855a828b7 +size 26623 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1480).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a9aa701581e5e2f3abe5ccbc566c6c79c883740 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0ed3b0435661b987e970a435876affad1ba6fd4d0a25e04e45ca1129860de2 +size 24840 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1482).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..613996eec2f97f4b0e297060842771bdd572606f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f2f328717f65f0982cc5c0043fc810c2a33f94f2abb12b97f5e5ec689ba3f8 +size 24613 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1484).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52d85ae56af252d3502caf2ada0b5583193e5979 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc8f9d1d1939272f6d9c173965bb8d41a321a97315a62fed44ecddd374d17c7 +size 19246 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1485).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7cbbd2f96cf19805839c4dd6873e07e92f9dc84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988071cf3f0d900bfc0dd9d396ea40dc69beafb0a6302b723eeb170b28c306c3 +size 20487 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1486).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f2278dd92800e5479466835a20d706113053a90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc9021ca5d268e0ae8d712db4cbb32a69f5085201c67641c323d5043cac6daa +size 26907 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1487).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57b1c62074b8ab5493f9086d7765a958e551b6b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a976255f12ba4afedeb7aa2a99d1b6f520f03d475c0103521d71a24a4cd825b2 +size 14505 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1489).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ab136237bded48f90fc55c524ec6b8d0f3daee0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8917452974bc6640e0c1dd989c2ae091af6ecb6cd712456b9afd1d02203bf6 +size 25359 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (149).JPG b/dataset-tomatoes/train/Tomato___healthy/image (149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3689781f863e9fad346ff9450587788e69dea1a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e8e9462664de6eb675ba86b01bc9e9100ce1b69340018711607fdad921c8e5 +size 20726 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1490).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..188f5a6249bc50cb950b989322dcae03dc410d94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27040acfcdffa55fc1d4f623555615bd7d7510b92a1830e17158756199c956fb +size 25804 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1492).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..040829ee7141bfbc5b9b1a8c6e7a68635823bfba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1085efbe3d6afac52ecdd12c1968ea471d966ec15ef1952fd1486a8d5177f6 +size 24547 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1494).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6971a1c1ff9c46e8acfb81996f95aa74a7b3f3fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b676c290421bfe235d9529bef6f9df978e6274a0187a005267beecb3139c83c +size 18359 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1495).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b032ee3a5935eefb691c75c4c5504f33f7c3d7e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a234682d741f2a8bf1e74e9df023f0171cd93654bf5b006489811f22aa230da3 +size 26783 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1496).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17f84d6b817a3230700ca787101459daf7602b9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4472d8bc8b4dae3349355d8976c95ed81c8f7d840da428d06bceb866ebca2b46 +size 24674 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1497).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b6ea18f7260620db0731650b1be79bd6d6031e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67efba35c93d35cb9538a281bcc3cf829b87865e8bf9669dd5ba3d9bc96f81dd +size 17847 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1498).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..191d2ecd6b0aaa3be09f5b8f06420bb9e341435d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955b760f58115bf1677190c0c0692111c1d72b09b30267c22d1ea9698c8813dd +size 24567 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (15).JPG b/dataset-tomatoes/train/Tomato___healthy/image (15).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36321be7de1dd84ad0a2e0643ff5479fb5809a6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (15).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35884014c43e0701ec60575589adea1db3a0b6cbdbeca6ed00f33225cb91adc +size 11915 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1500).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60757b9dee5bb414bfe22c3b6e10a5e30217a762 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c91f142f95e436c4cf016a6af985e1e1725db074f42115e768018ecb54ed4a9 +size 27790 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1501).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b6c7d654cfc021769ef3d33e1a6d1ab234d4a8a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30673fd7a4262c9b7aea16d72dfffc721b95719c7db6f3cff145280f473075e7 +size 18600 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1502).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38c5b59bc27e71946da439390ea5addc4bed5168 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1844e220e12887df6bdb7b7f80ca854562cbd1c1d054254c15a5eec8926c1716 +size 13353 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1503).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eca1c618e8a8eec996c6bdd60c6322e66393bf18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f037500fae001c9b7c227169da1020f8b4fb457918801359e6a43aafa9cd5663 +size 24749 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1505).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..557761cf8f3cd60884d585b2fbddb580734ca0df --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6167a40266fa17e5e1f4211dfa28b5af8eab904690605bd7e8c30d399e51fbc8 +size 16302 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1506).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec007be114cd58cd912d57cf1f1ed0aebfb0f7f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4bc6da9879b78653f7defe3d19384425e5d66d8de78a6f19a07c1794d94725 +size 26018 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1507).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3008fee8c78e79649e8f136f7f0c1bd83296eabe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808c6bd2773de677c417a7b8dd576a5e2ea0bb2e11dd72f48179db2c8c6a2ba1 +size 18479 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1508).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c8cdc62bdfddca7584afdb4e32682dd17e7fa65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7236c98a9152133c389744723d169b9940eb5653b1c621f0051c0b232782569f +size 17320 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (151).JPG b/dataset-tomatoes/train/Tomato___healthy/image (151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81d6caa5bd2b510ed1865b9b342a1fb0e5a52aec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a9a9895dd6f7505f6d0e50b962b5d592dd2450486f104c5b52214a3197bcdf +size 27060 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1510).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5e9e95822d970c4ec3751826a0016d8cc8de1b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7a512081403b61cbdf5a6b59fd69465caaadc37a4cd28e62f8b563dca6de78 +size 26012 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1511).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35cac5614b3bb452276c927fb7db776c9cee5053 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3a5d4aa62ce3864ea55412cd19e3d6bc9391bfd0997b4272f53d50d3821e75 +size 26216 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1515).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a6a706ecaa58e8dbf92459d3a7e9170466ed77d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cb6219116c509ddb05c18dbe6ed2f330b23df5ddebedae0c53d1ea29922789 +size 19257 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1516).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc96f5066661d2edd0b3b8e643148017f3a0140b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453cdac24bd10e4be61d4f4d2a5a5f956cc9426edfda05a0a2f2cd03d14fa9dc +size 14706 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1517).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5d19514a858371a8b8befc212555aad3e1a9a0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b97f4e10e30574e2cdda80468db590787c2f9b0fc6212f76a3aa7ac02025809 +size 26519 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (152).JPG b/dataset-tomatoes/train/Tomato___healthy/image (152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc0ac9709c13353880dfe44593c08c8150f2a6da --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef8cea706292557897ebd46e3d0404746a0fcb550cb886d411274b25100a700 +size 25577 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1520).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e7a0be1539a5a7fa3e3dd16af69f617ff816849 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e09f625ddccab416c692b23e48faeface8c5582a9d89d613f547a02301883b +size 26201 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1521).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..878b8338aef0335d7c937acb5ec54ddc2a530fe7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e863161134d37125ed589f1418b3ece9b6bdab5435180d6ad8b2d62e700a5af +size 18405 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1523).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..230c7614b6f36e6fbd06df0a7747c7061e47281f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9234f04fa6328c3e85a78917a6cdd268ffb48ba0495c34c03dacf2be0bcd2d6d +size 26306 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1524).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d36c837629bd7b0e0d85a6a4e37c990e08d5e797 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d985a2e7689a20215c0d75312867df1e2f61f0702ed4fc86a5edaf086b426b5e +size 27304 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1525).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74f4646ecf31bdc039853ddd75219cd10fd83c56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f056d350ad8bf36f779b3a15621945939ad1e1bb4b57b35c009579ae89478a +size 25441 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1526).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46040178234b7ac8499c344f014896c00d12a2af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72214123b1d384b2caeb7762cea0d3ef092967bc7d2d993d077d1c9f52f80162 +size 16743 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1528).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b47d19f5a32d54d243a86536f06e7b6e03f7f95e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc6ee03fd23c0b7e67a945a49b4eb26281dc344dd98c880c3858c122b700de0 +size 20813 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1529).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cc3523abd73d417c89d0cbb45089a674668543e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba5a55027c63e215fb5610c843941a115c85a890da7e5d909e4ea93493e4dde +size 15366 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1530).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c4569464d416e701dfac9b5a3bd889e75e54b20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c428207062d7a177d394093dfda7ff03c226880e17452f9661a86a48658bc6ff +size 25010 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1531).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a507a2a7f35983cbfef96405bb009d9205ef1aa1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb00286c4b74f5ed08a16e5940d7129ccf272c837acbd98f354d9b4f9f98ee9 +size 26044 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1532).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2259d78e8a0afc800a3a90e70e9b74462f888837 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d4f9a469e2b870338ff9eb8f1cc71276017b75fbbbe6025050636a982de082 +size 25226 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1533).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbdce21ec549189f94094a6d7dc0e60d58d14b0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2633e4d66361e76d076bb22c84b4589e7a76859d882b45ffa95a868f29f3f98 +size 27853 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1535).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..814fd855a63e275e6b9ccb91139928d4309dfbc0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298992244d2c48189469df5054291ed5c5706cb3ff773988c8f2f93b13e4311a +size 12933 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1537).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84f3ed488739280ce8ae2ba48f07aca9b4e48767 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4655e9ca6164e41b4a48c3b6bf14b47f474ffe67da227197366ba288c5412de2 +size 24520 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1538).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddcb529841c8e634a4832e4dd894abe458bb2f29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e9c8edb388f06a5f24b8494d589bf873d929d82f63f34b6d3dc4a847851930 +size 17356 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (154).JPG b/dataset-tomatoes/train/Tomato___healthy/image (154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56d4ce36a78e52e10e24b3521a6d6d2947e6ba30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1b465606a312ffe2fae7e5a8fb0a1ebc388d0406e72f0fa1e6415bce469e32 +size 15393 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1540).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b7021b168d8c39aaa8539c26738b0960fe54fdc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d24db1cf6c6d0e8c8af3950aa53227d68cfa88d0ab9065d9c4a5ac535fed7eb +size 25520 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1541).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92e35d77f00d29144492b7fd15f187dbb2190b77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916ce3f285ea141dc593f71f6eb74c328934fc1ffbf7cef0c9864dd923df57e2 +size 23884 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1543).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..adea9d3db08be521093bcf7afa7eff6d4687baef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e88f91cb70a4bfe01a516fe999d62b4d0317b3a9e179a86112644e248271ce +size 17351 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1544).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65a5e375714961f787dbf418b70c3a607233843a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b612c7fa602a00c6111bac4842e80421d9806931ae05f1c57923431fca4a0a59 +size 16894 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1545).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17fb877cda76adefd0fd6fb3f3fb15a9c7ae0256 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f312acef63d722f86cda10c019ef2964a896e5b424860b64a137b61d610551bd +size 25293 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1546).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fc6aaf1c0446c6feecbb9b3a78a2e3ca20001e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f115f4176b6bcf907acffab80575b0fdbfa3ab3aa8d4e043dda89e04b4e4b9af +size 26346 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1548).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1080c3e2e27e21597ac3656f19025d3832bd47f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ccc297ca36a256aaccfd5c3b43a9610c181dd4453b1945d0bc47ccbbc6487d +size 21193 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (155).JPG b/dataset-tomatoes/train/Tomato___healthy/image (155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11784d555058168f7db86629173199b789ebaf27 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db33f577e21fc955fdffff8a92f45504f99a1829845aa37f6e13294e38aa299a +size 26767 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1550).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bd3b39df9df273bc0af790090cd6a88a9251ae2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6480294d529990a6eee626dfe4e1bc74ad1ffa13ae3bb99d225666639be003 +size 26514 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1551).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f374ce8f2b5e6569f68a97f9882bc639d92531c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e181d2f054f5b50e745e04239dd2dcd377e26c3693aca28b4f7979fc4d247f +size 25250 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1552).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a638dab9c4503f2f8b29db52c3ae0083040a9af7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977c14f9c37514805de4e0775cfd847297399ee598b343ba36ac8d362c3d9e3f +size 26812 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1553).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4638d3a88012691f94b540dc6fbde17e00b374d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae077293337690bc62863f0435cb963c955119339a1edf6a6a089c3b37ebf9f +size 19491 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1555).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dde6dc733e6ce46c14a37c65c0ce1bfacdf563f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d4a3823223df40ce85f4baa2607f62c99e96b9d05ad09b7748500951538d0f +size 26265 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1556).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f05cc721f2a423848cd75f586ca8f2284eb5926f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5010f41c30cadf4b05aced42a3ba2c076b2bc9da3bfbe0bea47ac70eacf04b +size 25581 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1559).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1af81a25655719ebe9d470f35d666b6abe82ca53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c0e091312c11f0b591713c4b664e5642dc0bb041b02570387ba09f0de5a52c +size 25293 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1562).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..581ad7ef9c28ec04a442c272fca225b3be60fc90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648899d5bbc4b7ab676b08078ddf71762bba6b29afc21e5b246399706df1899d +size 17342 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1563).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1a42dc191155307f3f38680fb54a3e4aceaaae1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0c7c7e63ede694413cbfca616740377f02452fb4e6ad620acb859ccc641202 +size 25691 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1566).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e21bb23097bc8d19a90ba4c9328d23808fb5ff3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fb152191c38b0180d08d84ed9bf408c13e2c820065528e8d4549d84581a6ac +size 13878 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1567).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef1c12704a7de538aafcd60bd8c59595c0c1d61b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a4bcb2ea60a12da923d796d03dd320df23abeb099e653167f95df7f0a156ec +size 25511 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1568).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c08e214e52484905a5ae8f553c5b3b684b915b7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a2c8ba92902c20c77d71d1a6d058ef243a8784949431f3cc10224c2eea4409 +size 25575 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1569).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1912e7217b653fa2df81446931b8f1ea9f914d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1f93426e7a83a9d1cb02466cc1929958d9eff8b1db584839f881100b596a36 +size 12888 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (157).JPG b/dataset-tomatoes/train/Tomato___healthy/image (157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f537cb6d0fc5d4c464966f1092bcfcfeea9d4efb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465f1384393f371df6f33a465c1f055be7261e24fde7c49f43039e71f719b017 +size 26742 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1571).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87baacfb61f6a7391fc3841ed63e5c346b27ffd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b5c28bf61ceb53f5b29baaaf6af422b399c36405622679ac02c0d65ff43465 +size 23618 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1574).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6848cc815ced26e7e99c0fb0959c04b057f35f83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837d3f422105c041b64395024925cd214d322b9a96911dfe389256e436d67b25 +size 25310 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1575).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c844a1cc19a90ca7cbaf2a958302c6da85a695ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7799dc1122038135444e22b4b8744efbc104e3c9be21964e1cfc3e2e29aaaaa9 +size 25521 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1576).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34a57b023796bb6bcda58556a608646fcd01f39b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7ae7b22260d0553ded2fd9fd99ced53215f47af1827fe7a5e8c9f1a572213b +size 15905 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1577).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d45be6deeb55b7498028d83e5b06eb9a6d51f66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d16fe8905d96efde3d0e1a4c301bca22dbc918d23101e126a2d754f0dee570 +size 25492 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1578).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00dec1198eb2353a77c41be345827c9e92a82ff6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921ef4290cf1ba007560a765a36fe93b68957bf32075d87a0df2d2fe8fca00b6 +size 24791 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1579).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..50b4bab87f7e4ad23267ed9de29f65e474de3863 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efff21df46617378b2211eb27d05c907b91083721c82f698f39c4418b02a99a +size 17491 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (158).JPG b/dataset-tomatoes/train/Tomato___healthy/image (158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5af3f517ba73727dcb65ddead7debced8aedfef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389b46cfac7d3977ad8499f122ff6b08d752ab12e2de1eb0cb5ea359f6926dcc +size 24816 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1580).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3190873b5c5c6a5f0e5e18477655d926e01a0b82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f2994b455d53c6eee449967a528b3ab002e61065334e68c2987f3fc2700292 +size 25984 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1584).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5606381eaa2d0f704bcb1d67ff6167eadd564c58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35d01fc9ae7e117c302fefba7f309783a6dbf2baf7b7670a850c3d8941d3061 +size 17373 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1585).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b78f180f50d6e29da6a4327df86ed6a00dd90e2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f23e8f694d33c093e193fbc48a667168972a3a7677dd7e9347803e710baf4e +size 19637 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1586).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71346a5ff30eceabac6c095a0cbdaf1144c33648 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eff7844be84ac1f5dad8179244d4949d2475d2f9037922c12f34b1faedb7a1c +size 25700 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1587).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1587).JPG new file mode 100644 index 0000000000000000000000000000000000000000..510061261156393ea3db11f2f521f3f2845c3125 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1587).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f72f07ff6c5d472ad5df7e643d0a1407f768095fe24f58fe7829f74cf223735 +size 25239 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1588).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce1b0cbe37a218b74d7a8d0dc9570f62a9d9872c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8d864b62bc526cbd47e75b0f6e833680f2d8a6d0c8b3243f7d5da5d98b0789 +size 17333 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (159).JPG b/dataset-tomatoes/train/Tomato___healthy/image (159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2618a18098eb9f9b531256a6e2a36b18e76a077 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f95d6dae9f2a2a0dea397ec2dea715362f0743a16352124ab937b73bbd797ba +size 25910 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1590).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efefca94be7d9f55d00a1a478867bdd4829e2344 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35d79ab5cce5ba86796d3726305912e52f87fe41679d5bc5b4d6a297da6091a +size 24297 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (1591).JPG b/dataset-tomatoes/train/Tomato___healthy/image (1591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d7b1750ee9aa8e676c553f9e3479e11f9798d7c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (1591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055ca57b6f734b286d9f9775f89d70c2251db87dcae5a7541f8222535b7bec3a +size 24685 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (16).JPG b/dataset-tomatoes/train/Tomato___healthy/image (16).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30558c8de73d177cad5bafdf407b8459a827a9e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (16).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05dca98b9be0ec33b5f03542b4e870d312646b369e1715ee459c1e839ae7d502 +size 25752 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (160).JPG b/dataset-tomatoes/train/Tomato___healthy/image (160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..773e9d59ba31a448a25d9b7deeff53cdcd57bc4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21f57394a9c3a9928eb730ae84e0fdb7153f37da752bbba1eb150a6b9f20979 +size 27984 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (161).JPG b/dataset-tomatoes/train/Tomato___healthy/image (161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f45146567bcd8b20542b40902a659745f9a9088 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e87171fc5784b3aac5ae8961c37bf988123014099f9d0dc86843a93a34663b3 +size 15433 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (162).JPG b/dataset-tomatoes/train/Tomato___healthy/image (162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e90504d3e620ff4ca0156d1f5122e14236003a76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8d47e9c2e959ef21897f355c837d392646f7fde6e7e4ac97bd7531bb2a224b +size 27278 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (164).JPG b/dataset-tomatoes/train/Tomato___healthy/image (164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fdeb8ba3e63dbe044352f794dcb5152d8e9e0a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c790e0bb5460775481798461e9a5cdcc0390de0a3d5927c0d80bbd08ffb2b1 +size 25782 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (165).JPG b/dataset-tomatoes/train/Tomato___healthy/image (165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b774819b1b96d6281fb908c025e5a3df25c3f724 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006de0ecce8258a77cebb023fbdc8fb417f63b5bc130c974293e53579101a12b +size 25354 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (169).JPG b/dataset-tomatoes/train/Tomato___healthy/image (169).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2cf9ac841e0da6666dbff83bef3ee38687fca08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (169).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6c15bee4ff58e1e71e90f85a2709c28d164a7f278bf2a9a9fb50043ebcfdf1 +size 13386 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (17).JPG b/dataset-tomatoes/train/Tomato___healthy/image (17).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c214c300d3caab33672f204bf88c17f489e47603 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (17).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e52eb9d7730a586ffd0c88b2ab6b8979c7763963b9c42a316108fa7f8a79ee8 +size 25700 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (170).JPG b/dataset-tomatoes/train/Tomato___healthy/image (170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4336d25b828c737ea5ca419684532cb869c1470 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ccd65623e43953aae0208a2c9900919e56eab6ad113cb870a23203d8f2b6287 +size 26321 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (172).JPG b/dataset-tomatoes/train/Tomato___healthy/image (172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa247dee4f3a8933f2b20e0e70784a99a93aed5f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6f8405b7387999e8bf8e17a0fa6f2aa249d13018f1f30d1df5d46d22de863e +size 24466 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (173).JPG b/dataset-tomatoes/train/Tomato___healthy/image (173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4e0aa368bc9c8d40528450ba0d2aba7fff4c15e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f8ee62566a8d5416402b475a8b86c485fc70e5d83c51352a1c970c481daadb +size 25471 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (174).JPG b/dataset-tomatoes/train/Tomato___healthy/image (174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bed631d7d69325ca3b4ddfa2a0cb2c15e574e6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f99bccd27a5b9fcd0dd40376049e2a954f1a4ce13b1df2142fc0c3bbc0fe7f9 +size 16526 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (176).JPG b/dataset-tomatoes/train/Tomato___healthy/image (176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d30ed7897b79f12f3afe8e8c24106ba728dd42e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51596957e5655abf975b2ccc01de5ff217ef0bf0cd81bcce524704dc52b0cbe7 +size 25064 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (177).JPG b/dataset-tomatoes/train/Tomato___healthy/image (177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0c5bf62387ad71b9e5e341d75b484473a86904b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34df1934bad8cda341bdf2ba9832634d302a29863dbb9b712d882138b30b74fd +size 25456 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (178).JPG b/dataset-tomatoes/train/Tomato___healthy/image (178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a91ea87828456a9f53fc697babcf9e4dec4dd09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ed8f50531cc61fed7ae181660ebe0f292df84f0f3a727cde67668f7a8f7ee3 +size 25950 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (179).JPG b/dataset-tomatoes/train/Tomato___healthy/image (179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5bc01fb336fe7918b37d062f8053e8f9ffa6cbf9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ceee5ace38121f63629d0e402fe7cfc3366af95659d06b175b998ce45c18fc8 +size 24718 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (18).JPG b/dataset-tomatoes/train/Tomato___healthy/image (18).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8f77eed3b8b66070e5dbae6f9f28684bd4d9834 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (18).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8439b49957e9f84d522705ccd7621d0d380d86f45bbe4388a4e9cc1e697c2464 +size 20008 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (180).JPG b/dataset-tomatoes/train/Tomato___healthy/image (180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7654cbf8792a018a727288c311a081bf8249cdf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0e5543907877408dc15ad5be8a6fa769d2034e9c7b4bd15a83e99aba6fbace +size 17505 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (181).JPG b/dataset-tomatoes/train/Tomato___healthy/image (181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3628cbc0b597db6b8e6cddc272fdb13823df8c85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3b949b941b0262d98265d275b4893a373c8052f0f7a6d2dc0302746038d2bc +size 19300 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (182).JPG b/dataset-tomatoes/train/Tomato___healthy/image (182).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b5875b26e1b4df77cb2741078e57b4c6a5143ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (182).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94a67717a5a19772af75ca4cb9569471d6d99b35d04575adb873f78b54b9be7 +size 24135 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (183).JPG b/dataset-tomatoes/train/Tomato___healthy/image (183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df236141f7ea6bcb58285667a1a3c0ac6212b305 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476d5a988935fefd106c99e2e95fb605694336500ae29ee105b514cd7338b601 +size 24516 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (185).JPG b/dataset-tomatoes/train/Tomato___healthy/image (185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10e93ce735c81c7374ff139b61575f153eb643c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10d150a0c138ded64b359d089a5246e36815ca0d7c6a69f4aac1f10d0cfd0ca +size 24974 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (186).JPG b/dataset-tomatoes/train/Tomato___healthy/image (186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5240b3427f5a2e13defee2a418bc14ab0c7788f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577830c97da8c8790545fb4a07611a61260badedd736f73feedb3f6432cd49d1 +size 26647 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (187).JPG b/dataset-tomatoes/train/Tomato___healthy/image (187).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71545b63e11432744296a47cba5c4caa33ce2b0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (187).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5daf344c2046d4b8b0256a29ff25449c8ea6065140a9d654b32aed0ef9c172a +size 17745 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (188).JPG b/dataset-tomatoes/train/Tomato___healthy/image (188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f00f06193af38de977b5a636946bab23278fe90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb0024a7405debed7b00bc0276ae01f4754f0c19aa8327ec46cbab19c2e85dd +size 25262 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (19).JPG b/dataset-tomatoes/train/Tomato___healthy/image (19).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b64acc6646625e7c9a24dbcba47106016c18f85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (19).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48455e65d855706761889112b8917a813e339f712fab6eb48fea1f4ef87844d3 +size 18191 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (190).JPG b/dataset-tomatoes/train/Tomato___healthy/image (190).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84ea89e4c8cfb8768b360fb0676a80eaf01e0f37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (190).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf482779e4d2cc4e9b07dcf712bb2364a1cacd25607721c0c558b02ad7a7ec8 +size 27604 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (191).JPG b/dataset-tomatoes/train/Tomato___healthy/image (191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dced71500b0f126867f36026bbe712c173a2c7d5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b0a78f9e4974983e12529d8df9c209b69d06dd9f1db8e8ea067334e4519a73 +size 28149 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (192).JPG b/dataset-tomatoes/train/Tomato___healthy/image (192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5e0f7f98ea7e6c2595c40af2daab0ec59bf60b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040136b2863fb6e42c08167899c188b98b97d8f5e5dbfadf2f98d98840c7d483 +size 12092 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (193).JPG b/dataset-tomatoes/train/Tomato___healthy/image (193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e67abd418216aaa0d40f4ce3841c418f23554032 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c7d67a51efd863622dff598bf8139c9b22abd2bf0d30705f2aaae12366aa5d +size 25368 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (194).JPG b/dataset-tomatoes/train/Tomato___healthy/image (194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28f1ba3302d8778a2420661e6642a336461db95c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad9e9a8eeee4049c64ab403c1a1d96af36bb504f40f557555357a0f086952c7 +size 26196 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (195).JPG b/dataset-tomatoes/train/Tomato___healthy/image (195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fcc7d3ea2b13c8f34ecead6d99266cd84c89ac8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a587c2448213cc646a02b1f105b498daef64dce35e58e98397865a7a4a5623d +size 25747 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (196).JPG b/dataset-tomatoes/train/Tomato___healthy/image (196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffa99113caf0510f5f29d5263593b146b722e2ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a8e9d80f8dd17e644c93517af15351c71032f78ed0e013680bfc35714d65a9 +size 25035 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (197).JPG b/dataset-tomatoes/train/Tomato___healthy/image (197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99c4eb4523e5693cf256dbbabc8271f2d32603e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16250f0940f51070a8ef6f14d30eb517e3d5412c9e32d39946755e7e577d9469 +size 28125 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (198).JPG b/dataset-tomatoes/train/Tomato___healthy/image (198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..111dd358bf1730bd98c92201356d2984597373e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9b20fa0e64c1dc4ae8d226db2ce2fec7082d3cbffca7a389e302c1c7115b42 +size 25248 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (199).JPG b/dataset-tomatoes/train/Tomato___healthy/image (199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6833026fc0acb8cf203abb3bca4b81cc4a3ac789 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91aee308bef38935b5761535cf3b8b65d14e2fae440ca9532243e91fca6d7168 +size 27381 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (2).JPG b/dataset-tomatoes/train/Tomato___healthy/image (2).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2e5c756ce5b1e1b206ded8b37d78ca90e514e57 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (2).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ae744b5de0ef4daa7936b2bbfb3d02974c675800a5a514761591670612a014 +size 26669 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (200).JPG b/dataset-tomatoes/train/Tomato___healthy/image (200).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24932196d093cd9ec9328614b149fbbcba7a164b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (200).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb64f6f3560ecb141a5f298474b947e7b085e01d09267904d878fd24b43bda5 +size 26644 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (201).JPG b/dataset-tomatoes/train/Tomato___healthy/image (201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76bfa7dc7d573cbbf9d6b1b05ec24b86c5b1685f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d800fe42636c09b843770ce35e5311d3d0c11e79c24d5a39776b7ee45e8e270 +size 25318 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (202).JPG b/dataset-tomatoes/train/Tomato___healthy/image (202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ff9ed4fc38b4a1501bf409f03f00798a90aa98a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f22296a418166da0112994996d85d0d7c5a915788f29ed1aa6df573b419915 +size 27353 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (203).JPG b/dataset-tomatoes/train/Tomato___healthy/image (203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e36e3b6c2dc2f2eb6edd7b6ebfcec2f292c43215 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9303b5b22ef57a7e8962b3d9a119003bedf2afebf7df8dfa47acc7a13b461d +size 24992 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (204).JPG b/dataset-tomatoes/train/Tomato___healthy/image (204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfe23222a57890ab4d374ba25ba289daab46de21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558c8dac1c3aa2f9faa3eae3f359442f7a754691449a38983592d008c751531c +size 25007 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (206).JPG b/dataset-tomatoes/train/Tomato___healthy/image (206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db0b3b1b9aa1a9f6a89e0feead1e9bc639df3db4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5bdcab4ef20720544742aa61f11e14ead093a92489789dab95148ca8431c16 +size 14391 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (207).JPG b/dataset-tomatoes/train/Tomato___healthy/image (207).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e40b45d734b58ff485a5d62a4becfeff9646534 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (207).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5e0c79ea190daf9aaa17df724b49057e84f175ed8ae4bc09795bfc752fa8ce +size 18555 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (208).JPG b/dataset-tomatoes/train/Tomato___healthy/image (208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e56e216b2291a106b2715a2b942ac1634dd5c2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3d21d45c47e3ae6a164d31c6fecb633ccf12f6c17931bc4a40ad9391da4eaf +size 26265 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (209).JPG b/dataset-tomatoes/train/Tomato___healthy/image (209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70bccadb71c6ca3769bbcc90deb8cab869ea9a6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5169633bd5b025e641e2f2bf05db435630859f696b059cb2857593377e13683a +size 18155 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (21).JPG b/dataset-tomatoes/train/Tomato___healthy/image (21).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f08d02050c1fbdc280f13973c94e6992ffefc47d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (21).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d944da8d672122dc5586ffa2151c2b84811568eb855ed138827df205de5bba +size 18401 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (211).JPG b/dataset-tomatoes/train/Tomato___healthy/image (211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e571487baa0c688e6611e8dcb426c3e583b56c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78b37f9b8acca92b2540a9392084460a013d0a745308fc33452b4188545abf3 +size 27069 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (212).JPG b/dataset-tomatoes/train/Tomato___healthy/image (212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cee4d297f7f215ad731d3ccf60c92c462ed0d6cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5526845ecadb4e9ea957ff55d2c77992a2afd8442e54c381ea6edb7ab6d70ff4 +size 26657 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (213).JPG b/dataset-tomatoes/train/Tomato___healthy/image (213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ad08a7668b0d52f2edc338ed33a6543e9fa158f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5422370aac99081b8c6d21f8fc5736a1be39bac96d52388aeb5421c5fe05414 +size 26744 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (215).JPG b/dataset-tomatoes/train/Tomato___healthy/image (215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a588a51c0be4824826ad2a3e9b6bb0185562580e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79fd8de63f611501e987cf5ba249b20f68c0c501406ba3648e2d37a62b956a6 +size 25156 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (216).JPG b/dataset-tomatoes/train/Tomato___healthy/image (216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d9f0d61cbfdc5eb636a986233c9dab894ca9786 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd53ac99de36cee5f755ebf3ccb8fc88e0df1124a1c84c8a7319c03fb63611e +size 24847 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (217).JPG b/dataset-tomatoes/train/Tomato___healthy/image (217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12ca7e5f6432ea3887eb290b4b89ed00874504a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720c395ed47cf2684b7176713fb9ab31a6682ef8596f75499336f78781c3d736 +size 27303 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (219).JPG b/dataset-tomatoes/train/Tomato___healthy/image (219).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f01253c4d45f9f2edc706ae4820c799d26e6088 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (219).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adc655137971eac8f60276b819e9959b673953172f9d5f962638417a970866b +size 23938 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (22).JPG b/dataset-tomatoes/train/Tomato___healthy/image (22).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cfd9839c773d9aabc5482a703efc02734bf4940 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (22).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1a69ad1da8951f9b92e4176d7cb6f85f3114320095d8b8a377b77c789588dd +size 24651 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (220).JPG b/dataset-tomatoes/train/Tomato___healthy/image (220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c7d59273bce696b49f709c2272b244081f77559 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2c018d5a6baea46bfd87cc2040a061dd4106720e578c5f5204056f4415ebf5 +size 15298 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (221).JPG b/dataset-tomatoes/train/Tomato___healthy/image (221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9b7a29dfe05e70305b4632a964b443c2e81e8ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2cf77ff09d8781343570a08676854891acf14b85c887e1553e0755210afe2d +size 25011 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (222).JPG b/dataset-tomatoes/train/Tomato___healthy/image (222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd8112dba81d0b92d6abcb202531ec970ddced2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8d463119e4ec916f13251c63b883b4b2da5e841123188e01b16b9c98e55c17 +size 16752 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (223).JPG b/dataset-tomatoes/train/Tomato___healthy/image (223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..751dca9eabc926ca00b23d5ec076a305fe926571 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c590def4bbcc52008a0a67e8bf96d26e1f5b7eb7fe7c275307e8ff586ab247c3 +size 28018 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (224).JPG b/dataset-tomatoes/train/Tomato___healthy/image (224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ea0788affab8041db7f0b2e87d34b439f02f27a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710b446272e69e669354d5b4691199f02842930f52e16cf56720db83b818fe30 +size 12840 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (225).JPG b/dataset-tomatoes/train/Tomato___healthy/image (225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef2c9818853459c82f8b226057f6de7d9ede5b40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b759f78d059ec0cb5d30c88e1f0325e9635b0fa4e79284425a4590c1f9d2019 +size 13958 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (227).JPG b/dataset-tomatoes/train/Tomato___healthy/image (227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36ba8dc186bd9250489081c0e384a620d6dc72ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1fd6af08a5c63ecc9aaff4a072c706160a6b54eac7dfa7dc5bf7e69d44efe5 +size 15840 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (228).JPG b/dataset-tomatoes/train/Tomato___healthy/image (228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a2e331e5336dc77e2e97cf14cf533566aa4afea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1764c9f7e54918695aabb50bffed0d8b0dd86aacf4f814bad456c5eff4ca3d11 +size 11550 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (229).JPG b/dataset-tomatoes/train/Tomato___healthy/image (229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bb6214b768c1dfd91214622ca605e3e83e1b849 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e4657b0118fed0ac277cf20fe85bfac969bbf58d68276803d950860cecdbfe +size 24895 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (230).JPG b/dataset-tomatoes/train/Tomato___healthy/image (230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30a63611ec9c1b309196ee899099343d60ceec6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061ebec97bee18d35b7e9d53e66816bebb5c64aac676cf68a276488bc4204284 +size 26128 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (231).JPG b/dataset-tomatoes/train/Tomato___healthy/image (231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8672a006c23f76c4de101f85b0d3dea097e30321 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3222d75309146cdd6fe72823726812421d98092dbebfb42b49f4b555a5857d6 +size 26494 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (232).JPG b/dataset-tomatoes/train/Tomato___healthy/image (232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa396a4c4984a59bf0d6af9efec5beaf08f8205b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4421a220c2ce79cd00e1cb295bdb5c25855b03f2be0daf202caf6afd3a6b1460 +size 22992 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (234).JPG b/dataset-tomatoes/train/Tomato___healthy/image (234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0ca0df0f04f40a2feb49838c25238bb3da03b9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b92c7329058c583c03f45ea6ea284c21535789ae5a09fbd2decae5cc573695 +size 25424 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (235).JPG b/dataset-tomatoes/train/Tomato___healthy/image (235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18f67d9b96288a0bc2735bf2acdcccd62347e66f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150f5edc602f1f403d593fa9f7d461acbbcddebed3f72b8239d02825f9776832 +size 27014 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (236).JPG b/dataset-tomatoes/train/Tomato___healthy/image (236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86f436e82346ee5712cdcfbd9e10235cc474f59f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f86280ad47dc13c2e6ac0bedd411bf9918c3a23a20d0beccfe1875b6d437985 +size 20652 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (237).JPG b/dataset-tomatoes/train/Tomato___healthy/image (237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6bfa5d689619bc99d71f4a0004f42e3ec481671 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba248e9aa17d10f2b73fc66d6ef71cd134df9a7365d272f00a03e3288f2335e +size 22109 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (238).JPG b/dataset-tomatoes/train/Tomato___healthy/image (238).JPG new file mode 100644 index 0000000000000000000000000000000000000000..acc5b626f586fdd420adc9102258fdce7f98815d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (238).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b87d552a048a2e48bbd527498d40d7dd3ef0f8547fde17d86ca1afa6bfd48b +size 16788 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (24).JPG b/dataset-tomatoes/train/Tomato___healthy/image (24).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d416692dabe6ca34b63188551fb9d00958a39568 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (24).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc6ba56afd6125245a3612c8339660c2451fef976bcab3d783e8e2f561bb1d4 +size 24864 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (240).JPG b/dataset-tomatoes/train/Tomato___healthy/image (240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86e5d690f9d005515f64e06a4cbe93da23af2741 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c11412c2294ab8fdeb547c9eee487f94f6af4f0c99d450fd5af45883d5e9dfd +size 12816 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (242).JPG b/dataset-tomatoes/train/Tomato___healthy/image (242).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61822fb786c1eca1bec3e97e5498663eb24b8247 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (242).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98badcfc45fd2c14e1f10ebc49ed2da2263273e901f440966babf74701f5de04 +size 22785 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (244).JPG b/dataset-tomatoes/train/Tomato___healthy/image (244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49785ebcd4aed567e0c55e6b0c8d5be6e3f7521b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f06e2f1cee1edf5eb0a74bccf63e5aff39ac930c59670bfe50290eb0432664a +size 20964 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (245).JPG b/dataset-tomatoes/train/Tomato___healthy/image (245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d79c8f263b07262d7cdbf84ca3981b588086ff8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86a619f0f974a266a2ca267b829d5811a5face71aa68df535fe4edc620c80ad +size 13516 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (246).JPG b/dataset-tomatoes/train/Tomato___healthy/image (246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4efa4dc4ef5bc1b33bcedceac89fc0eb2602c39b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165c8006faa92984cbb1b010f47d229a43da82a263e5d268120880106eaf868d +size 13587 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (248).JPG b/dataset-tomatoes/train/Tomato___healthy/image (248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7aa83113c751f055c1aacdb9ba2bf167cc859ce1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcf9aad233d7e02fa2a2dfb81ea0dc3afee438a3c667b5756cf12d12ffe5704 +size 26757 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (249).JPG b/dataset-tomatoes/train/Tomato___healthy/image (249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e8200d4a6b8f393d955e6d5502532c2b0e746f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab70a37acbd179db411b841439d1b03676c32a86ef9bbd1f66091993739dd847 +size 25639 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (25).JPG b/dataset-tomatoes/train/Tomato___healthy/image (25).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1f7a3de636874708d2bf28a1d55d66e28d3f91d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (25).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5b06e389aab5c852e77f62ec5e6ee82cabf27fb357d14c1cc145cdd87cc7c9 +size 25073 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (250).JPG b/dataset-tomatoes/train/Tomato___healthy/image (250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5e9fb4a147e05bc42830ce5e74ba0a875fdbcf4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45b3901b154a037e8981cb94d2b6c7f350e233f4037342a9e4bb17ddc67ba0d +size 27227 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (251).JPG b/dataset-tomatoes/train/Tomato___healthy/image (251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f39327891d245167f992b857fe697b0d834eb93a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b17297121c7c4daed63e53eb4ef05678f32803c932903ab1d3df5c7be902d4 +size 16840 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (252).JPG b/dataset-tomatoes/train/Tomato___healthy/image (252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8327d033018e53d1e874b8cc21adde5e150fee1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293c11b5ef0a59d6501bc0e004b91ede4fb59f64e16e3ab47fd80ae3ea44db0f +size 26817 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (253).JPG b/dataset-tomatoes/train/Tomato___healthy/image (253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09977a33fbd42290f61defa1b3bdefeb5c58d5e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5498caa05147939e06091a4db8f2f62cf7f923583babb855a2b6092eb524f06d +size 25702 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (254).JPG b/dataset-tomatoes/train/Tomato___healthy/image (254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b4946cc2e9e68c36e44840306f554c3a2068fbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe21e5c63ff1efdb55ffec1b8394ea2ad6676c2383d35f6fcd4f965d9b27324c +size 16702 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (255).JPG b/dataset-tomatoes/train/Tomato___healthy/image (255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b4e1aa284038f8e1180ba0b73b8c983f6e77cdc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67a3d98947d874b957a6be9b03c83dbacac63d3b3777549af966fbbf8ff2806 +size 23100 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (258).JPG b/dataset-tomatoes/train/Tomato___healthy/image (258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..190465e214556f2a9f96a2667919f77326558403 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806dbef1946aecad380f93033968c24af8baf3b172a0d7bdc1847d5bd95ab037 +size 25128 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (259).JPG b/dataset-tomatoes/train/Tomato___healthy/image (259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae5af4681d1bde1f805c8620f872e4d70bf8085f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1645b615eba0719eb976de31357e50ac14a490786e79f6ead7f0f00fbe1d596e +size 13099 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (260).JPG b/dataset-tomatoes/train/Tomato___healthy/image (260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e722adc1bf21cab5bd699d002f959ead2e862e8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417dd8a928200e4be4ce35e440e7679d9ab773e49e4363b7ce92e741c738f414 +size 23830 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (261).JPG b/dataset-tomatoes/train/Tomato___healthy/image (261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd8baebf54a8ab141124d7799d5ec3e55e5cc2dd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf2235b9baa867c74682018d9bf11360eab072c2af718bffc8d05242ed80e5c +size 27789 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (262).JPG b/dataset-tomatoes/train/Tomato___healthy/image (262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a75280c16dacde3e09989108ca26191b36dc9ffc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e38b145732d741c64475728a42e5d54907f154117023034d1e193806958784b +size 18400 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (263).JPG b/dataset-tomatoes/train/Tomato___healthy/image (263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9afa344e43e6aef3b7c60e0f31f50906312c12c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ca06e2e39d8aa97e1dbae355a860646f92505d9af5292562aca8e69bb6de5a +size 25530 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (264).JPG b/dataset-tomatoes/train/Tomato___healthy/image (264).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99c7e6aba1511738b920e389528bc77ce5b2e581 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (264).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226c752f8f644ffcbf3752be7a29e858cecde302bc2080fe9f71cdb83171121a +size 13228 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (266).JPG b/dataset-tomatoes/train/Tomato___healthy/image (266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f77e2466cd252d0a035a8b0991c9283ae7cf96e5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8256d5072eeef5e5c8b153a4572df1df013ae4a7848322ef8c6bf974da2173f +size 17585 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (267).JPG b/dataset-tomatoes/train/Tomato___healthy/image (267).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e950e957be39a3a50c455b341d6f161ef069b4e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (267).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9caef41aff1d4cb6898ec6a5a4ace6bd13ebb362bd4d08556a50d411149d14aa +size 26450 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (268).JPG b/dataset-tomatoes/train/Tomato___healthy/image (268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99a28de6485d4f2e5b56b667d1829e0b777e7751 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f973ffafa5e432d1893a8693b7ab697f8c8840c7d46cfee8dbc3d8bb55e98a9d +size 26941 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (269).JPG b/dataset-tomatoes/train/Tomato___healthy/image (269).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dd9f801be8bdb0d83c09eb781aa0a15b514f8ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (269).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e785349d6c26ce24ff5f325b5db19866f0a398c91e56e54d5e53bcdda5bee9 +size 25408 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (27).JPG b/dataset-tomatoes/train/Tomato___healthy/image (27).JPG new file mode 100644 index 0000000000000000000000000000000000000000..181c731d8e955e37ca4cb53fb3d2063cce15bfbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (27).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca18bf946a1e8821bc483ed7afa73916fd4271d3c646c9e6bcc4fb2d9e04a4ab +size 25796 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (272).JPG b/dataset-tomatoes/train/Tomato___healthy/image (272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4d60fd9899108be39316737398dacded7937130 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65ccd07c8532149be3503508f6b20fbb66621c718e5af3ccabbfbb8a5f24879 +size 14106 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (273).JPG b/dataset-tomatoes/train/Tomato___healthy/image (273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94b3bf4ebdc3fa4543ff40cce50caf24890e9682 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18737862ada988a639a140139572fa362e422f09bc969f11a2977440d3db255e +size 24133 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (274).JPG b/dataset-tomatoes/train/Tomato___healthy/image (274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2a9a190af30a0e5c25f7e2ee4db59a9dc85c548 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a713716625c9cf1c8c6f2c8345073acd2a2018439ab3b0ae57ae4db69f668df6 +size 16674 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (275).JPG b/dataset-tomatoes/train/Tomato___healthy/image (275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d3d56825f9a60b9c761f5c40e8676c7d7513b97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db85ec8e20e123244c599568ee868c4070ad3ad8e82862a325b855f8657344d8 +size 26220 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (277).JPG b/dataset-tomatoes/train/Tomato___healthy/image (277).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d6be1b25667cb86f07fcbcbda501b273a4dd209 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (277).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b8fe3742d492cae21ff8a9a257f9095f20391320118a07172dd95d910a81c9 +size 25386 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (279).JPG b/dataset-tomatoes/train/Tomato___healthy/image (279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58d071b479c4de1105470acdbb1b5a98f480cd42 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e0294d149ecc4c73b23bd4d6201e36c682f0fd485dfc337699c4cba8a66bde +size 27806 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (28).JPG b/dataset-tomatoes/train/Tomato___healthy/image (28).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b4facf8a10402dfb22e694684ef197138b099c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (28).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3f2a368ce7280d0e038702998c3e31c84fd45461bdf73da5c0f5a4b5ece3ca +size 24076 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (281).JPG b/dataset-tomatoes/train/Tomato___healthy/image (281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fca22cabe2952050e0aaefc9e0a78b34ca86bbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9d454db1912e3c03863b4933659b763907545cbd2f63c07f8fc63cdbe87372 +size 28646 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (283).JPG b/dataset-tomatoes/train/Tomato___healthy/image (283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5834f1ed46b4df577791f233cb4c8ef8a048dc56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4f0997f5668052b2b755fed632b4d87863254b3b8d336986a93216fd51be5e +size 13823 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (284).JPG b/dataset-tomatoes/train/Tomato___healthy/image (284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5190f43e0b40bbabc0c8f4539cb81463c0df5fc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0ef6d4296d6aa46af511936f2682b6b9d2595df0f51cfc8c939ca2d2b50a98 +size 17721 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (285).JPG b/dataset-tomatoes/train/Tomato___healthy/image (285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87a308d6fa58f05b918ee6503157abb47661dd88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6e5052c3a06aa8933724907d73a5972b803142e3eb0b1fffd82c72dfd84d70 +size 18303 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (286).JPG b/dataset-tomatoes/train/Tomato___healthy/image (286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..688ee2722fcb4077d8bc65bea676f2b57fbf416d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd2947ec0a3c09e0a04a6944112d93f9470020ce4861ab7d2c11a7cc3324531 +size 17826 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (287).JPG b/dataset-tomatoes/train/Tomato___healthy/image (287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..906d8a64636fca6cb7b9a8342aafc4f5ba845185 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ed7ea94b57d68025c4dafe6e3e9b01ce9e6acd729724dd7ad02bb65f1574d3 +size 15585 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (29).JPG b/dataset-tomatoes/train/Tomato___healthy/image (29).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6309db24a551211c5ff10af496bccb9279c4112 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (29).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d67cfa91ef8299605b330f481b22b4533177ffeccdaa23a3ac98e9957032817 +size 26047 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (290).JPG b/dataset-tomatoes/train/Tomato___healthy/image (290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a591eeb087207cffce74e3f15329c839aadfd87d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcaaf69dbd425cbf6c13c217d1d14db955018fbf0e31601502030c90183c7eb +size 24856 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (291).JPG b/dataset-tomatoes/train/Tomato___healthy/image (291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0028ab19dce58d7a24bfffafa1eefb325f75e020 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32de7a37f59f2f40757099eee5783418ec351b00a05328bee8f07b94250e97e9 +size 16348 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (292).JPG b/dataset-tomatoes/train/Tomato___healthy/image (292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1551806ae4417e918771135cc92472e3a8653be0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778fd481f3c693b2016aa627959ab8b56305d255e0b929ce6ebaa4e2bfb72bed +size 17585 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (293).JPG b/dataset-tomatoes/train/Tomato___healthy/image (293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e450a57d88a1e5ca27b5afef86fe065b4a947878 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0034396dcc3cfaff38b5f89637bd1b264c8b19a3173be2bcc328c400b21a1b12 +size 14804 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (294).JPG b/dataset-tomatoes/train/Tomato___healthy/image (294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a02650c0266febfec2c9c3b57fda1588539b2451 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8ede8477a59290fa50eabfa6c135eb675c7a1bd1b9732406199544d23f4b85 +size 19900 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (296).JPG b/dataset-tomatoes/train/Tomato___healthy/image (296).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d989cd265a32aa490947243d887c2b6aa4af1f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (296).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdaadc397f57c2abce99c078c44e8e26653f285bd1137dbe0aad53d15aca531 +size 18561 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (297).JPG b/dataset-tomatoes/train/Tomato___healthy/image (297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14ce71f79798a462ac85f21c31ecaa36c4a1ab38 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0227068ae67c8c47b2f48030b2b6d58bd71fdc34e22019ec1080ec935d47f06 +size 15351 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (298).JPG b/dataset-tomatoes/train/Tomato___healthy/image (298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52bf93958acf741d921db9f985a698d814734612 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39dd4a3ee98d1ba618b5cc1eeff3128e730a2031f00eac47fe970ed9830a5bee +size 24152 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (299).JPG b/dataset-tomatoes/train/Tomato___healthy/image (299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a8281998eac0829a42d54ef0e1ea010925e5ba7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c23f9747da42500e5a39fe14988717bd641d5df3e8d55d102dc7350c634ea8e +size 27954 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (3).JPG b/dataset-tomatoes/train/Tomato___healthy/image (3).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56acce3fa2f593433283110f0907837e4e64ee6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (3).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a0ded86b26e6a4fb0bb2f03b4b6637fbf5ddcbec64257adead5ce1e14be56a +size 27384 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (30).JPG b/dataset-tomatoes/train/Tomato___healthy/image (30).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93a97bbe81ef025dc0c033a3e74d12ce1b774d7a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (30).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5aabd1c2a1960ca6ee05299d82d0ad014a6b2cce025550d44c35dfcc51650a4 +size 18350 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (301).JPG b/dataset-tomatoes/train/Tomato___healthy/image (301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f72ef0f935cd11ebc8a0262a5d6d383e84b405aa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f454aa16a2c6ea6811bc92eaafd10ea28ccbad4f6d6e919cf8b5b634446a5a24 +size 24971 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (302).JPG b/dataset-tomatoes/train/Tomato___healthy/image (302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e11d8c2c4d71ceaaf9bb0761584039b6720e47fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d1a4ddd29890167f45177d2e71fdb284aacb92839503452d87a3494691938c +size 26503 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (303).JPG b/dataset-tomatoes/train/Tomato___healthy/image (303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63939245f8467b1238511100a6f18ca842ccf92b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8d1a67cf937bd5a5a7b1ebfa74cb15a368fc50560373fd63496bf9a1208dbd +size 27654 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (304).JPG b/dataset-tomatoes/train/Tomato___healthy/image (304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..037a32a5e5891f3e50b0d5b718dfca4919c7472c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12139d4d53e08493961fc5c956d23f0158e171d99ea815eb13e41d94206dc9c9 +size 15041 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (307).JPG b/dataset-tomatoes/train/Tomato___healthy/image (307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..309ef3f21d2ef7d6f1af302afca982e6d51a1100 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c42633db710d74c4d159ef95b44adbe23bd53b82b40de8747a8f7a42b17708 +size 24931 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (308).JPG b/dataset-tomatoes/train/Tomato___healthy/image (308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee60e9bfde6c46a4acde9be9adc31cc58ffa01ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568804d68ed30e026880b4a77915d8352ef35f70919bd09d3c04e9c1a78a3d4c +size 26496 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (309).JPG b/dataset-tomatoes/train/Tomato___healthy/image (309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51911809908f8ab8b2dd81f324b1fae112060c4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0484dbbcec4de7d24d09712530e5c80b83bcb48248637dc9db3da1cf981ac1fc +size 26551 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (31).JPG b/dataset-tomatoes/train/Tomato___healthy/image (31).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80a359de97c641530f007a8b3a10f9ee20e1edf2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (31).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f368cf75fe553b8c7f989da40bf36aba3e358d4659fa178343faefbea292a0ea +size 23677 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (310).JPG b/dataset-tomatoes/train/Tomato___healthy/image (310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddc020fed1d13e6f8413b9d3781cdfafbda1ea5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a225620c6ccfffd52d6122d0366eadfb03720c0a5eb1b1efb4e7b3f72202c727 +size 26475 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (311).JPG b/dataset-tomatoes/train/Tomato___healthy/image (311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b50e3bae02f38f5d13972280dbaa527361a6667e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974a73b456208af3ab3916c0046f63421104d8253ad894de2245331d45332d74 +size 24470 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (312).JPG b/dataset-tomatoes/train/Tomato___healthy/image (312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a28147dc9cd0299ddd5c46d3e667780964760353 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97c08cdaf81c6167821726c564ebc95ffdd4130e2071e3028cb6ad93f7a2bfd +size 24937 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (313).JPG b/dataset-tomatoes/train/Tomato___healthy/image (313).JPG new file mode 100644 index 0000000000000000000000000000000000000000..324ee860d54829971f7d53767d1f3aa1b2ac475e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (313).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c33d36b8275281ed694dbbf918f71be042413990661f5f457261a418cc154c4 +size 27476 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (314).JPG b/dataset-tomatoes/train/Tomato___healthy/image (314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16fb1502bbd004d9e6e19b2393083bdfcd481f90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f457faff46c2f437ac973a57313d01ec73f23a3a62118cbd3d54edd13889ba15 +size 25246 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (318).JPG b/dataset-tomatoes/train/Tomato___healthy/image (318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62b64ce988b705a56094d955e1de2effdb3c947c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcec60fd6687cf9379f507f859f428443ad221f76d6d55ccff37db31412a3e19 +size 14395 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (319).JPG b/dataset-tomatoes/train/Tomato___healthy/image (319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66bb8cd8c614f086f075104e11f68490e7b3ed03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229de008eac489e1925d56e124974096655ac5cf792a94e4caf0c965b687855b +size 22265 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (320).JPG b/dataset-tomatoes/train/Tomato___healthy/image (320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8b84b915f81fa4b3512aca46a78847eef522b23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a54f5a3aaee68b3e6b54297c295976ca32cf13082983d89e192f19c0904fc2 +size 25454 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (321).JPG b/dataset-tomatoes/train/Tomato___healthy/image (321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b24d3210c2154c3061be2132336264a962cc60f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e39c492c139c5b5d1fc10bcda1aa8e1210309ee7a26d0e910aad04aaa375a3c +size 23307 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (322).JPG b/dataset-tomatoes/train/Tomato___healthy/image (322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f064b2164c04ba48a8da817179f542169290fd2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d2c7ca23f15872e72bb9f19e234c9b64b7c22b0cefa2f40bc1523533841b11 +size 24726 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (323).JPG b/dataset-tomatoes/train/Tomato___healthy/image (323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a591823076695a83b8066a485dd014e9281ccd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5c3f86de6b8e010a8520346e08613301b9f4ffcc98a35e5ea41ae87715a2b3 +size 21034 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (324).JPG b/dataset-tomatoes/train/Tomato___healthy/image (324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..391e08e6f302b169f0fd20ad9027b90230c08e3d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274bbdc8541afa94e30594f84d05fd16826a43f65648700393027d16eeb48b5f +size 24117 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (325).JPG b/dataset-tomatoes/train/Tomato___healthy/image (325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..683644d124fc99b6fe65005cc48a95ed91a17877 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecd7ddc0e7659864871cb5caf7a71f47ece3d9e4c6df5889125bc7034909b3d +size 26924 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (326).JPG b/dataset-tomatoes/train/Tomato___healthy/image (326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3017f4319712db2a1a33d8a50138dd0c49d8f5b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df2be58771ec07335e67d15f6a3bdeaa742421d900f8bf6a57159882ea80747 +size 26926 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (329).JPG b/dataset-tomatoes/train/Tomato___healthy/image (329).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e0c0a2509040ad7efc74dc065e2b40580f3aa3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (329).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2c7f0a6bf5949924821c6974a18f9e8bed9e04bc51e9b609cf835be789f2f7 +size 24920 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (33).JPG b/dataset-tomatoes/train/Tomato___healthy/image (33).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0245bce45470bf28fef43346a25c9a837c2b06f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (33).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f88e5eaa709fd2eb035b5f4eb5d0dcd40d2a35e89b430c7083ec9b83915d11 +size 25615 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (330).JPG b/dataset-tomatoes/train/Tomato___healthy/image (330).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cf3b28385e1a11c6bf19fecb6c16cd7e2567b30 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (330).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266ec57f304b6e8a86575e5d342e53f8e1bda752751fd998f63718ea6e83f4ae +size 26237 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (331).JPG b/dataset-tomatoes/train/Tomato___healthy/image (331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..407885523e7f45156559fd42772c201112a4118e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124405d57e3d0406c18bc395f20e0c31018e7157fb97f50a16b5142f2fbb0d76 +size 20337 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (332).jpg b/dataset-tomatoes/train/Tomato___healthy/image (332).jpg new file mode 100644 index 0000000000000000000000000000000000000000..d744536d8201df1dff5cc2eb5f0614ebdcb68d09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (332).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b8b1abc7b5a1271fe2c5496d9e90eaf13f029d681e92c79fbf03d7f00d354c +size 10096 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (333).JPG b/dataset-tomatoes/train/Tomato___healthy/image (333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8b961040690e508682d116ee153cd5a75f25c63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed0f808b131058a799a6abc2df4c52625a449b059ffcce199ed46c9b1632490 +size 21164 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (336).JPG b/dataset-tomatoes/train/Tomato___healthy/image (336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6222bebc1122d8b4a204e9d94e745cd3a3e4e2ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd5aecc896c1030b251cb28ac340c41901007eee09c1e592563da0ea6d80b6f +size 15533 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (337).JPG b/dataset-tomatoes/train/Tomato___healthy/image (337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbf7e14a558d164359a320b6e6fae0fb4c6bde84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdbded7a1da34ff648e71263757a09d06639fdddd60216db935bf57cf229bb9 +size 14776 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (338).JPG b/dataset-tomatoes/train/Tomato___healthy/image (338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c25fb45789151d46f571e3348867a5ef1434526 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c3b4a830a2173543fa802ec219a326e897df412cf24962ebbae396366716c0 +size 15239 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (339).JPG b/dataset-tomatoes/train/Tomato___healthy/image (339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e300623e0bdd5879f5cfa5be57c742784a75fe77 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fca6a48e43a3b3343f94cffbf76a8609def4bcc80306c9a20628d2a77caf3f +size 16458 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (34).JPG b/dataset-tomatoes/train/Tomato___healthy/image (34).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9aef905ae4b13150e54004c83d0c4235552740f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (34).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad516f6c0db1e422fbcf43a58a4c4e5ac5ad05bf7bec276f5bea677befe4b87 +size 24697 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (340).JPG b/dataset-tomatoes/train/Tomato___healthy/image (340).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca764e70cc6122b687ce3d8b8c4479f4c184c46a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (340).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcef6566783681018e77c17427a96510d6f53a12ccaf51140f8ecc6e9bbc5dc +size 27039 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (344).JPG b/dataset-tomatoes/train/Tomato___healthy/image (344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..178a32dfaea67f707c8510eaf3aadb3ca2c97f0f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abf953b38aafd908aaabdb81948616035e3ae78a199d53b191531200f4cff16 +size 27284 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (346).JPG b/dataset-tomatoes/train/Tomato___healthy/image (346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e44c989cf077bb98436c41e2b9c200b34003b9f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c555fad41a1a9f408ad522d167b8a8a01e0a1d2b4deb0a1192728ad015e2a66 +size 24713 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (347).JPG b/dataset-tomatoes/train/Tomato___healthy/image (347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3ff0f4e0e082fdba340c5a614a345282ab0a77f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27895d32ec70d5edf14a6314981dc01600213c6dcd9969fd2730f71597034ef4 +size 27488 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (35).JPG b/dataset-tomatoes/train/Tomato___healthy/image (35).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e384dfd3e3bce758cb3a4ef7ef1d4f46bb5a4b29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (35).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11fba528e44280825c9440e6a2235d288a896b38898b006d59c5a7424f55a08 +size 25424 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (350).JPG b/dataset-tomatoes/train/Tomato___healthy/image (350).JPG new file mode 100644 index 0000000000000000000000000000000000000000..064abf29e83b519445534cf02ef477dec3668c1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (350).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7aa82b655516b176439a404c4d3dcea5c715b793fce50068c2f07cdb58334f +size 18432 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (351).JPG b/dataset-tomatoes/train/Tomato___healthy/image (351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..714757a8436628c2b2239113de22bb9706ce52e6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0694415401c81fb506e7c46d5d21c497444d056ceae9255a6e6491fe3d402ef6 +size 27065 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (353).JPG b/dataset-tomatoes/train/Tomato___healthy/image (353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72e8888b4f9bab7508b5e2a622118572a8760a56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226e997aa6e13fd023007b974c3fd43d3c7c675e2e3a36c9dc1d03f1828182c2 +size 18956 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (355).JPG b/dataset-tomatoes/train/Tomato___healthy/image (355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c4aef00d1e5044a54183b6cad4193a5525c8e4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1c05805e10f0e730ba6f1f49a23ed1dcbbcf0bd1ddddf8953465d123fdb533 +size 26206 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (356).JPG b/dataset-tomatoes/train/Tomato___healthy/image (356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14b3b4690102fe551bf4e3926c9d5be463097bf1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbe44ccc9afbaab51d345f961ca4fdd0998c75cde0a808059c85662f43c323d +size 13368 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (357).JPG b/dataset-tomatoes/train/Tomato___healthy/image (357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84cb934d54617426ccfbbbcb85751b1ada08d343 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108720842e033a172d309d36d07ca2cfaae96195a2ef5e1d2db6203c866c5435 +size 25530 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (358).JPG b/dataset-tomatoes/train/Tomato___healthy/image (358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d397a185739aa7735ca3ee612b1fa37612569ed9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e396c7dabe27102b0177a6af924192e63e3913e12d1a4186bec19cc79f74bf8d +size 20460 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (359).JPG b/dataset-tomatoes/train/Tomato___healthy/image (359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7269a7ca7c6fee556ce839aa6100f8060ca144c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade8904febc43c3d7c6df5d2b3d449a5be59c56e2e2fb2e8838f54cf73d78d0d +size 11781 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (360).JPG b/dataset-tomatoes/train/Tomato___healthy/image (360).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac420699d3862fcc221ce7bbfe31d504bfb9ab1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (360).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f79c41dff5db13151e058482f2f2841b9538a16cd911b27163418f56859bc3 +size 19741 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (361).JPG b/dataset-tomatoes/train/Tomato___healthy/image (361).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75170c8c3e472a7d8a21476aaa9c69bd44c7672e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (361).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24f0a18be5c59a414d3d1ba9381067d6a339986a28a33f1b2eab5d8064d5d37 +size 18492 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (362).JPG b/dataset-tomatoes/train/Tomato___healthy/image (362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a850267fe10079e82e9555e5298f9204554647b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6874127546b09f6a70063f57fd21286685e156134e8e4c4203f2175de15ca9 +size 17924 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (363).JPG b/dataset-tomatoes/train/Tomato___healthy/image (363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa0a5be1dc1ee3c7b6ce9876e8bc4973f3da56a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb1ea0479055abc5495c9e2126160933fd00a4dad7116f03dd1c3ae3325e554 +size 13895 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (364).JPG b/dataset-tomatoes/train/Tomato___healthy/image (364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae4e9742ed22dfac623eebfac8c9f7b031375e2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f242411578c2044440d49465174f1bf4c4c8c951485f431bed6c0e99b7c0390d +size 24410 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (365).JPG b/dataset-tomatoes/train/Tomato___healthy/image (365).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcb8503f31d2fd33a2361818afe685f108f860d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (365).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2995c49fe14c5933a86f9ef5f69ec35f788e7d83aec63f86671f8ad8a7ca38d7 +size 23691 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (366).JPG b/dataset-tomatoes/train/Tomato___healthy/image (366).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b484e0a2d9843af8c3d06a51fbe1b28b02e029db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (366).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8bf1ed887016c268b0b5cfe6b1eccc7f4a3c153238fcc5eef53903c684bd28f +size 27516 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (367).JPG b/dataset-tomatoes/train/Tomato___healthy/image (367).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb0252d0e0308e035ddb7137c12297d0e8cbde34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (367).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50131d925a98295aa87d0ea9e8b7b1a01ce0accb6868be4f59137cf2098bef90 +size 25442 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (368).JPG b/dataset-tomatoes/train/Tomato___healthy/image (368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6787793e25bd915606bac9df510566a114529493 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb7957dbffc79777a9541765d61b5b37c70dab31ccc4f11c88cbf5a123607b9 +size 17025 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (369).JPG b/dataset-tomatoes/train/Tomato___healthy/image (369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7adae9d02763d046fc5d2329c8bdd8c7bd7b5c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6eea802f6f2d7c4dc878062ffee9abe3ef16d7fee14e2ac67ca404a1288715 +size 13938 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (37).JPG b/dataset-tomatoes/train/Tomato___healthy/image (37).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98e68d086f3e3ea11fc6123eacef7a1e0f2be3ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (37).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c593fbbfbe908786976953bb7f7368989b3982517a643b09708892ec14d620c +size 24016 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (370).JPG b/dataset-tomatoes/train/Tomato___healthy/image (370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b088d62998653eba971af37150656bbd671627e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9a2f1038b73ba5ac7add20bed0ab3e40f6d3a3c3d1eab47d450e38bc39d151 +size 14886 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (371).JPG b/dataset-tomatoes/train/Tomato___healthy/image (371).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05981b2c8cb454d074b32adc6a2292b8d3bbfa78 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (371).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8457021852758ef88a416abeb5ed7ffdfea34c8757cfd878399e34f7b89216be +size 25101 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (372).JPG b/dataset-tomatoes/train/Tomato___healthy/image (372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b68d4d3071c3386ad8565e13b8e11817dea64dbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeca68daaef921894049b7a2fa525cbdb64960e7f5e52753b690e06c69d96b36 +size 16891 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (373).JPG b/dataset-tomatoes/train/Tomato___healthy/image (373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f9e4f6c4675b09dad54c2cf36f4c0fd9b6f67f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3aba6a65f6b618ddca1aa686546de8c3c1f4b555a1fe1c72336cd4e30e6e621 +size 25896 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (374).JPG b/dataset-tomatoes/train/Tomato___healthy/image (374).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cf942e010b2f34c5920b475d2623ac72e7b8034 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (374).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4ebc8800f1e21c5b4d649e8222319e6f39c80d9334d2bcce41de663a468ef7 +size 16954 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (375).JPG b/dataset-tomatoes/train/Tomato___healthy/image (375).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d42a83e27d9555052520dc60d9bb7da39775131 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (375).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f679ecb568e3befc3eb820ec2e2c080c7e6ba62855a5c2f28c54decec08a5e0 +size 25976 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (376).JPG b/dataset-tomatoes/train/Tomato___healthy/image (376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e24b52d2f5218682414d9b71814069b0f44da30d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd58e7348056c665ae2cb0521e9f181885ba4374d6e73b9d2d2a0a26d278603b +size 17006 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (377).JPG b/dataset-tomatoes/train/Tomato___healthy/image (377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96ad23619a18cdca45aa200614cd2b33480134ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a778e3946e990b976d69add78a72418a5463f962e67e3fec081b25fc8b9de3 +size 15398 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (378).JPG b/dataset-tomatoes/train/Tomato___healthy/image (378).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28009f5cba72f039d8c2e8a137a13ad4a8f083c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (378).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb71758ec7f54fc4930b206eeed87457330a026ebf8ecb6877fdcca94581df7 +size 27141 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (379).JPG b/dataset-tomatoes/train/Tomato___healthy/image (379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd33204abb43fd9216461fb2b6dfe0b62c38d455 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18fd4d0253a1f617b24b923c491bdd2ffa58568a3d7e4109a47be505bbcab932 +size 17324 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (380).JPG b/dataset-tomatoes/train/Tomato___healthy/image (380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f86fa1624053fe1c2665ea79846ea0ed08ae4da7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c482958ba55e89962d8f94ff3c33766ce166a3ff1e6db3a5f423e4704136f6c +size 25679 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (381).JPG b/dataset-tomatoes/train/Tomato___healthy/image (381).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6da838b7e1090871721c5f8368729c343b330fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (381).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ec83cc46687c6915334d766278b24bc02c31ad8e844b1143e6044672bcf761 +size 27641 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (382).JPG b/dataset-tomatoes/train/Tomato___healthy/image (382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4df85aedb2ae8db63317f30740fea097f52334fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8c1f2220605eaec7db5764716a5813f50624b4caceeb924c4fa580e43e9497 +size 11812 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (384).JPG b/dataset-tomatoes/train/Tomato___healthy/image (384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9f06735bb21fc6f0637a135de91ec9a1ecaf7d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efeb422e8809c4778ea62b1b7d4a0522ce6357ed9f023555c75d0fbb7fc9dd82 +size 13391 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (385).JPG b/dataset-tomatoes/train/Tomato___healthy/image (385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e72bf14556860764e8ae7d2a4f6f233c801dd07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35bc61d41553c8ffdf05741e706938aa25c86e399a7dccd2204e0dcbc5fc71c +size 26155 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (388).JPG b/dataset-tomatoes/train/Tomato___healthy/image (388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20bf22fdd51c8147e482e665e3164494aeedc959 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc33933a82279c23ab148db6870505bba0ee79e4226d966de33c6850706c4483 +size 26841 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (389).JPG b/dataset-tomatoes/train/Tomato___healthy/image (389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cde844e131af917408a3efba2e42271b89d25072 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad6385d6c2b6663f382068c4084ae476f895ca8ce3a709dca5323251ad63211 +size 19778 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (390).JPG b/dataset-tomatoes/train/Tomato___healthy/image (390).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44cefcb5ad98445e1925bf0cdf096cbae04e8251 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (390).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fddefc482ae8666144f3b330963f9f02861ca16fb4bebbd1f3bcd20651106e5 +size 25541 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (391).JPG b/dataset-tomatoes/train/Tomato___healthy/image (391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4075244f0013f41019eae23171097f49cc55089b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e856bca3f7e4fa4ef04a7cba7382f03b7b46f488347d2a019277eb5c0abadcb +size 17855 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (392).JPG b/dataset-tomatoes/train/Tomato___healthy/image (392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fdb3f4017ed66a33263cba07d0bd3349ac577bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01f49c9b067439751aa661556e9894d6937444d0f088e936d97b1746430d965 +size 11506 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (393).JPG b/dataset-tomatoes/train/Tomato___healthy/image (393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69d0a49f4ab2c3c73f506cd69d6df840e04004ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6baa4a01f2d91a1f0471e6b7bb0caf1d59afa3e999ab5c8775fbf03db53f7f5 +size 18759 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (394).JPG b/dataset-tomatoes/train/Tomato___healthy/image (394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b35ad03e0e587ece13e3ae6ef0ca51a299484b2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7978a2da204bfabe54bdfd3ec5d76ffc5b4c74f4939fd7e7054da1c65e89502e +size 14995 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (396).JPG b/dataset-tomatoes/train/Tomato___healthy/image (396).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d953e09eaf29c70d681ebc62559623883276dbab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (396).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30dc92fb7a07e24abdd2db0b782ac98bec2d399eb7eb3a75ed20c17758b690b +size 25259 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (398).JPG b/dataset-tomatoes/train/Tomato___healthy/image (398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..224ee2b903981f95fd3f881c98b3c50f316e27eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18f3b8c0a1b80bdd35e3b5cdba5f26a158d264a2b1e872880c58da5e9c42e55 +size 24850 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (4).JPG b/dataset-tomatoes/train/Tomato___healthy/image (4).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f526d4214bd8a3c1330604a3c94e7d4746843396 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (4).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a07c5f10bdda07fe33a53d08a92f41de2655e016d61ad52761a3700945d3e3e +size 25986 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (40).JPG b/dataset-tomatoes/train/Tomato___healthy/image (40).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d35555e56588b67df6a31f3766365ad7ce3f7234 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (40).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2155b1080763815ee4b7a2027ebdb0ebb5e95b5abfbdb6690eab97ee344c1130 +size 25330 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (401).JPG b/dataset-tomatoes/train/Tomato___healthy/image (401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d29f3460a6dc4195eba75f596f2c7e66b5fa9bbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e472d7b454889cb81f93d969fa98db735f6e33434cdfe88e62e0e5c31af2454 +size 25738 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (402).JPG b/dataset-tomatoes/train/Tomato___healthy/image (402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f12749cb3130a6ac8979bffa67919a176728f71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6da291f7d92b4ac0bc8fa63a4046c8937714f21a3e322011b51604a78db0ad +size 26368 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (403).JPG b/dataset-tomatoes/train/Tomato___healthy/image (403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06a99349000b49da55aef721009f5c4f8b17cc97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc61e4edb9febe0b52a525ec29d1caf4a5e3e37b6a929bf254728296206fabe +size 24060 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (405).JPG b/dataset-tomatoes/train/Tomato___healthy/image (405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ede5652fdd7e19dbb5eb404e3ad05876986031c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f106ce9768e6001865ade4ed58850371be83b5403311e5268bc1653fc66387a3 +size 27627 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (406).JPG b/dataset-tomatoes/train/Tomato___healthy/image (406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79c2dbcb7e05d0a78e6c2492e674942c00875689 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51846f21f155bd5c15018df5582366a950bffca08452df15e843f2155d7f825 +size 25313 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (407).JPG b/dataset-tomatoes/train/Tomato___healthy/image (407).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b629869daaea492bf4fa765c7ca93883118af97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (407).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d033bd3bc47a9b5921b2f3474eb49e0252c6ea79906ee735220d54a1399a7898 +size 24817 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (408).JPG b/dataset-tomatoes/train/Tomato___healthy/image (408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ffc6a54799ba74d43d6828f598d782c6dfcbded --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e538a88f4c5094b8ec531c41645a94dfec0cd75fef9b492671ee650d539b9d16 +size 25351 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (409).JPG b/dataset-tomatoes/train/Tomato___healthy/image (409).JPG new file mode 100644 index 0000000000000000000000000000000000000000..feddf296761f6080740442850a9bd6659d47575d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (409).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539aa95e91c5fa7376b0b9daac40f6483d7138089739f541b7aeb72cce83632a +size 27159 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (41).JPG b/dataset-tomatoes/train/Tomato___healthy/image (41).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d417f579d687a01d5ffd7b842e645198c473838 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (41).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb59d82da6e1a406647bda5658f62091508a45c425ddfacbfc7dce5fe27e8fe +size 13958 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (410).JPG b/dataset-tomatoes/train/Tomato___healthy/image (410).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d29e5b51ccff90b583ff1270ad9611cec903a2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (410).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa5aa0b0b555da3e2716390830ba1250b323e06f10721439ea3bc73a1f0f558 +size 17097 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (412).JPG b/dataset-tomatoes/train/Tomato___healthy/image (412).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac0cfcf66014d46dc4dfc032f69b5e9503d7d713 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (412).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260305763e2da3aba702026c15b82f7677abf5345af8ee61ffcd7cf88dc07703 +size 17968 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (414).JPG b/dataset-tomatoes/train/Tomato___healthy/image (414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a93faf4351804df127d2fa0ceabc6bfdd357f215 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bba6f55e8b2f43686ff984f2656969b9530ba9792605cd5c4778b63dfea771d +size 26372 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (416).JPG b/dataset-tomatoes/train/Tomato___healthy/image (416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..224210a958115d5bf22f847e7fcc1ef501ca60bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73186dff0691be77ae872635692df55744178572ef0d3f5f6ea99fdabf54cb1c +size 26205 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (417).JPG b/dataset-tomatoes/train/Tomato___healthy/image (417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d291a60756b5775afe7c94944c12f2fa2984b534 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a346007cfa205f9463356d07a078c6b264cebb03bcd20395710ede0621e6bbea +size 18342 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (419).JPG b/dataset-tomatoes/train/Tomato___healthy/image (419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..127ffd677d1eb5cdc8f73021cd6bb5330d92185c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8e0c187125d98d6e0b9f5d961c2cdab312689ca28588c9b3d64ba70361589f +size 27174 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (42).JPG b/dataset-tomatoes/train/Tomato___healthy/image (42).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f663aaf134c0df5bef0a89e04694617fbc2fcae9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (42).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74eabdd90b9ebef6826eb14ac404800a1fa5ad404ce4b2950b52058aa1b5b506 +size 24666 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (420).JPG b/dataset-tomatoes/train/Tomato___healthy/image (420).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1129b0430e2d096182a56093ca41bc188d44b081 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (420).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d69cee9602785f64a08fae100747e3a0ffd0ed60b1b8d8be5be98dea671b7f +size 25771 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (421).JPG b/dataset-tomatoes/train/Tomato___healthy/image (421).JPG new file mode 100644 index 0000000000000000000000000000000000000000..235f4bf1e5401caf52ea7a3065b56624c0dab90a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (421).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95229908fca30ce40fe29cc23b3aad44e7b29a07feb65146516a2ba3a85ddd52 +size 18219 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (422).JPG b/dataset-tomatoes/train/Tomato___healthy/image (422).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7bfe3b60087f16b81e2b753c6ad61b5e6a1c066 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (422).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6477fcfd6bcc4a9f278cc7f48538a33bb2a605e6e87d7cac05b22c1aafc112b +size 23578 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (424).JPG b/dataset-tomatoes/train/Tomato___healthy/image (424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13edcba2f77fb092bf935d5a8ca1ef7b23e03cbc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7364c811787aae4502fa9a1835c95858c63d79727e2e24e8760a52389a4ec92 +size 24525 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (425).JPG b/dataset-tomatoes/train/Tomato___healthy/image (425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52a88b34159bfd4a00ef056834bb4482bd14fa43 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f4f6138d57df0fdd2e8cacb4e01ae5d8117fa2feb9da4af4eb9fd2d85c0ce4 +size 25989 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (426).JPG b/dataset-tomatoes/train/Tomato___healthy/image (426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f6eb8363f0454adc4f4d949cb91342f1b333d2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7ed63acabe7d49b7e20da3bfd1ff6593cfc6d254482c62d9ad667126aea195 +size 16481 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (427).JPG b/dataset-tomatoes/train/Tomato___healthy/image (427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3561af33a1e2d74a76d67504b4a0e0bca1db8b3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbab6be90ef9190f2efe16abc5ac175d44d9e4c991f592d01f1716ee4ab3bfbb +size 24099 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (428).JPG b/dataset-tomatoes/train/Tomato___healthy/image (428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bd6b39dcd2f0be2c2e514b600d300c1b52c6bae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1c5f6ee24c57b7d69e86b4dec7e865cabfd83b991fb290024500e105b58697 +size 22112 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (429).JPG b/dataset-tomatoes/train/Tomato___healthy/image (429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df68486241c220cb3620956fbb89cbcffdb40440 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298a33569f6229fc128dec7cb1bca8fb0804a7fecb9337a8fcd11fe0824d6c2f +size 15088 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (43).JPG b/dataset-tomatoes/train/Tomato___healthy/image (43).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e558b83e7e03fcba8a9155e779594bb797923c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (43).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e9d0e0e976a19c6ad737fa50dc2c1c6ffd3a5f1bb222180ff05d668c361dde +size 20282 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (430).JPG b/dataset-tomatoes/train/Tomato___healthy/image (430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26a84663c8b347e5a39ecccf02edc956793c1092 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0928e36bd1d1cc6a66a9f20d62967cd02ae9e1c6b91c113bbbc1d52686753e7f +size 17734 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (431).JPG b/dataset-tomatoes/train/Tomato___healthy/image (431).JPG new file mode 100644 index 0000000000000000000000000000000000000000..765971f5edeaa953f6c581b5ce6c7d7a39bcaae8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (431).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47409b9c12262fdc27cc3fe18885570f7b5e5ae41fe650ef94f5a1531d6307e1 +size 19520 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (433).JPG b/dataset-tomatoes/train/Tomato___healthy/image (433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfa3fa3f8bc714f537c7f3add021ec41d5ef63cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae4a52784320976c49198237929e34a3b54e6960b8b210ab635a23d2a119837 +size 26485 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (434).JPG b/dataset-tomatoes/train/Tomato___healthy/image (434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db1b4a6426abf7978fd41d326a7ea7b6478f308c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8d82dab6f322fcbf49ca157413ac2caec92f619b26857009761c0234e76e5b +size 25766 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (435).JPG b/dataset-tomatoes/train/Tomato___healthy/image (435).JPG new file mode 100644 index 0000000000000000000000000000000000000000..403a3ec84e2cf0d7e754204e28f16a8ab885eb83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (435).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6be05aae640885191e0b84c5aaa70c0a3ae4fd14aa41d3b226bf3ff61d42bd2 +size 25831 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (436).JPG b/dataset-tomatoes/train/Tomato___healthy/image (436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b3c9910d6b92acfc928831c84290ff2255b8481 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424a173382205a7054b1ae7a6d3f80f5818d67d33ba2645b2b7bfd026266b8a7 +size 25598 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (437).JPG b/dataset-tomatoes/train/Tomato___healthy/image (437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c299610a141011393982af61fd47ab3630f413f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f519aec7ac04c773f1b40ce40b413d49c712b57c6757ab529641c991aac95f56 +size 26026 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (438).JPG b/dataset-tomatoes/train/Tomato___healthy/image (438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e605d2083ef50f0ed2ab7d57fd8c687189a7274 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49483ce56433e1409c3f0c4cdb0ddadc27046c498be324a583d4d339e3b7dc9 +size 27802 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (439).JPG b/dataset-tomatoes/train/Tomato___healthy/image (439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13337a46e58d5c04aa76c79a0505d07fecd53257 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e891ac98b40810f11cce746b18f48a8482cee020dbdefc3a2ab698afee8ba649 +size 16394 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (44).JPG b/dataset-tomatoes/train/Tomato___healthy/image (44).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0195a59cf8ac499fcfa50fb8be21803d1311bcf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (44).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d297e9c5f27dea97188ce3d58ae99d3dd2ae919deb4e7b736f5722811b8a5a3 +size 26947 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (440).JPG b/dataset-tomatoes/train/Tomato___healthy/image (440).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f2f525f06ad4a42953ec0f9b37398b4e3e71501 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (440).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f740a65862a46ee6281cb7743017a6fa86aa7201fbd7864a24c3b84a5b2942ec +size 26540 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (441).JPG b/dataset-tomatoes/train/Tomato___healthy/image (441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36ee2c421a58b57a16996abaaa5b935d89c6e104 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cf2e371e8306faa989e36013ec3f5c8adfa7acc832cd8e352e0cf2fe109ac2 +size 22525 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (442).JPG b/dataset-tomatoes/train/Tomato___healthy/image (442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb625cfcfd0dd534056780acbae4a27db372615e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3b1682b791ab7c413b9b84d6610be02137e1826303de22d2503a70cf8e57b1 +size 25650 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (443).JPG b/dataset-tomatoes/train/Tomato___healthy/image (443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a320db861adaba69584982b54f3e6e1c8a36400f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde9806a4d0cc0197280fcfbc13b242725b9b121f893a6b6661a829448864883 +size 17082 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (444).JPG b/dataset-tomatoes/train/Tomato___healthy/image (444).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2c2cfee0e27164ce2e266f210ef8152e1137aa2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (444).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bba36f2c89aae984f9e5146415a2b6588188194cd177ae403eb189d64fd589d +size 24853 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (445).JPG b/dataset-tomatoes/train/Tomato___healthy/image (445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4189ee345cae43115b474bdb6163fc0edbddff84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad833c1602537149fd6d5ea6b055a0e612b9fcdea03d384c5e48c2293f289500 +size 27085 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (446).JPG b/dataset-tomatoes/train/Tomato___healthy/image (446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4db2cd3b6715310923c641c1c7bf6cafeee58e83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfc6d761785007d700300e0f3196d62bbec458188a71e8eab47ffe2a3f333ed +size 27416 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (447).JPG b/dataset-tomatoes/train/Tomato___healthy/image (447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc9070540cb44148504558f599642cb4bfafa5eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1aebd1b69400d56eb11c13e687c664593b77ac21c9b6e6858a68b20e32625a +size 26884 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (448).JPG b/dataset-tomatoes/train/Tomato___healthy/image (448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be34b7ed3dc2a4fbafd0f7452809d44bf4b4775e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd926f3ec436eadbb45a123cbb55490d61d29c5e37193b41ab8e236125629b44 +size 26054 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (449).JPG b/dataset-tomatoes/train/Tomato___healthy/image (449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85fd8032db3b780b75479dff7b16cffe571b3a4a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5edbc7777327f7cf767c7436275febf4d39c02c9fbdaa2fbcc82f4673a3f8730 +size 16669 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (45).JPG b/dataset-tomatoes/train/Tomato___healthy/image (45).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b3bad568522fe4460ee6e6d0d9f87c209e18373 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (45).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ba1e7051e36c0e6c3845fe7bf92ef059bc2d7e6d326b27f7aa9a88bdca70f1 +size 11701 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (450).JPG b/dataset-tomatoes/train/Tomato___healthy/image (450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f921d896a92ca3d6e0f794744d349ed81070eba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9927ca72a36ba09250587b304b6ab69e3e56d824c90acca7d0e2c852a56c3b15 +size 25401 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (451).JPG b/dataset-tomatoes/train/Tomato___healthy/image (451).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f353ec87e1a2bcc5b0c1b21e4d6b0cc87642039 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (451).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67910bc83c5faf174dd3ce9903f0fcae04ec16e4d045f16cd57afd36c95a9b93 +size 26619 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (453).JPG b/dataset-tomatoes/train/Tomato___healthy/image (453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..342ca4816cdd9289040357896eced1fa9312d44a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ccdbd1b0d5e74ed0f91e6533253915a0be69ef252c8adf4b26ad8ef29baaf0 +size 27581 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (454).JPG b/dataset-tomatoes/train/Tomato___healthy/image (454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3a1cc696d433c97bb876b092478177f3a183650 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e04bd6883d76e3ecb28c7ad84aa736b38b418e2db6dadc56c2266d8671b271 +size 24796 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (455).JPG b/dataset-tomatoes/train/Tomato___healthy/image (455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..796cf3c0e7356854ea4f6d4ef7a962a2ff578bf9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d7742faadacf32865788713283c2ccb0f340f1d91f9d2a27ec30267be5a56c +size 14966 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (456).JPG b/dataset-tomatoes/train/Tomato___healthy/image (456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55cb75a49915b296b41a6bcc1997eac5a239e7a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29860e23c4e28c7bf74a55f4e46446e4a422bbcb4d2bc7fd4aace7e9d23c0f8 +size 20894 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (457).JPG b/dataset-tomatoes/train/Tomato___healthy/image (457).JPG new file mode 100644 index 0000000000000000000000000000000000000000..326408d38905ddd06e21f829b07d0c8bc3404dd0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (457).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f83ebaad9ba4664815c073f58d7433877e54410729c5924fa1840e7ee2c373d +size 25143 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (458).JPG b/dataset-tomatoes/train/Tomato___healthy/image (458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c341b0a7c9a729a25dcb8777cb9426c058e8ae0b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6db431b36bebc17d3d004e043ee75c02a1b25ecdc02488dd2bf7f706ae6796 +size 26369 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (459).JPG b/dataset-tomatoes/train/Tomato___healthy/image (459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86da2a5c3564173a5c9ed2756775fe11c4c7dae0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdef29764815f02e9a4ed00070539b5969bee99418da60714d59a69d0667dfb4 +size 25186 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (46).JPG b/dataset-tomatoes/train/Tomato___healthy/image (46).JPG new file mode 100644 index 0000000000000000000000000000000000000000..498e91225fdbb2fa5d1bcead8e640d95540aa592 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (46).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd771df4821f056a8009b4827022775504a109e9ba0f8291948e7af5efb036d +size 19832 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (460).JPG b/dataset-tomatoes/train/Tomato___healthy/image (460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c2aecd040fa9c06c6a017ec4287d093b0c1ecbd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370012571073ac6e9436fbf293886389bf520b2fc7708da05dacd5ab7a71fa26 +size 26314 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (462).JPG b/dataset-tomatoes/train/Tomato___healthy/image (462).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b8d2a22c010e523cbe41c53286b2f152797c7e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (462).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd953c0ee0996d3fe6aa0d999f5d0d7ce4546940c6ae3463f5d10c4482e0c35 +size 19972 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (463).JPG b/dataset-tomatoes/train/Tomato___healthy/image (463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..355655edd66f20c966e833d87fb0754a3caf460e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40037a601407f8ab1b43e7c7207e863a737b132d37a60241dfe60f6fa5c50a0e +size 16851 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (464).JPG b/dataset-tomatoes/train/Tomato___healthy/image (464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8146a132e0c444fc87c79050af114909e4d596c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4556527d5d059c9259d993b9b4774a2cee841b6cfab0444da17a6c0586d491 +size 26372 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (465).JPG b/dataset-tomatoes/train/Tomato___healthy/image (465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fbcbc59659c64362de6f013e21c63fe5bc78f74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589ef90da0a9a5d72cce4c691e4c85eef6046a5e2c3bc3dc2d00e94614de5340 +size 27505 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (466).JPG b/dataset-tomatoes/train/Tomato___healthy/image (466).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01323efb545b3ae3ec1f11aeefcd2108da0638bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (466).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473ffde5b224a13d378009512b2e8351824ebecd129cbc8d0eded24c788e1d93 +size 25680 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (467).JPG b/dataset-tomatoes/train/Tomato___healthy/image (467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8846710880b115a0feb545b60f0c13ddc1e75421 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165f3859f59e95ce791863c24ffd686b6b5c014b1018f3c1155bea2640d8a682 +size 26097 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (468).JPG b/dataset-tomatoes/train/Tomato___healthy/image (468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63a35ec8c62b8c4406c39d4d036e9664afdbb70a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c62db0bbf2130dab1cb5d94e169eca7533d0be3f6c01c518e73ba1d8cb051ba +size 27462 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (469).JPG b/dataset-tomatoes/train/Tomato___healthy/image (469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6d0fc4055abdc77242ca184ceabfcb8efaf7cbf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b400d7fefc66dbd39eb986e23878a2c4fd4999ea1a55c68c6116fb2e309236 +size 25169 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (47).JPG b/dataset-tomatoes/train/Tomato___healthy/image (47).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9628d20aa3bb006c9842d33b751df9baf44fb2f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (47).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de55781ba22cbc93a3da76b7206c075a7be9e67d79256850b9d721688eeec63 +size 25791 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (470).JPG b/dataset-tomatoes/train/Tomato___healthy/image (470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85c352f19d23463ae4e9ce0307e3fdbab5d99eae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dd3555892b17be35237522864b1c167a32b6889788859f116efa6df2de4bbd +size 24580 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (471).JPG b/dataset-tomatoes/train/Tomato___healthy/image (471).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17123ce14df73de1c37ea02506ca494690b977c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (471).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1199e11341060a91aaacdbe97c1ad4d25586a78663f06d9b8bf944f5fb790f6 +size 24895 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (472).JPG b/dataset-tomatoes/train/Tomato___healthy/image (472).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ee7040df673dd3e4f12d77795450850b6c79d98 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (472).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1237d30ea8a3bac785452a0df12c8c6c8611c987f1a6e509d2c8ff8cd3a7b687 +size 25252 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (473).JPG b/dataset-tomatoes/train/Tomato___healthy/image (473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7927d80f2bb0eee389d0fccf2c3c4b4956728a2b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a991d899d4f59dc27ce86d4ab0b1bf2f9c5d3a512e503d1a0e754f625d95a1 +size 17187 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (474).JPG b/dataset-tomatoes/train/Tomato___healthy/image (474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69a40c9bc9fb67edcf20f382931bf7f225f9a337 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a05a74db3a270ac0ec77c00ebe89a332eed589819435129cc3c29eb6e701eb2 +size 13610 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (475).JPG b/dataset-tomatoes/train/Tomato___healthy/image (475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cee88c28ead9619004039d1e2f5f621e6a028f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecaec933aa6863b7a987d7871a3398821aa784e716357b75f977dafbcfbf405 +size 25410 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (476).JPG b/dataset-tomatoes/train/Tomato___healthy/image (476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ab494ba3ccde1b41a1688ee24661d1c797da097 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b024fd4ee86ed53f152d694a60d2eae37810dceaaf8a01334588c5c42fddadbe +size 26004 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (478).JPG b/dataset-tomatoes/train/Tomato___healthy/image (478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bdb2e712cea284143fa41321a5108104097d288 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c000d0bee708721e09d2483bd03e58e4109c896d641419250aac8df375caa69 +size 14429 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (479).JPG b/dataset-tomatoes/train/Tomato___healthy/image (479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..720a81e07017c0db306d8b9e4eeffe8347aaae97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9365a78fdf4832bc6b06863e7d7622656eb25c7538ccb05d41a31990ea13070 +size 26597 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (480).JPG b/dataset-tomatoes/train/Tomato___healthy/image (480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4ac2d91b6dcdbdc5c5d5fcbc9cf94fa161fcfd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a55b61ae00ee65166a27e9b794a049bca80a678b921e6dee7d0ebf6a3eba99e +size 26667 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (483).JPG b/dataset-tomatoes/train/Tomato___healthy/image (483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..736396fd600d2c5fd07fd8f6fcb7f02a01242713 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c787c64e7416a5c5d4bb27986e123ae58d91402ae4329874dfcc16fc2c2cf6 +size 25063 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (484).JPG b/dataset-tomatoes/train/Tomato___healthy/image (484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e67cb8f35348d09d2bfdf7c134839af155e958eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54b77957d7064226824bec21795eaf007ec4e1339825d9acbfc9ec519395869 +size 27472 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (485).JPG b/dataset-tomatoes/train/Tomato___healthy/image (485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef1e2d807365e26eef67cb663911bba63f35f4d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73252be29fa6e9795633704b38c6723007ae5b6fa6772030569970fbb6e46fe +size 25951 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (486).JPG b/dataset-tomatoes/train/Tomato___healthy/image (486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d67557b67a93797db1bc0b58c02bf8732e74727b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc13079c31addc8fb4b3e1e840195454b4c5a7009dab29b0396d2583f5bce6cc +size 28221 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (487).JPG b/dataset-tomatoes/train/Tomato___healthy/image (487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a00ce24638218c3c9ef2c5862008374f1dc2c5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7328a5741c7137b43573e84c040b96ae957d30fc5a9e46916a2fe494a4c26277 +size 26775 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (489).JPG b/dataset-tomatoes/train/Tomato___healthy/image (489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1f660fdc5d3e90397d5c58409b8381bf19bb096 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7a5620fea9c5db94861bd5c205899b06095e69fc48782fda72badf10524eaf +size 25473 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (490).JPG b/dataset-tomatoes/train/Tomato___healthy/image (490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6271406a942c04bc58bdca155ec575050cae4a6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daaae4740ad34dbdde5d00196a20fab725c81ec60e436067aca2ff7f3114e804 +size 20023 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (494).JPG b/dataset-tomatoes/train/Tomato___healthy/image (494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72c250c68ccceafc216c6be01b9283e0f9e9d08a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1f49c6df663e3c0a14582d3fac1365b38aecb3254303905b352a728516278c +size 18616 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (495).JPG b/dataset-tomatoes/train/Tomato___healthy/image (495).JPG new file mode 100644 index 0000000000000000000000000000000000000000..378844be3b8fef0a9346a424992072e78d134a35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (495).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f5ff27b8b1b2f88641e8b928dff886c9e651088660e92c384f3e85328b9d4b +size 23536 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (496).JPG b/dataset-tomatoes/train/Tomato___healthy/image (496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed04ae7c72c341afef44149c56945ac3e8643355 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42716543c7689dbae5efbbcf1c7fa54473f22cfdd144e9d4f7396071f3ab640 +size 26896 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (497).JPG b/dataset-tomatoes/train/Tomato___healthy/image (497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f52056c4cfff06c2bb9148d12f1426f338250f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733109c2c2d5a8ad71ab60ec4095b81154219e62f855c673fe54c882d5f9bfdc +size 19488 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (498).JPG b/dataset-tomatoes/train/Tomato___healthy/image (498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7632b090d197608efb58e6a1e76e7dbcc5759d8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291519f88369aa08281253d3d2bf737eb7f8dc72e0fef3c504a1a1bdf4d2e759 +size 26409 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (499).JPG b/dataset-tomatoes/train/Tomato___healthy/image (499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57689509ceab1cb335103012d2b14254b6008707 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60ba285e171528de834651c33dfdd405c296e1707ed42e90fad30a2d8765b81 +size 25118 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (5).JPG b/dataset-tomatoes/train/Tomato___healthy/image (5).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf54cb31382fa2076ac23f35adb8d0bbcb5c72e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (5).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb19a0f5d50d7bc5ae9c55f6566e04e175dde1ed84d894e18b408e566eb96b0d +size 26493 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (50).JPG b/dataset-tomatoes/train/Tomato___healthy/image (50).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b514c82aa423bc82d4dadad1e38dd602ffd5fcaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (50).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304885394022eed3f461a2bde32d3d800d1fd64b0c65656f7a42aeb0b6322dc0 +size 27046 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (500).JPG b/dataset-tomatoes/train/Tomato___healthy/image (500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5d0977cb368c93e3f88e99ce13ee9c764a9c2ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4272f875e71a6dbc15773ac7f19364eb2997ce9e904251583877607ab9ea2a +size 12893 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (501).JPG b/dataset-tomatoes/train/Tomato___healthy/image (501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..128684b9517ad3c4bdeb39fd35a776e08fb5d973 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ff0bd0dc16d7efacf0562d1f0420e668b09dec865703c60a5852183a6c1875 +size 26832 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (502).JPG b/dataset-tomatoes/train/Tomato___healthy/image (502).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86c7e30e00d507876475e352b9b172e5dc4e5d34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (502).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56ebf4692c88323380dc4114493fb3fe97db115fc8df8ea0ea55e8f7ec81012 +size 26536 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (503).JPG b/dataset-tomatoes/train/Tomato___healthy/image (503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0b4827a5e78c4a2f4b6740c1480ec9ae11decfc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2844afc1d80786d45c6e16b95147e4e0d1112d1ba6ed8f2bee2fe0e7705d5cd6 +size 25549 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (506).JPG b/dataset-tomatoes/train/Tomato___healthy/image (506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e304db1ad68811814ec968e07533075a29d43e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2689389075e61cf0550d5b6fb6d80c2a024688b57026bdc4dac2c3af87e8c7 +size 16650 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (507).JPG b/dataset-tomatoes/train/Tomato___healthy/image (507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4cf9e063a2285d2ef7853906a792a0141dcf27b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12d994a6a135afe500f54071cb69641e9e9ae92b6d9cf0a8456923c623d27e6 +size 15701 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (508).JPG b/dataset-tomatoes/train/Tomato___healthy/image (508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5821791a3e8b99e95f5e764b68f8822fa6abd90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306948d7075d684f5c4bc5c4ac59b3203a15d99ce01df65ca430dc9bbdd792d7 +size 24243 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (510).JPG b/dataset-tomatoes/train/Tomato___healthy/image (510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41fa5da4ada7a5b660e39d09a9c3c569b7c64d17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffd53ab220fa97d3de09699a73a8ef8c9df891966334c07e991dfc5b2be265f +size 17149 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (512).JPG b/dataset-tomatoes/train/Tomato___healthy/image (512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f29b7c5ff9c6d29adef1d8ae651807174884b9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762a757c9a2b4f9fd5e17f53d3c781701cae27572732cd75a02f90791aa3dcff +size 18251 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (513).JPG b/dataset-tomatoes/train/Tomato___healthy/image (513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ac3f7bf770d5192431b1b2cfc1f8c41d93491a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492484341408de17959013c6197d199e0f8f57a6158d002be1ae27c69ab4e7bf +size 20548 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (515).JPG b/dataset-tomatoes/train/Tomato___healthy/image (515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a582fb76394d21b7c7fb976952251a62681cf37 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d885ffcd26a6cbb10c970785f3e99b0eb3aaba4285ac1fd9d46cb08692b7a2 +size 18258 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (516).JPG b/dataset-tomatoes/train/Tomato___healthy/image (516).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24fc2a6709dd2e75ac19da17eb564c629b461ae6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (516).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12edd83a78bee8cf386455770752cc1d16c229cad278e1d4e468b2b53af39872 +size 12562 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (517).JPG b/dataset-tomatoes/train/Tomato___healthy/image (517).JPG new file mode 100644 index 0000000000000000000000000000000000000000..535aef6ee32d59653e3cfd7af10fd81b6d41d0d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (517).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2233c5559985961a307241469fb5d155550765e0a9001ce8ceab3fcf1a3fc3 +size 17413 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (518).JPG b/dataset-tomatoes/train/Tomato___healthy/image (518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..866df7afdc9e1d54e00dd4d4de0ec854678a216f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d107a3af562c54f7773303b571cf2b72f84e35d0eeeb5cf3cb09d0e7b7ef1dcf +size 24323 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (519).JPG b/dataset-tomatoes/train/Tomato___healthy/image (519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fff02e3d3bf85b598cf15e7ce3a6afb238595c69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308f8368a369f13c878ab0c4a53d134ec55f040c667663141cb2b06c1bcae795 +size 23606 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (52).JPG b/dataset-tomatoes/train/Tomato___healthy/image (52).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fd3f8d1c81115fd0f832cee63569bc78231fcd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (52).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240affe0c40b26e26a08a6317487bd52c81316ba76f2c4f752f966484eac4ba5 +size 17585 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (520).JPG b/dataset-tomatoes/train/Tomato___healthy/image (520).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf6838681c293a5e72555f2b09f178517b293b84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (520).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ac1abee7de14d67df81709afed76bb2bf85e8b6de03c97b8e2a8b4c7fd4181 +size 18773 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (521).JPG b/dataset-tomatoes/train/Tomato___healthy/image (521).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3793dc51de7bd477004b4f6e991183efbea6632f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (521).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7092a3b5781de03f09dfc63fcf9a05022312c68bd2bd8a193531dbd99a5aa0 +size 27688 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (522).JPG b/dataset-tomatoes/train/Tomato___healthy/image (522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8edc43f79cba1895a426b333a79c4170b621d87b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3391ba891dfc848e3cdb176d50bbd69870ace6ec7683c18ac1774a6463f7b215 +size 16217 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (525).JPG b/dataset-tomatoes/train/Tomato___healthy/image (525).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86947441cca215b57cabe69f525e61dd6d5a429e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (525).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be70a2c06df76ced3c9754f4d8aee49c0c47e73feb3ea38b8fc0e73448ff46be +size 25214 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (526).JPG b/dataset-tomatoes/train/Tomato___healthy/image (526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f5193df6391c5406bf0e00d7014e29e4c95b332 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d607fe3a5a845fab9cbd1dcccbe34c057a4dc9383567a3dd136769655773aca +size 18964 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (527).JPG b/dataset-tomatoes/train/Tomato___healthy/image (527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5fe508992e95144076a5a46daafeeab90b97031 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa75fbd374bdcb240066afbb4a6db6b4b97d6a323c4ece9cb30bc2e5673be63 +size 14066 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (528).JPG b/dataset-tomatoes/train/Tomato___healthy/image (528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ec06be994cda03c26696ba333336f1d9e2c7980 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa539a47a4be006beb7b51c91504693b30f699d25db6c39cfbecd3eaebee51a +size 24182 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (529).JPG b/dataset-tomatoes/train/Tomato___healthy/image (529).JPG new file mode 100644 index 0000000000000000000000000000000000000000..893b9175f98651f80c0370e02be89fa9909a5d8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (529).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfc722e16d342b058f1945c8e104e726298dc00f94bd038d00fc701e8a10869 +size 14354 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (53).JPG b/dataset-tomatoes/train/Tomato___healthy/image (53).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61da38553977d11edfdb22eca88e6933d112401c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (53).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b0cab7a998eff729baf7780a06f6c24e581c70cc288d9f6f619b2a64e9f36d +size 25222 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (530).JPG b/dataset-tomatoes/train/Tomato___healthy/image (530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63a457a350b8791b476f624fbb3c9c318d50a949 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aacf1c7833e8e5c26c02cc15cf2635a63c6f2614eb06eafd93d06530b488eec +size 25317 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (533).JPG b/dataset-tomatoes/train/Tomato___healthy/image (533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59c9368785a8df09c7d270e48d5cc03bab012f53 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b9c279b5448b133b13be064ef8669cb503daf3ed27c720f9f72737d6a83f1b +size 24498 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (534).JPG b/dataset-tomatoes/train/Tomato___healthy/image (534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b87cd91e432a633e11c529eb810921400b81b5cd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e194c3f83e1acb67a2d87682852cba0ac66da8b1f701b7912be2559adc0a2b6 +size 25299 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (535).JPG b/dataset-tomatoes/train/Tomato___healthy/image (535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b350615997273eb829cab935e4aa957615622c99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e84dee935b957f25665fa67ba2561b20b440d6b34df9d10c6e1cf24a1c8648 +size 27417 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (537).JPG b/dataset-tomatoes/train/Tomato___healthy/image (537).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae66042fd47e21fbd48c8c127fdcb0d7618a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (537).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92dd8e54f3a061e4c172eefaba1986b3a5512bb057695a090f6f84072864af6e +size 26325 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (538).JPG b/dataset-tomatoes/train/Tomato___healthy/image (538).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc9091e313e19ed34d01b302e800ab77cd84aabf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (538).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ededdce54a6ee2f08d039ed6879f73a2afacf29422653584b390873ef4fe7fc5 +size 23979 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (54).JPG b/dataset-tomatoes/train/Tomato___healthy/image (54).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83a9cff8ff44eb7de45a3ba0e6ef6493fba75b58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (54).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10575906256dccdb3920810ec1279bf196b69c96c87bbfba63f0ad321969eeb0 +size 25924 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (540).JPG b/dataset-tomatoes/train/Tomato___healthy/image (540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d40953aaed1d643756093024afe9494524d660c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46c16539e592a9da4ad7f78037b41f29d8296da255fd5d76450a8518944dc58 +size 25318 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (541).JPG b/dataset-tomatoes/train/Tomato___healthy/image (541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dcc251581fc97dc6b9f84391a014c5213744222 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e65c80b9e07626c6ecff6f5b96ba4706ca394ef972815ffb663a2ec6859e30f +size 26137 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (542).JPG b/dataset-tomatoes/train/Tomato___healthy/image (542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47193f43bb299d5a67592667b4938098a147e3db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16085fa897f2ce4bd9907d136c38413c0c2fe8f431d73e78ebaa38b6c989140e +size 15636 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (543).JPG b/dataset-tomatoes/train/Tomato___healthy/image (543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f0b6759737c909197f4efa717da97eeb4750fd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7d5f5ee6678cb52fbe6f689179fc5e5dc2b873faefd776165cc9176256b3cc +size 15834 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (548).JPG b/dataset-tomatoes/train/Tomato___healthy/image (548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ca8ba68a7a33d737623287d27779b918db3da64 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797e8adcc93595e476596b63d4662c96ba88e5d4edcca8d6e97ef08ea8a2e895 +size 21678 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (55).JPG b/dataset-tomatoes/train/Tomato___healthy/image (55).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e484c5742e03f4607a984cf7c409dd4dc8993ef7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (55).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f6fa6195ef5c59c4918a292c641d4cd3d2d31ff051dcd0f36a625daf93f5ef +size 16740 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (550).JPG b/dataset-tomatoes/train/Tomato___healthy/image (550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..682a20325d8e235ca5e80e376116f56ef32d0530 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bb18c5acfc2725e733b50633b0af5d1859e102b54d8b0de6a53276d49c099f +size 25569 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (551).JPG b/dataset-tomatoes/train/Tomato___healthy/image (551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..748899abf42fa92859f290719eb0c72bc991c2a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02672fa00b47de773462780503ac814940d7831ae58760c2e80321135d400e8a +size 17092 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (552).JPG b/dataset-tomatoes/train/Tomato___healthy/image (552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fbbee8ad579c7e2109246dd132edd30e01aa63c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfa2e0c89658654aa2e6b5bbdfd2b4008227d5c408dc0fa639cba4bde0e87f4 +size 26278 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (553).JPG b/dataset-tomatoes/train/Tomato___healthy/image (553).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69a40c9bc9fb67edcf20f382931bf7f225f9a337 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (553).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a05a74db3a270ac0ec77c00ebe89a332eed589819435129cc3c29eb6e701eb2 +size 13610 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (555).JPG b/dataset-tomatoes/train/Tomato___healthy/image (555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5ad4251a75ee0821245ec7589b05c89a54587b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddeb6f9c07379dbf50e11386ef0d60006923487559efc7d4a6bb259787ffd6c +size 25227 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (557).JPG b/dataset-tomatoes/train/Tomato___healthy/image (557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d061c133b1c6cb26d4e1241e9f78b27c936ca69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd158edb92316249202c4dd05e4ac8e712e5ec2d8815aa6fb7ca07c2a7c2efb7 +size 24823 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (558).JPG b/dataset-tomatoes/train/Tomato___healthy/image (558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ac18b1f819e5a48a6805472b1c04c5fbb0bbea8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7562257913380e7e6ed879958fe56aaa44630de0e6cb79ad44ec6aa54f997c63 +size 16514 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (559).JPG b/dataset-tomatoes/train/Tomato___healthy/image (559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72e18814ee0ff3b1c1c72d5898dba77b53dd3914 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a096b25f1f00f19be8aad4d8157a8048f43c27842c1106ee6d4cd60db5252e +size 17403 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (56).JPG b/dataset-tomatoes/train/Tomato___healthy/image (56).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bac6913079c40bf53fe424137dd777f1b26c9b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (56).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867779b843cf7bf1be7c4983cddcc500383a8ed3feccb94fcff3656fbf9d5146 +size 18770 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (560).JPG b/dataset-tomatoes/train/Tomato___healthy/image (560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b75bffbe8fcb343f3823f4f0559371a0c331297a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e126ae39f24012cadebf6f735b5f1cab2be76d206d9f49e352b74705eae014 +size 23436 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (561).JPG b/dataset-tomatoes/train/Tomato___healthy/image (561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d45d6baa4e1596088dc98729c951911c775a1e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c992acfef9eb8cb3ffb779607f6d2509789ddb203f65dc2fe163494b26154afa +size 22349 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (562).JPG b/dataset-tomatoes/train/Tomato___healthy/image (562).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9dcff64b6df59b41a6425a6be0c6b4ccd6f49b83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (562).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0b8143ff839aa91369f02c13ced7dfd096e917bf5008fbbc0b8b117b3e34bc +size 25824 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (564).JPG b/dataset-tomatoes/train/Tomato___healthy/image (564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65965ef7a270bd0500982edc643f7720e99dfcd4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be04b9be9016e7277b6e8735b9182daa55fac654b8f599e49952ca204c604179 +size 24998 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (565).JPG b/dataset-tomatoes/train/Tomato___healthy/image (565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..166a6e36a63e2e9e89b9761a9f8cb0ca14e044cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afee7d38e03590ce7f7f6d093ac5ce8dbe47257ffd7381f268348c40603f937f +size 25583 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (566).JPG b/dataset-tomatoes/train/Tomato___healthy/image (566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c45687b9f45f3585311b53f1f1c131820c979d73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e786482080f3e27b5b827250bb53d105bf2f580095b52d6318e5d28eee0b6f08 +size 25565 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (567).JPG b/dataset-tomatoes/train/Tomato___healthy/image (567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47752d94a5ff8cf8ad99438b57d5895d1c3b8c15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33425b0c0fc1c4a95985321f90a48a6ed04112a1f47756b073b7d4bab4615ce +size 22890 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (568).JPG b/dataset-tomatoes/train/Tomato___healthy/image (568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6710f36c12a41bfbe81c4853f4918bd73ec0fb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58da2485de79d697c2ead10e122408329108935446d133e9272d12f1093a6f06 +size 15771 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (569).JPG b/dataset-tomatoes/train/Tomato___healthy/image (569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3acb77c644a24a313520acca56ac4228a76d26ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fe7b68fadb762e517c027fd531e9e9e1c39b52f89bcb608ce69159f6bf747c +size 24543 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (57).JPG b/dataset-tomatoes/train/Tomato___healthy/image (57).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5914df67f76da62824137b39fa0693497683c3b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (57).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdd218c42e2c770e7ee127bab3cf7e0041be406c6abd22f32fd61262e92c593 +size 18083 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (571).JPG b/dataset-tomatoes/train/Tomato___healthy/image (571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc2019e9716c8f616fd73a6e912be534a9c6ebc4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42d8f64e14fa85bdd64e25af7b3eff5c37b483fbe243ac49f10b1d4293b315f +size 15215 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (572).JPG b/dataset-tomatoes/train/Tomato___healthy/image (572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d28a0ebe07135ef6fb06400e8873cecf5db6fdf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a10c9d3c6a248a5417a6b9e5a302ab192a42093a9becf54bc13ab01ff4d5ca +size 26114 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (573).JPG b/dataset-tomatoes/train/Tomato___healthy/image (573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b40b906a24145ab3b8ffb96b4f948c68da4ac7bc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b57119b88bda1ca3368b0f00a4b36359fd3ee22e9fcd404fb7edf816f80155f +size 25396 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (574).JPG b/dataset-tomatoes/train/Tomato___healthy/image (574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1af8322b017b6d1c346bb19681825f86a1a66d03 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a1786a6295b4a13dfffa3b6cc7f32e583d14ac67e93e8ea8bd56f49041a79c +size 15308 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (575).JPG b/dataset-tomatoes/train/Tomato___healthy/image (575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9542ed9584f470b7c911c6143ac30d9c03adcd3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33058ded20b0d26bc03806d8ed5c16c99011871a53e7fe36e38fc93266a27356 +size 13177 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (576).JPG b/dataset-tomatoes/train/Tomato___healthy/image (576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..641ad83a818c7ce295b49b4cd8d55eea88e82f56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a9e66c907290b463abceae0fb8bba1037b165be1b16a20a81008d23e01239e +size 25871 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (578).JPG b/dataset-tomatoes/train/Tomato___healthy/image (578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..777ec4cee44c03ae81b7a58c4de3cf25733014f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af47fc79ee1a962749a5cfab82050cff4d00995646055b8c4fd5072d224b1bc +size 27580 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (579).JPG b/dataset-tomatoes/train/Tomato___healthy/image (579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b26a7b3a4ff7e27540333af43d641b542decb521 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0747dd51ca23cbb9a759c130bc1b813b3c2f337201643b422748ab6d776df379 +size 25893 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (58).JPG b/dataset-tomatoes/train/Tomato___healthy/image (58).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fc5d05403f0d9db6c1fb109bbcded9acddf2932 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (58).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3aac4201aea95a16ed25629bbf14ede984f83a0c7003d6eae11c1848d6a5c25 +size 15489 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (583).JPG b/dataset-tomatoes/train/Tomato___healthy/image (583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b74cd5750df69dad5febc3863b691bcbf90f34c0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff34a2f97cec5ea5de20de06db80a53fdb1e7dda03036169541afdeb073bb149 +size 16829 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (584).JPG b/dataset-tomatoes/train/Tomato___healthy/image (584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6aa1f0d164a11e819593f76c21f20eaab8dce8ed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f441d9829d81a95f45ee80e6750d0836009fcb6d1e2e1dc4fce1aeab308cf50a +size 25863 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (588).JPG b/dataset-tomatoes/train/Tomato___healthy/image (588).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdd4ffe8a40da63c09dcc0124a0eb5bcfebd06b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (588).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e82912c553648520552f8e7ca59fad611f44f0a2a107858ad7733fbcdac168a +size 26565 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (589).JPG b/dataset-tomatoes/train/Tomato___healthy/image (589).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60b744c69094a4d082d9c2dc223a894a5a5b1b1d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (589).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c44e5744c137505710694722b9b51b84551c6a27d68b9a5dc631c453647c366 +size 20944 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (590).JPG b/dataset-tomatoes/train/Tomato___healthy/image (590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f811a5f02544537b77db88ed46b8b7c2fecd5bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b22b989a7676e941a858594c57d14502398c49bfef8b397fd2d4a4d48db873 +size 15201 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (593).JPG b/dataset-tomatoes/train/Tomato___healthy/image (593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92031636f5bbbc319f2b3aa3e9891c5c36926fe5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468483724a99fc318977ee140f73646904b0264737fe35caabb65f89ad15c8f8 +size 26936 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (594).JPG b/dataset-tomatoes/train/Tomato___healthy/image (594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb731a2368ea1a5eca214d3cf697c74a97bb38a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478dc4d4396675832686c24193912d4562c20864df70cc3577b5fba949944ac2 +size 24371 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (595).JPG b/dataset-tomatoes/train/Tomato___healthy/image (595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0aef9a17d691c6d4c4bbacdf43472a7cc5d6b557 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdb56ab979c9a98fe3e9762b1f8f3aa717185a57ef44c651131da9bc554ce6e +size 12152 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (596).JPG b/dataset-tomatoes/train/Tomato___healthy/image (596).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d79ea05c76c6761d102cf1b49cecca5a6b4824f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (596).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53416aab5f86a2436446065ad62b84a46f93513805104409a2343fdb9e4b863e +size 17440 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (597).JPG b/dataset-tomatoes/train/Tomato___healthy/image (597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aff9f3fd77bef55ceb717f7d21c19289e14b4d4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d04a1ef4857cd5603c740d0b1681e05387ac6753e907d3521cdbb871fd985a +size 25065 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (599).JPG b/dataset-tomatoes/train/Tomato___healthy/image (599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1de5fbf4b05fe247e3a0f1ce8650c28fa377aa04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddaace7ba831ce8e1da4f4002a0de9ecc4844e8ce6eea8052e3942e71fac7b93 +size 17448 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (6).JPG b/dataset-tomatoes/train/Tomato___healthy/image (6).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e0269cd598f4f0209658bf537d00c094d24529e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (6).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f80059eb8ad9b381541e00094157a6953f34105a6839359243665c69d42255 +size 25971 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (60).JPG b/dataset-tomatoes/train/Tomato___healthy/image (60).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08a1134878c544226e9ef29f95fbe028102e18f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (60).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d50bfcc902deb75619c0e0897ff3fa83281fc0712fdb29130d95fc2390ef860 +size 17821 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (600).JPG b/dataset-tomatoes/train/Tomato___healthy/image (600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3b77f32155c50f98f97e86935016bc43bb7537b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74756d7d705d6581b437c53e0339922eb313c175051a959058dbcf348178ffe4 +size 13155 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (601).JPG b/dataset-tomatoes/train/Tomato___healthy/image (601).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fd842846767857e99b0c8a33e27fe26d0574487 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (601).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594c607faaeb6dda8035fe3732cc5c1e9fcf72559b35a5b6afd0e813d895d8f3 +size 23571 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (602).JPG b/dataset-tomatoes/train/Tomato___healthy/image (602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d598e6e4a46b5b6066518cb85cf58a94478152ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b235ef9ad7edd50c3842ada2cc10a3557b3114811d021021d2169d76f01fe47 +size 26628 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (603).JPG b/dataset-tomatoes/train/Tomato___healthy/image (603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0f585ebb576429cdc4cdbe85a968ec9fe4f8569 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406841462264a2ae0b5cc8212122be7b54b795edb09af9af36af3e8dcad00579 +size 24780 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (604).JPG b/dataset-tomatoes/train/Tomato___healthy/image (604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81c683fb6120651845850fe8b510ab82dda9a4be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5582ac70f6b1fe7cc9e9f953ac715c596ae8f0ba4c4d02c289ed4ddaeed0ff69 +size 25478 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (605).JPG b/dataset-tomatoes/train/Tomato___healthy/image (605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab07fa2b741aa4eb2993310dc15d49361742ec73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca5f5215592688d9940b2f7ed6949df5d37235268835d4d043a7ec4427b8548 +size 20363 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (606).JPG b/dataset-tomatoes/train/Tomato___healthy/image (606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..744b7155ee94102ee6a55fd01574df61595b252e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682cafebbd66c99ed126ac3c2a782901e4000c34712fd6cba6229f1cb423336d +size 24825 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (607).JPG b/dataset-tomatoes/train/Tomato___healthy/image (607).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d76120448f647420bfd7b3e32a7215073887f65 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (607).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060f9a4ec02405c575fc3d65cc1094779bdedf2b7566d0db94feab1fcf7d0f7f +size 26527 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (608).JPG b/dataset-tomatoes/train/Tomato___healthy/image (608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16e97085b4f9712b7b304f16840c8b496a17b397 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb412a905070237ab69c7c0bb5e6da8302dedb250b9ea10b6514b68e2b8b774 +size 24826 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (609).JPG b/dataset-tomatoes/train/Tomato___healthy/image (609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..497188fdc1b902b035601e031744f74b0c7c6c9d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac488c8abb8bb36e3d159f59a722789d7d5e1d9a19ac896b8cfec23e16e3f5b +size 27747 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (610).JPG b/dataset-tomatoes/train/Tomato___healthy/image (610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9dd8605c7cb1b2b9632b68f3ec6cf909ef8bd2a0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e17af688466429e54e261f6d3d771d747acec056b92f334a9d820c412628f0 +size 15812 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (611).JPG b/dataset-tomatoes/train/Tomato___healthy/image (611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1073ae508281b08b0ed16feee5019566a8dfe61 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3413e9478cfb486e1e07644acc4d4ca22ee45bdd033a91e8983d7c56141feb2e +size 24868 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (613).JPG b/dataset-tomatoes/train/Tomato___healthy/image (613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5bf30a63231faa89e2f23ac42d68ab5aa878fd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d3616ef1b6ad0016b3fbfdc044c9eb840750c328fbb1f379fd80e98de9a760 +size 19112 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (614).JPG b/dataset-tomatoes/train/Tomato___healthy/image (614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b70d11296aa906f699db84c9a77e6021106f268 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ca60adcc1e1836bba5259a02c7c027f02a99d486cb9d4968e21fcda104159d +size 19208 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (615).JPG b/dataset-tomatoes/train/Tomato___healthy/image (615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89208e775e13529d67130854c6aeae183dc51530 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3bfe0192961f4e5c32b8846c4ac378af7be241d1bf4420802467871fd71fd4 +size 28222 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (617).JPG b/dataset-tomatoes/train/Tomato___healthy/image (617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51474f23c85d60002539c8de898329eb3bdff4ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7f0cbb1af64ccc6f0e3a22a1c7a55a37220e9456ab5b3d93c36bf86fd2edb7 +size 24728 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (618).JPG b/dataset-tomatoes/train/Tomato___healthy/image (618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33a3f40cca5ec6e3be682b09adb21df69075b5cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77f8f301eb063dbe4de68e97090b9fabfe3214fa70512e974908c82d90b858b +size 25383 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (619).JPG b/dataset-tomatoes/train/Tomato___healthy/image (619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c2e9afe7ebee46b356b27b36b98742912cf7921 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64224578fe3a4b3d06f950c022fee0a938a91a20bd16319a85733b0f605b66fa +size 26189 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (620).JPG b/dataset-tomatoes/train/Tomato___healthy/image (620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d03390d3c648e8f3c908471735444568847bff3e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fb285d36f7ed65b079d15c5487e767bdfd0e99ff200f2a71a91a3615e9769b +size 13341 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (622).JPG b/dataset-tomatoes/train/Tomato___healthy/image (622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46f8e9a87f4a924c7edbe9197076c2b1fd8ca2b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179e92fdd5984b781e8bcf5b870e2be7bdf6a4d3d236ad1b3dd683d029b32dda +size 15671 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (623).JPG b/dataset-tomatoes/train/Tomato___healthy/image (623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac3975cb192803fb8900e1a6b6c39278b428e577 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814d8e7636eb6d2c669e0ceb1d1bd6081a47c56abd419f789fa810b994e0a406 +size 25491 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (624).JPG b/dataset-tomatoes/train/Tomato___healthy/image (624).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f3d1231cd30254c2cffc8994b48f35f64fef0e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (624).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e29c1bc5cc6660de06ee5ce26832608560b6c7b2cf8050f8178efb5300d845 +size 18299 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (625).JPG b/dataset-tomatoes/train/Tomato___healthy/image (625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab660d60b803eb363b86feb7a8631408cebc224a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e882804f873014ddbb43c3476db16215a472d4fee5c879bb3782c4cccfc22d +size 24903 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (626).JPG b/dataset-tomatoes/train/Tomato___healthy/image (626).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dfd006c3f970c9358415192262d938c24b5c768 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (626).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743ff24600b0b35e4a1e03a226a83d2ef60c6184bd94aa256bd482290d0b7bf9 +size 19105 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (627).JPG b/dataset-tomatoes/train/Tomato___healthy/image (627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c26db932d0ca2b8a03a4393af3f0e192ef824233 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f35026c11f7df4cbbddc2d1f89c27b3966c066a5188523d23f06e461998792e +size 25628 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (628).JPG b/dataset-tomatoes/train/Tomato___healthy/image (628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f1297b1dc37cff4f0ccaaa2a8a5d7cae325f3af --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82507339818cc6217fb90a45acccbf95c860f07a78e240ed9a9f4eed5a7a37f5 +size 25160 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (629).JPG b/dataset-tomatoes/train/Tomato___healthy/image (629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44a5cd1adfa300da04f2a9d5b6405b8cd2828da3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a0350b2eb839d2660e7861aeaf1fc752b012903320fc93652353c2ad4f522f +size 22014 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (63).JPG b/dataset-tomatoes/train/Tomato___healthy/image (63).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c619b0fc61ebbc18be942668845132faa878299 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (63).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b812f6a3a01418ea406e108e431ca5051d407b5e73233277b4db3b426df548 +size 25374 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (630).JPG b/dataset-tomatoes/train/Tomato___healthy/image (630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d566702bdf3bf5e3b1ac7cfd6555f2458910740 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d858216b93f3338665424aa814e27b006c32f57c382e79250139534d09d3751d +size 25887 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (631).JPG b/dataset-tomatoes/train/Tomato___healthy/image (631).JPG new file mode 100644 index 0000000000000000000000000000000000000000..079c7b87705f4272cd30fe91457f72fd0749927b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (631).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a294299b0518a50ebc275c0ec4519b022cab8b34735039f6c2a089a911f6964e +size 15646 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (632).JPG b/dataset-tomatoes/train/Tomato___healthy/image (632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b26f6df853a8a0e80cf0d3c2e9c6981bf0f954a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20411ee876b1cdc039b42e72b3539286edbbc801703f14ab89ac5267438915a +size 27242 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (633).JPG b/dataset-tomatoes/train/Tomato___healthy/image (633).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0add487926de60af7cb5a74e0cd1f68a71dca3a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (633).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e947fb2357be580b1087754cf26ba794232bedffa7e857289cd547391428c27 +size 23528 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (634).JPG b/dataset-tomatoes/train/Tomato___healthy/image (634).JPG new file mode 100644 index 0000000000000000000000000000000000000000..944c69539a650ddaccef40ab2a315c2f98b5e831 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (634).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7e8431fecd38bc21670feba8da6054c482960d28cc0011162db9d34b66cab2 +size 25494 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (636).JPG b/dataset-tomatoes/train/Tomato___healthy/image (636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec559b354128554c91618e518b1494f339e4945e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e3467b454b37c4c1265b26070ac62b83b1690adbcd6e1a3a4d6c2fd88f848d +size 19097 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (637).JPG b/dataset-tomatoes/train/Tomato___healthy/image (637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28a62c9fa21e38811bc5e89fcaab1793de41ef88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6174cffa1e76a7f6e7b26c98691530b307970692f36106a10d2a08e8badb801 +size 25321 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (638).JPG b/dataset-tomatoes/train/Tomato___healthy/image (638).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0746fd92be86057629dfd2be72c858910121b64a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (638).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5557dfec943cd45abb026d2e2a815ee2643eed7c892eb623cb6c0be9e9373e5e +size 13742 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (639).JPG b/dataset-tomatoes/train/Tomato___healthy/image (639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7433ff4192dcc36949cef8332ed5400b99ee2c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2856eee3520df1f6f7a64c7d0a05f0803f2b3d332d932f68d63dc4f37c64ac1a +size 18509 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (640).JPG b/dataset-tomatoes/train/Tomato___healthy/image (640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0c28ae9d910550ec473624e7aed7241d229641e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbd10fa6e164e694c7478ca248ceee65cd013b4d3f83894a81411ae2032ee5a +size 15441 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (641).JPG b/dataset-tomatoes/train/Tomato___healthy/image (641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac0d87bfabdbd31c6b73891dd65cedf951070813 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8098775307ed7658f78e89154cd301e521c381b8959744371af1be538953551 +size 25084 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (642).JPG b/dataset-tomatoes/train/Tomato___healthy/image (642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69f899e5a22ad114d44c1df03f0347622f16ed7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890c2db215907eaaf106110412bbba611b53352c08ab4160f05d2095bdc2eb89 +size 25074 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (643).JPG b/dataset-tomatoes/train/Tomato___healthy/image (643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e65a5b3f0040327f7070216556da551576820a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5025934a9d946fbc6e62ef104fac0086c5544d3f225eaef436d5c21dc347b99c +size 16543 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (644).JPG b/dataset-tomatoes/train/Tomato___healthy/image (644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1905bfdd6cbe7477f0249ca08f1ecab69060bffc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc89f8de87865826e5637dfe42551c18f2ecd69fb91bafbe76550d128ee4b4b +size 19272 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (646).JPG b/dataset-tomatoes/train/Tomato___healthy/image (646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98332a68af37da6fb48d56c176bfff9cfb763757 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc25a81db7d200fbb8f50a91b2ebf542b4602c35dc2c5b085e472cc4d383bfe +size 17899 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (648).JPG b/dataset-tomatoes/train/Tomato___healthy/image (648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3f5d329068884f9ad0b2cf93f89e6e353fe54ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f203f66f7f4b869f2bc6b8ada441923087784e7622b4fdfd270f2d8ff8ace492 +size 14500 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (650).JPG b/dataset-tomatoes/train/Tomato___healthy/image (650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82e58c5dbaaf464b1f39944da59d208623987419 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fe24d7b56e688acd894d2ee6280067d06710d87f2b3f6a517eb4845473eb28 +size 15073 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (651).JPG b/dataset-tomatoes/train/Tomato___healthy/image (651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1095919a3fa1707df9ed714dd161e5c268228e86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57ac0d0af85e70c9eff4b3a567b80c3e7ed38c3355a284bd9a3b938344a13be +size 19848 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (652).JPG b/dataset-tomatoes/train/Tomato___healthy/image (652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63b634f7c636bdb003c908afe71ce4e3a9cd41e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8252f4610546629b3b13e44633e98fc5e269424509a2491b4a8c9ce4fd200173 +size 25748 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (653).JPG b/dataset-tomatoes/train/Tomato___healthy/image (653).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29514008417465d43f7c0d336d7e86f777b8f282 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (653).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720f1e89c3a19872a06401af172cfbd47c54b10fc74f5e578c20bfdfefd36ebd +size 26420 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (654).JPG b/dataset-tomatoes/train/Tomato___healthy/image (654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cbc1b254f6f24ad225529b288a36bc88e32018c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72bb05d574ef31ce28ad1b84656ba20a20cb28462d6b99c9d19fa58914abf49 +size 25698 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (657).JPG b/dataset-tomatoes/train/Tomato___healthy/image (657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..607bc03d2b14a20e0e81981a198ff377c9077a19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0883694ea35f2e5a840b8258e92e0e35f855d075abba90ac839a94468729ac70 +size 19136 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (658).JPG b/dataset-tomatoes/train/Tomato___healthy/image (658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffe4884849518d13f58ae453d613f12a8532b555 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dd0958b59a363c2732f1db74bd38a1d93a19d2f18221ae115de06a3c0ad2cb +size 25823 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (659).JPG b/dataset-tomatoes/train/Tomato___healthy/image (659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1389cbe299e7a9a308be680272c7070c1f20123b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08bd19cf0f01bbacd2989feb0a36295d27be26bd4bee32ae3ec112d70a83970 +size 14828 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (66).JPG b/dataset-tomatoes/train/Tomato___healthy/image (66).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8aabe980df31f6ef0762230108cfb1c6e846ed07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (66).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f9204148c9eccc920326ae43d0e1a005fbe00b66c8bcd71092f5c3185900f5 +size 20446 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (661).JPG b/dataset-tomatoes/train/Tomato___healthy/image (661).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea3f41c13b6f6d93fbc15725986f0412bd2080bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (661).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226e4e50e6cbd922185c205f834fce18970df57708ae92971b56d93bb5c5fb9b +size 27276 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (662).JPG b/dataset-tomatoes/train/Tomato___healthy/image (662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38e67f8d9409e5c667224e80875e31259a421482 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d10c9a083d61024a4c95b4b1a731da9b23edf0ec38d98c4f4f3b6e8a771eaf5 +size 15734 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (663).JPG b/dataset-tomatoes/train/Tomato___healthy/image (663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9ec8b215e4d69d4c54c57177dc562c33b4b4d0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c99808dc1b82eab5f786b147f06c4c7c0a79d13db8153c4fafbcae92fc43a8 +size 24814 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (664).JPG b/dataset-tomatoes/train/Tomato___healthy/image (664).JPG new file mode 100644 index 0000000000000000000000000000000000000000..688c55cdea71ee3ee87f274a38b0cbd9a7583f19 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (664).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cec25a6a82569c925e99930bb144c598d42171fc7a65200aef3c991103cc42a +size 26107 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (665).JPG b/dataset-tomatoes/train/Tomato___healthy/image (665).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d594a46374dbb58bee01e33f5c25e18be2f77fe3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (665).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41d2f719ef3796982385c79e461d0bdca22840503cb88111ec1cdaf79f6a79c +size 19071 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (667).JPG b/dataset-tomatoes/train/Tomato___healthy/image (667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3b2383bc80f0d3b07043f655bf7644d333617c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007c63534d78dd233d49cfe2f9df406e30627fd632c473ce0b6f58d4ecf2318e +size 14518 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (668).JPG b/dataset-tomatoes/train/Tomato___healthy/image (668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..667ab2d3ca73151ffc6d3eec130a654dee93146b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c34de446e90c133d843acea30a642bc259ba1f515b3040a8bdf0c128850b4dc +size 15629 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (671).JPG b/dataset-tomatoes/train/Tomato___healthy/image (671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed26bba9a5d579c8d8c6c79236dd7ee908b8c3ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc473c195dc4ffebec1e162140799606d02c9f1a2fd683ebcdbfbc1f0f52e18 +size 24067 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (673).JPG b/dataset-tomatoes/train/Tomato___healthy/image (673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38a193871cdee0c602d93ae8b6e625039ed950c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1735fb70786475b7af9e1714dce6bfa627150baafb12fee5b7da795d94ab44 +size 26109 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (677).JPG b/dataset-tomatoes/train/Tomato___healthy/image (677).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15bfb27656b9e744e4acb3a1f6dc387acc0fdeaf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (677).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4836003534fb2f9f4871a538bbc0146671a7a2d4725bfe0631a3a6bfb877393 +size 15040 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (678).JPG b/dataset-tomatoes/train/Tomato___healthy/image (678).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d62ca668bbdd9b2072cbb6e09a092f5ff75ec31d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (678).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9e848efd93f94ea20553adf340aaafe0e3bca5ef75a82ca542bda61a0a26a2 +size 25945 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (679).JPG b/dataset-tomatoes/train/Tomato___healthy/image (679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32477fc4be247fc0a1009897ee1b54fab2baecfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84795eaec02f423365e297226f062a7ff9a93fa48f134559066edcd1349e6a36 +size 26001 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (68).JPG b/dataset-tomatoes/train/Tomato___healthy/image (68).JPG new file mode 100644 index 0000000000000000000000000000000000000000..862f747825c0134095312c84e6e50fba2dbb94ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (68).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840f205c558f8867e8a2d9ead00bfaf1322203f89a0abea1816fc5367c8da638 +size 25572 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (681).JPG b/dataset-tomatoes/train/Tomato___healthy/image (681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18320101140f1b3216569a24e39bbe3c49679691 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b46bd1838fcca47d3fb5efea9e7cf9e49e4f1f1f23a1422b83289a4d5e2c8a3 +size 27243 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (683).JPG b/dataset-tomatoes/train/Tomato___healthy/image (683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbdfcccaac75714c0b0c95b4130f1d60c62fe7a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c4855232837f71bbe8c48050e3d78b559bfc467cdfe2090bf929b42f635772 +size 25165 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (687).JPG b/dataset-tomatoes/train/Tomato___healthy/image (687).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a95f01775e5374ffe4f8a3d8d2bda525458ebd00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (687).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b079ea7321e98d3e557cf1fe415fa0b1423bb2adc4675baaa6275d447a0731ef +size 25757 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (689).JPG b/dataset-tomatoes/train/Tomato___healthy/image (689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a276595cb6b7e2fff459febb93be758ab8249ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1920e92cfc0f37e6228ec9639c8ac6045983e9867b641f46ba25ebb262e571b +size 13280 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (69).JPG b/dataset-tomatoes/train/Tomato___healthy/image (69).JPG new file mode 100644 index 0000000000000000000000000000000000000000..092e45ddbdf9c303e6514800138c4b889c50293b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (69).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9629345d964ea7579b32cc80ba264820a7b0486cfc723d6d7285bcbf92560dee +size 24606 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (690).JPG b/dataset-tomatoes/train/Tomato___healthy/image (690).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92ec0540f89323821ffa56bb022dc8ba81277d5e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (690).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae89aface38cd511ed8cc5f9548bc19489bf7de517543cbac4080d7b5bc78bb +size 15158 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (691).JPG b/dataset-tomatoes/train/Tomato___healthy/image (691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4561e08a6f12bc97a2751d2a2dea3fceba627d5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043a5cb6a2c59bf5e74063850d4d18777fea111de1f06f306cb77becc2f0c2d3 +size 28122 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (692).JPG b/dataset-tomatoes/train/Tomato___healthy/image (692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07b9ce91a2ab2f2345942c0754059c2b65b741bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6128a52b8800f4e961a2c6ccd1f4baea490a0d09408ae87a8c2d1c5d8cc4298 +size 25376 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (693).JPG b/dataset-tomatoes/train/Tomato___healthy/image (693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..698fe5189f9640e54736e3543193cb55c2646a86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c2e8b367bd997d6f21adaf5ad396c1d920e8fc3e1863419299a73ac9dee7a2 +size 27804 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (694).JPG b/dataset-tomatoes/train/Tomato___healthy/image (694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb83f3366034b07f9b68602f81ce54c6ff0b9acd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4167ddb72a8fc50b9bd359e5f97ab1a052728db2a3578bccf2ee3fd72a959558 +size 20059 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (695).JPG b/dataset-tomatoes/train/Tomato___healthy/image (695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bd62af26d5a38bcac42d11cbbefb63e93276fd7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1ae0d4c69a0c276f029068e6ea00b2ffab0b648a8e51ad800a49df8cc1292f +size 26814 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (696).JPG b/dataset-tomatoes/train/Tomato___healthy/image (696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15b29900c782134cadbff4a6d52917eddb030116 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b3f77e498884372f4fe3dc52e28affb79e63c0bd1a80633eae86599027453b +size 18959 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (698).JPG b/dataset-tomatoes/train/Tomato___healthy/image (698).JPG new file mode 100644 index 0000000000000000000000000000000000000000..540bc677ecc4fa69cb309c4e99e41af25ba0ac5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (698).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d85b20fc6fb87049a0c9a426c594e2a04259592ce03382f0005dfd207d80f2 +size 14965 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (699).JPG b/dataset-tomatoes/train/Tomato___healthy/image (699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5d26ff90050ae9142cfe8bd317e5238923ada29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553f73ed61a691d05aa70b8cc8532ee7005b7257dff7e1a4e308a0e908cba466 +size 24947 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (7).JPG b/dataset-tomatoes/train/Tomato___healthy/image (7).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74fd9c4b43f8103688bd533bd76dc4c5f2bd869a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (7).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce28ee305b0f0b39860db29181742a148d3a68990b8bfd112362fd45a1c611c5 +size 14233 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (700).JPG b/dataset-tomatoes/train/Tomato___healthy/image (700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa8ff466c769aec9e4cac9f3c0fffbb79a16e613 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28814015943a086b3de1aaa490e862c90b084215e05f323d29513bfa1f9ebed9 +size 26913 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (701).JPG b/dataset-tomatoes/train/Tomato___healthy/image (701).JPG new file mode 100644 index 0000000000000000000000000000000000000000..686667bc1340f0ac7d427494184dc8095d98f2bd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (701).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a207b49387ab8e4987632bad8526bfce43a2d8ad21be22a7c22076719fe0ed +size 26212 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (703).JPG b/dataset-tomatoes/train/Tomato___healthy/image (703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fd5e87f36d288170948b6045a6b64c9be50c69d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796e9d2c2288c0de1f48dbd0821c089d75806ed8aedf0a154ec2909a8c8e3a9d +size 25987 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (704).JPG b/dataset-tomatoes/train/Tomato___healthy/image (704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8859b81e73cdb072962266761484edd57ee7c3bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bebbcc1d61be720c0f0bb5c39bb1ecf39537c1d530ae02b0f350d2e6be3ca1a +size 26749 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (705).JPG b/dataset-tomatoes/train/Tomato___healthy/image (705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1684a3283f20e7be7034402ea07436dca80f55fe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebb0b1070d02d5437245e411d861c5484785ebf96047f014934306894ef796c +size 24467 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (708).JPG b/dataset-tomatoes/train/Tomato___healthy/image (708).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c830c476e9faf99865f18196bb2ac8bce8975c7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (708).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ff3c95fea1c138f486a8c5b2f3381605df07873e2c61f710df17e0f9c6445a +size 23885 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (71).JPG b/dataset-tomatoes/train/Tomato___healthy/image (71).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10d5c7a1c6926f2c738e9811d1eef8c3d28d97a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (71).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be16a427f63e98cdaef68f31eb6430aa5eca9f86b43ff12a488298b27e73d56f +size 24903 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (710).JPG b/dataset-tomatoes/train/Tomato___healthy/image (710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b27f72fe4eb6204665f4c107b524d153636af3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7781fc7241570006c590579cbfbe90e4ecd85d0d245e316715f4c2c64c9dea +size 20426 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (711).JPG b/dataset-tomatoes/train/Tomato___healthy/image (711).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0ee9bdd013bb081eed22568e545afdc5bed2ebe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (711).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50bfbe4692d2d335d6020cbabc91677f2b80e34394bfa93d5dca6b2c4a14c60 +size 25297 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (713).JPG b/dataset-tomatoes/train/Tomato___healthy/image (713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38f3eed8c40c9d94cd284721f31811b1a99282c1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844f481af4bcdfe829501b389939625e06fc2d6c2ceb354cd917d109942871d3 +size 18685 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (715).JPG b/dataset-tomatoes/train/Tomato___healthy/image (715).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9e4ae1d8e2648db6621a72f2d5a0357a437e17ec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (715).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7093070c30cd77d1715b5e524190733d3aadc6beac1d7e892647861976ebda77 +size 22716 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (717).JPG b/dataset-tomatoes/train/Tomato___healthy/image (717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..108e0792e7beb72cd55767182c6878ac8eeb88f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b424513a8bcdc0d477b29b260299d315b3f7d53380732f3d8c45ec076d9497 +size 26136 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (718).JPG b/dataset-tomatoes/train/Tomato___healthy/image (718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..448510446f107eae03b64cbfd71faacc1b4ee152 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed97c9e4785cc90633a5114be9f7a41a02636d6b3a661cbcccd20c88b23b36af +size 17261 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (719).JPG b/dataset-tomatoes/train/Tomato___healthy/image (719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7c4f99c55a9556db9086f5117cd507e6f93e0a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84445c6bb78f287f021a574666435685c3317fffb560ff27917c44ebca4d42fa +size 20302 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (721).JPG b/dataset-tomatoes/train/Tomato___healthy/image (721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55f5a32600a23d0adbe267f6e6d3cbbd44f66551 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7136aa60b0e4bf9c3dd5026f03ea051ce1bd850561898f85e2d686d22f006d9d +size 20029 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (723).JPG b/dataset-tomatoes/train/Tomato___healthy/image (723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cd6b452211c7df9cf286c56240ae4bd8bc7ce85 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc034c228d1233628530e2880a29605499f6330c6eaa2ccac02c4227a335944 +size 18126 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (725).JPG b/dataset-tomatoes/train/Tomato___healthy/image (725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4277438589f6902ffc10872e32d1f3f332771df6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8d4bcee0ed10e189479fd1d0ba237b942e760c58ccde0b545b458f8fbd7b49 +size 24901 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (726).JPG b/dataset-tomatoes/train/Tomato___healthy/image (726).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fa4b8ada5d3fbc3c70ebfcc5201be09b044b5fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (726).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab09fc9052ff42c8313dfe30d123f5f14a7b306e604fc7cf28cbae3f0b1bead +size 25997 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (727).JPG b/dataset-tomatoes/train/Tomato___healthy/image (727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a414e31d65c7fe6477e6c05d5c28ce83be4623ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe3a29a5f38109ed1936ed53f2e8526a6d9d64e5210c8e5f08245bce21ccc77 +size 15761 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (728).JPG b/dataset-tomatoes/train/Tomato___healthy/image (728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56e4ad23b8d087f8d7bf825643a4efedd4fbd04c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cabc53b6d620880f986e3cc5fd01acea7279e2fe813eaaa03a863a785c597ee +size 24392 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (729).JPG b/dataset-tomatoes/train/Tomato___healthy/image (729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d33cb9cb6a357d266ca58e7b11a04bf252908de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f13ff5301b1ac967da3a749e30449d62db3a77e6295284da9eb6126909e486 +size 25887 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (730).JPG b/dataset-tomatoes/train/Tomato___healthy/image (730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0462ab11b8372644231069fd354a4345f3500662 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b403be14364eb70c4e60506771f91dad2bc6439264a8a3be55128029a93b1b2a +size 25124 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (732).JPG b/dataset-tomatoes/train/Tomato___healthy/image (732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e9c6d94ec784731f0981abd3568a6b341b459a5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf863ba70bfa7d7984b160244b235e5e8855f70d5c208e614d73a348c60426b +size 17384 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (733).JPG b/dataset-tomatoes/train/Tomato___healthy/image (733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48cbdb28b590a2aa1ec3f49b512c5b01275f39d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21db367d38ce79e53313b96999299de9c6670258111a409aa00d6b433d8b429d +size 26052 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (734).JPG b/dataset-tomatoes/train/Tomato___healthy/image (734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4ce1b4a0f53b76c175d5b38bd39bea4f16e8e00 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec56d1c2ae0312b9f9b69c4f37585dd971b2c2d8e002a608a9bd46fc51e85205 +size 25691 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (735).JPG b/dataset-tomatoes/train/Tomato___healthy/image (735).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43ff0b18e1a162a7a2ad64457fd220f84ef38587 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (735).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d3a218c1d6589a94ef15fd85d6a93132dc87c17a96da1306dc679bf0e32877 +size 26796 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (736).JPG b/dataset-tomatoes/train/Tomato___healthy/image (736).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2148b85ce2f60086c084623bb0ee2cbac41eabe2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (736).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8acc60e9b07c5a0df48361867f3fb79836cf793a175ad08ed3345855b9a9608 +size 26127 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (74).JPG b/dataset-tomatoes/train/Tomato___healthy/image (74).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58973020d3038afb7e60ea120593b7064b0a6a58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (74).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee71bc62e910f578747c283bd7a29ce11559d492b66770782bf040e1efaa27d +size 15804 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (741).JPG b/dataset-tomatoes/train/Tomato___healthy/image (741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a0ce6b58c399dd169dabe63116d01e65b17fcf3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a00d9a584575f74a596b607558d2340fd8429fe53efa4be5ce5a8ac6dc6e399 +size 26423 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (742).JPG b/dataset-tomatoes/train/Tomato___healthy/image (742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebd1d8c5fafcf91e35e65add9076b80d50f8c8a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ffc464467e1a33cbdad5b535bf962a6d2963d43d113b1f2be36f5bb783fdf5 +size 25744 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (743).JPG b/dataset-tomatoes/train/Tomato___healthy/image (743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bc8b23d2ce0abcd4cd313a019881c4ed896016d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8727719f5994d0448086453aedc95e49d11625677927361326b36da280bb5dd8 +size 17337 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (745).JPG b/dataset-tomatoes/train/Tomato___healthy/image (745).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dda608d5a5add9989b7300c1df7787c84dc82e18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (745).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e3044fc977a7b325e4c0107d157ea243d398ca2ef9c87d7826b26149c81433 +size 15711 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (748).JPG b/dataset-tomatoes/train/Tomato___healthy/image (748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9beb1ac4e14a468dbe73e13ee6f0dbe3a4c4ac13 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbe475bb47350a2539fe79d1c4bbf1e724b885aacf92efd759c6b5339291c39 +size 17509 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (749).JPG b/dataset-tomatoes/train/Tomato___healthy/image (749).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23efd1b2659a1de47df1a230374aafa66f1e827b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (749).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710d4402a9987b1bb3dd8ced6ce0cdade3f0d9c4600ead359317f307d3b99338 +size 21670 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (75).JPG b/dataset-tomatoes/train/Tomato___healthy/image (75).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f6f8855caeed2220f6272eec6028c73152ce1a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (75).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada63c98bb00fb4657782f0df913a3e2cdaf2b04e143ca93d7e2e79dd50dd589 +size 24605 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (750).JPG b/dataset-tomatoes/train/Tomato___healthy/image (750).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ffe5c6f7e3d51805c93f90f1ed10c7424fa49ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (750).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65a12003fcf4427a66d1772fe462258ce0ede765b8bd27aed279893a8a0f8d3 +size 25916 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (751).JPG b/dataset-tomatoes/train/Tomato___healthy/image (751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6806a5e13fbd8732f2507b5e7b3242156c5b121f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029336be0a418e3b94429396a3e8e661c2051e020803b28ea04d05c5f8e182f3 +size 20072 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (752).JPG b/dataset-tomatoes/train/Tomato___healthy/image (752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9416c34d7367c4ad906954b0aeb4d932fbfa70f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed69f4935aeb47d48a4c3609fb72efbf5d4ac58ce69b287b8851895aa6c34f68 +size 22293 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (753).JPG b/dataset-tomatoes/train/Tomato___healthy/image (753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d6c9c77bd54412dc134c14929ec0227185133f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601d0feaf965805da2b8da7760f3d9cbf25de3f375285f3834a71e766ee982f8 +size 25033 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (754).JPG b/dataset-tomatoes/train/Tomato___healthy/image (754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92478b7dfb07412d575f28ffd37802debea95735 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2608f32e3d55e3820168783ae3ee33316e101612f11db2a654c367df36a7ce +size 14841 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (755).JPG b/dataset-tomatoes/train/Tomato___healthy/image (755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c909d38a594756f767f4baab84fcfa83948c95d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ed4bf55e0c44b39b4ae2e48e326dd878ef6184a9fa0e98ac984f856efc0565 +size 25631 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (756).JPG b/dataset-tomatoes/train/Tomato___healthy/image (756).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7393795906949f75f61ee0af33578683eedc52d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (756).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24545875b9f37ac02547afe001667f60d612ac21d968c4c484b34bb2690f4668 +size 25774 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (757).JPG b/dataset-tomatoes/train/Tomato___healthy/image (757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb1b47dc2e650db83fe3c6c9afe1db83504cb4fb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea114202b0ea3c91d26584121cd047f9e6fb513bb587b55344a57728643c3d82 +size 27717 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (758).JPG b/dataset-tomatoes/train/Tomato___healthy/image (758).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3809e6db15c022049dd97150a56dd32e30a2f75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (758).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5d30d371c487abb28af30b98960b5129617152dbecdbe4b1421ce14afd15f4 +size 20400 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (759).JPG b/dataset-tomatoes/train/Tomato___healthy/image (759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4632efcff5a5558cce83dc021e0bfd0b85cd667e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f8df4507ad0fc0b759bdff85c92d1a6b8535a4d0df7a4a9dd15225b456081b +size 18222 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (76).JPG b/dataset-tomatoes/train/Tomato___healthy/image (76).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9290257bab17950cdcf1fc244ea7d7e5475bd562 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (76).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39efebf05753eb48805ba01e0d51524dabcc202e4c9b9becf11ff2defa618fa1 +size 25649 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (760).JPG b/dataset-tomatoes/train/Tomato___healthy/image (760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0ffe512152c41196c3cc0c945f97f3c569e41ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea1e7730679a7abdbe1c81f99973c5c8f353cd491d19180fd88b01dc8ff1b9c +size 24259 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (762).JPG b/dataset-tomatoes/train/Tomato___healthy/image (762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae4abbacdd97f298d2382cca9e5e1aa5382401f4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2fc50e0bd20a755e9a042299b59cbecc22ed2bc40a1aff643d969b8035229e +size 17635 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (763).JPG b/dataset-tomatoes/train/Tomato___healthy/image (763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c65b742b32e2f873bd3af70b93ec7af839408b08 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa49bfa21ed9a655e6f37986be1e3aae006a253dfdd5b61093e25821bff9700 +size 23201 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (764).JPG b/dataset-tomatoes/train/Tomato___healthy/image (764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34d5b611e3d14f8aa38e99c62204db11b45115e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7089ff200ff08b650e713d5b9bd74551d3e46b70818169b2d11f64ba86c213fa +size 25649 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (765).JPG b/dataset-tomatoes/train/Tomato___healthy/image (765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..357c55fb07bf8d5b29a59583834074eeb12c4f90 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce0c8ed87695776d16632c67c8807a90dee35347fe41a3b38ad8cb7c40634a1 +size 26354 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (766).JPG b/dataset-tomatoes/train/Tomato___healthy/image (766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2bbed4101bfb321e30e8554698300202a39ffdc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57522509b70391ca0325f23975a3c293fef7267717c11059bcbfb32be11d9ad9 +size 27049 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (767).JPG b/dataset-tomatoes/train/Tomato___healthy/image (767).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c49a7e07c5baee18db46f86ff717109b3cf547d9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (767).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8bc3896daad60a0039dd4b1834ea658ed8c53f9bda1b7b0891d1222739891b +size 25774 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (768).JPG b/dataset-tomatoes/train/Tomato___healthy/image (768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b5a600f3aa70f19c5a9905d2e7e77d608b0cf23 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dff0133e40e79a8842192e33e6b82a4a5fd234daca24c903769c3e6135deeb8 +size 26309 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (769).JPG b/dataset-tomatoes/train/Tomato___healthy/image (769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a55f288a6a641ddfb2224e83f7ca25b5bbde19b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a66828703e2ceba151b1c0a277e399013471835575cb6f3d54be3eb0276723 +size 26489 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (77).JPG b/dataset-tomatoes/train/Tomato___healthy/image (77).JPG new file mode 100644 index 0000000000000000000000000000000000000000..954b17710a129dbe81ead3376cb03bba4ec03c66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (77).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60f66081559aad47b96884eec4910326102920d55737f54da3f953388324e18 +size 21867 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (770).JPG b/dataset-tomatoes/train/Tomato___healthy/image (770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ac608e8462ad20fa30ad6dc886066a416deb8b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ad2dd2afe2a16f860f089dde9d0a2e5ad9f5aa08817f529b61fc218d224618 +size 27124 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (771).JPG b/dataset-tomatoes/train/Tomato___healthy/image (771).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e7e45fe1d24fd7602575362c385bef953e2ec3b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (771).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2cfafbe8d1e7e2d015eba576287e89545e557b6569c4be4ab4a2b6ba08b785 +size 27226 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (772).JPG b/dataset-tomatoes/train/Tomato___healthy/image (772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..001f9bd0e6b968f629f9c979cb58d5216f84df6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36f2aa015c1170497523cfef6fb9ea2d3f163feac02620d5f3b6cc91edf4a59 +size 27338 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (774).JPG b/dataset-tomatoes/train/Tomato___healthy/image (774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b39ca9c117c62d284728c139fd987f1cf21e6fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad0fe4a3964e395939031f27de17aa65b879ae45ae73ed655269a144f6faee4 +size 27974 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (78).JPG b/dataset-tomatoes/train/Tomato___healthy/image (78).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d2daf33053980732ef0c9f83617a6ba82f21344 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (78).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba7dee8688f80df2076b7e68de8c759c8e77f06878202bd817061e104ae01b9 +size 16283 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (780).JPG b/dataset-tomatoes/train/Tomato___healthy/image (780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df0327ec18286b093ed116840e14e0fcd1b819fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0845327d81d9f56e37dc4daecfcd217805e8b9086ae1e089ac779c3a023c5f +size 26134 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (781).JPG b/dataset-tomatoes/train/Tomato___healthy/image (781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f6127d8d28eb8077701a1a1524123fe517d4898 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b8f6188b0331ce6ac764925d9e45fc3ab933993b16501e175fe241652b1f51 +size 25465 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (782).JPG b/dataset-tomatoes/train/Tomato___healthy/image (782).JPG new file mode 100644 index 0000000000000000000000000000000000000000..289b68f677dc70c353620e073fa7e7a11579681f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (782).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673d3796a87b175af14d7a3eeba5e001992f29e1c984c2ca1f2a7dd509222016 +size 16764 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (784).JPG b/dataset-tomatoes/train/Tomato___healthy/image (784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..426f61930081be461bc57f4adc170a203b8388a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87936e264e8b720911268cd1534f0f756f8abf811fbebf41307c803cb6eac803 +size 27328 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (786).JPG b/dataset-tomatoes/train/Tomato___healthy/image (786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..856d5763b721a47d0fce52e6cb0929bdd0553a6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d22e2fce80eb0f8d889f9b4c8b09f7d674122441cec1a6295561c9826e9815d +size 26887 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (787).JPG b/dataset-tomatoes/train/Tomato___healthy/image (787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf55de44e9643e0ad39a6ccfb6c82f0946ba46c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62bd1bd9618e34c9ef8d10b5204ea115c8b7bcf6d222667cef4cfe852066f5e +size 17442 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (788).JPG b/dataset-tomatoes/train/Tomato___healthy/image (788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d44a978d420baca0a55dd1fcf414339d1feb3e9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c52648417015307b00adbb1689599ed152965dd9f5d37e779bf7d2f9af2ecb0 +size 27206 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (789).JPG b/dataset-tomatoes/train/Tomato___healthy/image (789).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b9ce1bbf1635c7202ab7a1d59f7da6053baf51e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (789).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f44212a9d7687d99d39d98886055fb13fd4edd069b2102298754732299216cb +size 25655 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (79).JPG b/dataset-tomatoes/train/Tomato___healthy/image (79).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d40012b295bfbac4e3b9d4de2a6707fc8f8f94c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (79).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba6d0dbd9ac9e045a6deb11ee170f9e62363a410838106add2d7e1be01728e7 +size 25326 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (790).JPG b/dataset-tomatoes/train/Tomato___healthy/image (790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59769ff3a030f4418220481bb6c2f854e0e6cbda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8999a81dcb25c506b2d64d96b6aa4caafb72a161c5757947080c7a0899e30528 +size 22383 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (792).JPG b/dataset-tomatoes/train/Tomato___healthy/image (792).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0a2464f51a19dfcdacf5dd3791590d0ef9e5a99 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (792).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f58b9161699de7cf9543fdabc9504ddd3ab367412480dce2ec629fcfd388f5 +size 15014 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (793).JPG b/dataset-tomatoes/train/Tomato___healthy/image (793).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a6430eeda2c5b08d6c80a81635b9257b07d4380 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (793).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f49dac945ecf7655b181ed975f7965c080cfb45b16e6b051ed9e7723ed377d +size 26068 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (794).JPG b/dataset-tomatoes/train/Tomato___healthy/image (794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48b19adf547ebc81c86c651ca1d766877cdb92f1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429fef7378faea6ef5bc74228f26f86e0465aa6e51eb255a4383a7c3b61b4090 +size 14892 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (795).JPG b/dataset-tomatoes/train/Tomato___healthy/image (795).JPG new file mode 100644 index 0000000000000000000000000000000000000000..808f30f98a52d8b65217366454436aa1dda5df20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (795).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe206090ca1a23b476e8a6f74761d85a1308360452733eb6f1940fd0f45a2e84 +size 26450 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (796).JPG b/dataset-tomatoes/train/Tomato___healthy/image (796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2363dc370f0057b7dbd0a5bb21385838dd3e272 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22200d56379a4d7fbcafbac9f6e8bf9afa326cef6872ad47bfcec550beaea145 +size 14747 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (797).JPG b/dataset-tomatoes/train/Tomato___healthy/image (797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bf1e9054dfef9b13486356d4c6dfea35ed875c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea19f47c1824ff63c2c563591e3151e19424180c3922b6eae3be6e4337c9b73 +size 18478 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (798).JPG b/dataset-tomatoes/train/Tomato___healthy/image (798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc5038aab674977f9dbd27bbcc2a5e41ec3fabe7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6f8871878eb85d55b435e59fd3db57d3dcde7f29a13a57c93f35ed8c67247c +size 23195 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (799).JPG b/dataset-tomatoes/train/Tomato___healthy/image (799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36f2aa020d585e8d0a3bc910ece9c06250438a2e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1b0e65178414d3ba2a247178f320517422783e4d8da082faaded4efc262526 +size 26267 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (8).JPG b/dataset-tomatoes/train/Tomato___healthy/image (8).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2b9d920814f34c670784dc6b5d7506a31d778f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (8).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354543b0e221b34b46d832e3e947a2c26d2a7cf40cecc6037889a0a47f96be5b +size 23775 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (800).JPG b/dataset-tomatoes/train/Tomato___healthy/image (800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbe166b18ac055f52b7c6b5daa8be55a3f5e730f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5700d861bcb8c427c35da1a34113b884027fcc76d7ffc13169c70616ed923d +size 16812 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (802).JPG b/dataset-tomatoes/train/Tomato___healthy/image (802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6e1b29ac653a7faee626964a2d0748199cbbefc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2914bb2bcfb10153cbbb93d072752e9c8509671fb7dc082bcf9a12bd35c3d17a +size 26120 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (803).JPG b/dataset-tomatoes/train/Tomato___healthy/image (803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..806b13257a9bd720ec12d310a8eabecac128d7dc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfdaf7fa89c34f89e618d6c59ee374b9752fc286c7060f09c4035d545a227a39 +size 14700 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (805).JPG b/dataset-tomatoes/train/Tomato___healthy/image (805).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1fd20d8724b8e7c4a465ff2dfdfe02431cf5872 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (805).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce96092c3c425ee02f6a84061f6356ae86f64850e46f95700f76626a11a3d236 +size 11449 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (806).JPG b/dataset-tomatoes/train/Tomato___healthy/image (806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cc59e63b4f5377aed9956ab99bf7e7b150ef875 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a501fe6533969c6473f80836425ef35b71dea279e440b344f4530545c6852385 +size 23744 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (807).JPG b/dataset-tomatoes/train/Tomato___healthy/image (807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76ec014daf5d4d48e03eadc01700bdac0c4dd2ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1205f4ae0ef0ecd16ca15d5bebe6f8fec0cf0a741a6bdc6dec0adb532eaa6455 +size 25715 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (808).JPG b/dataset-tomatoes/train/Tomato___healthy/image (808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fba69893892336aae138aee62d13bb0b420cf6b0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49347f49f9e16e585b52ce3fe2464a0b1be139fbccaebb06d9cbecf33182b03 +size 26547 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (809).JPG b/dataset-tomatoes/train/Tomato___healthy/image (809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..882988968adc9e60df4cf08cebc3a06bd46697f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5a7ec23de8b15ff0d7e7f21d174ef625fc093b114531b57995f329f2c440ba +size 17550 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (81).JPG b/dataset-tomatoes/train/Tomato___healthy/image (81).JPG new file mode 100644 index 0000000000000000000000000000000000000000..099831eba6c204f26e71e5b26b91560fea5f0951 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (81).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c69e62147a21e6fa7937b37d5cf18373e1b1674519ac4b04f7efa390923fead +size 24948 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (810).JPG b/dataset-tomatoes/train/Tomato___healthy/image (810).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcb80b7ad4e1e4b996e3e0fe03e5464b3a9d49e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (810).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdaa37592a49c56b95a12d8f50037323e11256467eb1f91a44ab05469d5925a +size 24759 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (811).JPG b/dataset-tomatoes/train/Tomato___healthy/image (811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed0580e62e2400e50e2f5144e7b852f13928c40b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2b3f0df77201139e23c3f6457d5f49404c89585e5ad85c22616dbe853850cf +size 25993 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (813).JPG b/dataset-tomatoes/train/Tomato___healthy/image (813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39ee63df3ee518feb44fbf772562224a65b763ae --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5469fa5f7518080075f66c39fcf28fe4c1830fa65860f01bb40c3beba2f9cf37 +size 27107 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (814).JPG b/dataset-tomatoes/train/Tomato___healthy/image (814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccc5cc0d944c06bade5ba99932cdb9e3ebe873d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8984ff3fe82cd62109a1edfeafd5932e949e4ce56b40a687216035d2cc470eb1 +size 19743 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (817).JPG b/dataset-tomatoes/train/Tomato___healthy/image (817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54d470be7af37ef12412b2730c09cf2b935e3cbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa0465419a2c6e1ab49240e9b41e1c923031adbf3f82feee67b9a39c71501f4 +size 13325 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (818).JPG b/dataset-tomatoes/train/Tomato___healthy/image (818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33670d58670af1f8fe8f4466b95ae4e83561c77b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf097bddc53edcaf5d2d05e62070d4cbe795fdd154105e28dcfee466d0ff142 +size 15590 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (819).JPG b/dataset-tomatoes/train/Tomato___healthy/image (819).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d01d70b726d2a2c821037eee1c6a7df128d61eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (819).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1db04b913c5543cd3a56047f09504622320924a8553d0cb6c868498f923ea75 +size 13787 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (820).JPG b/dataset-tomatoes/train/Tomato___healthy/image (820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d6b8c048a8a0a4f928ee910ec654e2ce922fa72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ca591e76603e6d627e7a6b045b14834035901d434d48cca4fca72a2c9e01bd +size 23811 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (821).JPG b/dataset-tomatoes/train/Tomato___healthy/image (821).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa4f4f73886d506a69fe0f18e8c90f9e038d87b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (821).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62bb70f42fadccf03cabb8b7114a1f83d72db01a08e04af16aca7138ac84b60 +size 16402 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (822).JPG b/dataset-tomatoes/train/Tomato___healthy/image (822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..752b2f7b55ac36375285c53753c1e329d9218cb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee09bb03866f07dda0960a0566ce3086fabdd912cefb52b37617f19a1a9ce689 +size 25878 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (823).JPG b/dataset-tomatoes/train/Tomato___healthy/image (823).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66894cc9cffefe8ed61382eb7e2a7ea5a08d350d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (823).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3045c3ed707d02d4efab1d17623205e838ecd87294f4b171cdf23eea956f5af +size 17260 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (824).JPG b/dataset-tomatoes/train/Tomato___healthy/image (824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a9d137711089a0f63d4e34334cff7cf94562b76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc81d725afc5f78581c5aff04498bc0eebc8b47fddbb1dcece9c1501d54efe0 +size 26333 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (825).JPG b/dataset-tomatoes/train/Tomato___healthy/image (825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..423b3c2c5609929596dd2361667344e6fb77eb46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c84c9214b4bdbd104c1934386cc40d068f15c43c9f8db13a82ea95fb8c1254 +size 14677 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (826).JPG b/dataset-tomatoes/train/Tomato___healthy/image (826).JPG new file mode 100644 index 0000000000000000000000000000000000000000..beeb1f060e11b30ba3e9e84baa61ea1c1bbd0460 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (826).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21811e4d68cd0b05ca6c4c63f149c33f1255cd86ef277882fcd1aaba8435957 +size 14187 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (828).JPG b/dataset-tomatoes/train/Tomato___healthy/image (828).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2c4e19c96e3b7914d8ad6971107cd4966005bba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (828).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef63a424b01565af87b70a5bcefd129beda726495628684094145f5a08cea13d +size 27896 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (832).JPG b/dataset-tomatoes/train/Tomato___healthy/image (832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ed937e258fc9d9df2078c2ca137dda931f46654 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02af7170b8d58c935c07350559ff4ddc23b969b0b3ae90d4f4a58a920306a253 +size 27081 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (833).JPG b/dataset-tomatoes/train/Tomato___healthy/image (833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60f4a8f1e0352917a2efae7dc2de212a173614f8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d5c80f8e7d67003c6c0fa3c751e5fa65329eeed886e80b411f66373acadf21 +size 25315 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (835).JPG b/dataset-tomatoes/train/Tomato___healthy/image (835).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3030581025a4a4c852753370ea95f6461aba9978 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (835).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13834ae57a225e73d107ad4270703b0bc8f898dbbf5a4e5bf1298bfac1fef3bc +size 27135 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (837).JPG b/dataset-tomatoes/train/Tomato___healthy/image (837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0ee0e85a1230faf16bf307618a78997d8cd9902 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8358111be88186fc3e01df11d2ea422e408276b752dd298c96699a027e199b9 +size 25792 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (838).JPG b/dataset-tomatoes/train/Tomato___healthy/image (838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60e21ce77c21bb431f3810bbad21355049c281eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1c4e2a43dc7ccb179a0042005afaa55e9ed6653f7b0d8c2763b8c303b340c0 +size 25446 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (84).JPG b/dataset-tomatoes/train/Tomato___healthy/image (84).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba29b891b2bc636351a66fe9914d35cfd0de0e39 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (84).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ce0f6eabf3c8b4d1467948984a5e7373e27ec6afe9201ccf867ee6b6b433d4 +size 26798 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (840).JPG b/dataset-tomatoes/train/Tomato___healthy/image (840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ff1aab287a271d58de9a2566877624199a8c117 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff0198a9983d75a7ff0d6179c0cde6b755059dc2d6e5d64390211373bd6a341 +size 19337 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (841).JPG b/dataset-tomatoes/train/Tomato___healthy/image (841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..102b8c3cd377642edbc69709bf92999b1cc11384 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521c835c878f6715874c46e3159deb10277a246fe3f9c5c8cfad6e0397df364a +size 27480 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (842).JPG b/dataset-tomatoes/train/Tomato___healthy/image (842).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cdd77bc7a14c5f68fb15c6d8a52f6f56cd23909 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (842).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826ada4adeccf638060ed437864244d781febdeb8651f999f33edf49c34061a6 +size 15147 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (843).JPG b/dataset-tomatoes/train/Tomato___healthy/image (843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3932b556cd86b223f5264b5ef49bfedea2b57be --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c705dd001eb3e2996aee89451e3d118c01139707d18174316efdfceca24dc24 +size 25533 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (845).JPG b/dataset-tomatoes/train/Tomato___healthy/image (845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0365c9b4b5e9edfb261f519462980071d0ffd094 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6a6901ff18a645ce1aaed98a30dc525cc85c7b3c34f0a0d3b389528ded11b8 +size 24510 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (846).JPG b/dataset-tomatoes/train/Tomato___healthy/image (846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..feee87f12ca66206ef0c76edd6cd8042079315ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6639631cc7bd8077f37578ca21cf8abab5134678758e91274cedb2fd6d461c +size 14982 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (847).JPG b/dataset-tomatoes/train/Tomato___healthy/image (847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..070d68de5e299765b4cfd3d1d58c1abc23f59238 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1298251a576e99017068129a1465fb738e127687cd8b4d236e65d11b3795a703 +size 18762 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (848).JPG b/dataset-tomatoes/train/Tomato___healthy/image (848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1681f930117460efd33a1c7a666bebf104841be5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94ec198046f81e5c68dca93316bb3fc7e595d719a36fcbb9662c856049a76d5 +size 15077 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (849).JPG b/dataset-tomatoes/train/Tomato___healthy/image (849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cc4b926d7ccb066f0cabab6563707ffd496fbe3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d867359c6230808c6a2d397cbc32dc77f5cb77e5c098e79df900dd48ec3b6fc4 +size 15070 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (85).JPG b/dataset-tomatoes/train/Tomato___healthy/image (85).JPG new file mode 100644 index 0000000000000000000000000000000000000000..533ddb8f11a0a49fb57972d583dc627ed4aca465 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (85).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce90cdce200f4bc28fd82ab5252f594c363dd4bdad8bfccedfe2b0b39662471 +size 24305 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (850).JPG b/dataset-tomatoes/train/Tomato___healthy/image (850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77882e5edacf1c457e3daa52fa596108ef93b6e8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3af1d550f16a0a6dbb3472049ad5d2c9695180a1d269c268cc012c193f5708 +size 16294 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (851).JPG b/dataset-tomatoes/train/Tomato___healthy/image (851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..157073089308b0c72b8e131b81873183a491e679 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db894525378faf3fcb85aef16a838e0479b080d67dc5a06bd292a8716621d53 +size 16751 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (852).JPG b/dataset-tomatoes/train/Tomato___healthy/image (852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10c6c0b3b68e67992b37baf4b46271ccc40855ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cde652bf6073d8625b26239cc6b56660fd6b532359cbeba7310dbae43e74c88 +size 14099 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (853).JPG b/dataset-tomatoes/train/Tomato___healthy/image (853).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2981cac62c06711ed05d8cf7b06ae192a6010e6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (853).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae7dd0aff1f72255c64eb01419833db3063a768954a2c24d138d7986ff485a2 +size 14404 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (854).JPG b/dataset-tomatoes/train/Tomato___healthy/image (854).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4fe7bce06d5ec74a76ce099cbbafd7dd741e994a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (854).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4dc9e761bde53744b9247be6dbc436aa9428431525a3077b317a536ee084a6 +size 14684 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (855).JPG b/dataset-tomatoes/train/Tomato___healthy/image (855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10c28c47541aa0844bacd1ffcf554f27262aa5a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166430ff1b50b89703f6455395cbf8f91aef2c4a8c5628e20596cdc689a943c3 +size 27802 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (856).JPG b/dataset-tomatoes/train/Tomato___healthy/image (856).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f8bae901e11aa536019e6ff2c575c0318a4dc34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (856).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a992aa8f145ab71b0bbf87e77387bf6084f158db2093a6c3329edfdc502c3de8 +size 11949 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (857).JPG b/dataset-tomatoes/train/Tomato___healthy/image (857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7628cad9c2665566179e6a0e342fe492afb50787 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d024d2d5e8f37a82f349a0c918d891be241f1a58598a3eeda8391392e0a40cb5 +size 23817 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (858).JPG b/dataset-tomatoes/train/Tomato___healthy/image (858).JPG new file mode 100644 index 0000000000000000000000000000000000000000..871aa958e9f50b973017d970251f22688f844882 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (858).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5d7e1f1fc260325a86a2d30e56bf2c573239870a38c21560a685c9362949d0 +size 25587 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (861).JPG b/dataset-tomatoes/train/Tomato___healthy/image (861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..477aec1f928466cff6dc5d4f7a96d949aaf40d86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2693bad396e25b966d7aa697cc659dc335886aa0f23e3fb4284b49e37c6948a5 +size 24999 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (862).JPG b/dataset-tomatoes/train/Tomato___healthy/image (862).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad33be9b9ff0afabec0cdfb85d1f3f1f4e600e35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (862).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cd474ebbc87eebd04277e785fb7c631e247cc8bface4abc70bd54e89c7e072 +size 27055 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (864).JPG b/dataset-tomatoes/train/Tomato___healthy/image (864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ddaec9cf143cbfc092c41c8fc73ab64d27ec753 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931fc713ae1b0dcaec996a82f2016db31d7916dae2627bbfb903ad3ef422fd74 +size 26058 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (865).JPG b/dataset-tomatoes/train/Tomato___healthy/image (865).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7be1b27ec0f75acb554a0276b50752f3b8eba6ac --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (865).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a8b94733205928236d981d8b22e33688505cef8bcbb8c50811f9d5fbec0fd7 +size 12510 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (866).JPG b/dataset-tomatoes/train/Tomato___healthy/image (866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3f1384896134107cb3fbf8b4665d3003e4c8e07a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea67a0e1d63597281e0541e8c64d1576b8d049bf54da7aaefb87d096abd5c16 +size 23738 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (867).JPG b/dataset-tomatoes/train/Tomato___healthy/image (867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e9d166fce064b13a4e63602741b4a277bd85c84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2134200238876304dd7942c02e991576e813fa9717d8f723fb224bd1abc250 +size 20334 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (868).JPG b/dataset-tomatoes/train/Tomato___healthy/image (868).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ca8390895f2ebd957d99abb285ededbd15b8f54 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (868).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a192ee6b0ee6aa2f3256ecee7d88e8a12daf832cafd36d015c4997b40ce971 +size 17100 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (870).JPG b/dataset-tomatoes/train/Tomato___healthy/image (870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d5da39dd847572413871acc9931b6a3a548b6b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf6bab9d0d96538aee507403798a7c7cde2a286c2ecbdfcf38ca1d549e1c70a +size 25321 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (872).JPG b/dataset-tomatoes/train/Tomato___healthy/image (872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e693f0b0018eb048845aa1d6d159b9a3cb654367 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e999620ec63b23d940e20e3f53671782c05433bd953241050aada916d3cd083 +size 25096 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (874).JPG b/dataset-tomatoes/train/Tomato___healthy/image (874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8856533758754ca84556520194ea119b73bcdf7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a499a6b1ee97d05a169521290dacd96deee78da0ea776cb7e2af8db6dc8437ee +size 24395 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (876).JPG b/dataset-tomatoes/train/Tomato___healthy/image (876).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7640e4b961f9a1b7db3559f95b696c0ccdd31869 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (876).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4800d0385372d810a8d824270787582965ef8faaa97451b04e07a23613abcc +size 26609 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (878).JPG b/dataset-tomatoes/train/Tomato___healthy/image (878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3627a75275e1cc2d79e276ac67a36d26fc5de8eb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a948f29a5949eae68e6fd74af40b1c738566fb06b3605dc3e005780fcca755 +size 19583 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (88).JPG b/dataset-tomatoes/train/Tomato___healthy/image (88).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4077c8f69c563f0df89679a939e97e8b2ffa13a2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (88).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a265d004dc70a08b1668b7267452e7a55a7af2cf0bb62217b6a890d3460d78b9 +size 24269 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (880).JPG b/dataset-tomatoes/train/Tomato___healthy/image (880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33272f7fdce9ebb34483f4b1efb51359d45de9e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e49505675fff28dd9a9e1b5bda256c9d3819353fad54ccb2720329a5294954 +size 15093 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (881).JPG b/dataset-tomatoes/train/Tomato___healthy/image (881).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc4ff0d7fd3f59bb640336e604a608ada80b40a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (881).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e91d6235f62e723b86e94f03a7c6d83fadeb8d90eba426ee38da12bb36ec24 +size 25739 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (882).JPG b/dataset-tomatoes/train/Tomato___healthy/image (882).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b03e7e4bfadc1464ee11b9d9a480e44bd20c9a46 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (882).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9afaba1285a6280b7cb952c6d61cd5fb1da134e2e52d8e40ae14e0a87747675 +size 26786 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (883).JPG b/dataset-tomatoes/train/Tomato___healthy/image (883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11dcb236e5b3a4fdfb064fdf1f2a8905ff83db04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2455504342860127ba65b0c6ff119dc4058fe832012adaf10e5dedff150652b +size 27347 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (886).JPG b/dataset-tomatoes/train/Tomato___healthy/image (886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..050d52658239b8fd404a86a3e655134374b28e71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fab1f7ceaaf030a208613288e4d5a4a7aeb88ab290f804e04dbccb6daba58a +size 24487 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (887).JPG b/dataset-tomatoes/train/Tomato___healthy/image (887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8b7134a777a82c5657d9f62121e7fd4435bf351 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc380a353915f24dc89ed148ac2e19a440e2af2eaf16076194a08437771aa63 +size 25651 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (888).JPG b/dataset-tomatoes/train/Tomato___healthy/image (888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b20a1bbbc37a415b6d9ec4c19fa2fdd9c58a55f6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b403769158907d4f69ce2890dea1f7b58aad2f17ceef026dc7f9504bba595f03 +size 26319 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (889).JPG b/dataset-tomatoes/train/Tomato___healthy/image (889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe789cd54903b510aea8da0b1f139459f333a2fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3d83f2393bf5e75b9551947225bf30d91d6b78c9ada75d3acdb3e97d561b21 +size 13989 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (89).JPG b/dataset-tomatoes/train/Tomato___healthy/image (89).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e9d111481310ebf241948517be24deefcb5ece7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (89).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030926923b2fdb07125ce0f65c0aff587c0a8a7a25cce10f7389bfd275f62502 +size 25691 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (891).JPG b/dataset-tomatoes/train/Tomato___healthy/image (891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19fd2083f2e05d6224ba336038235bd05ada76b3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b699f2608c7f472c0e322259fd1e47898a0a9af1aed2d745ebdad7da57d9eb5 +size 25672 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (892).JPG b/dataset-tomatoes/train/Tomato___healthy/image (892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bd6bdeb0b9f3ca3e25ea1198db02a69e8e4745c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bbfaf13460235b43dbdca987330efb0f58bbc39eb9d10d76ebda2040b28d0b +size 24570 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (893).JPG b/dataset-tomatoes/train/Tomato___healthy/image (893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e82c1863936984d01432143b1cbd1fc9dc85578e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db23cd30ba0c54ed4e8ae37f58bd2df926f8014f08e15abecad7bbea538b801 +size 14278 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (894).JPG b/dataset-tomatoes/train/Tomato___healthy/image (894).JPG new file mode 100644 index 0000000000000000000000000000000000000000..841ae0b46d84431ee54e3db14e175abfc6fe4bb0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (894).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13aa94c3cdf682f448199a8281127a1d271a785285fa1fb911d836924ede7ead +size 22599 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (895).JPG b/dataset-tomatoes/train/Tomato___healthy/image (895).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e50d52a8524d204a5cd994294bff27ca4e4a7b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (895).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab2532a46caf2b0042debf0cdc59e05594d5ac6c9f1aa8f2e9cba9fcc14a046 +size 14868 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (896).JPG b/dataset-tomatoes/train/Tomato___healthy/image (896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..000eeafe0e5ba64fe669912fa90224efd8d99413 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8dedba282235a9594fbdfabb03c1d8634f1430663835f27fc308943836c2e54 +size 25039 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (897).JPG b/dataset-tomatoes/train/Tomato___healthy/image (897).JPG new file mode 100644 index 0000000000000000000000000000000000000000..511696a9c732ac9c70a8fdbc0614fa85bbe623c9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (897).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17d9fb944a1f68f41e4da331cc055766ae677264c4d7c576730d60c40ae670c +size 26910 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (898).JPG b/dataset-tomatoes/train/Tomato___healthy/image (898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..339386f8dab0fe3a5a93006377eb363260e0f493 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc85304575e4bca066dd46852327b880e7f3343a1408c392f280afb6c76e633 +size 13996 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (899).JPG b/dataset-tomatoes/train/Tomato___healthy/image (899).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b990aaf017aac5ce142ac51b4cea54a8717a9c6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (899).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bade7f715eb30dda75694c6f193d1b015086a4acac162859f875f097463f8783 +size 24982 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (90).JPG b/dataset-tomatoes/train/Tomato___healthy/image (90).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edefaf551b19357001efe3c3060ffc42eda2f79e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (90).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6613e5068e1872e60917d98864d2e143c3226b4289c71d86248cb2395d8601bb +size 26953 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (900).JPG b/dataset-tomatoes/train/Tomato___healthy/image (900).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b445eeb86f1768f511723611f12e3c483b01e40 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (900).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750243140c18ec2827ebfd6e828f56098665ecde2f1d4fffc3593c873a1469ae +size 19852 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (901).JPG b/dataset-tomatoes/train/Tomato___healthy/image (901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbf5bee8d32c96e7dd3ef7f8219fd850706dea52 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c897791e0fc39bfc744a4d6ab49ca50fac283e73a4d1a2f4d9b5503bc823edc6 +size 13251 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (902).JPG b/dataset-tomatoes/train/Tomato___healthy/image (902).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bae1eb760427292b234f2f9b420f76d6f30f1627 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (902).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bd5001a5a75fb46c09e9732b73c8084ab2f7b978fd827d1ec5512caf03fbf2 +size 12781 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (903).JPG b/dataset-tomatoes/train/Tomato___healthy/image (903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efa851306affff1c0b82afd058ee1729a21176cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9b5f2230d3b3f7496c12beec64fa393eb3a8105bcd94692e3cd4521762647f +size 25535 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (904).JPG b/dataset-tomatoes/train/Tomato___healthy/image (904).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f1cd1e9e6962928bda77826f721ef603a62208d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (904).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a742554b98f6a18622e0725b23d3e0190dccfc6a15d40ac503a92f8caa5238 +size 15439 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (905).JPG b/dataset-tomatoes/train/Tomato___healthy/image (905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c47e6a7c882ff01cfd37de7d6635f4585610bb4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35547dc3d90feb1e5d0286270282c99e599ff377b7c153a431686417eca940d +size 15720 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (906).JPG b/dataset-tomatoes/train/Tomato___healthy/image (906).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cbefdc4979c2573b56b8038e3fc8a0180c1ff5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (906).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeff2529016356291063c73d04e18e663cad6bfa49e2eecf5f0c761370e9bff1 +size 18226 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (907).JPG b/dataset-tomatoes/train/Tomato___healthy/image (907).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0bdcf85bdde8dcb53b60675b70c16bb0ea3f9f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (907).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d9083bc37b4b52dcbcfdf7602b1598c5a3be4f98533d7722cc80e2734e5531 +size 14469 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (908).JPG b/dataset-tomatoes/train/Tomato___healthy/image (908).JPG new file mode 100644 index 0000000000000000000000000000000000000000..868fcfe052ee5bd98c0f9206510ce14852c03da0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (908).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de59f0c17b098f17f55a84482a5b1a44767bff282c1e71d78e7669e6a13806ee +size 18153 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (909).JPG b/dataset-tomatoes/train/Tomato___healthy/image (909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2de04e802f44f89f7c7746e91cb9193993b805d3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9744072a323710d86a38b36072c42a4b74cce0f465d311e4240c625a673b1395 +size 24181 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (910).JPG b/dataset-tomatoes/train/Tomato___healthy/image (910).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5861c21e8c490057c86147c92043e126e97444c5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (910).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3aba4ba3e79a48d78d4150e83ae3eabd166c67c94cea19b8f7d9157164fa97a +size 26385 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (912).JPG b/dataset-tomatoes/train/Tomato___healthy/image (912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..213f02e3f9df91fdee463bf153f6d99661e24e58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe0287cc9ab6db3c18214d363330c5928ff12aacf26fa6110bb06e1d469302f +size 25178 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (913).JPG b/dataset-tomatoes/train/Tomato___healthy/image (913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64df1ba00fcc5f5447a2812194eaf7d94868abff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67202d82dbc5edd9edc508b938751d6169d5ef8c0e27c1a669aeeb7fcc615444 +size 25479 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (914).JPG b/dataset-tomatoes/train/Tomato___healthy/image (914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4922e4437db3f7601d3e3f33a4700a72e4110a93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4996d75eae9adb9163af8e5ccbcf451ba9487b148ed029d928c3f8181ac874 +size 17647 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (916).JPG b/dataset-tomatoes/train/Tomato___healthy/image (916).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67f1b3d4ed3adf14717ad0188f583cd0765e48ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (916).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6a7d407544d581de0a960fa7b4a0269fc210df42da032d58867dcbb8108637 +size 26668 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (917).JPG b/dataset-tomatoes/train/Tomato___healthy/image (917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0277778e411288afbf2b82b8e862d1c0be9929b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4f7b0dcd6d2657d28d9ddd05d87b13e30d9214a0e8d42a7a0ceaf3db3dd4a8 +size 25068 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (918).JPG b/dataset-tomatoes/train/Tomato___healthy/image (918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0859626fd82099e38a5f6b37d9fa5ad670fc9911 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8d9b5cd03b5ea79084208c27f9f55aad125e0ab637ed4a5a9ad7b0f720550c +size 26594 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (919).JPG b/dataset-tomatoes/train/Tomato___healthy/image (919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ceb12b6607e8f93bea92c8ce0a6db5387ba41c14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafe1592747e7446f5f1596e3b8dc254352f3febfaf872001c6a56885e89d918 +size 24751 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (92).JPG b/dataset-tomatoes/train/Tomato___healthy/image (92).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69e9450925d777c9e712c49e0ad346b8a893476c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (92).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2acbca27b78195e6514f7bfdceeeb6bd67f9ebe19a7266059c5618bc7f45f7 +size 26017 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (921).JPG b/dataset-tomatoes/train/Tomato___healthy/image (921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a4f609c110ef6f8be99e6171b1b19d27a144b16 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02b3a86e9857a329e344123eb250690f75fa5b54478cf7e6e987e798384dc7c +size 24726 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (922).JPG b/dataset-tomatoes/train/Tomato___healthy/image (922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af65429482eecc4950e3e2a44b87b070a9dcd0cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ce360b53ca7dd628674a7e6ea1c332d99ab6a8f87cfb9f072bf9cc5786d0c6 +size 24152 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (923).JPG b/dataset-tomatoes/train/Tomato___healthy/image (923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24c245401ac365522f111c882cbb8c46c59a513c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e974adeac1b3b5fc018ad38eefa3f033baede27e0eb0f5642d3ca616c8a9e76 +size 19197 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (927).JPG b/dataset-tomatoes/train/Tomato___healthy/image (927).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b921b1ffc58f2e31cc415b33927e7cabf8fc0f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (927).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5958cc8823a8574319241444865706c68e9a086a2f921b2780d4f9a3ce721d5d +size 25578 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (928).JPG b/dataset-tomatoes/train/Tomato___healthy/image (928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5534891ad098b3a8812259dcdf969184a0af21b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce35b4b1ffec7e71efe247753b2cce3d2f3a260205884ff5a28866f930b0458 +size 24940 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (929).JPG b/dataset-tomatoes/train/Tomato___healthy/image (929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3276356afc81683bf5249b50428f73e301d69b18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024cbe1f4b20340a397cf8f4c4ea7439ccc6cb90aeb29d7984703d5667b8202a +size 23154 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (93).JPG b/dataset-tomatoes/train/Tomato___healthy/image (93).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ac64ccbd839c2823e52986f6f50baee95d2d8fa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (93).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9fac98ee05f108a4fd88fa3ab6e080838115678590cf16593b5c2ed22fefb2 +size 26002 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (930).JPG b/dataset-tomatoes/train/Tomato___healthy/image (930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23536aefdcdeefb0c41b5590b3db606950644309 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e3d08b7bdf2ba618e43c2232bcf00e1b2b56fac0572795a0a4de82f227c465 +size 14360 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (931).JPG b/dataset-tomatoes/train/Tomato___healthy/image (931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf3b7781bd6df90c31158bd2cce3abf143cfaa75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29defb00bfbd777c84fa1c0afc2c14b4dde2efe48f509a2692d2c64490570be2 +size 23103 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (933).JPG b/dataset-tomatoes/train/Tomato___healthy/image (933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47ed5de499abe5f07bb0624d84a6815e16c981a1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b834f5aa5a0e8fac98d5426fda068b23aaa2b37dc7fb102eaa4def15bf00ee7 +size 26394 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (934).JPG b/dataset-tomatoes/train/Tomato___healthy/image (934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc2ce5391ef995c4212fa24f29d241fea4a23155 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7685cf75003420add927addb5471332d5516d514b92468ee59927b0a49016f9 +size 23165 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (935).JPG b/dataset-tomatoes/train/Tomato___healthy/image (935).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b2c32bb35fed7b8b09c0d3ea50fb33f0507cdc5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (935).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c21edf77774cde5b1073156d549146389f4f91e8df0b07195d4034c24dd236f +size 17954 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (937).JPG b/dataset-tomatoes/train/Tomato___healthy/image (937).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cb46513d11fbf23cf41ecf7c0ea7da9f319a938 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (937).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110a8dbb21ae09b5b5f341e330cd876368fb5fa78875ce194ca7fc48567a0130 +size 26080 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (938).JPG b/dataset-tomatoes/train/Tomato___healthy/image (938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee2b2cd565abf5005c4ffbae6a13e122e8e96e81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da49363064c712f80fcc0413c1f5d5733db6b901a416aa44d7da0695075c5e2b +size 25532 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (939).JPG b/dataset-tomatoes/train/Tomato___healthy/image (939).JPG new file mode 100644 index 0000000000000000000000000000000000000000..35faddf5284e43790db16d9e910fe59eb22f6d0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (939).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ccbea2d6811335d71ad62de20a2c7733c9fa19b82ae4f8b8eb35cf7dc782ca +size 25949 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (94).JPG b/dataset-tomatoes/train/Tomato___healthy/image (94).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f3d1ec79b942da99f93f1c07abe0178177b221b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (94).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2083a8d9ed4fe1ff5abbb18503fd052b75550924a147627be82a6d2acefb829b +size 26948 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (940).JPG b/dataset-tomatoes/train/Tomato___healthy/image (940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c95b552b41c8cd6fecd164f7aff38a102b6afe3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1142a399ea48f10d787fe82f1d4051a97fa68ff59d2716afb1d8dcbcf12214a7 +size 24433 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (941).JPG b/dataset-tomatoes/train/Tomato___healthy/image (941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39bdf5f35bff048d17138600c2a1681e9ef97b4c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96b936ed6ab0bdd2e7f34530a657fb8718bb432c4467e2abb9a02ca515180d5 +size 25853 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (943).JPG b/dataset-tomatoes/train/Tomato___healthy/image (943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7aa2b8e85dbaf4a98f8f3452a700e9941fdd8253 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addddf5cb2a74192c9836be70fc223659062675eb325d55429c341a0c44937d0 +size 11225 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (945).JPG b/dataset-tomatoes/train/Tomato___healthy/image (945).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad68f97311a9d283f0f4b04a7e533aa1f1117474 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (945).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514eac03f52bbb7d84abec6082890d415689645c6c5775e95e016861cdeb238b +size 24561 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (947).JPG b/dataset-tomatoes/train/Tomato___healthy/image (947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de84c0f2f262f6e652f79b6c050aba695e4a1f0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df44b06e1d06fe221a6ee3822949d592a96b437d8910552886dd3c02bbbf8e2 +size 26134 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (948).JPG b/dataset-tomatoes/train/Tomato___healthy/image (948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c75bd6b5733e2921994be364af332d120b68a81f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532e9fcd9fb009031593e597e94cc3687aeddf683a9e43e24ab55352bcb53fc9 +size 17077 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (949).JPG b/dataset-tomatoes/train/Tomato___healthy/image (949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..694531f7d0b2bf7b804e901fa4db420568bb60c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d5a646a93468c0a10c08a5a421797f1bd3c6d3fd45df217e0b0e5948547567 +size 20531 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (95).JPG b/dataset-tomatoes/train/Tomato___healthy/image (95).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fd02e800cd9d5ab57656ca99e69728963acac2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (95).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471047a888fd3f98a04dea7779db512bb608d87b96f0427611fa43ab2ab222eb +size 16449 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (950).JPG b/dataset-tomatoes/train/Tomato___healthy/image (950).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee72d82d47401ac73c597562a4c2065500307620 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (950).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0da157d7d4bcd001fdccfd7ee51da413f85ab6f3a5596b670edf6fc3f607c7 +size 14123 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (951).JPG b/dataset-tomatoes/train/Tomato___healthy/image (951).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b1cc0cdf1c677f76efb32dcdab930c3f01d9616 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (951).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b134926ccdf1574ea45c850640d730e8f562953de6d97bd6c45ad847a575d78 +size 24783 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (953).JPG b/dataset-tomatoes/train/Tomato___healthy/image (953).JPG new file mode 100644 index 0000000000000000000000000000000000000000..795b686d143648539c8e9aa2607b08c1a4a41674 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (953).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd50000e811dc77693bfed55d2d295bd7b1a502be3bef6e0f35e4ac25f915c3 +size 13302 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (955).JPG b/dataset-tomatoes/train/Tomato___healthy/image (955).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afc58f5f790d550babfea2c9fb3dc7818d147d45 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (955).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b62c3657a2272024182120d741a2d8356c342fe40fa33c908344cdd61dea21 +size 24504 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (956).JPG b/dataset-tomatoes/train/Tomato___healthy/image (956).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6e531b1053ec186269c950f9f9405dfe9727da7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (956).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9b688958a3d244506f7af78c82bbd150d6e4679b2299071e8d6d9f086954f6 +size 26880 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (957).JPG b/dataset-tomatoes/train/Tomato___healthy/image (957).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c9def44b07c81c037e0afb32f3b1296c7d6ce75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (957).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ebe542f73a8ad9c635a7a50f9588d23bd14b102a0ecbaf5a52088a89c70d5c4 +size 24305 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (958).JPG b/dataset-tomatoes/train/Tomato___healthy/image (958).JPG new file mode 100644 index 0000000000000000000000000000000000000000..896a7544cf37e14f5e87afd5658d0625a1cfaf9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (958).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f755e49d89789944ac76126a412231a7d5d712285f4c4bfa24eac795ecce6e75 +size 26289 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (959).JPG b/dataset-tomatoes/train/Tomato___healthy/image (959).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c522093cebf5b9517d496399bc3dee645c07d4f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (959).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33362572984f57d3fc85b7d4d81a70885c6d5acbecddf77f27a3cd51343b4049 +size 14029 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (96).JPG b/dataset-tomatoes/train/Tomato___healthy/image (96).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5aa1d48e13c6d421eacde89fe3099b938bcb0b9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (96).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d05f1b35119241f479fef7ca5fa83fb7517e9d649f381ff200a3fbe0ed915b +size 25864 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (960).JPG b/dataset-tomatoes/train/Tomato___healthy/image (960).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e26f47b5c9bf450345133b91750d1c49e5deef5a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (960).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c276de466c6b7f2282b48e88545c2fd8fb072630c3cf57e6102b5ebf3654f6ba +size 27770 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (961).JPG b/dataset-tomatoes/train/Tomato___healthy/image (961).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89a3b672324a457116ea2c83e66d6b3f1672dc0d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (961).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150be03bbbd403e638063d04632c276b252a9194ee15eb8199e9af66cdfb200b +size 25766 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (962).JPG b/dataset-tomatoes/train/Tomato___healthy/image (962).JPG new file mode 100644 index 0000000000000000000000000000000000000000..587090e6b198dba52bb609d50c245e58a5abae20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (962).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d4826d4b2876092b059242685721f6eaea1dc287f94bbf7a262ca1439bfdc9 +size 26391 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (963).JPG b/dataset-tomatoes/train/Tomato___healthy/image (963).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4a26fde0c827bcdd6ed9cc2709921cb21c96238 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (963).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad65285fc056158901c71c4263130a4912c778d263544a91f26dcf25e3bd96be +size 24807 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (964).JPG b/dataset-tomatoes/train/Tomato___healthy/image (964).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa6e214251c5b8d2c6c0035d65bc22d77d2d305b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (964).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca492a32ce270fc10a1f264ac24dee40b67deea288ca65b2389a360faac5fec1 +size 24451 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (965).JPG b/dataset-tomatoes/train/Tomato___healthy/image (965).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fcca3199e9c029e6e4bfc139753ced568c343a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (965).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7790c8a27b86fef4438277ba10c021375de1f953faed8b5115b3eba48d620eb +size 24341 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (966).JPG b/dataset-tomatoes/train/Tomato___healthy/image (966).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d99088ad7bc243393b81d22935f78e89d7d4433c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (966).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534ff5c7d60a903701034fb5cb68d3495428f2ceac5ee8dfc7af4eef6128e173 +size 18318 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (968).JPG b/dataset-tomatoes/train/Tomato___healthy/image (968).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3f4d941ea12803ae0cfa532e34977de53302fb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (968).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898f37b243b37df0e9c7d472d351291e49522293b989b8ab718976489ec131b4 +size 23157 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (969).JPG b/dataset-tomatoes/train/Tomato___healthy/image (969).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8b956c7c21680412ee1467a84bbdd54ebb14fee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (969).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c8ec2ceb1f56893eba26c379004551b8f4d26110bf849a81f4fea60ea35fb9 +size 27125 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (97).JPG b/dataset-tomatoes/train/Tomato___healthy/image (97).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b9402b3b5d686319c6711abd871db596a53414c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (97).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d560b643d663e6b5bd5563ea074c6ea21c42ddee1b6739cd85477a164d2099d +size 18303 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (970).JPG b/dataset-tomatoes/train/Tomato___healthy/image (970).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cad2db4d98be05cecfc644161239172fc9be90ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (970).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0747140590177812d827ca3e95e81050f07c83c9f469721a906ee16bc508ca21 +size 16347 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (971).JPG b/dataset-tomatoes/train/Tomato___healthy/image (971).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee05e876f4ad9abc77f4425018f97c8cfdea2f01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (971).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9df5563306dc551f943157177a90c09194aa6ed9dafa9a5101702f9746fc9e +size 10861 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (972).JPG b/dataset-tomatoes/train/Tomato___healthy/image (972).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0684ac8bac9967aacddafd13fd767f6793ef5893 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (972).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5890ac4ac717dde3e06b59846f604b2ee75dcd9e761349d2aa6720df10112cf6 +size 27728 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (973).JPG b/dataset-tomatoes/train/Tomato___healthy/image (973).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1987064af79df09a46217df01758dc0792a114a3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (973).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3dbcf703abc2871cf8f7999ecdca993beede09d4c99e21077d3fb7d99868561 +size 24174 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (974).JPG b/dataset-tomatoes/train/Tomato___healthy/image (974).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b7cff331725ecfb953cf9db2b53633ec490a08d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (974).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0139275cff638c9e026c6096a483a7bdd7a30072c3027b742510c10758c3c66 +size 25937 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (975).JPG b/dataset-tomatoes/train/Tomato___healthy/image (975).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9c4e10a3dd429972a96883e76aa6b626ca6146a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (975).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e782aa3c5cf566ed9ef2f450a872f689986b89920e00eaec10615b2c7c096c +size 14606 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (976).JPG b/dataset-tomatoes/train/Tomato___healthy/image (976).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa785b1d7cfaddd6157f3635c94b5414faacb4a9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (976).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb63af67b6d338ff3e4f33fdca2779b0cad14a5ef325cdb2ea8ea487028e513e +size 17270 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (977).JPG b/dataset-tomatoes/train/Tomato___healthy/image (977).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce2afc12733660ccd4f20d2c58ad268f957210e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (977).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f5204fef95d124981b656b7b6b088cfaf88cdbe5ab3762561fdd2d17039ea0 +size 16666 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (978).JPG b/dataset-tomatoes/train/Tomato___healthy/image (978).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c373dca3ea8b8c871a837c0d905a6a0905cd812e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (978).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed366229906dc7bf4c2e1b1079a0db45df27ec01bd43ba0cd98e109615ec60a +size 24573 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (979).JPG b/dataset-tomatoes/train/Tomato___healthy/image (979).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec724add7f77ff683fc27cecc102fd11362154b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (979).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf4b1f5692307449353a7f49e9c28e0ae42581f7142a5a878abe9104fc28923 +size 21447 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (98).JPG b/dataset-tomatoes/train/Tomato___healthy/image (98).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cd94224929916b5b41d73c09d18aa82569da6c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (98).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6022586b45821711ae6d316d306b608cae807be0dc191c2aa1bb8e2ff67ff3e +size 24494 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (980).JPG b/dataset-tomatoes/train/Tomato___healthy/image (980).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c25f87299053661345f08843b11d2d34c68ec15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (980).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdfe40df1d43cc58c3b0297a78fd59d964fd3fc4c9b88a452372607f1695643 +size 27188 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (982).JPG b/dataset-tomatoes/train/Tomato___healthy/image (982).JPG new file mode 100644 index 0000000000000000000000000000000000000000..712b246e30c309516d4b5ecee3e9e733881a97cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (982).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d8ca73964bb7ab836d0bc84172003dbc33c0df16814dbf77c74b141bf509f9 +size 14940 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (983).JPG b/dataset-tomatoes/train/Tomato___healthy/image (983).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e417e831e231b2d229841880fb024cc01ce04f74 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (983).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c19e6578119214d48d155ac68c01d30c048c8ba3282107e1f99ac022c5e70a +size 26843 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (987).JPG b/dataset-tomatoes/train/Tomato___healthy/image (987).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d63883773c85709c22cc2c72506194bfcf1e38f2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (987).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdb228a0fbcadf2b208105898dec278b35da4940115e1a37222b98e8da52cc4 +size 18693 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (988).JPG b/dataset-tomatoes/train/Tomato___healthy/image (988).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffd289f82c4d7c320d57ca142fe09e62cf6440ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (988).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f632d0cccffa4ebf3be5a4f48d24a0beaceed8bf9db762d3a1a28a4aed91909 +size 13182 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (99).JPG b/dataset-tomatoes/train/Tomato___healthy/image (99).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a1684fc2e308c9eb8ea73520c215a438e343a1f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (99).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0769ce85295c542f253478ed5bce145bb0c9cf69963eb308fe1442a4a968d83 +size 27127 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (991).JPG b/dataset-tomatoes/train/Tomato___healthy/image (991).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfdce43b8ef33bd463a8f130135640839de30f76 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (991).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364dbbc96eece1366bbd5b72cf0a065d3abd193863a0ed8ce88682dd09c8ec30 +size 24282 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (992).JPG b/dataset-tomatoes/train/Tomato___healthy/image (992).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7aa2b8e85dbaf4a98f8f3452a700e9941fdd8253 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (992).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addddf5cb2a74192c9836be70fc223659062675eb325d55429c341a0c44937d0 +size 11225 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (993).JPG b/dataset-tomatoes/train/Tomato___healthy/image (993).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e41b9260dc1d915337f4c26a8f999ba9bd872521 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (993).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da9f44534685c925585889b72a6c7e469422e438aefe4ace638685742523308 +size 25309 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (994).JPG b/dataset-tomatoes/train/Tomato___healthy/image (994).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b921b42e2aa56a86902657189cfa506e22e9551 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (994).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c73a428bdb8b3db0265961a29a591f86d00d8549ec4f6441f67a35c9ad7ce8 +size 12910 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (995).JPG b/dataset-tomatoes/train/Tomato___healthy/image (995).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fdef90bc5ec5b5a7c52aef5f134eb05bd73bf00a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (995).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1deecb7f74244e5deb3af03bec954a6e047215693a6622fd1e7d7bd2437cce35 +size 26056 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (997).JPG b/dataset-tomatoes/train/Tomato___healthy/image (997).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b87711c799cee116d82ccd9df3a1b4f11f2285f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (997).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc01a20b9d2b252c3dfb33b1e3e3b55490d82de57aab3420e1d5d61c01eedb4 +size 9470 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (998).JPG b/dataset-tomatoes/train/Tomato___healthy/image (998).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fcccf1dbc2e7a23d14b36b1441a5e0205e03066 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (998).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee36aa258d522f98f709048d4820969b0de9a9ac59f9a7afe542cd89bc0e1da +size 26934 diff --git a/dataset-tomatoes/train/Tomato___healthy/image (999).JPG b/dataset-tomatoes/train/Tomato___healthy/image (999).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5bbfe179004e07787547e06c9c39b416100d5d97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/image (999).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fe3f1223e2c195c078c61902176ad417e3976ebc63cd6c98b719829902bd92 +size 22639 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_1028.jpg b/dataset-tomatoes/train/Tomato___healthy/img_1028.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9a9ac6b957a1c3cae08f2c512fca9cf7b7483b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_1028.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6443987dc175b21fd7f3864129e37980208ac2f5b64c33148b3e9b9e43a8b48 +size 1502957 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_6635.jpg b/dataset-tomatoes/train/Tomato___healthy/img_6635.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5327dacd4d32b647cf39df3987bcebe48aa0f6fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_6635.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd93dc7abcf3b05cc0f68d372573886450c49a03c324eb4cf8539bb97f6a2ae +size 4450384 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_100_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_100_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d917bb4333ea01feb44d2bcb8cdf46a918b1768 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_100_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c47ca26eb84793b71b32978511cfbac2d83e16159a0e22581998c89ae94ac16 +size 26434 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_101_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_101_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80ea7334a1c8668b22dc8c95c6a68aa3e14e5002 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_101_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408780a06bf72a9c3e89adc81e86e6a38b99848d159a6ed6e80c9dd940201541 +size 28789 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_102_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_102_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2dc8aacd0ce83a304e3d3e0fad202bc03ec22d0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_102_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36001b73e46cbd0591e09008bac304d9336f65b5c1e5ff3219748913c308c852 +size 26012 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_103_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_103_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf65640c777ba3a64a7b8297a8821ae02ea182f5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_103_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ff851cc83702a5a3d4d72044070ed7e9badc4322064ee4b32f3a312e15926e +size 14898 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_107_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_107_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..142267ea8f141400bd73bd69d0dceea9d7cb7734 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_107_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892f9e32b68e629d9f00195dc021b3055436352ec6687f78c7715836c8535de9 +size 26323 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_108_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_108_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5e94e69abb014526fad3307da298c5c6d0777db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_108_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57120636fce1f806972bec5e85d80eeae6b2efc73fb88cf0ecc61cf82566a45d +size 12895 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_109_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_109_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b56bf4874aa25c04d791b5330ecdd025d3ce356 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_109_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc30d4abc009982a90bd8a3c627bb8c4c59d266ce32b7a7bf339be011a79b8d0 +size 13553 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_10_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_10_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de911bff0967a74196dbd20ace216d8fe1ab3c88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_10_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13580d34f479ceddc1fe68945d85960c219479918dd7a79300a75473bcb0d293 +size 36471 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_110_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_110_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..008e03452c8fd086d50d0b621acbc49e7cb17eaa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_110_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5df795706c9b8003642feb49b06fbd73a42fdb07d5c0a11d3b78e9c9a4fe65 +size 27019 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_114_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_114_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d3ed24b80cf5ed5c2d5b960a6f9ab2ef64f7738 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_114_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b686c3c02a68d125bdb45611f2d83eb4a4190985fe7c33389face45c19b21e9 +size 27501 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_115_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_115_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f597ea3cf3be8ad3f610d1cf484b21351c26b4ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_115_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d7d8084d801322be6533c129758c7663151a533929ab2397b09d59b392ed13 +size 23276 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_116_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_116_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4294017fef2acb070f3e42f54a1905e266f19bd7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_116_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1e2b4f50ed753c39b557c81761bc0632464e3f8d0e73a69ba3d1488bded49c +size 16410 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_117_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_117_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa3a0210dd546ae83809b49c082a08b5cf823c20 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_117_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4a9b36764cd5a0b9eaf29ed5efc4813fd1f1f052a066064be2dda88c8cf311 +size 27374 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_11_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_11_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92fd18d2a5afaa06eb22510d6c63a9adedd2cd84 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_11_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa28c079cd8681d5da0259e945821ffbbaae1221622b06991212abd94a34598 +size 18407 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_121_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_121_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..653f6b1bad4bbc8b9572d2b355f0f98392cd5465 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_121_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821385681d062b3b993f155bbe8c38366c82bf1e32ea8316f2b373d38bae10dd +size 13799 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_122_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_122_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3471b24ac78a2d026f2101d5315049081d8fa49 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_122_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78f3caee1558d3b1943b7471700cee8d5d3f58207bfd3281386405e9b86fae8 +size 3795 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_123_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_123_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf6ee6b67698b58600aa34059deda2786690cbb6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_123_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d906d0711fdbd5e6bb78e7c66323dcb87a0837609e8207cd2fa2a60a8e0c809 +size 24381 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_124_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_124_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..406df1e38f0e63f5a16ff318c712e48a65f81ec6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_124_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25c4bc37511f0ab8b875e019c521a37cedb6af55c85a7d5db9844ac89b24158 +size 18907 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_128_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_128_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a65de2d0c91b17f9930b75225fcd11584afd5b1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_128_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b36beb2e8a26ce5caedf88e001274aed742907cdfcb7e682634df8c4350f0a4 +size 23451 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_129_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_129_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0abb590df8f9d8b3faf508068a89f6a7a2969297 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_129_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7332503ce6f2962baf58bbf6f96f648cdcee1d23a304689bad0a105c87592d22 +size 14024 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_12_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_12_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0026aa25450b020688bd2cabc217ab3605ac777c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_12_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a69bcc5372fb4619a572dbf7f414802eeb91388ec1cd405eb2e015365f96a42 +size 25163 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_130_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_130_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8e5c97f3e7f7594a731ab1eb63c019d769bf9ad --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_130_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191a64d8d759d1a7319ca91efc6bae2606b8039f9a55634aac24874645744557 +size 26080 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_131_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_131_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea7f7c29a803eb23ca59a6f3b6d250de112dc919 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_131_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3616f1bda797e0c7aa98a8350493e80de2195e0eafe5e018099f57ae7def5488 +size 23616 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_135_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_135_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d45fe543f381edd40111edd4a45d5b07d831cb8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_135_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbd6ba9e0ba80bf6b0245e49043a3eaae387b2b878c80ca9581acbd426b7eaa +size 136672 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_136_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_136_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0bf4ab2a1e8070a4e148fc0b958c7929196340e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_136_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a3aec286ebb6af47b31feb9a5cb149070cf93f938bf3bcd4984690a525fa36 +size 15336 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_137_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_137_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e47b30dff83d243cbc96060a3b375a305b0cfe6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_137_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf24ff9e69d34a2cd37ae1085d4730edb419fa958f31a5e2a46f69737f41b66f +size 27223 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_138_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_138_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50bccdfd56ea94c144440a4b0ba8cda51a0a410f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_138_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d6d3d13e735d6b2a7d7dace68730ad379b3ad76d2ea323d2101dcd4ee303a4 +size 7110 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_142_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_142_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b90f782f5138766b435099be63ff87e00567d2a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_142_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335d12ae0c00ad6f701f0184b9183d0547d4ed5dea6dc72be5b7bbd318584076 +size 16837 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_143_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_143_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..669b0d43f785f800f3bfd45ada8b3c6b97bb6c0e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_143_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530cd3744453923be8a212fa9092393cb8046d671b1d77bb7f5ec47a51cb91b1 +size 22761 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_144_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_144_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..575bbef5d7ccd764021d47636767aa171b578e6d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_144_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4335524763604b5b390b466aebd84139776afa3b3220c4f017a6f2d4aca7dd2a +size 28189 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_145_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_145_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31a67eee5f955719eb8ba9958d54cf68e296b39d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_145_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac84acf54fef93babcbf8ad1bbda549aaf23e64e73e627747f365676fe9d29e +size 28879 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_149_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_149_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c63587154034a29547a5233c7ce394352b1a235 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_149_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a8d58501e646779f8a9a6552ce28b28019e605088a98b04085effb82b21de3 +size 17703 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_150_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_150_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..679ee110f9b569bda674de3c1cd5d67ca09d602b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_150_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a84ea5509108b226820a0d4282df0404c9889711550123d180202d6fe357299 +size 15326 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_151_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_151_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a27f32145e7fa748b7f2c99e4a8d4a802d5a671 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_151_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f7012323accd2b2a3f83026c394d221c016d71b4664ea8ba20adf01066402b +size 24991 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_152_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_152_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7d959b04fda989c9e135aa7840bd64fa7df1c6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_152_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401ec4ac9d974845080f1c7e6817827fda78af275018a2082475c210f65cc358 +size 23975 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_156_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_156_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ccd77065e5f2352774275e098f5353d98201389 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_156_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b3bd3721c9d0d4e90d16d589a1b3cd916b31761625ad6b4d3795261bebf9f9 +size 141701 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_157_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_157_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14ad2e4715d6d1e7c27cdd40227010987b2b014b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_157_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613fba91e6d26bab9a2aaacf80d2bc75951be5abffc963afdc20ba072baccdb4 +size 12508 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_158_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_158_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d3f1fbfa1b80dd78fd94e8de31b5a736043a2cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_158_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62b793af1febb26f89b687b75f7e23ae8d9ffc87dba8ff35a1cace510b06487 +size 24409 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_159_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_159_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7138c5fbc68b4828c770e6859619c9d233b8f1e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_159_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1a82fa54603348794f497583f5fd592a02d31271f22fe5ccaa414f36227316 +size 1670 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_163_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_163_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2054a61cd79386918c6b0eb214197b1adec14a88 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_163_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db026fe9b597f570726a30de87fcb981cd449fa2e7fb624559147fd85e519526 +size 15374 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_164_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_164_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..382e5e663f40b347c3772b52655bb79e48f4346d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_164_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e20ca7fd6c7305c057a3b12a3e850303c338c81affac59cda6c49457c533b5 +size 25727 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_165_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_165_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..688907439a207b6dbc5eace3f185ef7bacd74a97 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_165_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73ecc32dd6f0bd16f2e1dc649ea2952b865d3e63e4281bcf5fa8c4f2d13ce46 +size 27059 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_166_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_166_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bb9f22cb7f9aaf7c174518d775a7c4a3c3ba2f3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_166_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1364cf9d5ea8a844c2e1395e21b01895929cd888a95677adbc800d5a8a4a1df +size 17269 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_16_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_16_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf7af4587a5fb35084c92f51ff9dde6a69385fd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_16_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a04b555ba0fedcc9f746df40abdfc150b1e631c5a80c2d7c704f2c482df68b +size 24242 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_170_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_170_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..118f27c81c4d4aa354aa0f2e96fd03188407b74d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_170_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7995efe85d7188b1ea48f587a0ef546df1742c67646619f3cdec825732660880 +size 24820 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_171_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_171_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..119429150efaba9349f0827df48ae032ff4b16ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_171_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1ba88b81a910578bb844b8ea41a1d4294a48f8c2efc22d4244f21929455511 +size 26694 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_172_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_172_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3897824abc9c08d82a9cb3dae520a7c9fab6d72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_172_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067cebd00987950a1044696363f88f27e35c03e09ddb91277b6912389bb2330e +size 25989 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_173_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_173_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19ac618077fa282e6151efaed85d9da6c86aa43f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_173_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568f854aa0d2737f11b29de27a208f7f8c2e7d04f122d40ad6ebfdc4a14078a2 +size 24979 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_177_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_177_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e994cc972297cc3c8ce92a6d83f9a2883c299fd9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_177_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7ce97a5190f11d07180e643c4e8d3a634ed08749ac4dda50f8a28d1c1bb9f9 +size 16748 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_178_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_178_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5556f19be5a072d4e5a498e94fb0b6ee0022d04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_178_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b917d26f418033474da58d74b61060a238a7c39c8288bd6d58ab259cff8201 +size 25791 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_179_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_179_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e77663b25bc8153a5026aaf0f2fde614f6875003 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_179_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb08ab678296350191f89876304f2b48995b7442bc91c570e3a52f172a1b8276 +size 25372 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_17_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_17_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d87e1c3ebc8968cd8938682da9e67115124df409 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_17_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0e7e28017d398182d22ead273066ac247637af8339b17639d3e5d9e565ebdd +size 28238 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_180_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_180_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93e380f7dd6ca3b80291069170b4fee095cb6f11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_180_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5a2e2f5d20d43cf47d07a0e8cf9787aa427a9287361b975f28af21acde8a90 +size 16160 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_184_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_184_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c3fdd9afa6de5a00cb50a46a5b8897eee4749d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_184_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e96ecba1acd0bf6fd87f9cda796faf77bfa6b97afbc2faba6558cb3ae337e97 +size 26839 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_185_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_185_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6174c40c4fc76eb3e7b3d745293f1c296b9e5735 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_185_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cb07aed9a26f99c305584dd475b7bb9c34779efb02e3edb0b830b43c36406c +size 24581 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_186_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_186_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7cdddbfe923314b08b4cdc9c96d910dd32c841d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_186_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdc3c64e63a85729b47aebb8e0dd4a0e5c9ba088ab20f7ae75f6f813ea574a4 +size 15339 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_187_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_187_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9077d3e819afb463635fcff89845b804292a7f66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_187_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430835b118973b243e6a55b52e09457b81c80a4411964ee64443d4d7ffe12769 +size 18437 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_18_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_18_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bf5a2063747c2ae55fc595e0c608855965d73e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_18_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1ea823f75e35395bcf3cd9d75e987362ae66ad36313b05516df5ed2d8c8b3e +size 19484 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_191_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_191_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e820343e89e565d54a648513a295baf19596678a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_191_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc64d877c01ea77675479804f54a54367968eaec9fa7483ae4e33198c8213f6a +size 13985 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_192_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_192_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d404d5adb1ae161724a3860ac933567c7d04dbf0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_192_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad0e2408e765713e2a96df2ea5dd5f8c28ec04448226756b99159f20444f1b8 +size 26592 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_193_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_193_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d5fd4ff49a9421386d649b713d8b4462e2877cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_193_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f838565171b2d7ff37cffed9e69ba235d43a5ede924fc95c66d8145818624860 +size 15352 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_194_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_194_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82fb94793cceb50395fb19fcb32307422acbf033 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_194_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223aef3b00b871f5e622cedba2613831752269cb4051d2eda5d9f6f8fcaa3a38 +size 17143 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_198_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_198_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..494989e6e195273a163176ad6d475541a1aaff36 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_198_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38de938e42d7b19e8541e1cf89fc13a03a21e7bb560cf39ed3a7bc2eb3772a2 +size 26614 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_199_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_199_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..102779b274107d1b00e3dfd9a8494e7e1995e734 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_199_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e4c2108996ca16f2dc1ae82de9532e099d47f558a0539a6598e5136f8273de +size 32128 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_19_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_19_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e08f94f31c7f3a4969496cdb6745f15ce6b7e09 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_19_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72caf592b61c8c18fca3068d4fcfaa47dcd1743da62eeec7bff0d365afbf473a +size 21935 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_200_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_200_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f688083eed9892daaebbe582aba29b8b5734f6e3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_200_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc712e4d568811417763bd84c66d507d606b044f13ca56199e1e994e7132ffe7 +size 28579 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_201_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_201_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03b1c672b35d70139c63c84682a94fc141242d81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_201_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b29e10a341fa3242937d4297c6813930c5aec57e11116a2b09e6c1b421829d +size 15089 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_205_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_205_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc473ccd0144296c4ddbf59b3f862e4e48559957 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_205_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3b561b2843f9e0fff72c1532a03916736c58c9e647553776efacbd346130d9 +size 16626 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_206_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_206_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9eb8bc78aa9066b8594bb6e3aada7d83de95be32 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_206_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f26e3d545c6f1ba404de9157efc259947006d233699ac42cb9ad1675c0353f6 +size 23946 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_207_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_207_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54c1bdfc9c15bf6d328c6c56b703ff33a147bd6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_207_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f55ef113ccab457cb353ef646261228af4c4e1aad01f3f441dc9f78cb8b9f66 +size 25484 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_208_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_208_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..171642f8ddd81bd8628af6d0626ba23294aa26c3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_208_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905ba2e5b152549ed45ef69bde7c075a92517a2be44bf0d9825baabbe4ccc995 +size 13884 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_212_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_212_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c7d99d449c0556d93f5df901a958ab3b6917714 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_212_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc12d4dbf8348b34ee4eb795904c679834f7c3aa56c26bc04b2840ea635b74ba +size 28666 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_213_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_213_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76daf15fdd692de093eaadccd95da7398cdc6c86 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_213_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0479f11bc4f50a6d24b259c1177c3f3a4a95ef8fb734b7371a10c4eedc35c2 +size 17969 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_214_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_214_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84b32aa84d27bb2d7ca421646155d55128f9166c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_214_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed53534790343c60acaf8904fcac45e7a271042b7c25f7484e7da5730e95f1c +size 126798 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_215_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_215_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..243655a50851cc86e68588beee2124c8c39cdff5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_215_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2173520748afdec46abb85c48df099a881bba49981dca4191207dd9f9f41d5 +size 24994 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_219_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_219_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ca1f26328af8b94368f678c52463c30fae89752 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_219_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69f832261d15cfa9c6d038e6c30626dbda9c456e6f1a98705eb3170f85ae535 +size 27202 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_220_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_220_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..088f5b1402817e8e313738743603c84f659cd0ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_220_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58391aed330d8616f6807b3dbc15164be51660ba044d6759bd9fc16ba09f34f +size 27182 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_221_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_221_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..caa9827a702d705d364c129de7e31945b8ce018d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_221_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b169e3f268d5a92ebdaca0161c01a1fc0eb96cf7df715bbc46e509a9d86c08e8 +size 27528 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_222_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_222_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..091b39302e842cc4bdf9b49d67c85cd05036a643 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_222_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b0b461747d1b99a5056fa4b62cc6417244cb61a5ed17727106aee174a9a67f +size 23265 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_226_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_226_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54f1bf2322952494e4c1fcdcff9d9f5b635af4b5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_226_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcde160070dd030053c0b3daac86472ffd9d4980520c051d76942f85ffc50e6f +size 1239334 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_227_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_227_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6628b8ff0747c0ae911671b31be347560e9e0b2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_227_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3731ff1ab1d075293070990528d66862beb30e89e8cc2a1a07cb4b8afeff949c +size 24028 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_228_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_228_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7110ba4b3ff6a64e45857fdebd3bea68338b466 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_228_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ba4c2de209a8c84e6d72ab1a74f7bd84ca3fa87f319b75c826f94d55c62be9 +size 25990 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_229_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_229_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42528c8eae063cc8afa8ad8d74c571965de30890 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_229_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7509eddb57f6f9013af6f4ff1985fa94702b500148145e062cea9bbc9f17c1 +size 14158 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_233_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_233_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4abb879c4e3da6e6c04ca5ece4baf69f177a79e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_233_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d664c565dc15e3c8fd063c874974806ea5001df4f3ad9a7047a8c41cdd9cd5ce +size 26340 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_234_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_234_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0c930e6a7c84c92577037a045643c2050e64dd1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_234_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ea9583f715bea7238337e2c0848fda5b18caa5a0ff0f416b52fc15e1206d2a +size 13397 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_235_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_235_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9917842c63ea49b09f61977f8797713c86d9cb70 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_235_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9a28424f8e14bfa2d694148f7b78d4d01a9f3a593776b36796f50a685a90ab +size 25735 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_236_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_236_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50556aee2a66c1c2c189a8050c5eb150e33a541e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_236_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac4841f3ae8a7f5b11f099db583d12a75782cab99b8a5ac33204b0a322c455c +size 5343 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_23_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_23_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79f7b10d90dd0b1de2f3624577484495a89fb52b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_23_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f18d632314377cd0eaa979dcaad24cc9070199567941e3e0953212244250903 +size 88951 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_240_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_240_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..335ec6cd059b414515a12b602a8979c230d6279d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_240_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4896e6c29a34d105d912f0b5599b12a588e4631a6d0b4128e56256361aad9c76 +size 17149 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_241_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_241_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee0772b729b2116d073e12534cc9925e20b29701 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_241_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab701d961d102d580a82ccb10d7e49e1deec416ae64ebef87491a5ea8433bab +size 2104 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_242_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_242_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24ffe150a2a7b1d2deb4436a9e27f72c67ebddda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_242_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f254fe4eb1bc56512cfa95e4a82544ee0a087f56e2f1477cd8e53ff3ebe2a7 +size 26939 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_243_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_243_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22dc88f9943f9a76321c20236f607332a6f4eeed --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_243_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf325df1fbf6f24c9a2e003a69f48cb741c7346eec8eed6919796a17fcfcf9cf +size 24455 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_247_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_247_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..361de910ebb85afd1fa247aef196c7ee46ff68b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_247_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad92e9eb698afa299a11f3db8ac967d9958f5a8377d19f8e8e0b18eb7439ab09 +size 24840 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_248_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_248_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa884890eb39972b8a28e0fc876f791ea05fd3a8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_248_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b49332dd20eab734b1dab3690c141c79107043cd6a20343030d5711424a2d16 +size 22217 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_249_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_249_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a727fb8cec9409882d11acadcfe755fd325e9bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_249_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a14887f5fe774e5f28df3acb533c1ac133852fc52f824ba25f6f9bf3b884a19 +size 16861 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_24_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_24_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df09b454bafe0f1618e024edd9fbce138fab9fc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_24_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899367a84a72c64c9cd475fcc60bcd33004b8170d3243dca4883d473edfa4c05 +size 13765 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_250_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_250_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c578347a47d878fde84ea371e0f1fcf4b9391978 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_250_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a175afc5097951475079dc02233789cd67637075062432f1dc581f1dd65730cc +size 25426 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_254_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_254_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32230af5dd562abb9739969a7301162ec3e7780a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_254_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67661532ffe56fc4ed76e489a486d1d4b1cb2a79667fc24e1e3f18ae67a77b10 +size 17876 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_255_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_255_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..303105a40d725199fd035d2bd5a94152ba695bd3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_255_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8837c1712eccf6d934a3a04d9234f3699cee40ab2f0e11223c75063cf34675a +size 149837 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_256_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_256_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4f80ffe05811ebb49d039628509a7c4446086e2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_256_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b15c26a5e2fe9cc1dabbbcbd783a2153ab73cca6c2621528350e9d9c3aced5 +size 11056 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_257_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_257_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c568c651b2a74e82fc29f40f1d27495729e5868e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_257_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac14f5d6b787b3921709fcd1cde184711701cc9cc81fe547643bee83b18bf639 +size 27130 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_25_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_25_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c761c660cbd9c0f5e2ae2d2482bf5ce60ee735c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_25_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89df5dd03484be8ed23a1344ff2760fe6182654445df8d948ae26d547bf213b3 +size 24824 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_261_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_261_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e33001036ffc84cb815a314749e804236085eb10 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_261_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6973a71595f8fb947eebf8cd2aec8e4be222ade67852c863ea9c1eaa24b4008 +size 26593 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_262_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_262_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..629b80811027833abd4b0546861e090c635f6f14 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_262_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f3beac4af4260956bed12ee0a595ad5f05c310deeb2aae2070a2a687196eb9 +size 16606 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_263_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_263_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cb04104b36190ba2dea1ce5713031533a143e7f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_263_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009f25dafd88442100b2b39f68a6852d5d350be7d11e2ff2e8d3818b66caf28d +size 24829 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_264_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_264_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..443eac6793b4725bba896c7b1fa71b101313ebc2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_264_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bec29640042067a8f142f9536d653c9d4c214d388e97994765cb377d6037324 +size 4523 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_268_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_268_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5eef34728932eb515befb11294dfd781d15dc0bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_268_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b0fff76ee2a8dac992b1710fb32dfed01a422e9d35e30fdc9a104e0c4e1377 +size 20281 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_269_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_269_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..651e42aa0862a242507ae078d08f5953a2d1286c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_269_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a413ee2ca7fd194578fad555115413fe25e7773eebea70b179818571ee0332 +size 26732 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_26_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_26_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eef09cde9978d6be456fe08408c6ea4a4ce293d4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_26_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3899b98948a98495266d0bdabf10245e3fd1d73324ab1e9727110966e97f08 +size 25836 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_270_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_270_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50f24fbd00d87ca1ea3c9a0fc98cb5066a5a3b72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_270_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657e2692a861aff66480c3d253f595f326fbe2ce6aa765856a46fc2984cd4573 +size 19065 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_271_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_271_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a544c22a68756391d4cdf5601934a5234d434bb7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_271_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63a29cff6cc2eb90f8f28d1ed814c4718ea5cf28e7731284cf6c7e64f89cfbb +size 22214 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_275_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_275_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd3772bb86f9031e42e7c44775ef1580d3213c6c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_275_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b55402b5757ed86470b2d0c4adb01734f10a58f6a614820bd5259597a57b07 +size 17521 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_276_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_276_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c6c314e2ef5924cb30fe22a7e80a815b7fe8f02 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_276_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579764749e7151523f1920cdd5fe2378f752bac975f481e641fb7c9cd00e3a15 +size 34521 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_277_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_277_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a90367f71f8974b0f226a7a44955e9f9eebdbe48 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_277_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7c82b8fb0cd482ee8e027ff0e0145fae06345e57eec6c09dc970992fd06ff2 +size 15182 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_278_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_278_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1de08952137e1bfed85e3efb3809dfb419ec3ca --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_278_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c42ae46ed4e28d863b2c8de8ff831d6831c70761e1f5fee045c3e7338cc973 +size 3146 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_282_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_282_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bf187625a5962d6259e12a67ca98f21c2775a67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_282_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4340e08810ee2228673a726dc1588f53ce6eb168605c237e38d7f2a62fc86da9 +size 18350 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_283_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_283_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5f0e463caef35809c619da137064192c35552ea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_283_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60714baddab72f2e74526621a99be18887eff46b47ec5039430c7cd608b1f8b7 +size 22314 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_284_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_284_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..615d75d317be5505ffe5c1ab49c24563072df0b6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_284_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33abbcc3d73515b5a913bae0c593f6f251723dc51e2d56a9d4d36cc80c8d5a04 +size 15503 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_285_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_285_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef703bd795d850de9d689da04f06cf08517b501b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_285_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1462344954089619a5394d1ed0f175d162a4abd5011ce403a25c463daa17b4eb +size 25432 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_289_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_289_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9c32d9e1754a0105263929b84028a265a7b0b72 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_289_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1036abf9943a31358eb0f9dd8a1c75ad694e67f45bbb1202e10bb7b01765875f +size 15188 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_290_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_290_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22b85934542b2fc47d3c3a9a97e6a15376760b69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_290_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6de2e0d44c3d5769ac9cffd691e251862dc7219a7570fda2b2275125193cf5d +size 26048 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_291_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_291_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c6a4e794fe431bceb9bb7bb1f126916a90fd0bb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_291_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab93e22324bf83c7b2fae6460b2a3756c913b09578b74a4e21beebb98b58b97 +size 171183 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_292_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_292_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30a18c67d868bd63423849acbfb67108da0daf17 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_292_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93c120939de9d154d17fe143897b434309ba9fe471a15765c5c119da187a5c6 +size 28764 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_296_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_296_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a1ffc33c4849cfcf3a3ce6ed2c46e3e99e30a8c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_296_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52ab04cc7d6f5e5c66e3f77e524042eed0172084fccb868656f27d5bd68705c +size 16788 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_297_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_297_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..282023a7766c6f1956c779c2cfd3ef17378e207b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_297_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317b0e4ab7b7236ea43026892246a766336f7d069bb0d5bb2a8ddf439535a142 +size 25342 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_298_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_298_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea1fe7fc17f66340b7ae7b03b0689f1583967f69 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_298_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7e44474795985fbae6bee88f23b8185d9701a5b46d622ad4b54971e686072b +size 24813 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_299_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_299_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9afc122a67ce480bed9a85ee8316df4274b6ebec --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_299_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b5d29ebe076ff7011b36f45860e6f4ea18e9a4be290a570c7ce737c2fb6c63 +size 84746 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_2_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_2_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4008604aabadf38233842a7f02c256433d7e051a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_2_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6d4daf73d87cffd36b65056eede28a19b17c763a51b908f8fc362f05dc1c60 +size 27788 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_303_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_303_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e59b605d0fbe8b1404b9a7df757386957330b3a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_303_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd6d0d409d8c6e76662aeef7295264dbeb8a5fa4696ee32606880fe67302318 +size 85828 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_304_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_304_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad83b042d46572bedc55bff0c83a52cb9d264953 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_304_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba3245cf25acc75bad7982a8d406c012e2d53952ced95ee2e4ada81c34d03e2 +size 8506 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_305_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_305_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3f24add13f7f56068dc0d6cd64a83c77dc20feb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_305_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d7c6da92ca14d443c80300096d9a7e413bfdcb9b8a5d6c3f4d0d9712e0cc30 +size 14967 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_306_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_306_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83f6627395e076b9770a5d62e8858a053bcfaa82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_306_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb16daa5b8bdccf8e2d8bba2e2310cc98b8512e4299be6d30ee65e5525b228c +size 13482 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_30_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_30_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b06d0daea63619d0002eac8e8b853b951a0c9cc6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_30_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546ac12944c9fdd9a2e75f099b44f3440af37d69163092f08d2dee7f75d3a6a4 +size 24883 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_310_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_310_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61e68ea24bed3f9ccee8454568545c29864c00ce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_310_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f255567b3287a7887f797cc5e36b719279352b52f371ddbf1a860dd0efadcc97 +size 26321 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_311_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_311_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d427acff4a34029a26311cf48952603fc95e467 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_311_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c898356e095e02bcc6bfd985265c18136ff73999be1d9b1072ff735f0545abe +size 24211 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_312_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_312_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46637c71cf021e6592d92600b336f17d50ac0cf3 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_312_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d5097647afdf57c9979b85fda9af3e153dd0d39b4eb2c28f8600abce76fe42 +size 26851 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_313_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_313_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a23a8bab44db1ddac8fa983a5d891bb94ad40d07 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_313_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a62a33e9fec24c1e1b15e25f57ac60318feaf6af1fb39cceb5e38dbcff7d91 +size 15181 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_317_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_317_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a439fd4235f6105e81c61e177609195eafbf7409 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_317_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4291d92d1328b988ff5cacd782ee54833fae9ddf16ce2366a49fdaf4acb49e03 +size 24549 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_318_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_318_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15598801edff5b299a4678371c2a829a6673e477 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_318_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5918c1efb4a40bdbd147358143584c54cf72b087c9468f6f4cfe5b5059dca846 +size 19332 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_319_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_319_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fedf91de2d1541c30857459dce31b60e22a75824 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_319_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70dcb1d194fa56d6484f39c179e16b72ed624e313d4b36174ed20bdbd05a9888 +size 25574 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_31_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_31_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f2d124870d46b24066429f01a2deb0106251c3c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_31_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5cd7f70cad5910611977250d46bb20966882f226194a97527af8c9fe99b621 +size 7341 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_320_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_320_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31a33f87b0588cd85f9f45468700020b51ff1537 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_320_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a330d093048820065fde61a6b23b9bd92237058cb7c4eb5c744e7eaecf73f011 +size 16242 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_324_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_324_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36c97a728280fcfc3c5035d48ba5130491043e5b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_324_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d77c99c5f69552f1b048f983cc766941a9e1fe482da8a708aaf197cc6635446 +size 28079 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_325_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_325_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2a77041520ed6ce30aae6de8089c561e9cf2f80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_325_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59052fe01bf48ff3bc2f2ebcb63d5b38cb0228c523ee63e0135103d69225fea2 +size 20572 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_326_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_326_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b83fefe16b9188d109bdc66eed9832ac24922725 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_326_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e3593aafa3ec797c9c889c0438afb1e74193336bb0c8af65573ae5f63bace3 +size 23065 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_327_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_327_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..708fa478710fc2b0e09d4f1e95eeda9040287325 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_327_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e11c190c4041405316765499af2d0e5c12f4f039de33f0e62a27125dbcf762 +size 18541 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_32_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_32_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d07f698ace0e8752c1b3d00d7f200b10be3822ee --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_32_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae3d911a4dcc653147bc538c7904bb129e75d1c1060fd9f21993f45563a522b +size 26299 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_331_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_331_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af9d3798e6a23904983ecb0bed566ff50a541174 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_331_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d965acf42ebe2e54859172453c506c8ce55e3126d0dfcc5bd572457cacbeaa36 +size 17448 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_332_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_332_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d0aa54991009b8304ef050878109547afd8f6e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_332_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c906f384d634cca96cdd2b80f0963e92bc8b7e7b7b68c9a6edbe34c456a533 +size 33702 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_333_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_333_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cda85e21b1513cf1a72c21b964a68130272e3772 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_333_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd541310d71b001dfd62c27074a67e5a740c5db2c3a6569b856176f6aa11f2c9 +size 26666 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_334_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_334_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bf3664017ee74f80e4f3ccdf2fec0c8fa243080 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_334_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044e3743c7a60e2eec4888de979888c55b20c71279fdd3b18fb5938458c62a9b +size 14024 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_338_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_338_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d11fed2bcc956a3c399b81ccd2657d09b4c9832 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_338_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b36b48de8db216ff603b51036889de03a72eae43be16610fd047de23510ff6 +size 25640 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_339_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_339_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36b38ae75e879c387bf99524ad8ae57fa53983b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_339_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4d51ac07c129a2ab88b7055079ed0331d2cffb501a20d9b7f2e1c2ef0f587e +size 23614 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_33_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_33_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..680d5c9961dee441811f46fc3325f83fa8b6a244 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_33_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509589f4d4a51541d06d9d53c5c165836848aa7d9ceee68d6c5a90a7ee08adee +size 16542 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_340_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_340_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..652886388b67904ec349c4c2c2e683394e6b62d2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_340_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c43b341afd016cdca878c8975b981ecd6331534c2ed239af3ddc82be21941c3 +size 13582 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_37_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_37_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8385bf4224df68c36ec1fe297ec1b94a53cda80 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_37_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409330369b52a5ff0d605a59b6c7c763b0f768e537765b4a51466de1cadab07b +size 14852 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_38_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_38_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a0a6558d0d76c4070c32b98f6da0a413b03d560 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_38_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6471f9c4e110a68727a31b53721002a6467dbc46f4f6bf672c418e2a51a0d824 +size 26808 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_39_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_39_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..474785bb56d730f9076e5e3d45275384ab46c9ff --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_39_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeca0b126380665224f23bde8f8551ee8ba706e0ecafe0e8ed647939db818ea3 +size 26962 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_3_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_3_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8246c9bd10eaeb75d1dcc5aedfeae48b3170fa0a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_3_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6e81f85466ccd346fb6a93a2dcc54bb5b18962b3671ea622da4297887650c0 +size 18699 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_40_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_40_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c816a4e51d669fa0050edce3fd62282f914205c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_40_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e962ce9358ae0089a37541572dbb32cdbc2fa8c9b2253e1d29bb9e63d8b27f +size 89674 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_44_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_44_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..296e8f447d8de66f7a9f70edb8424bb408a38503 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_44_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a7fee2480392b7aec3fa424540594dcd24c1c09df31af9f85cc7a0b18d6ee7 +size 25792 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_45_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_45_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02f94fc007d71be0e51e6e1bf24608cfa76a673a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_45_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc01a0db86158a1ccc8dc0011ef9295f2e6b86c3502d17ed18728d5a68ff0089 +size 37908 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_46_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_46_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cccab88f4ba1b57087c4ced0db4289d23d72d214 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_46_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb898b089d4b72a937f4ac4df35e174e5a6c0eb97474782c7b000f2937e0c039 +size 18510 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_47_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_47_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..533490950162e81a43582d630e87a7fbf068edb9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_47_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3736def446eddba27df32c9efc9770361ae0c6282f2672c29b98f2ccf750483f +size 28626 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_4_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_4_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8e8d253f47a738f34c88cc38a35970338a02a91 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_4_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5e87fba89232a37529499e1cb61302411658bf5dec3476b955c36af63da402 +size 430863 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_51_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_51_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d92a2fc08c8f7c8a2ff695952412befdfab3e8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_51_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187dc063a5c2896c62b905750435646ffcb91badb770d096fa93ece4815a719c +size 26201 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_52_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_52_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fef7f713f9fdbcbd93aae70f890a803112188333 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_52_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c28a1e86c0d5ecc56bddf48457c243e2a39966efc60f407ba794fde9e3dffe +size 7135 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_53_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_53_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aad4105412acb341d923b94c35545c259a8ab5c6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_53_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbc323b0aeb6a6e1acc1bdd27776d1421d34e08f23f47884d23e27266c7b3c0 +size 25064 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_54_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_54_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d2cfe468a3973e1b5a5e1f4e2046d73ef23a19e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_54_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f57b7f3796a9d2c3c6f6434355a35b67c4e6c3db584ef9d4ffd7fa3386ee06 +size 17972 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_58_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_58_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff04f123c8c014e1285b3843655eb1f1939a2018 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_58_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b596a9e7f3d6757ed33d17c0a0aa45232c2c8cc4ab8f144f779a71991705ab5 +size 241946 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_59_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_59_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e54545e83ee3d06581e4e9b7a6c42337848b2ae5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_59_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864ab11b0e4094d4de060b418526422f247b33b15dacc72bc9862ad205420b39 +size 11930 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_5_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_5_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3777aaad127ce253bca9b54c687dddf5210a3c01 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_5_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf194194febfe937f91486caa8d2628256720c3991a2381e8e0b934ea63a92c0 +size 17650 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_60_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_60_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2c4ab43701b48f4fe4297f21e78a158418bf6de --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_60_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5c2c05cb9012f893486e472b5f12b1ce19fc8fb422951270a5abcbf862d3dd +size 25820 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_61_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_61_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6947d147fb273110fc95be033dafa740638f77c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_61_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056988a1e8dc547c4b0bd81433cc86725460d211901f7d35921a04bd421f4fa8 +size 5168 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_65_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_65_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c59c8772bf4338c5258d70e848caffc7ba6f3a11 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_65_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fb6e8b744dc4ca832ee5329acc79c30ed64ad946d4033755eee390feb3277e +size 31285 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_66_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_66_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cd2374bb9053f185368e69d0e273b35b7b01f71 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_66_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9548663acb914c3c53ac45e761a324ec127ffcf8282caaa0a21c6918cdf9833b +size 32158 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_67_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_67_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fd9ee441530d223b1ef4513afed89dfccf26103 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_67_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7472791b53e38203e574a1e49b197d0b048bf2f63c8c087f2abfc8698886ee1 +size 20618 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_68_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_68_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20f98fc7120cc6c09ab85eacfa8b80291252b163 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_68_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c42f980beed31ac58af557f8ccbcbc3d830a69f2e8a2eb5ac91c56aefe5852 +size 23161 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_72_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_72_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4d30fe750990bcad09c2aad7009fa8c5c467d04 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_72_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6070daac033f9330a1259ff2b10429204abe38e204ddef9cab7d5591364651 +size 25548 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_73_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_73_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfb1d9f216e7ba67b5a4a2f82a480bc303f6aa18 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_73_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8017b266e4960aed83c338b1c03ecb1d389acf198e1c96967e02496e31c9404b +size 15168 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_74_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_74_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..628a5983ab6fa787b178f519f1ee5567f8b42f9e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_74_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a08d83a9d4bcb5877136727cc90b54466a18c58068349669dd90f1f9a18c90e +size 12550 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_75_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_75_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3806093634bd8db48de0a99d81b9fcc65a767cce --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_75_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e89ff602e19f0e8193b2c2ba735579f4827134ce286b1461242703bc457217 +size 14529 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_79_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_79_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60f9b91aee2390ea448458e6b573cd760ca280c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_79_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343400d9ed82ef1134260b74e578396a294f929925975917a65548b433b52c6b +size 17530 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_80_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_80_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8d3626adc5c6a7af10b8f75c6d384d3712b584e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_80_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52476e72f7c5670764346945d85b8189e2405998e188efa664283d3622904c74 +size 1993 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_81_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_81_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f586e7d77e76cd2f569da51a9cb22ccf05500cf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_81_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab008e1d794743a7c8d67583645ecaaef583b0d3664648b3c9bf3660b5a83b6 +size 18273 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_82_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_82_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14757a49aad95ffcac75847b4b541ea5576c276d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_82_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5ffa59f768739e86b0e2ad2720977b4f88082fc32396a4ae24221bf3a0d111 +size 15597 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_86_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_86_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f7d231f749a53ce12affaea8c98f55e35e70ca2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_86_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408009638511df35405af1fd2aff6dcc1e79914285f27348dd18eb30c14fac9e +size 24557 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_87_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_87_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5f2592eb5c048a4d283f917d14c824bd8435a34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_87_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d24624eacdc3e2168618c485f6e2a95a2d7170bae5a589fd76eeba2e7da48d +size 24638 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_88_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_88_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f0fc81ecd313278df55cee0695e167f6e88b6bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_88_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93aac3b290696b356435cb81f2837f7d5411073a20b01511e1bdcc24ff26cd82 +size 26096 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_89_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_89_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..099472e256459eb46476924ce382d8e72d219fe6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_89_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef639dad555ef848411fcb8de92f9f10fb7744c23babe0f06d9e942a89310708 +size 15391 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_93_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_93_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1ef748324cbbddfadb56e8ba9df806e4b130f73 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_93_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74dbf31cd4d09f88e675ad9f40d568611b8840f0139e30d945b2269d87d1d024 +size 19636 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_94_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_94_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc6b1d8bbfefb1dfd0da0febd9cfb1213a7c4b6a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_94_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32e0f1881470bc7d40edca03f227d0352a6e962763de9d5fb2488612b587002 +size 27237 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_95_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_95_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec3bf351984d4e8c7b26691f8889758dcb108514 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_95_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafe1ee1d7165fb992d52b8d362647584971bc2f0d1941acbcedbd728a3b7e88 +size 25483 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_96_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_96_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d7d2cd4c8ae669b34fb2215d40e8da992503248 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_96_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419dce6cc4ce1c793f646d32f94e787b9099c93ba4a9fddbfd8c3984b22412da +size 13826 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_9_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_9_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5dea9e9017af74b8c5c06fe9393d6f9cb7d9e24 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_colorjitter_9_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52771e1ed3a3558f33a82c49b4b512be290846e926bebb1ff4ec2d1f54045052 +size 24564 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_106_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_106_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfd7a388c981d13a5130ed18cc87381c6d2b80db --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_106_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910fb73ec3e00e81fd656a1410ca29818f63223e10dd3314ec00a58a24b21fb6 +size 11234 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_113_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_113_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2894c82d57f8fb841b4347114dd27a5c27411bfc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_113_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caf78977980864cdc28e1c0e08fbd32ea1a2e8b23a948771f3ef42e3c9596bd +size 25388 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_120_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_120_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..882e920d33ad4da33ac13c9d2e13d1ca93deeb2f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_120_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7ab1798be9b52e082ac6eb0780bc4517a9f6e494a38f4261134cc9b0d6c614 +size 26385 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_127_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_127_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f9e25b9204dcb11cd2fad0381c2252848d27c6f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_127_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaef71639c0d99cd7a463f8f3efa26c0dfb771b571e70b4da73c73e38a6b571f +size 25577 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_134_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_134_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3449b27e0317166f34a190135b2a8318c0cdc0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_134_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bffe0042f069253cbbd1f2475d3c0658384b16d7d87f1bea0fa68238953dbfd4 +size 26007 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_141_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_141_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d44681dd88650b8f404aeb6dfbf48c6204e98107 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_141_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73100a221312d17943fe559fc717fef577eb4dc363776a1bcd5844ae0df37dcf +size 17850 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_148_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_148_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab0ea28879c96d03098fe14085e7b546b98b9452 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_148_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5090b72bc51765d01bf3be6e90b971d2aed10b0bbb6efd949adbefd725123f5b +size 27230 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_155_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_155_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3449b27e0317166f34a190135b2a8318c0cdc0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_155_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bffe0042f069253cbbd1f2475d3c0658384b16d7d87f1bea0fa68238953dbfd4 +size 26007 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_15_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_15_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de0e56841b9504d4d6b8f6dd0757c1f69456a21a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_15_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1250fcc470f8798147ed764e1b31417433100945f7dbe7e00fbfe3acf8c480db +size 18444 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_162_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_162_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d288606fc81ef6c2bac7941dd17a1a63ccc94fab --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_162_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d40cf9c4c8c073c482870bc6fdabcfaae6657a1b14d72307da81df5294fc32d +size 25474 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_169_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_169_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..016ef79871266cc321fd75883b62c5e8458fee8d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_169_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669d59cce3ca608602352d0c34a2a05d1fafe680ebae80d257cc488ea07e51a8 +size 25274 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_176_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_176_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df09c5047b41b3cfe87088d4a2bbc05b89ba5ce2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_176_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e92b90d5ef08f06a80b18271ae6415c4d99b88b36736f1af6e3fe4c852c4be1 +size 14417 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_183_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_183_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..033fb6620e4944324ea92c8d8079959b98505560 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_183_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0564dbeda95e95f058dd52ab66eb1c7faa7ee982ea15d7d25317cd68a61591 +size 24095 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_190_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_190_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..661f7a0fe00e2feb226a10f893bf6d3ccb522182 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_190_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611f12daf7a5f15ad3b11cec8190eabdbc21407fbc87072d6b9592972f7dd494 +size 27138 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_197_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_197_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abbe94d3026718bf7576f73bcbced9fc87081808 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_197_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d8509d3443354725fb1b5477fdf35a686bdb0694110e4c7a92d75b7a9f09ee +size 23086 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_1_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_1_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bb23eb67304d32f0881ed18bd4d461445469965 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_1_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982bc9bf46845d925ab70fcc763698d7c0c680264fd589beea46848517b0c29d +size 16468 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_204_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_204_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2c1bc2cd3d349b50db0088507390cb9c4027474 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_204_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4a39c27ae229847f558efe837b530453ae540b64fe186ec865fbc2114bc998 +size 26066 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_211_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_211_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bc212523c652d5c9e454cccd35d434d527c0c05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_211_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efcf5d8c3496835ec69d8b01c65183ea47ecb37e6796482914cda869a9d3c688 +size 25469 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_218_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_218_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..677954c84d294702805fc474ef54f6483651db58 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_218_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e0797709b5b3291d3a229af558f65c0f545b202498ffd307c86e0383783045 +size 26876 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_225_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_225_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17187e6d5dc249dbab03588794f2ef8739a18d82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_225_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d74db0bdc2830aa3e71c1a45541ab4f57498557e259f0df0266b0d1987043d9 +size 24314 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_22_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_22_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3be1c5bb59a094742502d5dde967e7e4f86ab35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_22_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd40319d3db59e333f3ef9a59716f1d6c7349b5dd33c24b11b9c867f250f9ffb +size 27370 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_232_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_232_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..039dad6c4449c2022a9284caa047a5ff23a38923 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_232_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00dfdbe36866a8224a8aba9a95f55ee73eb105281c1966456d26e25c26cd1d1 +size 25757 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_239_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_239_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4382109472c7a2cd3d810969314c8d28c1065c2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_239_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65809806217ee0ff65ca531fbaa35e7ff28b36ef0ee6fa730d7625d26c6c5d5a +size 27084 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_246_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_246_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25a01434fc8ff6d99b45393ea2c4852e34725daa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_246_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2d1082c604e9deae7b1753e363716374311e8a2393d3892531f8495acfcc17 +size 24316 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_253_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_253_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8387cf9a8c06e75e0808171b1be9e67d14053ce6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_253_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99d6638c5f00444659720365fb2c3d7d39b8f5b3b0ebde0bce90ebfec91d22a +size 25842 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_260_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_260_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25a01434fc8ff6d99b45393ea2c4852e34725daa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_260_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2d1082c604e9deae7b1753e363716374311e8a2393d3892531f8495acfcc17 +size 24316 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_267_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_267_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f98bce2a1edbfe717d8d585bdcab11c9007809f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_267_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b3461f8300d56ad18139b26b00cc602ec00f3ba8fac9218b03c9434bedc2d1 +size 25324 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_274_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_274_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3be1c5bb59a094742502d5dde967e7e4f86ab35 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_274_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd40319d3db59e333f3ef9a59716f1d6c7349b5dd33c24b11b9c867f250f9ffb +size 27370 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_281_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_281_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64387a1d3425d8300a2e5be10e9bdc888f879113 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_281_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040d003f49c7544c761e6ed6b5d43e188a4ee95d47b90a43e56a9880c337eebe +size 26799 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_288_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_288_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b0e891d126f2f8301b3728f2bdb2271f7ed8ad8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_288_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36dea21a83e0cc6e9e969c84eaa58fc2212fba0f4d9b3e8beae9287acf3a5823 +size 26171 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_295_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_295_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0806a9daa774ac8ef5cb02d6ea84b9abf46cded0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_295_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae70de5c6271542a20af3cfccd8cf702dce8e8c859801073891677a5bb5983cd +size 24326 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_29_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_29_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1380bf3c71f47020a2275e6b14716d59aec05fd6 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_29_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ac42851e4a06f5f308f5728423b4c36adfd6357a149b984c3caf199a91bd11 +size 24869 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_302_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_302_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de29ccd8bc7c58b98a797efca14f631c95dba922 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_302_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49ef017406b98aa045946227a2aeea52522b394092c44101a42ba11b74e6c80 +size 26453 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_309_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_309_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..424770ef1d670bea7433dc3792890faacc94d6e0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_309_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a937c23f91bda80a08369f1607bd16c55adfc76e49ac2cd25bef39f42a85db3 +size 15803 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_316_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_316_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56eb781d6f5d3fafe1a04dc791aabbd7fd84a86a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_316_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a2022c75c90674789ef74236f1b73b379c6fd70848d31f2bcde65a55a53e1d +size 20335 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_323_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_323_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3b7c112215554a53d72f9e85a81a282aee11bd2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_323_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b01bdf027eafa460dae1b6551f6c1a0aadcc280ed2fff5fb9dbdd5e6d0cdba3 +size 26846 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_330_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_330_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7965707d06fce18ca5fa00e1e9ff13c50b0bdaf7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_330_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74609c442f1a315b615ac67eb8d44a3776e54797bc07dc93a163cff589f49c8b +size 18278 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_337_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_337_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20a2f124304e705a2c4e4d687c53f61689654509 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_337_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57bf325efba8eeff7519be2513f48a255ee5ba06291cf7c624c4618a89a4c77 +size 16684 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_36_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_36_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..693f12d64942c5e0096f87e94d1ac4a79028939f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_36_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb77bc88d785c06bd68df83b547fef54535201d44cb04a93063b83966df2074 +size 11951 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_43_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_43_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b6b1114860b06c0ce424a401b25849934e083ba --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_43_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a7d8066b1f4d6880b6b04c38d8dd937598588137f5703c4c977dfebe430e2d +size 26318 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_50_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_50_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ecff822ca1ff1aa9928fe5fe80437ae67eead60 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_50_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a289c00e48e9de54054127a72f6ea5518b66bca50d2e41f06b7ee6aac64b4ca +size 24808 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_57_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_57_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf842fab386ce0cae1c3aeb8298c11b41e050363 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_57_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b189c65d8cfa52bac7f7da1fed3527981be2482ab93361afd0166de061c3133f +size 24953 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_64_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_64_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55b7fc5e009377e683d9daa4011fc3729de591b8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_64_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3f06e5efa8e8693a843fd682ff355ea29d833c417c3c2cde3201235028402e +size 25246 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_71_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_71_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0db901bbf62db522cf44c6bd844a6c6faba94a15 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_71_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efe17529bf9558159d31fa34bac98a9d59a556816d7d6a15afbeb46684dbab9 +size 17334 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_78_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_78_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9809295bd36b3afabd3bc72c908d734cd239d411 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_78_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c25a7989419429847a8614ae20d4d06b856b6d29bf76a47c7b98fee440a8e0 +size 25771 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_85_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_85_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a44c287f944cc17687de633f02ca0ca0b1a5a656 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_85_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38984f8630830744f4f3fb1d6006e44f40876f8d0c20f76e26f7d82049e809ae +size 26386 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_8_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_8_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bac08c2a044b6feddf71472983613c6b3e21ffbb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_8_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256246bb2beb35e67b11de6dc85e0f44684d0857dc01413192ba5dc6987bfcb2 +size 24425 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_92_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_92_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..320eccf72547b9edba38170ecd779c76b017a150 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_92_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5bdd6dbec841b7e1a3040b25028e4a8219f6aff492ba09316ae2a3532b2215 +size 13589 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_99_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_99_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0796ef71b58832a4ba2a59901f2c589d4c38defa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomhorizontalflip_99_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafef69389743db5d0c6fff46e91cc9fbe6a76144df5dbbb1ac61cb8b8dea744 +size 27133 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_105_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_105_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cd03fe81cba0b91c8da53b7fdc3e49d2033a42e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_105_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a01861de74942527b083066aaba1c7c6b9592e8a432163810424ed289f5701a +size 10039 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_112_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_112_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c06b681f19ae9a191dcc2ead637b74cb7891001f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_112_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8658c24ed15c24608b7a3f0f65bf061ed48844c429d7a709cf9447f456b75e5f +size 11716 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_119_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_119_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40e1b91c50925db8da69dcae17fe6fa1233fac93 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_119_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4656309cc9eb5c23c6b0f1d0146454521a8d09a2b4bff8da51cf00b943cdae9 +size 16042 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_126_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_126_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75bfdc2aedd69c1ceaddaa52745ed6c35a58bb6e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_126_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9fe515da4e4cadd0561e59cc7f24cd5a8b1e887cd79510a46ccbc1e097893e +size 15871 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_133_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_133_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20717950d87839d3048dd97f26de7e097256e8cb --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_133_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab17f146061d0376b18d7625376ba379d14ff40b81fbd324be615fda4c3f5b66 +size 7931 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_140_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_140_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d354d24cc68e352b3c944d7de768069836a17b4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_140_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502f6c1e01644cf0dce2ffe6cdbece4b5147ff643121ccb300bf1b32f89cc890 +size 15518 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_147_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_147_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ff516c82256d247a1fc949c5d6276a3def9cdda --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_147_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2d41598136d87820308d2101d3af0e2ee8c06d758eb6ee99cd6d021f71cce5 +size 16854 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_14_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_14_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c729e92c6e90b5323a66eee760f9408559b26928 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_14_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee17dfc05def4e80dca8c879212e3d0bb8fa714d56fbcd3bf02d20a5c685295 +size 15533 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_154_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_154_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b271df786d60b42c0f707bcb4abb8d8c14c6614e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_154_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84599343ac9b96cdb3aa06af9f4e63491f2d79b7680bc52ac02e6c34406003d8 +size 16284 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_161_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_161_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d9928f9f7d51e660b714879faa18b02693bd33d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_161_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4726ceff6cbaa4eaf18eb94313a045ddee468ac5f8a76c4ee4efd6b19a50373c +size 10090 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_168_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_168_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ed46d4e14dc0cf08b7bdb89efb3059f4d1b5b2d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_168_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f72b7075cb6740be139189399c60f3c0b6b411e777c13193534d0b8e67b9c7 +size 16337 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_175_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_175_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f329665d8bdc1cedd960d55749efbbe2337dd0fc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_175_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88eeee0a9c45d914d21f1be1e991a43b57ced935e727aa4862f639971ef1763 +size 16183 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_182_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_182_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..deac12e0da7c6cf2adf1d59ed5b4766252989dea --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_182_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a472e6179b0af0d0feeeff05d95675e3c9d98898fa94730a87555e5eda6e546e +size 11525 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_189_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_189_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d737351a5837bd64bb316e6cfcaa537a03376929 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_189_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b01a21eb81739924a72aa3050fb47e00d59fde4408ae59674cd950944d29fe +size 7709 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_196_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_196_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e48928ea370c205de119e1e056b46d0c42a1aef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_196_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f1515ac7e5b05e0d82f087cdfbd8a8c8e58d3d7c16f2a218cc1ad5f7cc0f5b +size 9920 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_203_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_203_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89f70bda8946d509eb2d31e807161079ac149089 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_203_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7a6921fef2850f69c3d224e1aad263fbd8ae5d0536e72a5a89e7c70f19ffbe +size 15618 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_210_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_210_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..583eb925518887d2082ee0ce1b9bee92cc475f34 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_210_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7756218ea68c874d930cdc360df08fcf13809dbf5a21b90734b1fc8389cc11 +size 10058 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_217_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_217_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0afe24e8905fc27f55b74d971f36d5d569afc81b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_217_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b28265881a35805fb349c1ae53579fe30d9e565faa59ca12adc1034d37aba6 +size 9430 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_21_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_21_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..388449feec87a271ecf629378bd7fda9d535dd81 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_21_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8f0152612538224f91d38ebf4785b00ee3e2668846379155e5a0ce99e514a8 +size 15047 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_224_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_224_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51801979a1563d189654c2c9315911468a8960f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_224_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23875e8d2cd913f5b70977e816d04b92c6f7519a4ae9910cab3f5753c5e51d0d +size 14836 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_231_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_231_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..764f66d3d53be8c3dc6147d24792f3ebbfeeeb94 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_231_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc30c0851dbe236c3ef43df7d52b2b480a7e18c7884945fd58f15bf7d8b5fece +size 15271 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_238_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_238_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40ba2e48e01afec05678e84d743e9ea5dfbac0d1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_238_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e83163454f9b595f0104b75692dd218b576e13c93767dbc70df45e141ed1dae +size 15009 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_245_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_245_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ed2bb01493b08892fba6d6b80c6ac554ad7900c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_245_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82306d4f56b15395c49804b1df0fc1a540cd4134dae786bd4fe9590ae144bb24 +size 15717 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_252_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_252_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93cbd11c1344a1a8d54bb394a8ffec8547212bcf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_252_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009fb58ee67354f7d6c0b1438de1a6115d3b912b9f93f166ac12c75d2da3bbdf +size 11424 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_259_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_259_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0d6d817e8ded72b5e01a066ad632d7cc9212a56 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_259_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf03aae8653de1f003c05c26e6966d5b2e0564fd0cd73cd48851dba6cea33f9 +size 16721 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_266_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_266_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0e1e5d9e536a419415ab1c6932d6774fadb518e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_266_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae27dded48f696c9156ee31643c88e14de7572bbfa59063bd2e89e356e299fa5 +size 8988 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_273_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_273_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d08a490c3b5668fe2b1060526d0d8c3a6827df1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_273_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648685db3c5305a893e6f46a6e2d852132629114b6051e28b7f24ebbf82b553f +size 8976 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_280_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_280_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0dc6a5b4be1dab11421329be293562e1b4f6f4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_280_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb53df9a3039f2077fba43b2dfa9af3f75bc98e899a1f2e79dbefc369975087 +size 16533 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_287_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_287_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2536d233e0d8a2f278bc042496c4418778e7096e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_287_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533f315cf552669b886ad7f9019f9b4838be5c7b2ecc49efa4bd45167c351902 +size 16071 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_28_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_28_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7068809b6f3d24504509a23c18d4473256cbab8b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_28_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62ea9615024420c7593c0ba1f296a5bf517e33bf16a7f9fbf27ffbb32a5131d +size 15728 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_294_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_294_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1abec02287e9de3d735299a1caa02e5a6b46eb29 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_294_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff87a43598fee9f3696db08849d1d3d84c893a58f8f773dfd64963a9d82f79d7 +size 9508 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_301_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_301_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bc471ca087e4e76dfc6992458dc951ec0bef47a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_301_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4b9336bac097c78eddbd6d92497909149ee7ec13226dd03426dfa67832ed3e +size 11328 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_308_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_308_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..015e346d46621380e8f30e62f8f9d071d8a4155e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_308_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df74cdb85e2bc213cc1cf28e4edecbb2b48e5bed7d9913bea9f8352dd0c6183 +size 16291 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_315_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_315_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8c5101ca6c84f21db21f9d73aebc2b613df7d67 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_315_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3bf6b56da3fb75fa42e849ac08b1d887f577f58ca9cda2e4f30abff640496a +size 15556 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_322_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_322_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..969cbc27333ecd0d9d20d20f523bef4a0ffbc15a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_322_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c2aed3d38b1fc9179dd9ffa44ac6a4130259d3a38c9e912c7199e50fc4e3c8 +size 15404 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_329_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_329_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21ffc31a1af5cfc885bef2d085daec42f279bb0c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_329_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656d6f763928f871f49d24168350bdd5e9cc1734334ce58bfc90201888277293 +size 16079 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_336_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_336_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a84d96fbfc69fefa83b394d043b31da75da17517 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_336_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fb8d17079bbe7688a5f7bcd18a08de26edfb1f4ebce55550dd753ed747c5b7 +size 15185 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_35_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_35_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3534b01b89d16b2e0882ed3e9436c92acd8756e4 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_35_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55b5d2e4c2e2b7b5ba5f4f340afabe19ab606a61310fade68b1030f0456a9d2 +size 9209 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_42_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_42_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08e1d140febd6704167c43058b95013550172909 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_42_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e547d415c1dfc9923c154e8123aa2923730e559ca6e60cf38d42d3d7e30bbd +size 7867 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_49_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_49_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11566afee0571831be54da8507f685711dc28c3f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_49_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d920be78f0e66ce26119cfa067b1989623e4fd251ac601df34800c4fa9bb737 +size 8891 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_56_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_56_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fa8701017773f80b49af730df84ebd107a7565f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_56_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03246fb5bc132570b010294826ba76f221bcd3e77c4db71b464ca8c10375401 +size 10345 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_63_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_63_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46d91e7d22f6f7edaea83058b209364b35a3bcde --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_63_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c070966755948f5b0579924151d3f89caf8c4342b96968afc54561313a66be +size 14573 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_70_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_70_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c07bad30ed464fc25e17a77a945e927daf436ca1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_70_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c58a5a9f7b3394a0e50ac1131477ee732d8177c988a3624d5c50bf9af1f9d2 +size 14630 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_77_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_77_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8392e2f2b58e6dab55a5d5040af27d32f44d820 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_77_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df67d27e348af5143aeb4b62ff2595a8844ee7365e9efcb26b6028a25e2e96fa +size 15300 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_7_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_7_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43e6010c77888400916448c6898000fd9db2d295 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_7_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5d81904216925737b56f076d23e64af22f000df98a7368a782829d2bf34d60 +size 10367 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_84_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_84_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..471129bc991f00aa9173c240b0a854f150c261f9 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_84_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdaf5b62cdd2042e53c59487aeffa95a035b38b2b9f842d1a82f6866b9c292a9 +size 15396 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_91_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_91_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e19ccac1783826c30b527da092c7140612e3db4e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_91_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cc00b7559f0e981a4dc8d4608d6d9d1ada06837226cd89d9a6c3a0fdb2d8bb +size 11443 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_98_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_98_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11306fd1e74bce493236fb911a824218e662871e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomresizedcrop_98_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3577f08454ad3f07f4c0f1d049cda8afa370a17dd92e60a7da559fd898ea71 +size 15954 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_104_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_104_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b7f724e2ff68ee285511b71c1772424530c8dbe --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_104_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3177ab98bc2930cd7cce295fa22b94134e5f586f3b698353f170522ce83b16 +size 13719 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_111_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_111_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eaa6f59decb0e4af29b62158363fc611621c90ef --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_111_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74dac0fdd43ffa5fdd9db6c845f0e31b4607ec1ad4505e09deaf6666929b1bd8 +size 16509 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_118_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_118_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dee4da0d9e846e36f6d23903d5edd0baad8359fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_118_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3add3d694b0fa71c66783b4b4e87e0637691ca6f4e4722c98f1f794d5b3ea9b0 +size 22908 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_125_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_125_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12a59464592c3170c9bb03be628eb6ce452f88fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_125_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430d760f5b6455b7667115935d021ce4eb1e99ec315e9d20a3dbc9ab8e2f3a44 +size 12397 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_132_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_132_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c663639a389aff93efdcf74f7283db82f815ca5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_132_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ead57bc60dadf92f9a594ef21a0c9e688140da9cc73477ec2b0fb8c1fc6a37 +size 15568 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_139_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_139_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4faf8b5b5f1334cff44aedee26db02c33f2be76f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_139_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8b736f85a408f2a5a06e60bac0a44b999459fec643a96aa210077bb81013a6 +size 23270 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_13_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_13_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d55c6d90f828ed5edcd8c81dd6c413dc2bb07dfa --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_13_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40a355a9849915d0d1a025dc65a9e65843bddf4405fa3b5c4c7fe6a713261b8 +size 13385 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_146_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_146_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14afc82bfe9c26808e2753d5a7f237dfd47bdb5d --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_146_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8dde06bfabf83ac6af570a63587216f53ad00c95df471cc1f6a38ed2fe48fe +size 17186 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_153_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_153_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04392c032315bc253f766b2dcaa90ef2c7adce75 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_153_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5ccc62806366041b33668c6347c26562c96528b48b2a204b6a35c98ed72cbd +size 23047 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_160_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_160_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ea8f44e79d12e248f1dd69c71f5c3dc9da3b37b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_160_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1c6790467012e4d008196c8edea0a041f30289cf0f8f563d8f715dfda0f03b +size 24692 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_167_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_167_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc47f6803362b19e0635bce1b22569533bd30ddd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_167_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472432a19f65fe7549b5693b50ef9fab72fdadf0758190cb68ce70e9edeac94f +size 13106 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_174_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_174_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03dd941d72bbacf2cec91ad3e2c1c361e2b5c157 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_174_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e710fb03f38f287edf4f2a30bb0a5c665ca9a180e80db52ad13eaf75fb515062 +size 15351 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_181_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_181_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52575a16a768554a215218d059b300003401fd28 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_181_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa5ba24b95e0651f5f1b2ad260dcad99b683a9de6c87a5ddd2853cffbedd6a8 +size 15660 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_188_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_188_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de0c037752eda48dd2df825a72abb88e21dacdf5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_188_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72bd52da5e9f9d58cb1ade12a626e90a1e6380dc4cb8fbe1e0e7c64e5799864 +size 24343 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_195_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_195_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e9f75930478c820be2d5c5aa37d853ba97de3d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_195_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0eb8c6429d96d723d0ff2a8fbbb69fa35a10f554987bd2789531180942eeb07 +size 16434 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_202_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_202_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c297f3af7c50d0f74a195d8650b37efc2aa1d63 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_202_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02ee837c687d13093968bcec4219396865b8ec965020477496e8fed12552623 +size 23541 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_209_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_209_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbbbbb5ece35ba9cb4383839fa275e2e401c4e21 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_209_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbc8f2a984f31f8149d2cb656b3240c26ee930b95517eab967e0a8b4a64921f +size 21500 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_20_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_20_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb323846d878ada7bd6967f14e6c0bcb9b523db7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_20_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956f041cf1659c0944b412626e410caa0995e56161c21974be7db172ab7ab29e +size 24336 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_216_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_216_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0393e0144becc603417d1c0970afca601d468dd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_216_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383ea2ca8822470a61d6e76684da313efc990dbc4a12b9e263793d58ce5787bf +size 14120 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_223_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_223_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f03696e2fc1c45b931f3212b292b42a68dcc3dc8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_223_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6deb22eeb58fe0b6dc6b8a6f55594f703dfc27d3dc9ad0179c7ab22774b4de +size 24421 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_230_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_230_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4051aa04637ddcc76b262f902679c9d802c68341 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_230_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642ad8d5dd7da33369f5a8417e9062542fd6826b119ee8d614f553522bf717b6 +size 23243 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_237_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_237_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ac319b939d6ebad57ae19e982642b875882c061 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_237_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c7075d3920cd7764d53accf38f3ac071b38a7d6030f1856f943ce1bb3e1bca +size 23972 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_244_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_244_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06f6b501417cdd71b5b6e3e3ddc685ac0bf4cd1c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_244_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a335290a25beebc7f40602e0903756d3e3872be4163f6470a394f55fe6f08574 +size 21415 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_251_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_251_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10dd4e8548b18510eb9b14405ba73e5a3c0d42d7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_251_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719b14d985445a03630eecfe31ba90ee254a1d22f0846f72fdea87ff43c9555b +size 22659 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_258_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_258_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1bbe1dd2459006443d989ca48ccd1cf657bf32b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_258_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554b987c0b60aa626e02c1a507a1211258552e8b415a92b352bc025aa4d3edaa +size 23982 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_265_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_265_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24e3c16aaa6b1a930ed15aca4c827166a920b3b2 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_265_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cd4924cfd7632a946e29dbbbbbd79008173dc406c6909504f4615db9bf0a8c +size 24051 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_272_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_272_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d776bee7a9c73420c73c50c30892b94dc620322f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_272_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9023aede60868f6ab8ca4e2c374d20eff7e8cd0e5dc49022337f7013eb842e5f +size 25315 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_279_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_279_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..102642db33d271c65ab4ef3aee2d9525e24f95cc --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_279_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472b46e8202e922b9976f8b99851431d89e5ad6a9467941e88821ad4a1228b0c +size 23203 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_27_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_27_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab98d7b78af8fd134c04ce8ebc0e5b3e8f63035f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_27_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e6e8f46837b2bc9731fc2fb642e744e4bb54f88301f4de4d7c89ce3c0355ce +size 15849 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_286_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_286_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..146840162cbf153f32f7623bf02fdf8b5e9f01c8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_286_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91cf19e82e1311e46c702b99c29b47535e875ec8328f95fe7a38bf12b618d09 +size 23190 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_293_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_293_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98c2fea5cecb114fbba420c1e4753e9143af1d66 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_293_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf8e0895195f7236a43ce1883755e36a56ae75fa0ba3eee8aec0352a0065ff0 +size 24276 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_300_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_300_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e9f75930478c820be2d5c5aa37d853ba97de3d8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_300_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0eb8c6429d96d723d0ff2a8fbbb69fa35a10f554987bd2789531180942eeb07 +size 16434 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_307_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_307_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ffd8a5dcb01a78b7535545d1a300379a17d5c8f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_307_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9759090486ad0cd76a62e4185786845030dc1323fcbed2b534a16cc0d5dbd61 +size 14940 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_314_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_314_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f403f1adfeb8d3672650efdbd5be33d8ed1e5474 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_314_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7cfbbb3c9b4b5401f502ac2a99d7857eef6ac7394729ab5cd326cd14d1a1138 +size 14543 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_321_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_321_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c209f57ca657ec98b45b271e13f9d5096562a393 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_321_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d884772d221a916a763a4d0fe3d3e613058437e0b99c240a803f523349a6e667 +size 16616 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_328_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_328_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a66639a8c4f9cbe64c4f08519772f6a4434df05 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_328_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c3be77efa26180eae47bc0ab2762b692a2ef6df91f1aca1ccfae98a2e15ab7 +size 24183 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_335_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_335_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d63da462fd4b17ecb086b1dc6e967600d04cb3bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_335_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775b910ee668024f8c54ea860fab6a1c8d1caec733cdecf60e1d78a12498c9fb +size 22865 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_34_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_34_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..226666d23519b453af8c4809232a88256cea7ed8 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_34_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa581331f251101b89a1fc80ce5387994b6e4d0651ad10e507f98ac57c08974 +size 23057 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_41_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_41_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60945d074f9b88d46850195f5fa88b273c526001 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_41_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c971241090a0a40fceeac2a38c8271e863c3d105562f0d70633cff532c6b775d +size 23226 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_48_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_48_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70b9f9d7ee3274fbd1730a28d53f83eac9679dd5 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_48_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1399c9815d0ebf98a9bf69d1461d4cfec1aee24eb6a9b248480ee0f4fd0362 +size 15522 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_55_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_55_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..623801fe1ab0d4ad843886c46d97cdad4eedf5a7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_55_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d09f9c4c9d8d086cc9683db997d9df44dd4c0212d6499248f6551706ff0db55 +size 22779 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_62_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_62_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab98d7b78af8fd134c04ce8ebc0e5b3e8f63035f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_62_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e6e8f46837b2bc9731fc2fb642e744e4bb54f88301f4de4d7c89ce3c0355ce +size 15849 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_69_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_69_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a34d160d040a0824859fc4f825b0ddff9570652a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_69_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd48eb18e126864b8d7bb2af6642b75fe3913aec3c1b5e071ce9aabb542b1e51 +size 23863 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_6_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_6_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02370d9ebd284ed8b45a500ef7d9280db055ffa1 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_6_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644cc040521ff2073d81d36ccd7b8376a19d3deedd3db37e9496245d5c15e6c7 +size 17122 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_76_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_76_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfd043f2df33606744e0fe4a65bb5b3d91ffbf82 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_76_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345992ba4003f5350e931e664a3669951037a90fb7a06e0c97201f1dcec98dbc +size 23369 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_83_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_83_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7addf8a11a66704d7f685a4b204bcff2bbaf3921 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_83_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c16337187fb0bb44cbced7c42eb1a16a349ad545449b33eaf1a647f8c0f4c0 +size 22040 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_90_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_90_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e75308758874e58dfed23fced82d08cce7d7b08e --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_90_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f48e00382762c50b384ba30c3ec2398a36948d8fb115b2a29cb1b595c3f0915 +size 23122 diff --git a/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_97_Tomato___healthy.jpg b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_97_Tomato___healthy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..922ea38a75522f9c673bdce8d1d20bb5c02c8060 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/img_randomrotation_97_Tomato___healthy.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f84ed56a4c5e17fa5fb5fbe7d0e433d4584f415f35116133599209dd1c4796 +size 17705 diff --git a/dataset-tomatoes/train/Tomato___healthy/mortgage-lifter-yellow-leaves-2.jpg b/dataset-tomatoes/train/Tomato___healthy/mortgage-lifter-yellow-leaves-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0cec423381560b810d6577e20e89a6e23d56697 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/mortgage-lifter-yellow-leaves-2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45ec8de626e95baf390eff6b2e5ccb14d4491bbe09dab53311ceb6150d7fe30 +size 1248157 diff --git a/dataset-tomatoes/train/Tomato___healthy/p1011399.jpg b/dataset-tomatoes/train/Tomato___healthy/p1011399.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4383e713f7aca4f4e5443080775ca9a297497d83 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/p1011399.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef0155f9cf25443d13bc35d71c659d0c7dbdfdad02d1d12573142dc2ce95c67 +size 1971822 diff --git a/dataset-tomatoes/train/Tomato___healthy/russian-2-319-dt-2010-leaves-high-tunnel-9-29-2014-c.jpg b/dataset-tomatoes/train/Tomato___healthy/russian-2-319-dt-2010-leaves-high-tunnel-9-29-2014-c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39033e1f2dd7e1baf5638a7a325a252aa42ee86a --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/russian-2-319-dt-2010-leaves-high-tunnel-9-29-2014-c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fee2ee91add5373f3bdd4c52f92adb15277864c2f8f416c53be446f30ead2e +size 2419933 diff --git a/dataset-tomatoes/train/Tomato___healthy/single-a-green-leaf-of-tomato-picture-id496662675?k=6&m=496662675&s=612x612&w=0&h=6zKfv022H_9cLQSIR_kpcOAlTeg1eIVtLBbc80PQA7Y=.jpg b/dataset-tomatoes/train/Tomato___healthy/single-a-green-leaf-of-tomato-picture-id496662675?k=6&m=496662675&s=612x612&w=0&h=6zKfv022H_9cLQSIR_kpcOAlTeg1eIVtLBbc80PQA7Y=.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0841a2624990ab5e46cb6affe2d083b305f341fd --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/single-a-green-leaf-of-tomato-picture-id496662675?k=6&m=496662675&s=612x612&w=0&h=6zKfv022H_9cLQSIR_kpcOAlTeg1eIVtLBbc80PQA7Y=.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a7140dcd6cf50ee2e7e89095b4b10da2554276c751bef20363a543e60172a7 +size 39972 diff --git a/dataset-tomatoes/train/Tomato___healthy/stock-photo-leaves-of-tomato-plant-isolated-on-white-12085288.jpg b/dataset-tomatoes/train/Tomato___healthy/stock-photo-leaves-of-tomato-plant-isolated-on-white-12085288.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fc2c2c746593b5b1ddd75cc1612eb1160f8da2c --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/stock-photo-leaves-of-tomato-plant-isolated-on-white-12085288.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74f68edff7e6422ce148d1a574044649cb95c86bda82f951406d812682b6718 +size 410719 diff --git a/dataset-tomatoes/train/Tomato___healthy/stock-photo-tomato-leaves-close-up-macro-shot-isolated-on-white-background-78796204.jpg b/dataset-tomatoes/train/Tomato___healthy/stock-photo-tomato-leaves-close-up-macro-shot-isolated-on-white-background-78796204.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b374139ed9231113ecc13f8e2a2f3ef0bc94516 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/stock-photo-tomato-leaves-close-up-macro-shot-isolated-on-white-background-78796204.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4c83af039d3ffa8d0e40c482b09502d280265e5f3d8fad32f681679e2300b7 +size 46339 diff --git a/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-20728368.jpg b/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-20728368.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b160df1e0ca533d4662f5fb82bf916861a805842 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-20728368.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cbbe5c2398deec190a81edb0f5c3ee63e483586a0ecdf6d39d74e34cd703e4c +size 125011 diff --git a/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-26180166.jpg b/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-26180166.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45d7233c741f26950372cbc17b37c3948179c1f0 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-26180166.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0107bd4cb932f1ab7e56701dcd5d8de0a8bf59dacca6332d6245ff42832702e1 +size 93598 diff --git a/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-6424287.jpg b/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-6424287.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72b189207d30e620f5fd80d52156897716327335 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-6424287.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9330cbbc2ad244f89a7484e5516abf711425aa2002916ac8222415fa48792b +size 87129 diff --git a/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-close-up.jpg b/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-close-up.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d48e1d78425097ff4ebb657d90d1a4bf185897e7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/tomato-leaf-close-up.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ba49f39d83eb903b9fdec333503d8f1fee102ba20da4e6c931990517f39a05 +size 2294298 diff --git a/dataset-tomatoes/train/Tomato___healthy/tomato-leaf.jpg b/dataset-tomatoes/train/Tomato___healthy/tomato-leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9c2236b8b59d9ddb000c6eee01a29c46e6d3876 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/tomato-leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2395bf9a596792fab2c36473e68a899531bcaee99af03ffd5664db8b083338ba +size 91103 diff --git a/dataset-tomatoes/train/Tomato___healthy/tomato-leaves-17427786.jpg b/dataset-tomatoes/train/Tomato___healthy/tomato-leaves-17427786.jpg new file mode 100644 index 0000000000000000000000000000000000000000..880578a418128977249e901193a22857baf1f14f --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/tomato-leaves-17427786.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32b8374e798fb701fb46a06b2744062d853b9b5077884811ac208123c18e14f +size 162895 diff --git a/dataset-tomatoes/train/Tomato___healthy/tomato-leaves-9025906.jpg b/dataset-tomatoes/train/Tomato___healthy/tomato-leaves-9025906.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5a6bbf5cff8faa729adf7423be28a24ddd069b7 --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/tomato-leaves-9025906.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdedb1003e4f57fbf236ee2009af392bb08ef2fe049db1c83d307a49e9f6251 +size 98881 diff --git a/dataset-tomatoes/train/Tomato___healthy/tomato-leaves.jpg b/dataset-tomatoes/train/Tomato___healthy/tomato-leaves.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11b422ee353eee05d48710f48287dc519c05c2bf --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/tomato-leaves.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18871798c866d452749fc1b54a53eff916e997ccd663622f17077fc375d480b +size 3587732 diff --git a/dataset-tomatoes/train/Tomato___healthy/tomato-vine-ripe-leaves-isolated-against-white-34863029.jpg b/dataset-tomatoes/train/Tomato___healthy/tomato-vine-ripe-leaves-isolated-against-white-34863029.jpg new file mode 100644 index 0000000000000000000000000000000000000000..884926b5538a24e9d6b264bd1e446582817f2c9b --- /dev/null +++ b/dataset-tomatoes/train/Tomato___healthy/tomato-vine-ripe-leaves-isolated-against-white-34863029.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ac7dbc490ace616bd3fe512bbfda51d4b46e106204dc7b434b3c0da9727000 +size 99079 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/250?cb=20100819110637.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/250?cb=20100819110637.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a9770132a1ca7d97e311e6b49686c6c6fc1c3b6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/250?cb=20100819110637.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d25dc83d793494f55bd1174b7f196ea0dd8ea9a2750ff1f58ceb6ccd4ed73d8 +size 14850 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/266914753eb19d87b80567baed1a0f66.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/266914753eb19d87b80567baed1a0f66.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b5154be9bccf6521331f24a2fe967b15a9e22ff --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/266914753eb19d87b80567baed1a0f66.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430fd0b508350dcb3013fb773ea273b4efb6c1abca487a8a0686537c33be5e24 +size 85362 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/Bacterial-Leaf-Spot-2.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/Bacterial-Leaf-Spot-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..701c71d97b13778d42eccfd3b4c22e32a2052a1a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/Bacterial-Leaf-Spot-2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd0680f224379fd2015aff82f4b3c6d50b11dbac1c584752977215d60cfa3f0 +size 428127 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/CankerRhiemsFiring1-copy-50-QUALITY-16lcw30.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/CankerRhiemsFiring1-copy-50-QUALITY-16lcw30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79bd779ab37a9d5a1ee01d2445a73784f3e2e3e8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/CankerRhiemsFiring1-copy-50-QUALITY-16lcw30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a0d2b8c5763d4b7b8774b9566cc74ec147001f735213053e640c7b1ff55cbe +size 54826 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/IMG_2348.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/IMG_2348.jpg new file mode 100644 index 0000000000000000000000000000000000000000..109cc93884ae2c9ceddc5ced54c180121f739788 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/IMG_2348.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1d3ba3222a923e4df7fe316da76962d9cfbb60c70047fdc53db15998a14b02 +size 2190682 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/IN0335.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/IN0335.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fbe5617280b42389018b91e1967b0ae07acc555 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/IN0335.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed227e49cc2cd3c7601cbb5e1502600f25d007f4315e00ba4f20a8a2bdf5fef +size 60356 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/Jeter%20Mtn%20Farm_7053.JPG.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/Jeter%20Mtn%20Farm_7053.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da0d6cf6b7ef97754900bbdb984361fac2948d7b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/Jeter%20Mtn%20Farm_7053.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf7255377055db576ed51466fbf39f34274c309a1c113215ae2fc208f669960 +size 63142 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/bacterial-spot-of-tomato-6-638.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/bacterial-spot-of-tomato-6-638.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c61e50a45887f26450724c7d3f0002aacf325554 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/bacterial-spot-of-tomato-6-638.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5cc97f01849c13e763aff16bc607407956f784369ababf23443f9f5e938d04 +size 96449 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/bacterialLeafSpot07-2jqdlmz.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/bacterialLeafSpot07-2jqdlmz.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11b7a83a2e9c7b2fd25284625a22c262dab5e51d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/bacterialLeafSpot07-2jqdlmz.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef2605bedb326328d6a158423fd7e951582084b99dcbccc19ce662c88eee9e8 +size 1121228 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1016).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1016).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9a29ad4c2b1d8caf57fb6a3c769f265fd707e9a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1016).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fff5d59f8b40e72cb832f266bbb2ccbb88122a9e88d705d740badd30fc381a +size 13194 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1025).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1025).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71d09369cfc865b4ac6e9f705a1a779051ddcb77 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1025).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed507f0f27cb76fe5c91785160195b311086387b3809dc2d22de17059b7dfbb9 +size 11349 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1026).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1026).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17be6f70ccf534b8a324be362a1781b5aad66c87 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1026).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0487bf74532639820596382d9b1a661f0346d0f4eb3005a6324b0d7ba238dc +size 12324 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1027).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1027).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af144eadcadba5883d8144a8dba82deabe44e94f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1027).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad7c47da474d769404047b546e0b4887656ecdac366d4d88f0778db514d64b3 +size 10442 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1045).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1045).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b993a165affa5e47767a9d611322e371c113b82 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1045).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ba9635e1f35297c6ddc2873d6b89499110bbadf8ef74f916ea2e59499135f4 +size 13070 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1062).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1062).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90e6d2b5adb114ec65d1bb4e34598dd903e28b5f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1062).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553326ede949b9cdf4071388f7177e52444fac5725ee80207bf4c8ebf0be3908 +size 11470 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1067).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1067).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46ed6a9019801f77f1ca29d116d546f03dddeccf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1067).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e832daab9cdd30af1bbde25177d826748ae4d49314f6e25d3da3c58776c2c4f +size 14802 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1071).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1071).JPG new file mode 100644 index 0000000000000000000000000000000000000000..865652c4e40dc5e31ac6dd18aed18c59b6619331 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1071).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dcbd996fb278f528ff1bccb28f4d93ec157fb6d7ea26c39dc0b8f693573266 +size 10585 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1086).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1086).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a7c3fd2ce29fd72bbe76ea5ab19a29b6a5666d2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1086).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e72f6f086a1b4d16d37570ea22686b3f0862b98ea8847b9f6fe06d0f69c600 +size 12156 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1116).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef02ef9f89b92f8e3d8f8d8f93a69bb0e8228d2d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d2d386425c693ce49dae7d78c94301418083d0e484cb5fef7fa8724bc37a18 +size 13427 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1124).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c8229bac72262f9f2b6a9abfd85cd2f42a2b79c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a42a16e8673abbff318fc760fdf8171ac1c3d32bd50afaff73062393436fc8 +size 12552 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1129).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..652efe816e2e600c232cefdd2a663f2c5ca37da0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f85b99381131ffb53833352209cff820bb53bbb6833148b037442c22148bb6 +size 13021 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1132).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..618f5d38914bd4926ac4bd41801b434df53b9454 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64b580ee8b0b8a1b34174bd19c4a0af17d58311a92b3db66e7a28a1679534e2 +size 13199 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1133).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e21168a55979bb0893091dec8cfef2c6ac6c2b8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920910d45926326546f32619c48351da2c354a3e238d0d285f1b01023295bd44 +size 14140 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1134).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b39eb09bc66820f04dd975e82d47042a299b6c31 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49907e0a49ec35ce7756179ae77ca49ef8612ad9ac0183e56d17f9c288437afc +size 13029 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1136).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7beeb153eaa22b5f0e74b3215f327f3430d57857 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c25afd24fad5f6479cb3397a9762c0cc464f8c3991927ac4c35c8e6be39b8a +size 13861 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1153).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a228207f0d68bf1c8d4565a8d985cc37968e238d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b925424fc34db3c7077f31aed88c32699590c4045679529ea4af06c9c0c1b92c +size 11258 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1154).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e75b313a30236426746ee1400e0f1d01b32e8249 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fb8456aa346fadf9ed4df37c7be862a220c7604210bbaf62479de53c4c9aae +size 14417 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1160).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36911e34ccc8c0ffd4e3623f3d6f7784ef25ff63 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231e753885ac309620e06a20576df625cde824146f455e4804ab86b4ae8cd59f +size 14614 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1175).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c4d7179ac60c20d201bc5bfbeafe15fd24456d3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591e483915e678f4b07dea1e4c38f15c475e737a191cb3c088866187c1e921fe +size 12519 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1178).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1178).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a166023b82ae65bb1a7d0932bb9543f648be4afe --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1178).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858de1f06e492dd7d0531875530880b9b55addbdf4df93fd6c829addf8c59a88 +size 14804 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1179).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d4b2f8b081c9521ba2bed351af75548eaeb8d74 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e912ab2a1f465030fde665ca732d6fe8ade44f29f4b69f38119c3c891f8ea3c +size 13573 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (118).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (118).JPG new file mode 100644 index 0000000000000000000000000000000000000000..371069a7ca7b0224116e19c79a5afefbae03dece --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (118).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc421619ad5e7c1542a187d4a6b74ea5daa33749d66df723749840f807183b27 +size 7672 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1181).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d1a5fcf62d2b21f4f9d8349c0f9c93da867b0c5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf4ff4ef3427837aee73aae2d53fb9e95cdd7503d522c463a9e028a01cd3470 +size 9296 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1186).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a94d8a078cef57866872d5f501b2ae9eebcddd9e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a1922f97cc7d0ee1ee9814921875603bc99f8384cde0cc4ec4cc4559caa71d +size 16373 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (120).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90e94f56d0cbb9674592c48e8a7d9859f019b4d5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab0414d0d21af863b05264f28a2e7cc1e2042d1871568124b2a8cf6adbe52f8 +size 12316 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1211).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f85755d2f647ca51d63271f3c7797e497e5dcf1b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc27b2b062a70bf21073219634c796e94b4891f49fbb5485e459b1b810553a5 +size 12760 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1220).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1220).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0ab5cec46e14f59c4efcb126e545179174f6954 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1220).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcfcb63c63958759f8365ef02112540df1565cddd2d4a363714abbb5679a19f +size 9627 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1256).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..351779d0834a93595333f9fa59448fbeb7cc71fd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158c38bdad54522d5840c926ba5a26a13b3495aaa84ceaf7a1da63367d9d906b +size 12197 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1258).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eae7dbd400769856f42751c259535472a5d1dadf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06700ceafe0e9f01f9b448475bd96093c0a82d6618e3db1699532b1ffa352705 +size 12386 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (126).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62ced13429e06a0087eb88272a7f10d73e5e289d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c647391e00695eac070cd5794693bb94a228f32aa96744e8d481319768f41e55 +size 14209 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1266).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1266).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e837505721744b365160ee91c9a1bcceeb369206 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1266).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822599ca2505ad3109e542d0fa6e637974d1dc52802a480976679bd3c549830e +size 12938 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1268).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e1e69705196fa64348cc696291da3bdfb5d83d3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266881fcbdd1a9934467e52a63a5ef45d3e03bc58d9d795b0d59356f3291db9f +size 13261 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1275).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1275).JPG new file mode 100644 index 0000000000000000000000000000000000000000..509247cc94cfc82e53e838d6ed1497e6b1a08d98 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1275).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7290183cc880c81c0736eb06b110357c4ace792ef83a27e581a5eab7f9c648d +size 14115 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1281).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29fa7eb7cf9253f751bd9dbc60f55d563d251d0d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0f328e764ccf5f7521826b281ee0b2eef0775ffbbef6b8585fc4de20105132 +size 13190 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1286).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c1533d79f0ead8cba50d7e191f18fea8f1b368e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ec4f606b7b6fc20eec054787dcd72fce83d1f4fc6d7146d48c3dcf51818574 +size 15513 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1291).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd435a161876192b68964c4c55f8303d71895b3f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83be1324822d838d913b1f009cb3c6aded7531136a5708a88b8d6756abc9d1a7 +size 12272 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1297).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eedebe57cce488db0775f13837b471a9f93deabb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7faf6a8f93260451154b49481fff85bc3e25fe652b112249d5edbb9fec5544 +size 10537 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1310).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..04717342f8deedfb0894f569144353884fadfd48 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09a0f270861af215a3da850838b30e7be2e735b8e653985ef89a9df27b15d14 +size 11714 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (132).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..67b1955ff9cc768c5710c9ca2a7760df6dbf0c29 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b541602c077a84d0099c3a460373d3611223c5723ccd636c9df6013db60a0aa9 +size 11584 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1327).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a0b42003f489ffa65382c174f15945eacbb9064 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff124a1c24112c81b03558e937f4f64ee97da60a066282141c8921940bd479e9 +size 12038 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1337).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64adb40f2cc9f73cdb0415d9af63b9a296254ffe --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bece1de4309ca5c461f1fc95bdb7b91004690f3c3a22e44e1d270e5d64780db7 +size 13695 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (134).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cda9bccfbb4a1d160a009d8358457a710823fd00 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f12d9811d2ac8dcbc282be83e91889100bc5c7d4f6b3553b261909065d2a64 +size 13224 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1343).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5e913a546f6f495c34f44244a39716aa66f176b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5809b049a6844352a88766705c30ae738687d9374ba06b30e3105207f4e6d2 +size 13788 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1351).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a3d09633099e7df1559015bf44675e5e6f24d95 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fd1518c9bb8355db96b84c29a485470914c3ad74e35f64aa2d9aa10969fd5d +size 12551 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1357).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1357).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68af267dea2e1c0c8b3e58bd13c92e0e5a17c1cf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1357).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff328e2edd6fc79703e8fcbae58a5a53fa184ba82c5a5b6559a627362aa40e2 +size 12955 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1401).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d00eb75d78302ebded3afed7a669860444d5941 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4afeb44d09c297769be4428b4554a67cb831fdf097d1bb80000d66d84bfb47f +size 14835 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1403).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4338af76f40539d7e19b1521a70c33f2e9bf3a1c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fa9fefe22baa373fa49301cf8cb22a32be23b6640221f58f328cb166dab0ef +size 15640 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1414).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40cbf205a359794d90014ed68191a5bbbdfe6b7c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69500b802d0f75f210c17bf277f419af86cbb3abe07e12419b949b6328d9ee0a +size 15130 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1424).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1424).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9942c9a69d1a9a0860c462a6ff195b4ebeb2bbb9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1424).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d2416e469e950a0fdf7968d12c7d7692871da32a417e6a1bb62ff12636f46f +size 12891 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1445).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27a94c2d3b8e80de748f1a73adb695fa7072daa2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd394c3ae684f80b7655cca81daf005f447fef1d86b083c10924a2fd260c5565 +size 10375 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1446).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1446).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2957ab8fb164728ba966b36e342f3e7661694a4d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1446).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170eb8fb083f89b6a9db6ed5483dba76255e595c31aecffb8a42e0cd348eed90 +size 14010 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1464).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c49752b70c0462e9e92cf9a5c4d4c50dbea04ca --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc1f823339147e2d730a6d9620822f6d1b9ca1b35a7c292f1f5ca2dfa026671 +size 10230 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (148).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (148).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0596e731e44171f6ba7226d09365d3e3543f539 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (148).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be1674d17f24806c77b571eac83686a45bc163b70c96c1e8174e743cf7f5ea7 +size 9726 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1480).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ce4d6c6ae4993168b4040dccfe526211d5e8009 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5f92e1b9fd22dbefe4c9c382f98ba1d4992ad09b8d06c699ace0e1fbb71bde +size 14778 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1483).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..29193993cfad954d88854b7b56bef2214789531b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9affa5be5a88c3b1d2296f77dd10a845c4a17bdfe917f84d09499db28bb623a +size 13260 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1484).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba05b17210df1d6cd4be32f813e25dfa07644ff0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2df62b602a5bda114d9cdbc334d8d5f82cf72dba4d0b194e810c3360a200a5e +size 16226 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1494).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e059bc520444e50161f9406f911f626faf3b6669 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0246107abd082b17412cd46e71ebced5c9426f0da48f36dc42edbebbef0b175f +size 18748 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1499).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc4a37984e339f557c3e27750b9f0b2abd62c72e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d04d91e063413332c8c2051ed27a0b8a9722b82e855b8985467cd51b14cbb7 +size 12321 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1503).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75fcca8e181441b40f2b2d03c7b5687a9b040f0a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e03f4797d041cf8f59f237f390dc952a6c0d6c531b0d0e982e0e8a595bf7f4 +size 13507 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (154).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3bcf049ebcd1c72ae6e44f64ff8849120602bba --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113214d5494216fd425eaa0721e0cb41b8b5b4e192c33ad99b4662b8a1fd1b96 +size 15322 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1541).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56f7908075f7868124dca7d9a718473d4f76af37 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e04cab59d68fd09b9350737100d2c3f1968ff901bd0e0c5f2330a11ffd01bb +size 13286 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1542).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7292d7d6f634acf43a89161195fb54f5206b5506 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c78117e49fde6b6a5ad80593dafd7516dc588457fcf2846d1e019efed66ff0 +size 13068 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1548).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd23e1c0723518e71bae9e0b5ce1affa721efd9e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d0e4cb28c7608d192dcc0f5481da83622c2e56f55b8b63bcdc7c8892cdfacb +size 15640 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (155).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2bc756ad77862f97210fae8741d26d8114c7fa9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967ce88947292897d7290db9c4719114c6166b5965c9d9d482fc76c26bd231c3 +size 12508 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1555).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1555).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b12b26711ba62ce5d75564cb0510af6f5050873 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1555).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66ca09451c4c8e7cec04734049aad91ffd1cac9ce653d7b96c50b9788f7c8ec +size 13063 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1561).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf31ac43a15df3bfc8a5fda37a46179dcf88bead --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2e381ad6c70041dada3bc1c24a9ea2741b6cbb684ed211ff7d3b0ccc55b390 +size 14548 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1567).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f38fdfd3b0e1341e936eda8ad822e3397bc368a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7effa170c932ce405e54b190ce1dc844362e5dcc1b0b307ec01c7b9d02cf177d +size 11470 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1582).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0fe5381960bba418435bd1dcb55fe4fac71b99d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60557533200d31f70cda6678d836e37ab6570557c9c8baf0ad5c9326406159d +size 10595 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (159).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19dd9f45b21bf6138659505ef2dbd7a4cfa74fb1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f371f247cfe151bebc635bcf36422a46e50414f489dce68cdf11a65a47ca43 +size 11246 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1605).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8375c4d19aa1e8c2eef9ad240ba8bdd0690874f0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9062cb32ab692dad37dd883338bfcb48a8559f45ff7fcd08baa8df62e88245 +size 9804 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1611).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1611).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4f8c7cd5a0fce55a8c8387a46574b3bb8f4cb18 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1611).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc72ad9d1a9c0a163d1998ce5b85788a079ba99b3d401b1fe414db04c54cc50 +size 13406 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1616).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d7c1c275245a54f992006a2e372c130871d3fc1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280a1d9ecc15818c566cd3ba40178b5ba35754312fec1c0a593c48ac1f202c14 +size 14731 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1619).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0528543f3f8eb042a4f15dc2f7ad5246fb1c7fdb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08af604afdb2170b46c9396c68b9a8f89796fc24b7eb11c056a6b20e4d0ea5b7 +size 13828 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1620).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1620).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70a383815499815b948a7ac76f720541e4a6e1e2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1620).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7577d79495b91c72b8b20a525968052d0724d0ebf7813ad37305a993a8f2e78 +size 15641 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1637).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbfb956091c7aaf26341b6423d807bf2fe581f8f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db75c89e262f65e374c3d1917eaec2d6045b50326ae583dbde6c5de2ee699b3 +size 12710 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1639).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1639).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3a5ebc7401c149f99f0eba3edcc15343bc61785 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1639).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1ac23f03e4b4801747220a0b754e9b64b5118d21dd4d08de6bae23ec8d366f +size 14230 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1642).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7644d80cfde89d6207ab0349417dd92eccd4c4e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6250d97e080b10a6d08be23cae9a40e9d25d2639a533842e4e94c05c9816986 +size 14610 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1643).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01065e4cf955139f9d474efacf575340e0f025f2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7942cdd88a8516c503cd3fce48a796cce4e5f9a1fb6d11fbbe28c4e03b8861 +size 14866 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1652).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44074cbac14ef807131551bf6165cec8dfce92c0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddf94cb64d5f7a20ee46f96efed050f0a7d557c3a1809f8c520754865a45e13 +size 14624 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1659).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ddf4eaf7a512eedfa467834324e2e98969244eb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06c1f00d1f0258206efea77b40375fb2d0ae812d9b42c8170a92cbedb116007 +size 14535 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1676).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5070ea6e7fd63c21db25497103669d70fb1626a7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f30f165af7269a46a269e71af6d78985244bc9edb45edd2f2a2ba4951c1655 +size 13009 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1680).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..760ce62742487dd0c34f6f40637ff68d5dc1dc6a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770fcd2b645da54f4373d01e6a373217d5d254b4c05efe792c5a729c82968a8e +size 16406 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1689).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a9fd5ed543b9cc15bb69caa2b8ade17fd4fb9e69 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a702442cedbcd25920d8cd5cb3bad0f64ea69aefe74f35e3599c33367870b70b +size 14679 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1720).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..254b16d825aab66111e67831100f24517e863cf7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43b86b6f34d4e8fd75dbf33f8c45a0ef2ac8631795fc200d26ab38c453b40d1 +size 11635 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1721).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b37e106c27fa35d5b65eb1b5903e17727a5f34fc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec7562c73b7c149babfddfd9ebc01ae4384ab09d926c856d11cc33a7a7ca4a9 +size 12882 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (173).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff12e35f8235127b03966a0804843083a09816df --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d54965aab28758f11c8993758367fc9fa980bcec601cc7f65597599c212c0f5 +size 13368 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1738).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91951fe874e035c6f93f4869fe036f5c3deb7bae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f7c39320cafce816bda3b8575aed947bc88a3080ab5e5ecde26c295b1f901d +size 13461 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1742).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f492a0fa672e7ea89ec9fe5e780517f9ffe86efa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2571d3e464bc0a107ebdd80e51ea30d6d1fc1d7a48fe3b48171fc914961767b2 +size 12448 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1743).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..012bb95826d8f5b32c408fd77079be19d5041aa4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5c31cbe9fbb8b9e28414fe71ef44ea1d026d6de75281692396f56615f499f6 +size 11283 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1763).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1900611771a6db81a1f42cd06505be6fcd6f63fc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36bbac5d1706f297e879f8e850632efd2d66fbd5fe601b8993f34a04fe970f6e +size 16343 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1776).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15cf8596cdc4cb5dcb5f22b00e9a1dd1e90c26d1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902bebf4280ee35b91ccce9cd4f9926952580eb9dc46ded6a2e2abc3450c6838 +size 14474 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1799).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce73010bed65cc6592fb5ff479e1f648b8aa3591 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723c3860926e0b2b60688c2bc18916e7e13d141df93a1de8b726ddb8728032e4 +size 15700 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1802).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a2536ba7d191105eca0350d8780732b1e94f1a9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9a558d94bdc47ba8345538f170eeb5f0adf8dfe5ad93dbb6d470dd53b5ffa0 +size 10494 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1827).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6750c10be64be8834ca9e14d53ecdefa10bf7fb9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0eeb1b1f40ac6351ac6b09b1c95b8f9d3c697595481e8a3c0cebd373138b6d +size 13117 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1831).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c41f64d633db6a6abab0f8578784d3939a3b7da --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42588a674d12739a1313b418e0fc47759fe3704bc4feb8a6f278b77e1fc5fd6e +size 10531 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (185).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60cd31e2aa4515b4971d4ed175bae06bf845b6cf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0489810b6ae0fe006b2d65b4457af68cf42f8ffe0de705672e1eee8c3b52d482 +size 14527 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1850).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1850).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e520c2f2d739847c503e8db62c20dac8e7c81f5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1850).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59442a7215450ea6542ad23de422a145e60795c3877659397a4035c6e35adc41 +size 13791 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1866).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13acc584470a52c2aaf063a5ee6b212f1debb215 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb58d517237e5e6ef5098acfd6470a9cc390cada5ab9fd17dcb2605d133a83d +size 12832 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1877).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..111fe81bf8f6b38a69b80d1157c69dd932befee1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07949387d75a8f1fd5c421a0d67bc50255a8d3130342eb7ed31009758276cee2 +size 13784 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1880).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9f85566d2fb0b828ff7638fc80a14e3c7d215c9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9a22baee1e459a190cd1b21474e1c7f117797a2d690f215cec04709d428f7a +size 12351 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1885).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53bb722df15dae721a4778c06ddd703390740fbd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df276f9a64ae78ec064f513eabec5e1391c909cf3732a685fc66d12a9a3492a +size 13829 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (19).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (19).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e335948d0611e0b99c037477239bc043d8333be --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (19).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59e13a78b390ab0f0faa8e767e9d8da8fc43305a8756d0eb47c6f4482eb3cc5 +size 13075 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1932).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..954d7b32543b8cb5939744a118d3cfd35646da11 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fb6c332fd0d61dc49bc77faeb43589cb1bc97bef251c0837c0e3b90618f321 +size 13554 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1940).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1940).JPG new file mode 100644 index 0000000000000000000000000000000000000000..658827007feadfd20b977f7a47e88e9eb032c467 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1940).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a8cc66f2370f1e86ab1dde74e93e1dfec3bf4310f5cec1e92fd983db998870 +size 16202 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1942).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cddeac850250d7f41f7eeb9f1f9c2cc2ad5b63db --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116d974f7d032423df94365e7159e3c78a8247cdc6a2d3a5c34d3a2405ae6996 +size 12964 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1943).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1943).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b370622b1affba5482b9474ce5f3b3ecd1b835ed --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1943).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3436ec5475aaf068f8606826eb5771f1bed5c073ce20d9bd6bb9627ad720848 +size 12403 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1944).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..634dc411881f401c6bc7b9fdeb25e1f6d07944f2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cef07c4ec3862fb2482c7438866fafe1d2d62b57810922ec2409cf3f8001542 +size 14884 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1947).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1947).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c558fc4f676755bcd95519c797ef457bed6af0b3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1947).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6273beca33f57b08e17358b5228cb1b21fee803981abcb1dd15e1812463dc36 +size 11227 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1948).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1948).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f44d66062cf4492fd4563c7ff1765a45b09c34a5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1948).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef759720ed21e0d3fad34c5ea0ed2a409419d09abd53f25c108b02656192d214 +size 14612 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1966).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1966).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46a24658e1fbb28e9b09a8cadfff5e7ffc5316a7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1966).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a3c6dc5cae3540036836354f817266fa333d679d9ac7158e283f58f9a47c6a +size 14503 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1972).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1972).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f10c3d0e16e7e2506011346195c3654eecb1e042 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1972).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c848b791aceb4386fde162ad07da6d71c5562bc747b43dcc6f8ef00933cb8313 +size 13401 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1986).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1986).JPG new file mode 100644 index 0000000000000000000000000000000000000000..026ba62a75d61f8a0b1ac9db1746fe809553fce5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1986).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556a989bc85ac5896f379f3252fd5b70701d65e17bff6ec48580090a731f117e +size 13727 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1992).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1992).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5bc3ac0eb8bc12b3ff907a21a881f7c195423e86 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (1992).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a5a4ea1b5d5a60f8a89c1e77a546fbde23f3ce1163040c11f540ae7c5d19d0 +size 13249 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2007).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2007).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3fb13fd46afcd4f13d751f4a463b475e1300628 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2007).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dde2d48ecc7144f567254d32ec81dc2945886dbca204aaaa9bb496128edb2dc +size 15277 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2009).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2009).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1b917bf581e00e33fb426c1c9970bd93b98b2e0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2009).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993bbf3ee9f03ee7809301f29e7a5594affadab1a1836b04b0a08d1d346b590c +size 13842 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2013).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2013).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d1fd65ec1e159b3dd931610313d4437ff02d7722 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2013).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa0d5c83f25fbfee77febdc586034901434c82e40e8920c26b8eab2756c48fb +size 14358 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (202).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b776f3fd87d3ddb6c25b1c1bcd5ad07c36eac506 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba98a48512aa9777cb92dca1bd854c940eba95e05e549fbbc08bcca6fd387c1 +size 12164 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2026).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2026).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9be4de07aa89bb556697ac2b441f72015b6be16 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2026).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4ae74989eaa71246f57ecbb808659a1932245d950e990f0b3cdc36206d48e3 +size 12702 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2038).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2038).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cc0b76a9a48616629fa71c1abbee541a897b564 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2038).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27791d40bc1b012be66564fd11cc17e5dd8e16a65aa06e3a4549de9f2e94084d +size 10892 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2041).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2041).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3786de2fead53d402484f643ca497d1bcc06ca4e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2041).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41268ff752d91737d761eb3ca4f0f2bc5eb58906e8b2373400f5d9822ef21b70 +size 13938 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2064).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2064).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de58d5be6de5158b4a2d4a6e662e7f27be6e8dca --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2064).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373d03049b143f1a04a343924af88807bdce3479dd14d4045f1c2547d0e59c82 +size 12010 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2081).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2081).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72b349c69ded372b314cb5ba0d650332ddd964fa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2081).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe67d61303cce0a9e0faabe25970e5ee1c835aa89102d87e002aa2b7336c395 +size 17894 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2086).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2086).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1ba273c150d26e656e4a0d93f3df04fbf97184d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2086).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be9bea5b590e012ed33a94dae5c848fc128a3209048c929cf9fc493130eccf4 +size 14492 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2095).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2095).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c199ff81660fbe543aef782c0961186d8f9935c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (2095).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f909fcdbd8303f3d4febaa4c659215203baa58dc09122f40e319298e58c132ef +size 14230 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (21).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (21).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4196ee3c30b1567033cce4fa93f76624539347e8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (21).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa36fc3f90bd522ca3e14f22a2497b01e75d128d25db57ee25aa88502baac2cc +size 13617 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (214).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ffa00a35e7cc761b3127541d1d7711dee0f1c7a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d32e599fa6bd2cbe0daddc3afc67af94e0571caafce47ee56d70666b1edece +size 16112 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (224).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..809f29b4f53e84814ead4e5ea551302bb0a79004 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41f448668ec22e37943285caff8b65364bd8b96cb8608106b8658652a949e75 +size 12918 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (25).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (25).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18f391f47b0089a98d0cd2675d76c3bb790b2d96 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (25).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5863dfd4d1723ce0f269ae369a90ecc33743ca92f4417ea99d5671f28413fd4 +size 13106 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (252).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8a765f70506c26abcabf9000520e914ca110aa5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cb81491d9f49900c4ff52c385fae3d5a89fa873bd72dfda0c0ab7d8940f792 +size 15149 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (280).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9747ffa4d547f832b2204cec7234392a46e2f4eb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41067c997b919e28bf3c174de496bd63154c94ae7ae5f93bc19b8bd5b2bc3ea8 +size 12745 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (288).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e34d95e4582d5c034f2e28ebbe902650f58e7cd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737bc858be5c32fbd09c63252bcdf87554e1f24329ad7164004aca6a7cb01475 +size 12517 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (302).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89b397a4fe4df69ed46304116fcb0ba525f94284 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fdefc4e640bbc5c7e006d07b5a321ee79dae680212b011535b627df96f74a1f +size 12453 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (314).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cec009e4215d589fa5e8f9865f1ad6a4041200d6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c7b9a5acf72cf62967dde9b7849ea0b802f005396c0e39c3b4610f34c3b277 +size 12446 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (316).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..815d41e6c99eb93e89cd82f4c95b4e830e83d7c9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd37e6c058ffd1609113a22c22919b8fcab3bfab76e56685b1b9717b98ed4042 +size 10517 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (319).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a229cbaee434c349c50f002d16beb3fc98586395 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b5217574c38d60b37e8797cd4af6323f9287f5a7624b4ed659a1c93316a278 +size 12284 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (322).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..208bab428edea531708694fffa9c916682005f55 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a44e9bf8432331e1f14e300f77ec457bd4db15ccda2f9361be32dd1b54452d +size 14277 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (325).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74511daffc542b24b4f38674b5b93d6f0e76aada --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab6e6ec638c5d4f0a674389fa482717a6a2f82aa7d1b7050bb6958ef34bd1d8 +size 14575 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (326).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb55195b9e84a7ca27179efb3096796fdfd8fac3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5846f3f706e9a05112ad38fb45258186ebbd08f4f248a2ae2ed512b65c00e6b0 +size 9661 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (334).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69db3d966db7fff930b2c6a1381570eac99ddbad --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c3b4d17abcc827ade518ada32fb590e42b195df2543cf5e818a7e186a4d1fe +size 14139 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (337).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21c54c12209f5dea7a1fdd0f22367e89d364bbd0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315d6410ddc1403a0fac60e9f820b9766acc2f632316d133b09069ddab567c5a +size 13055 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (341).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6b990c1e32dc1d66d19ea5ddafdba314640c8c3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2576ae602d295e712a979d1d835bdf0e937fcb58c3ffed5acea9ea1ba012d841 +size 13356 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (343).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25906eac674484931bfdefb6a11bf8ef940d8097 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98326c5d8f37350014b52546bdbf7290d288ab59f711a9642e183aa4fd7abb55 +size 11809 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (356).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (356).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93825abb86f1db8a4e4e32f3f6782ad63ae84bb3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (356).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd96f8db50aef810c74bcf45b90bfc4d1c2ff3f3a67fbc40cfe360b0928b2c2 +size 12869 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (364).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1bda64cb5e1fb057162d9a43183d2febafb0120 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3901f103f1fdded19e53d1a01ab60c738638a661f08ce7d3e1acd3bea3947c +size 13528 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (386).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d8435fdb0263133f6d1f9f42fb20c97ea832f8d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d0d8b199c90974e8fe1a72e18876d5b855fed7937cbebb221f601d08d130ca +size 13909 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (399).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ac85289c1a2d57e9c293f8308e7e4bb71d10737 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47eb993d3cb8dc5076dd429aa5184dc7602eaaf30bf2d91a76c11b1cb4c6ece2 +size 13794 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (40).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (40).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47879084595136bf41af5cfe2bb1504c679780b6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (40).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286df1d4a331ae7e45eb924774e20acf292de79d233f5deb1dd4dd1f6169ea03 +size 12970 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (401).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (401).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcfa5a6b1a652af95d49da8af5a4e7914701ec64 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (401).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd53c314194435ef909db6139c3abbe4ad0c26f8cd85d80d934952fa44a76c9a +size 13709 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (403).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fb48b0d75bcec96c9695b16eaaa4560a1f1aeab7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9699754ee56f6c6ec51c8a1488779429129535480b83b11702e0c9c62178bd29 +size 12937 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (426).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0085103b72fa6f1b8ec91b9e4174f7e0d66fd9ac --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252bab5c4bc16434ef761e9bccd735e9fa5d4391dc6ffb8349368cf2f03d4788 +size 14116 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (429).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (429).JPG new file mode 100644 index 0000000000000000000000000000000000000000..099d934b73db214d15306a6362d76bccb7d694dd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (429).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1d96abc5990ec7f056aa9297d1b27887aab0f0a582458fa44da0b281869d6d +size 13449 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (43).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (43).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f8c9efaed6fdc0b01c40d264d5701a048f2f65e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (43).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf5a3591ee6e6f2a1b1bd053eb8ba9242aaa9463959e7ce1defbb3eb555c06b +size 11026 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (437).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (437).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1223ad1cb0e925652e71f1af3bda73d5edcbb530 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (437).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24e853effd0c7b50e7817125b24293e8d5f7e2d3745891c6428d9a7b82aa25d +size 8756 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (438).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcad2070aa211e2512aac9d7f03ecf4f4f9320fa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bcc451a61612c8bb6037fdb3488d826713c69e27c07a784bc75f8285fff377 +size 14295 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (460).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4a76edcff875059f3ae15b5e74bd9f0437b37f8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a46cbda4597ecb1135debb05799b08141cd2db057e84d1d7aa812ba9325b054 +size 12627 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (461).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afc283c18503a26e7a1ffdaccb7fafbdbb19bf72 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8a48bce83938588866c911a228d445f4f2a50ee13ec8f97fede9578f54085b +size 13127 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (464).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..700352bef54f5ce31f5338f2c7bc1e3f97910cda --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01463efa14d42ee63a7e79fd1e2e3f5977a1160c66e6dc373e989716ba98940e +size 9422 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (473).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7313b5e3cad42b30411035fdc57a153738a604db --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2892d02314530520a9a0f86c2471cd863ff3f47eaa8398482fc1a11bf4b30591 +size 12529 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (49).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (49).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9373a939935077173c32bf9c8b7775537e3f9177 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (49).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c415260f47fca40adf09f70897ca4bb604544ebab139a83d69a94d69c2741576 +size 12685 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (497).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b26270a76a955df8fb62caa0cba974df96011d37 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84659f88e399124df8354340f2c2df7bcf80b7755bc49e8a247352364f8e8db7 +size 12627 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (524).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c542fcbcdb48a011fa00f07e01c4af5d01b3820 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560e013733f54c4055d6aadaaca1eeeeb33ce8d3351d018f00578e76f8d1be0f +size 12864 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (527).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5066805b2e1de24932dd79ae9e2b45081b736c59 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f987350d54af8cb9a8d1c9ec19ad6f130346a17c0ff79f2e09b6e2c24b8eb0a +size 11583 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (547).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3e0fd8b1a728043cdfac259b13b54d70319b352 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7311376372e83e575924cc3d93636c3f2cc087e6dc71d2cd46abbde133f846bc +size 15490 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (549).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab059e6f5477417efbe01a3b9823536c8600b7af --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd390b7463dfc083b142fa4f079fb6ebc974b275447fbb772894012f113da2f +size 11704 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (552).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (552).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff5edc7c0f58d4a661050c5c080f2db3622fc320 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (552).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ba51a64fcc443f4d8aef355dceac4e84edd12d74802f693482ee081b01b314 +size 10527 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (554).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30b63997e2effd0c721b2e4f303432eac8eff1f7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feca81656c17fd542096a4c0e3933aafdbda86b71d4a51f1c0278cdbccd81db2 +size 12252 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (567).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (567).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6df8bb46f0225f92f8eb1805a9c3b47564bf8160 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (567).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884689b56e5f95354bccde3be9adcdeca57e36f7f4f25ff9e9f3f42f5658ca8b +size 14250 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (583).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa68b5ff3e8fdbc3b505f90508308f58ff3834fd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163a3c0560ba4e1d556c9f57b62a534f118e18faa7753f2bf9cd23b946f7c221 +size 12422 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (586).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df0ebb66f7dbde4478588b7f9fe37be71bad0c0d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7d8ef4d26f4ed3f50ead6cc6ab7a0305a2fd2fc4563a8acb8d6a0195243e4e +size 15153 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (597).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..539c132b5c8098b45cd818021fd7919fcd7dac35 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256a93567c204804ad816aee094306dc10287533ddda76367c2613928bf81112 +size 13748 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (605).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bed50ef23b8e307f1781618f43ec2e3723668ec --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0d9f19b3517b1156cbdcb60571d126aacbd0e2ab9a51e0f671d73e684e66c2 +size 12649 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (617).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1acda97c1c34f533ebfcc2b62bfd836fcfdcd927 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6a395e31b2f2bd8f1dd0660b57fb328592370e3169ec541eaf84a3eb37f203 +size 14339 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (623).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ac2e91622c0fef7a9b29a03e23e463a5a163160 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ed5a2add856101b104cf1e9b26eef8948c043c93f5271f22719475e31cec01 +size 12467 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (627).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bfbafde1e2ef99fdaf1d1d99cabf9e9624fb2de5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2222202618246140b6a054ea3edcee3e30dd56ebf4a9b44475d840022f7eeb8e +size 13178 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (640).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (640).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f569c6512462aa6886b216bc6cbb640b5e86ce4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (640).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c38410887195175f92cbdc0f2450c60e2e1646dc54522cc3e27c1d8b603c3b0 +size 14898 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (651).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (651).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ed46e03e0cd21fb64d09bc1836fe0ed3f0a3618 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (651).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6981fce84fce3ebc97682e0f635861541e849f83cd964cb3d27d53a39281daa4 +size 10301 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (654).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4246d2a0482904155e630f897b99ea0b1809ad19 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b672224c45669767851407b4ebbcc0ab33dd8ab8e22db245c0894a581dbbbae +size 14403 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (659).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a720487825aa28b30cdbf47ac538fb65e7f9e68 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0591be13326cb372129ff76a0c08393238df9043696d4c4de4590dc1af19f5fc +size 12617 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (673).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dab791c4110db327501c289d4aec5a79e340eb2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b05c49e14ee28285e871130e3deabcce317ae8a3c49348128aea6ea7d95e004 +size 10739 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (686).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (686).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffc21643ebacf1d4091be711504c4f825e6f1be0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (686).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e472a9103ad3882d477c69441c644dd480d61aaed08fbc19d52a4860ad7f4caa +size 11494 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (69).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (69).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c246e6f4718b821764e1f047d9a929000a138e43 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (69).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd1b7c579db7925418c5d6b2d70e287ccae7e39efd02ecb3b53d723a6049526 +size 12997 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (697).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3a3a2c8c9ab1eed661a54b0d2982a50f8777a86 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6d21b0ba3945bad8042bf7153d959d7c1f35e816086490b557d680883ddac7 +size 11889 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (705).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb9f2abac0873180c2a8d7da5886bb7c4925f8e9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568ce1bba23ada0a9535355f38b4891cde3303cc5c9b901a84e7e37816794329 +size 15379 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (716).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (716).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9944fb9ce915aaf9043f3aef7484cb02e5115270 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (716).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b2551c13c046a486b7f7523f9e2aa936d37f5daf581b61341996893df04d8b +size 9358 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (717).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (717).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e3c044d41e6b4fbfc364dd4e6e575da3c127df4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (717).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd2490e17e61838407e1ba15334cd8c4ef5491898c6e6dc45fb510d3888c0bb +size 10561 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (729).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b62a3a68dc4d932213e2b16f31ceae116a1917a1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035a1bddcb3f685d65a86e460445d55e04813405e52d0946fcb4fa13ce185929 +size 9515 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (730).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4cde169333cc84e61e9b75e104ca7c8a3df417b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9b2a81ba83e4a836682bc85b83ddd35179e221a7a926de6de013667356b4f5 +size 14432 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (731).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f0c39115ceee86838324fdddfcbde9d95178ad5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed8c547eb4d9a6421fd606d24919ac883f7c28ea5d1dba43ee8f999083adc99 +size 15123 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (734).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68606d19c41ff49949fe88a1683b203a06e4e8ee --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83be80345a7ea86501319eb271768256803da9b76c1a790d6f9ef199da75c5c2 +size 14664 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (74).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (74).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73fce5ab4047dc66b371e0c5482c8b8c0b513e39 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (74).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4efd5e8c11453a086fa3702417a14a79fecd2dee1c41ac44ab04d1b026a949 +size 13422 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (752).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (752).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ee1bb1265736061d849b578c8abba8f9da6ab64 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (752).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6df6e016570552d4789ab677978cc19e210e3ef432866e39533449b02a59a4 +size 14426 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (759).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (759).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f94a497b60101f53957836e78242ac83fdf34e7c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (759).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e386702e149ebae38bf51c52d2f6bd67096808e219b402586ff88e41202081e6 +size 17307 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (760).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (760).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6290eb83163a34a819573ec74215a77b8c978109 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (760).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d349f1eddd9936179eb8a6a8fe6499d01378e28c449653ba01bc2a0825a665 +size 8659 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (763).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27ba3e11f1ec1a0756b9877e9c7007ce441e0a60 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317af74bf22396564807ff956694a8fc8e84c5081eb086fd7042a6f376e4707e +size 15096 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (764).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a0f0659a586500fa04220482733cb5f139cb39b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dbbcfb2687b0bdd1c0d7a68460c6696f8932158191296ebef5e1544357e2b5 +size 11757 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (777).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49307f57b4456f0c52a2030133853e7b986b0af0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b909bd11ef1fb03972fa2a256b627090b1b2e9c09475a342a9c1dcf92e5666c +size 12308 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (791).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0cacaf3d7abb00dd50c0cede76e1c14b57fdc308 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855352221f88c7f82782a6b1d45b8454a3c5f8e2f00fe3e08e96d41ab27b5f03 +size 11992 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (799).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (799).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8caad9a1e0efa4e7585279c54166216fec3c9ca1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (799).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d5edb0a02052d4da45cb7e961d16b36a61c1d693dedc105a780b0709d40e74 +size 12256 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (801).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (801).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4f0f9d49e9ee8bc62b7860dc362b06d27b4f1f8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (801).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b9a8038da0768e312045f4f66772de8ce65a36f2702d9107c162dd0bcd42e3 +size 14592 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (802).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (802).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54a491466c8e739d4efad81e2b58a00097c1cbc9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (802).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8b9abb583da9100525472bd956042334800a3a8ce8b09b61a397ae452a9a6d +size 10650 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (809).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f592e8ddde6373f846c4638fcf215f15c24424c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48273db288e2273225c5f8947dca6365b964d506dc247a2f8003a8dc3e5fa5d +size 14005 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (81).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (81).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91137166b2ac66a2086feb2234c85d7e881966e0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (81).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f140f88d8f8d39f2ca88888047e5b31e72a6b13320c4273247a7b08f72392779 +size 10838 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (825).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (825).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75b82ab74164f07ceb170bff85269819a0561b41 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (825).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ab362a1438af6a092f2c19fed3f3c2c8fb34878ea4593f45284e887ab372d1 +size 10221 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (836).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..606922f3f48369b3c97be1b623fa10718b47d7ed --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63edf142db4673a851e0dfda2cedf6429fbfa8d84da5b4f6d262bfb80c1f8fa3 +size 14304 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (848).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..292030aaa69150e21d4bccc8316230850f865994 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e0cda4d64215f0221d9bc0e1ff1a976b16afe6680947f43c61484c9d5848fb +size 14562 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (85).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (85).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c0b89929a6d419ecceb27a78d2150622ad6054a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (85).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca872c6807fef6c6796753c81f7694f00897c427a6b46488d3e9bf5cab79f1d4 +size 12755 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (872).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28b712734b71eef364ce206376bbabaf561fafda --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f2be14501f2a8083c6cf13d91ae6149487c63f216dcdea28bf1ff68f6b550b +size 14293 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (884).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b758cf18274c4600850d4b3ed92d5f27e4191e6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97efdaa7b234428638a9cdb7ca510bf5a5afde38ef2e7784ffe3c06ca8f807c +size 11364 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (888).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (888).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21c34af45f23d5b98a6d7a10587102ef191ecd96 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (888).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1f0636d9d50ff8c597a11d8950037533e27326951b01e2746d2898ee54274b +size 12815 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (89).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (89).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd1886172b9a67a04f17b8d18fa99a59f9a577ff --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (89).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b4e17ebfd48832f1a659816516beb8c60ef2423c8337c65cdeda6689132958 +size 11708 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (915).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2771c3085ac53775deeb3a65db7d39075424bdf7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993ff6300c2dc5564a14d79bb06a2116fc7252fd55a8b28db34f3f7d640cb4f7 +size 14339 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (918).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93bbb8728fa975dc902da3c54cd58e47f7d68232 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16399093bb048f3f45c9bca0d87158ab24525857ccc1a26e1f9c4ebf1ac30b33 +size 14061 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (92).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (92).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6d189b6b0b8dc95fb87cc1df361a2bebc53923d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (92).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7122a6398522a3bf1fd671c1625e74f2fa3f06192a3b9edf5bc0dfb8c9bed78d +size 11499 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (934).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (934).JPG new file mode 100644 index 0000000000000000000000000000000000000000..147f5f54bec6ead0b1b19f49cf8bb4a9139da478 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (934).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8b219aae3f6e108652100007acb965e299d85215f54b0916fb3bccb9821cf8 +size 12693 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (938).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9df29fd28bb44b2bcd5865ed84063fafe7c54d3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e301065c014808e0571ee757f8d73478276abefb409fe00a606adcd56eb52e +size 10586 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (944).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62be02f798b3e00407212c4d582269d374fda558 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06caddd04238f0c86f1c8ce5a4b42677ea4c54a471d3c6ca8b9a5698cc78df98 +size 12347 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (957).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (957).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0610730a7347b0094b7151e336417436952b5556 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (957).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2f07fbdf57565e78b1a248806fd57d32151c72709d6cb387c750edccd6f359 +size 12329 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (96).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (96).JPG new file mode 100644 index 0000000000000000000000000000000000000000..675cac6b3e40cf96778600b4dbebdde38942ddd1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (96).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bf72e95f9e588692bfd63dac31258c5825d28830ee28c46340a0ad168a0a05 +size 9927 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (964).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (964).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7223a09f8c01b692ff8e8c57b9f76f1378e3ff16 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (964).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac90f4f0a86b00df00d58b7d227dba8110277fc25c68dc5916ef26b6de75096b +size 13200 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (982).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (982).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0836670a8addc48500b48501f8e6a9ad4e3bb4d8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (982).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a7401bc05e6ce112d8a39bf5c66e3cd870ab6104a21f7b59f17c40624580da +size 12707 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (989).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (989).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60b9665287f54c4364ef3adab81dd30da102fb5b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (989).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84038baf5f5a4ae42fc8e5505927c0ecb85c0fe8c1ef6e9bb958c4e0dc29f9c9 +size 9999 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (997).JPG b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (997).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6baf2e65d37bd90e1214421049073e423538e608 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image (997).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd4e501ff82adf4f7897b30005c2d7f79bcd799f227a85c051d66c1706f0c60 +size 13127 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/image3_original.JPG?1472755422.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image3_original.JPG?1472755422.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65c3946ce6a9779dabc3ca46ffe9106e121d43af --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/image3_original.JPG?1472755422.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b2babe7522e6b57b4783f7d13bfcaac72285a5e54894e3de88bf391fe1d8af +size 121988 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/tomato1A.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/tomato1A.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0513fef35a15451dc2d6f15ac40c1f2cf80f79d5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/tomato1A.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6558695a8d2a080939612d111ecf67aca31cffc0ef1ee51def961eb37eded0f +size 85056 diff --git a/dataset-tomatoes/validation/Tomato___Bacterial_spot/tomato_xanthomonas_foliage.jpg b/dataset-tomatoes/validation/Tomato___Bacterial_spot/tomato_xanthomonas_foliage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd011643eda3a1fc539efc5c5129454ab4a402ef --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Bacterial_spot/tomato_xanthomonas_foliage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1876c37fabde3924487b10fb71fa9e1749846296346e9755af18c756dd7b18ba +size 80195 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/126689-004-D622CD2F.jpg b/dataset-tomatoes/validation/Tomato___Early_blight/126689-004-D622CD2F.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a65bc7fe05d40a69957f1f75c7bb3c2d49cce7b5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/126689-004-D622CD2F.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451d83c709fcbab2f641e27b6cd6315d9bb869cf94210cfcd4e085f5ec399c88 +size 47728 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/2373320.jpg b/dataset-tomatoes/validation/Tomato___Early_blight/2373320.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec4907d952dda5eecdbe572ef13fb157b3cc86e8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/2373320.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54f3a6a6ce36dfc6fb2d8530c7c7a754bb61226482733cd04248e3753db6762 +size 37835 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/Early-blight.jpg b/dataset-tomatoes/validation/Tomato___Early_blight/Early-blight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25a9260432d032a294fe019602c73e65e4528185 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/Early-blight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c2e84169c7e645d9c23583e6ad8eaf19e930ee99b33b38a8c4c60e639e0099 +size 26129 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/Tomato-Early-Blight-Leaf-Examples-Cornell-University.jpg b/dataset-tomatoes/validation/Tomato___Early_blight/Tomato-Early-Blight-Leaf-Examples-Cornell-University.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0366982c0f14bbf9bad1b552cf2b630f87f1d076 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/Tomato-Early-Blight-Leaf-Examples-Cornell-University.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0a6ab650c699b2b91d062b22d66957c249c86361fe9e90efbda06eff3c61fe +size 371018 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/Tomato-early-blight_1_1-12wmver.jpg b/dataset-tomatoes/validation/Tomato___Early_blight/Tomato-early-blight_1_1-12wmver.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55b056a9cfc025265a66d2d3dab23bd226be8622 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/Tomato-early-blight_1_1-12wmver.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9184e763d4bab679a6227ddbacc931f2b869df0c0c1d7a4fd57b54c33951004 +size 70355 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/blog_early_blight_628.jpg b/dataset-tomatoes/validation/Tomato___Early_blight/blog_early_blight_628.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80643555ad3ddf11611e4b52011a19bd8599f319 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/blog_early_blight_628.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad58b81b4efb75dab014cfd52f1a36f5a6aa5cccb2459f4a08fed3478bf0017b +size 279599 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/droppedImage_3-1.jpg b/dataset-tomatoes/validation/Tomato___Early_blight/droppedImage_3-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98d8cdd2a7b22e4284cfe703fc4262d4216cc36f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/droppedImage_3-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8fd5aff128b5c1b2e609ba97c4cc71c50d5fe3199e346dadd9feca74c32ed0 +size 147109 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/early-blight-of-tomato-tomato-1.jpg b/dataset-tomatoes/validation/Tomato___Early_blight/early-blight-of-tomato-tomato-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6093eecc54ff069824384cea39f092c2d401ffb0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/early-blight-of-tomato-tomato-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb56ff1c8a42b9444f41b4e5715387bbd669aed97af5bbd78732bf3640f68f2 +size 30846 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/early-blight-pp-labeled_orig.jpg b/dataset-tomatoes/validation/Tomato___Early_blight/early-blight-pp-labeled_orig.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c681425d562524245a223c55b556053964f59341 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/early-blight-pp-labeled_orig.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd239bf6835b671660a8f6c01f19e977348f741ec605be9ed2ad5d08340729fe +size 46175 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/eblight5.jpg b/dataset-tomatoes/validation/Tomato___Early_blight/eblight5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76699782d0d70770b7239257465e8e1e6aad3c62 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/eblight5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77bc6d3e2386c79fad89927193f46133253ad6472295ace1b994fc6e97c51bb +size 122285 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (102).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97f4c1d30dcc629121945fb11d5c1f2db9e1b330 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896801c0cfcd0335be005844f254ff7f8c3a9c432398444f4539681f6e90603e +size 20250 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (119).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59e6cee5c8f6ed2275412df27b6e22e48a94f90c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962e3a6b6a7fef0e91be725817f848430fad91537902f2c59e65d2b4b9b3f4a4 +size 9587 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (129).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a421162081e1ce79fa20c7887ca0e585d940833 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9a39230ab5950fd0202ee5a793b8c65690a61fef96c9c5acf832f3f693cc3e +size 19529 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (13).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (13).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afda453d98dc6a8c96c38878c5d8068dcdcd7a83 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (13).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cee900ea8ca894383ac49a70f058fdf9dad34e8d72eef4d690a1016aa8e615e +size 15099 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (140).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..861605120e7f7e4d7276ec50c7eb9aaa87279507 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327b2a3234d8d62a2c7cde5a71f94569116543bc95853bd9577d96aa4db09d23 +size 19840 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (143).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ffb83f1b2f064c30a92bd43f61a22163df93af8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fbcf150bac62e76047c7f5bacff99485f4944b99f387a86c2fc9e57caa31fd +size 13528 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (15).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (15).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5d5338c18834b85afd03560fd23f2855ad328de --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (15).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb08a72c795174ed1682af1a25d5cb1ac22d8b0338c954a244cfd721a96e9b69 +size 9728 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (151).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4dbd61743f29ee998fb00024c57ffecda77c4ef8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ba09a56a1b5d1836a11360c0f8c1e858ccdb8b3cc79e44ca13c33dda93b284 +size 17593 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (152).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (152).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15dfac016962186283f4a8007066c07554c0f997 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (152).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356b7ed365d9464036c946b5cd7314ab64f6ddf63271409e4e45aa7497ea657a +size 13560 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (16).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (16).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3de48ff32d2e77c0f74e40b0e0a2c17ca196d08 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (16).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de6df0c520e50bb4986910a7bf06cab0aac321c6991ee716abda7cd0c2ddbaa +size 18459 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (163).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f05c4735460ac45c1eda45247e5facfbd16527e1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d387ea001c0bf07c37f6ac49d8c9e60554f1c90036a19cea8e0368bf7884f40f +size 12764 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (168).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a77b04ce678114a8fc99d583c224309b6c36f2c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c6b479971d49e5fc559028b280ba6ac491e73b50e2bc88036a12bfed57d077 +size 16475 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (177).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..907c67c61a3548c27201de59caa4f658fd3c621f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b87ad7eb619cba086a217f7278c6ceceb0c25c91e3c478adde550d114c8234 +size 12600 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (184).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ba275df52a3e4ea73a42f23d21ddd4dcaa5473f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcf159fbf44e21b6f968f6cb90803d70041dcba2586a02daa6aab02dca6354f +size 16224 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (199).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..489422a4ba268039169d62f2d6c4f81ab52d4091 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981f0965b218512e5e042591b32ed60c09df44d759f4345c27011aa290871bb9 +size 18255 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (215).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41c9fc8c882b40630725672b7110243e9ab413bd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84094d969cdbe5c031381e59526bac96027b2f13a635bbc8ddda36609d919ccb +size 12559 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (22).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (22).JPG new file mode 100644 index 0000000000000000000000000000000000000000..525b7ff65f7d2d3a93db1a5277798ab3895b604d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (22).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c242197423b49730598b3de1ad0057f5ee89389061691543824c69542a1a1ac +size 13074 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (222).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4acff4800ba2786ae724632d2625313a3e89bab4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51404a105a1679d2456265891234e033f446739a8166d3f894a913d4e4785c52 +size 15761 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (227).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81b3a35dba599db4e85ee38bfb0e38cbf72f8fb2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a58fcb39c13d0dbc7891a88dec0da4ba01469f5013112ae316a8dbbe1437ca +size 18763 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (230).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a115ed5bb6ef26bec2304fc349b7c75014c2a04 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4d84b549b93425dd81d5e7ca603aa72285b685a31da8c707a1ffa5cc29a7f5 +size 14239 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (258).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..073a6872869fedca6b45e70f93ce295b76fcfd73 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f868d3a79c9a26c8f618305257ae09231f43b4bdf89da57227a4924c3fb2f76 +size 18352 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (26).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (26).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d1f8e16a59da1f2c179e06e0b0ab42adec094e6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (26).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19b479c3bfed8d643f661476af90238a9292442cc27f4e7e431f1f3aff27105 +size 16512 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (261).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e214da322f92168b5d0a037f80666d832d08a953 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bd1310c963c929c38f7e63870b04a18c56d3ecd2c419420bf10656bdd81f6b +size 13333 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (263).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (263).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25eb192a13148ed34d0a0b666197b660e8fcce79 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (263).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f5ce74c12a3e78bbc8eeec8b249d58c9e3d6778852416d5e2c7d4934259650 +size 20307 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (268).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5935b71c7d36896807058f8842cab0a87c418364 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95ecf3372f47a7860ce11eecada11db07f24d0289c733e654f33d9e22c47b64 +size 15734 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (270).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..513e08a0c611d60191e2b033b981c65e7f0e8eeb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392d1dc9d9f5202814e01c940856a5fd7ce499a4301c829ac406f78cda63ea45 +size 22018 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (272).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..844369bb79e1416c4e0cfb5ab978b8f31663c946 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68c8c82f72f0979f46a1990ebe889adca39febcb31602b498e39fca9db277d0 +size 10643 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (281).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..258a1e7c1ecd511ca359c83152bcf111433e6cc2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32351f6f61c5ae88a6a9ce3873c0dbdf9c964b338750a5f74585d60ddd1547bb +size 14935 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (284).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed7a29be48af055dda513d1b36e92eff5341a518 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533f35f6a63ab1d1f608c4735775aed9f1b6ae9a7c7d049c82dc05e544205a40 +size 11614 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (285).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6902ed66ddb71b9ae7c5b1188400e2ef8d48c7e3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fbbe5009f1715ca66e65f3d56f01a8c1aafe021d4e92735726449457385ba5 +size 20567 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (291).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..609ca1c281f736f8312ca6b04f3df90dd43a5428 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41682a434c29f8ae0974e5a91e7bfc0e0f4b783188dc8f83a7e15bef26afd450 +size 19772 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (327).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2701a1f26891813140159ce538e96964fc911a5c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3133f126028a9eb91b326d2402894e73166f0d028dae171a4025f212c254b4cc +size 17895 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (33).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (33).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ead6e7549b0d6cb401115ff34bfa9e8018f91dd4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (33).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f937f7c6a82f18b277599453bf98cf3ea58d6bec2f2f06c9270df9446c3d0f8 +size 15786 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (338).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4167957d727ad1e906cc72fc7fa81e11bdb654a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7601aff3f3ff6d62d073930ce6612eff907d9746f1c2a70367414fd8bfedbabe +size 14000 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (339).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89453110b03f9cae79574973b4412710bea2ab34 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719d6a1f27468a3f42f2d600d988f72a111f10c0a5993e6fddc4239c59ab820f +size 11897 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (347).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e91bca3e505312a4207a1ecf03814e0c79cda9b6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2aa92f218fbd0b41b0b0c774245a06893780cd25daf3225429a150a3b0333d0 +size 18070 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (351).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (351).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4432813d9f988355753ec0aab1fc9efea079e3fe --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (351).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c245e69ea98fa86b4dadf9a2325903376ca76ee89a90cc55e359c6e543d550f +size 16391 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (355).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77e623692e000310f035d3f900c237b6190f864c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6852ee2bb6e834a6874109c0bc4988bac5d7223a1a05f353dcb9dba1dc43e8d +size 16468 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (383).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e012463851f4c7e4bb513972d6a7d84775d48d0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa971b5bd221fbe35757c64f7b8f4cddfeaaaf61e0d20e066f7dc462df01db6f +size 19510 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (384).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16544533ff73f2ff7472173bf10a884f97ebfeb3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcddda7fc1e2073ea641d35efea12ae980d75f3287a7774151436426b4066033 +size 13661 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (385).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (385).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8e45d46ac0c7bc43af45000f8e1d16037170734 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (385).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e917f8d0b7ef2e2afcdb8975b7785a4315787f326c2d4c6eb5e9b2beee0c1c0d +size 11817 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (398).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d870ae47d954f5aea51293b79cae0f710e2abd0b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50327d8d30bdd16fdb89f21f24089d976a664e433736671255e9287f159c8a9c +size 13237 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (399).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (399).JPG new file mode 100644 index 0000000000000000000000000000000000000000..766275a8f586de0874993173594c63f2ea2c5598 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (399).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0bcbf9dd2c47ace0d6c88809694dbd332a25b73e948f1bf8a031659d3e3c490 +size 13727 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (405).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56e6fa328fd32050959e8c4152b842b310da67ad --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb92704ee59ffd550892b6448378a9e04f413c34c2848e0a1397217c0cd8d5f7 +size 17282 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (406).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (406).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5727302c0b477828f99ae62e4bc84893cc6e987 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (406).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fdd8b43615bdc6732a30182efffb11617538be9dd9ff4191e88b9cce7b0484d +size 19651 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (414).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dec83ffade9a848228e409789f159beaf9dbb4f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8116915e10178eac4b82371621527a55653b1fdab070e0531a80e53eb36ef12e +size 11776 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (417).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da5f57e2f6461d6d6b752837e080e1393dc5a3a2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06121fea888c231a0e9e69261d1a43e8403c1c9461f8a17a4ec4771879df347 +size 11725 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (438).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (438).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abff95bb129627a75e8ade892063c129105672fb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (438).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b81a774b281a0d9727f60761609711597ad552c51990d016c974cfe94707dd9 +size 17648 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (447).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..300ec1bfc6f42f164f5388680cd995f84c9831de --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c16c0c8b1d52471457a96ade038b6f50f0461ee5f8cbb91387b5f20bfd376c1 +size 21818 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (448).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (448).JPG new file mode 100644 index 0000000000000000000000000000000000000000..871f92e0da283ebb7abedf5b0e46dd9c49c98fcc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (448).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea694c8599c51559b06e336d5c297522086bbca34dcc9c669fc0c4386d5214f +size 16796 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (458).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2dd5f0d1a36ddf4a47fec84d40b8f977e17e189 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509ff4004066f72a25b3025be5bf1911e84592669796ba7348c7cca4c420cdf8 +size 12389 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (46).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (46).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3df7ca9e3715de5426b12529425dcddf765745e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (46).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183cc1efdfe71e5dd71aa74b7e5fb6f71542aaee7fe772f2fab101969f4b5b37 +size 14064 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (460).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36ab542f8ffb01234b4e96075ae98eeb3d02c741 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbaba79a6b99f72c51ac1828fbd341b1f91e84e632441ff033c4f96f067702f +size 17218 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (468).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a776788b2a35516d82f4c52e55f64d4b486afa6f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7baf2249515d91f9680d81a13d19f6afda0c53431fdaaaa04493aaebc80486 +size 17846 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (494).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..edc3203eba0ea14fca0c92a5698c075f774076e7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82a1781c1ad5dd469bddfbdd275bc9389dbf6330a02373c9dd27f5fc96a1d0b +size 18303 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (499).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab6ebab9ecaccb0ac69c096b06c283fd981792f5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb28eb89d71893d0589649c304fd78034289143fa4a2adf0a9c729c501970e2 +size 13456 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (50).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (50).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58e0a179efc7bdb44c4c2f3a7e8b8baa350ef801 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (50).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c874fd6eb7442204cdef61897dc71744f817b2af99de9ee7883c98f698bedae0 +size 13015 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (501).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (501).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48b32f2ade211dcbdff89e767c844680bb90aee5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (501).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4bf470ea85a21fbd3c9d98daec4698de0a5a076128ae00b52bad6550a259d6 +size 17987 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (505).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3baf77c153c5dca87b752c704ca333ea40576419 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f22c467ef0f59f41008638d91bced9968ead8674bb1b0b9cfd52d9f27c3b23 +size 18397 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (514).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70495f12eb219667ca7e012c00238cd5c35226cc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68a5a3aae3681658fe20a5b0d3ca4b13f62563a72fc6fd68d53750864d9709c +size 14222 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (515).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76dddd5ad404b809c86dce4a3cf449afffe48480 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e23e735eb5c8e673b4ea40dd3e6e418739c34feead08b482858323093c91440 +size 13606 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (523).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f84c7ceb37b8030d15c65660a211e88c59bd3dbd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ced8c99e55c93d66be59523237281b3dbf15126205261b6b6aea25218500f95 +size 18200 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (527).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d56b38a374acdb1d7b0087a670339c82ebde376 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e82be314a6dc9b5d49884d0127e20f6932d095503b6222a720bcc181316cb2b +size 16592 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (531).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c658e4e34bc685669635e8c86879c6710ec4f9a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd93e645a48b5e7303d4cff056f6fd7310546f64ca72cdc82d20207da3b6dc2 +size 14638 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (535).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2a04a9dbedb57fad44f979cf2da6d0f960b65f1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca801ea9416f1f21b3c73075bd4ea932ffc92fc6a3eb765ad404b4256b235019 +size 16190 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (557).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63788337dfaf5a37fb3403878291044da240f858 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cf393508eb814419e3902909cc6c6560ce7ea74bfdf75f16c0c3f408a1763b +size 17049 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (559).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (559).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0940e4d62eb17004530fbdeb7395d56c9548a65 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (559).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c951a90cbda7f7f4edec11cbb90ad0ac29e67865695a377daaa660d9e3e90bd +size 14396 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (561).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1575197620fa4dbf40aa891962cd64b06d3e3eae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004e85c0bae56ba38bbbe3182b455fcaba4fec3f9121b054e74346c1ec075b57 +size 9725 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (573).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aaea20a0fd8b790bca0286e3734ecec4407f26cd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45e6673a10ac81a51980c778d8757def099cc2faa76fa81eaf99ea78867e804 +size 11504 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (584).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (584).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3c8e1bc61da51710f60985654b31cb7fe58fea3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (584).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968c679f1a86bfc719320a31aded147409582a602c8a2fd793e392933620b1b5 +size 10810 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (605).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd00a32af69e925e0134d2338e792d410d849cb1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cc0d3a95b1ff46f136625c6c59143a9e2fd6735e9b7c702ca2f5274ef4bb9d +size 16380 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (608).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fbef53d777b75293d8fef4c0790e0c2a52c0dcb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fc720db128a7a8bcf616754177713a3b575f29dcb2ef1fc0dde756fcaa6195 +size 15609 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (612).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8a12a83445c54736aad585ca887636f901768b6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd89639148272960d60053d0d6861b2e9b790733a88eaec38331e542752b44a +size 10813 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (627).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (627).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53d056093554a10e1e8243fbe76f39a1dfa6b70d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (627).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77da9c0dea190527b237e03ec3383e09a8181abac29b8f98385078d64316befa +size 13237 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (629).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae71d2d209f6203bfedf690abc6db6d001d30571 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76dc045990c91aa824bfcb897ffc8bc4a62718f32e91f7ac116bec62b280c9c +size 14527 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (630).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68756c2f63ea560722fc56b6a4467c72ce815d14 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd2b070b24f0d602aeba34392a692907d31583e5cb71c7e54138dc525434bd4 +size 18373 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (632).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3703f6e2daad16384cce79aa53cb7fd3b9ecd2d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80221f9c6d85f5e704a71151a4b015ade130d40123978848d625162dd9287a84 +size 18906 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (646).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b4657827f8465d96b70c4cb83c501b219759a56 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699deabac20a9aaf0fb0b7865ccf37cfe4864c03383f9f0be5f0ac9ad6a0a708 +size 16224 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (658).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6ba71bc5e6d69aa0a66db77d7e76f0de8c6ae09 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a5ee6e9e7c21baf59156a60198f752139268151ce1748ad3818811520945bd +size 9311 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (659).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..880971e41a5a637d80d3bde36cae78d1f4c7b6e8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ba2f516097fd2b5b1f754459946370e434ddec9112e96eedb9b0b6e8fb553c +size 16320 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (670).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5124b24dd906e39797a9b72c937795aaee96d498 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb1a9e2a310f8395fdbda2b3c65987135dc20727f9a192398f473cc50244300 +size 14178 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (674).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (674).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c770b1bdd71ee7f6fe0590975dd78e7c2474f7b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (674).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ecf5c0f617e48ba341eb06e4f5ee071a2415c6fde29cf801b4df1287acc728c +size 10087 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (692).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ecddc6514ba58c3f869c73175ee126e5578cd1df --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2804d180cdc0548f467bbb736e367dd9691c8c83b34c01d44e630437c86715e2 +size 21858 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (697).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3351a734d9457bdfa58a43234fa671d90298456d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6e43c4976d3063411a9b6021ad76eaac315510a29fd3f1d0c2576e6f3eeb7e +size 9955 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (70).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (70).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b973eb2e0820eccccfd679d7aaf58178b0c618a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (70).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3181738cfc1304d7bdcdd9ca222fd88fbefdd0379f0c17ee04ba1d1a5e16ef +size 13447 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (71).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (71).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da1cbc4552ac229100b60505035a9b9c4f2be1e1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (71).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4a987ec6c9f3f595661ca4f783ce01347feafbeeca8882fa38b35f8ec21b8d +size 18610 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (719).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d343a6c5621b489b8d282bc32cccfd8c9cce188a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bec22631195e09891c9afeb89eae8b5a9540336375af48f07807c3df1e3c1b +size 15805 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (720).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (720).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca5e3d79cf7b0eff6fca2c4da11b9dd26f916ec5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (720).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3338d7e321fc5dc3caa60081de65910f78287131fa240efc1b9041c6352fea1 +size 17271 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (728).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (728).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b49bb7eafb3e4b80d0601f27718044871ae67db8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (728).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d244894bc70c04b0024331d6e072f484a51f28f94852f2e97d96c82c6d271f8 +size 17166 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (739).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1a0cea76a02c0d24016190fd02b530d43767c34 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f41c3a3a77fd00e2da52e252031eb06f42fa8a6832da72f917db353d1ecaae +size 16982 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (766).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2108ea0427852df2d008525b2577a493cff23990 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81137212adf558d2280e1d5e6c6e4e21ea0955beb907839f6d6c6ac7c7288fec +size 20938 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (769).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6da72c08215ef225f878164548859d1945f8e205 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397de508cd01a80a2993539e26f95136d87ce3605dc34fccff8a2fe7afcb6e31 +size 16504 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (772).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d793ace801d6d7744035ef25302a8ac1ac3e00ee --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1efa0d94ea73937ef9e548566681a2aa8338e40165042c532fb09ebd7979e41a +size 17380 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (774).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (774).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c618109be76b940c6f3098f43f9008361f77c93 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (774).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d73aa1125767e1d449d654fa503e7715779b2c456f4c3b2a451cf68253e29b +size 12897 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (79).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (79).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f38eacfb7998529cf9e4cdba98e4848cf5741e16 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (79).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea46c28e9f55a57b7415f0b1f02d15de0f71c3962f26cbfe9c360639bc65ef9b +size 13569 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (790).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (790).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e2486653680fa121826dbf6dd3e0d846e6f20c0b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (790).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdba0900b51e1b48c33ca7936a9f42488fb579a2d2de21c394e569b3114b9d5 +size 12209 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (798).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (798).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e692cedb6837b39b02ef6796d91bb2e48fb1ffb4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (798).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5ec9c428d4daa7d07f55c00cc11a27aa83c26cb633f463ed31a2fc35f5bf97 +size 19810 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (816).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a59e537174300456b5feae559b17d0ad6bbc20ad --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef2386e5e3971db629ad07acfdef70158b3944862f6b4d041a32cf75c61189e +size 24296 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (817).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2ae6074be96499510d878092cd35ba68bc8adfb3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce8a26b51dfd4a99a0b3bac66e9c6c200f2c5d4126fcd9b090b8a1444c4a94a +size 19619 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (820).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98112c8511fbba9d8cade70c87d92f9b249478ed --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1dce42740370df723199e14fbcde046813c04d2d6dc897749accb3919ab71a +size 13230 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (824).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (824).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59522f71eb246542f5be8892167a2d1b30d9259d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (824).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243f3b4419dee038ddbd6ba09d60ec4ac2717bcc75022bbb46d4dc824cf67325 +size 12084 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (827).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b805d78046daaa88dbc2fbee78efcf2a20a29ddb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0180fb4c627c7e4253666ef48c48817fb97095b103125025e317ee4e055a29b5 +size 14498 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (832).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70561fb8580d43c6846cc8f0a8ca3fb45bd436e0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d46c43edb391b222f572fcb5f98ed8b792e05c69824f6dfcdd1aabc8bfdace +size 14619 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (841).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9bb7fa1e5bf4aee185bb49fe1e201531754ab44a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a732d0a6a8000c69c12be55e8ce0ab1d7e703bbc515d3d4949e4636908c1db +size 12861 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (844).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1db34271886d5a88d574e6c5f72e308153296f80 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2bfe8b254e30d9a6f81a7e9048de47e19a219cde9c0b834bf2e2a42aa72a12 +size 18321 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (847).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ee26e3a3560847c1e1344d5eefd1c6f2c821cfe --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d47c19fdab6e687cc6a0c8a4ac4fecac32978d3eb3efedaa461ac610de8269e +size 14970 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (85).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (85).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90d5128d310f66ec859b29c7ab20673f62d9e786 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (85).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88ba7f485ac1861dd75de51223bd963e22bb2213e5022800fcc89bb1f484a0e +size 19432 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (851).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e45cc67c6f3b9aa24b38bbe9d85d0ea569931b3a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61277066e197ffe74138b2d98e39c0debd9735c7b47cb95c5dbcffa51d197417 +size 14108 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (855).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (855).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b04dada7554ca9385af6120113f699d3849a7cf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (855).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dd7a3335cfaa1ae9f0702327ea9d33fb358dbd4bd62e6c785cb4333d73868c +size 18015 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (878).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (878).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8eb637c88ee3a2a3ddd25aa813cb6e2418882e1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (878).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59f107e9433149cc9e2afb71fbe493adc8d16ceae665ef2dc7ce93b99e54542 +size 18436 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (890).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ec95eafdb02607a3db96a86ac2da33d71c23a46 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef6bfe116d5eac8241bc7e48f6e9a3141bd1fc004788f5a1011692c0368191f +size 16991 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (891).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (891).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a89de4b8ab3357633c2004ef9907808cc35a6d8d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (891).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129920e89ef856fdeff5f2a8dabd149d3a7a828afc817c8b09e735d0a09ead8e +size 12938 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (892).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (892).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e555525dae766b71bcc63c87886c5e457f45c8a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (892).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c06c2d5e9d893abe01225041d44252172c550907db4990f374e8b0250a6c9e +size 14079 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (901).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14272fd654834f5ebf3298439ad48544deb69633 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0672f5eb5411c91ded4ba5c7890d6ec57adc87db9cfa03e445c4c55c32d266e3 +size 14093 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (914).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (914).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75f173ba8cbf1bf9ef54d2890032af6a92b99377 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (914).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ceaacbddd120d3ffd486db1b190bd9f533f34e832f4638f47836aafc0a7437 +size 19009 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (921).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9d762f76e379e939ab159b666a72919bb304cc9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4b218c8a5f1cad373b0139bc07bd1562aeb1d049348842700eab42f4c15b50 +size 13229 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (923).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (923).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61dddeaee06d17325723947c0692bf825d762c7e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (923).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6efe0bf17ba1d7957f1589180ef34d913d2332b7ff621b43aa2c66a0515b423 +size 13338 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (949).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72dc098675b2bfdcb2b5ae927017136c25a2940c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5349a37a9230fc63ef01d51791ffcf29ef5e63a266a6b62f4d8e3a849bd2fa9c +size 12956 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (982).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (982).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbae527c1a652cf4e2c59de831ebfaa8d48be00b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (982).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bf8c0182de371d90a3eaf079cf3c4dc58e4f392aba447c8172e53bcfb956e0 +size 18107 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/image (996).JPG b/dataset-tomatoes/validation/Tomato___Early_blight/image (996).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6dea991d51b590634764104313507dd9a34c752 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/image (996).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3785bdbfe40bfba87641fd7d393812aedbe51138403eeedf0e6131f56dacba1 +size 14009 diff --git a/dataset-tomatoes/validation/Tomato___Early_blight/tomato-blight-phytophthora-infestans-early-stages-on-tomato-plant-b5n952.jpg b/dataset-tomatoes/validation/Tomato___Early_blight/tomato-blight-phytophthora-infestans-early-stages-on-tomato-plant-b5n952.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecfff53bf32babae40f25e88c2e135927b191a5e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Early_blight/tomato-blight-phytophthora-infestans-early-stages-on-tomato-plant-b5n952.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c693d01fd09c567b0dcd5697213681e0da16674d235733ef5e9801e4627fc8ff +size 79719 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/August-17-2012-Supplemental-6.jpg b/dataset-tomatoes/validation/Tomato___Late_blight/August-17-2012-Supplemental-6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa002e6f3654a489d5bbaedeb7a5bcbc63b74a8e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/August-17-2012-Supplemental-6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f661b5c89179fa23616c810aa99108985c7aa064aa80f221327e7bff6c2f48 +size 11980 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/Late-Blight-on-Tomato-4JDill.jpg b/dataset-tomatoes/validation/Tomato___Late_blight/Late-Blight-on-Tomato-4JDill.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc3381001969b4ecbe3a885c95de2fab86c295ae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/Late-Blight-on-Tomato-4JDill.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13e63b73f74512f9dddf4e5aa558d96eff7406164e5d22f0d17225027766576 +size 112572 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/Late-blight-on-a-tomato-leaf.jpg b/dataset-tomatoes/validation/Tomato___Late_blight/Late-blight-on-a-tomato-leaf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db24f71f14c57876e94a33a3ea1b1478caed6ca4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/Late-blight-on-a-tomato-leaf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6734228a16bcb0736284aa6dfcd6a0b1b2b8e3aa412820dc1a21dfd08f3473b +size 57572 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/ToamtoLateBlight3-Version-3-oohvze.jpg b/dataset-tomatoes/validation/Tomato___Late_blight/ToamtoLateBlight3-Version-3-oohvze.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57c7ecf8f6398ce5fe6c135cc2c3a3c1a99ad548 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/ToamtoLateBlight3-Version-3-oohvze.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c70c4321a305ca3225768862b0ce55abbe3d2933016052d96c9d2752abb5815 +size 1087402 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/Tomato%20late%20blight%20lesion%20closeup%2013F.JPG.jpg b/dataset-tomatoes/validation/Tomato___Late_blight/Tomato%20late%20blight%20lesion%20closeup%2013F.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7816367c3b144cbffd01167e9bd37ba22c5c6956 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/Tomato%20late%20blight%20lesion%20closeup%2013F.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0bd303b3b61cc75ce5f5c28b7d2d5a47e53851293bcfd0b39f84bbce973fee +size 66409 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/TomatoLateBlight-3-Underside-2ebj05b-300x225.jpg b/dataset-tomatoes/validation/Tomato___Late_blight/TomatoLateBlight-3-Underside-2ebj05b-300x225.jpg new file mode 100644 index 0000000000000000000000000000000000000000..636c322f77a9292b47335a786f3a662ecf556010 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/TomatoLateBlight-3-Underside-2ebj05b-300x225.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86b5c15a56efc7e64f50af6bb7317cc2271c0067ed69371bb02aca7b43f0695 +size 20061 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/TomatoLateBlightTop.jpg b/dataset-tomatoes/validation/Tomato___Late_blight/TomatoLateBlightTop.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b87c7e6f812d8d5b892fbed6191f28a9e718f597 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/TomatoLateBlightTop.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db3c1eaf91af244d4d19789a44d5f2e986b845c078e308173100ccf5c61aeb2 +size 971509 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5169f8c5b4ebf1a68be992bd028edb599cb52b8f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7468d78dc3f7bd368162e584b528860a117d549fc6ab68d5d8498fc360a3e0a8 +size 14129 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1006).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1006).JPG new file mode 100644 index 0000000000000000000000000000000000000000..581f5d1a5ff3aac7be876d93fb4d39c236d9bdc2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1006).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30066a839189d3761f7f6b2cb88ef1cc626504a5b60b652e2e232fccc707b8cb +size 9129 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1010).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1010).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3454b07893d80ee3a5f7914102f18f24a9588c01 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1010).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0551434cf769f9950d2e61a9e638f2c9670936c971fef120b9cbc7a4b37978e9 +size 11077 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1011).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1011).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be36678c52f4df72d7471634e4c1bf8bb5006f03 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1011).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca89d587a7c487cd2b74a6d3e8b913a41bef9d5ab201b45ad6b5f9c78eed537 +size 16179 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (104).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a56c99a51ac4097c51761efb896d4e4c7e7ea1f2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37c9416022d904c5c783bf1aa806ad90d2297d18bba7a5a2f7b56f67a74fc7f +size 12583 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1063).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1063).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68f412b08488cf6bbbb65cf63f8cb69f64c5d421 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1063).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca2511ca40476d725c604f296e9bfba209e9dc4eb225a269fcd50fb08dc1604 +size 8390 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1067).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1067).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43d91486fef2a41333cc320ca735623136dc7cfb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1067).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cf604fe711144340ab4ef55e2fa7e5e4916e1eb1ad4af37de6a573009deaeb +size 14034 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1068).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1068).jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cf22c48d4edb69892ff811f3cf10c8b9abf3b2f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1068).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2211c62015caa1e6edf1a079bc7f6f9eb2d186d51db09fc297ceac74d8069696 +size 6779 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1069).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1069).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bed118e6b0c706a7fe7e69bcae668fd256066e7e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1069).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e742e91c81edc19fadc3f02d62c4c2a372b69448b22855ab89e0d8db3fd5816e +size 9958 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1082).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1082).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be182192fe0d245b21a034827f8156dda5609d94 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1082).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dcf8677a05c92495feb43df1dc164bc63308b02983c14634b272809e0ed2c8 +size 7569 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1093).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1093).JPG new file mode 100644 index 0000000000000000000000000000000000000000..656720a739915fe8ff83285d924a1f63c5f41c88 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1093).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b7c67e22cb6e115be4acd268c95aba09663c30f51a9b07234eee1a6934a82b +size 14755 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1102).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1efdf8722d0d90a8f940450d1d04af12351d478f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895614d5b633359ee515adf3398b1657ac5c69497f00b877c028f67a5bf9f4fa +size 16718 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (111).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30fc1428ca54afd711bac6a6b635d2baedda8a30 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3894a5cf21f550882866db970b7497dc7e834a4c9734e2d78660f692fe79dd89 +size 20164 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1119).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8da6884cd2b164d5097ec406a4016e6cd05ad320 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831f0a6ad38609fa4151f6fbac3e31da15c16164cca1b539e8265c312a74d862 +size 13096 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (112).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc4a1600f4e99b117d85ba3c4b1d7db2bbb10601 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf917eefb1a01dd8568345fc85b18ef39e85092dc6024786db84f54d9b3e6ce +size 15967 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1122).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee6911d55669bf3f1b24e886a70934fb80c426e0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463c24d65ea3ad7d5ea49177ad5abacd179fb9acec07473e9f26a7d7a0451888 +size 9521 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1123).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1123).jpg new file mode 100644 index 0000000000000000000000000000000000000000..9402995c5e3f7f72145ddbcb2a030013edc3bac1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1123).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d2403215cba934fe04ad9a0393a1c68c42d603d4ec30a7b671f9c306d45192 +size 5049 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1130).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7ba0e6fb5e0ed49aebe8be338e1ee1e5faeb1574 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867b3155257879cddc041d18a20eb0374cbfe2e9dfbfb31e2602480ccf3298c3 +size 11552 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1131).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..361438194c90344f29269ea3a087cfa160c5d816 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8569c2bd369b2d53c20fae4d3d2288cd704fcd3d000f042c55cd507cba7979f3 +size 13351 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1185).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a9687621a938f6ab43abb68367ea183b3f60a9a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f600843872c86eb4d2fa795799bff5bff77b92f539e5f8a24eef50cdfd50d570 +size 9228 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1192).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dedecee3830b2a7b35d6939c3bec96c7117e2b2c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f05f30745c1bc56e712da06013ad9082c213510e303f58a7dfcc0f72c05adc9 +size 9878 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (121).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..967bfdc9e47248105eedb7d76e6fc68195f7c4f5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27237c0295e1c3bf9ab6f2d63427044d549ca1d5fec4c6a3a0873ec41be95969 +size 11768 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1212).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d64ef6c63d4c247fc0a2f80233686f687155c07d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b6f3de2d51d0bc956fef9c3accc9825944012ee89c080c577aaac1aee38a21 +size 17284 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1217).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb330c358adf88f9b87a68e87480141f0f5bb9ac --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c1bdcbc0558576157bc134f763410841bbedb135c31cf5b44a2032a3bb757e +size 12066 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1235).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1235).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9610fda2ac4d454de88e0c34964c88e1588872a8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1235).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43438b2f1ed8a78164e9af8f0b3b82236dbfbfc9811b58742a73a8f02b685202 +size 9211 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1250).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c7471c0e13423670f7f06748af60290cc5c7b659 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452290cb1132399496d49daae929b8ec72f564a361ea2955cc468df0fb22cc94 +size 18834 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1255).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e745d39f075a20a72ec3c0fb30af280864109948 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5953dcb39bc4df522d671cc9aa1e68502e7a75eca8fe3ece37160054f232e87 +size 19782 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1256).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f303184ff0155a8e70bdb4d0d376271f8b762d97 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2599fb96a2e4523f151bf78139e3af93d07183f6e217ca9e28426d4ce248e7 +size 16841 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1258).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1258).jpg new file mode 100644 index 0000000000000000000000000000000000000000..29927e280dbf8759f867f83fef203ffbfdea21ce --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1258).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c495fdaf2966f62ae34db4132572cc828b52df4cd381e2e940443f447dfa7713 +size 5317 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1271).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be480ec419614db73a15fe5a887a61200eef41a9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd754bcff0cc8325227a4ed79c3ea95f25d40b31c60c57b8c097bf82cbb04ed +size 17594 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1298).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1298).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fda5c9c8f1b7b1966f89cf0232bf4a3d91531c04 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1298).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7711c86c03e275e72f946b63a9106ccbf49bbbb5a7a86810efd04fc2e0771d70 +size 11956 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1301).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1301).JPG new file mode 100644 index 0000000000000000000000000000000000000000..636a12f3416f483b098e9e72703f82cd24715375 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1301).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070285b90b063424a69b06238dd9f7ac36d86a43206abe749d252d6557ab481c +size 18717 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1302).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1302).JPG new file mode 100644 index 0000000000000000000000000000000000000000..acb1bc02cafc19b129eda4c4c8b3cf3111f0fc52 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1302).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3952dc5b2aec7fdcc1cc4e96a550bc95d55eafe5f1a25cad5312ae6669cd07d3 +size 15493 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1305).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42da878dc3ae5c9ea923af512ef85da5c4606184 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0e5d0a7e5b06dc0176486c9f335152d47e64f753ed906566f6fadbdb49e894 +size 9063 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1311).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14c2a2825fd099a55165cf792b68ad552e85203e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1dc948c221a0f203468c6f81f20f8293fc726eb6cccf8b9e55b86de92b06991 +size 18934 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1338).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7839589a0169e95d51b305aa56a3ab0391444f7a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3151e1242497b0c600526ca7d9e42c244ad24c024fb880b24277f2e7ee386b7c +size 19632 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1343).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ffbf22c7884183822c5e65a026f55702916ae9a7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afbadaf440b13689723b7ec89281258dfb1f6e643917034d23e78aa9746dc65 +size 13299 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1347).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b3c4052008cedd323265363ee19a707bf2002c5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b207e71e35c71aadcb356c274404af9b430aaadd04ee5895b5dde8182728c01 +size 12759 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1363).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b1d1f9fc5a4003afb132f7b4faffaa39a5ffdb7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0b506846e10a0688fa77e769e9aa7c304ea31de99b36f5278001f843b08251 +size 11770 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1368).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5e3056f8dde78d8899d98615cdca0354b0f9a19 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c758819ea589ca6e1a5eee2fca016af3af1512430b490aeb49aabf3790e946 +size 17261 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1372).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8e203b81b80cb580696c0bad1f194d0c98e1d8f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08de26f3dc8aa74186f48a56786c54a5ec7d0e9801ae5f7f339dd1b36d524bf9 +size 15021 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1383).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f393cb0a1d6e402d8ec7204019cd8a8155ee17d3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d19be854605956522ac18a2b41ad92b85d5f13a3ce2516d98f4ae8d6dd0398e +size 20915 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1395).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d44dd0999582c6e9f4f451733e6d5c5be48dd93c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a947c703be1d610f4af33b75f27c5d01fd34da86f4cf85139bec425226b0a81 +size 12561 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (14).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (14).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20fb9253bfd2c43a1209771ada3b0b4fa596973c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (14).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4016564cf0aaadaf79d6689ded54de892608b30e0c1f122d9261a8ea6b7c0df8 +size 15027 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1418).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58251503bdbbb3df2af514ae20cc6b058b219285 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215e240cb43f5c431858d766902926dc50faf86ec198b82a865b24adf6509d5b +size 8239 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1419).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1419).jpg new file mode 100644 index 0000000000000000000000000000000000000000..03b28f4073805118efb7a3e090d29f4544b245fb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1419).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328daec70fe8a655fc528b9beb20417913aabc0783c3a89ccfdacbd575350905 +size 5469 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1426).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..499f212d2ee32c82a3fa5d5c1c447910938bc382 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095038fd2c2c5e0956e5a99519c9452d7b85e499f45b8d9d5d435df6a0def72f +size 19696 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1432).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7944295b4d55214a0a2ab6003923974fd3d2e9ff --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3989eff86d7cf3d71e679fa950269074926ebffa252fb5a9e16d019a72f27e6c +size 9572 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1441).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1441).jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5d1b830e09e5b7473b33275c98988b75ff1bb7e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1441).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b42c6aa4499c5837b6ae1d4af189d2bc4d2a8169309528d1b1ba36c53321282 +size 6275 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1452).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bdc53603e24ac50d87170065b9ea40abd54a1ab --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6de89fae7a5c1656d4c33be8dfc2e86db5fb91130dfa0b3b862081c7c24c2ee +size 16108 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1453).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e37e4a4a3bf771df6fcf6fd9af791b8e9661e30b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacace3d62f4848d68e4a110da938bf42856e21b6d6c2b2948ea89cba05868b5 +size 12462 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1457).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1457).jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecb86ea64f52ba77d9945263f1c2d276308bbad5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1457).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9712117abebd6b974da4c6ca43f23172070baf4938d8c44a94207441a6ba0653 +size 5739 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1458).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57bbfe3cc64e9d8057f0339a25cad6f3e2a9bae3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9469d2a4fd2bac92ba9424735a2a0eb7ed602ef713106d7fac71dbfa663acc01 +size 10703 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1467).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..646f6eb0eac4df3adb04450152017a71525d7567 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167f03e49cc425e5560160918bf858bee80f202776091bb7ee1be03e35d7628a +size 14695 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1473).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68d1c8c8635d1c433d81279e60487ca7c7e29f97 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42684baddfb214c613f7e851988c0a087010753150c84d0727b379b36644c1e7 +size 9042 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1477).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..58d425776e44e3c06abadfbeabffe4a3feecbaf1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcfcf68aaecd2521806b7ebbb99e2dd919890f56f07d6b8831786ca074c92a5 +size 8126 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1481).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1481).jpg new file mode 100644 index 0000000000000000000000000000000000000000..d473591b3b5974bc712eb620de0b6d46bbb7e86e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1481).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98463d08516127dfc17766d18c84b14e34f45a3b674d7276c767d187cc573f5 +size 5799 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1482).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71f6efab57f8558477a13daa003704bfed9dfd8f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ce85c539f5b2ab70baa0f0b3f7ff6b440e989bd786ada9ca6a2fd16da95230 +size 9433 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1484).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1484).jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d2627b577b1d7f31d55cc46d861fed8dba87824 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1484).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e687119d07bd4ec7af77d206fd4abc1a9d2ebdaaf227b5c8a656cf6901196e +size 6926 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1490).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1490).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a14ba8cc217857fa76af44158faf6d2e47d8e12f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1490).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a78fa1548e6ca10550027f540bb1d58c6799baf03f12ce8f9ab930ce538b16 +size 10234 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1497).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80c847e93047fdf9714f5165374167381b58f9ed --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d561f24308dd61cb42f4a40382ef3df13b942dfe71eba864bf9077efa4f4b8f +size 7527 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1507).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1507).jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4ca918dfd23ac056ffe452c95c105aa9d693b13 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1507).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959631004a89255674fd921ba675af19a7b156f8db5b6a24fcfe638ec77c5eda +size 7058 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1514).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f02559f7f07c5977406014c560664a1a15b088c5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970848a6f882fb1a934f3b020bf6c6087521e0801edad601801ea59422fc9b7e +size 17080 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1520).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1520).jpg new file mode 100644 index 0000000000000000000000000000000000000000..29e40d376fbe9fc0f2c4cabac891c57508e176ff --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1520).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdc95ba9903fdedd27d6db78b678b80201eb9d0a1b7839d689f9dce5ef84e9f +size 4884 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1531).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1531).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88841fd311d37cbdc059c50c713e8cd0a5970769 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1531).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a0e2b86b810f3ceb88c9e10e6b8d395565d2e7f153bbd9950a75fd67efe14c +size 16471 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1538).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1538).jpg new file mode 100644 index 0000000000000000000000000000000000000000..e455990a527c22dde45ee7b432978d760c8c80e3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1538).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadd2fbc7bfbfce16af0587d5046d1aaffb784e9a52d64da8d94caaf9e5440a1 +size 7850 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1540).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1540).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5811e099c101fb2e091599d0aa0be3be13b4ef15 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1540).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844c74107b94fcf23f7b4aa65e09e5ef708e09632b4a8d45ba022f7376eb91fc +size 19228 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1569).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1569).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99d63d6c2496bb121a783057499bfb758471cf23 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1569).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c82044451ddfb9be67fb9f7076dcae74bffc9ed3a5fcbbee8fc27b4a43bb36c +size 9213 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1574).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1574).jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e90dd15c04d7c76ad59cd2af1f7a450cf551e7d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1574).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc0029436545b4ebf6d1d9be43690c1b29d04c048ee6488cd02b70b9a0902dc +size 6566 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1577).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1577).JPG new file mode 100644 index 0000000000000000000000000000000000000000..114a48a4502ffee6a3db17e8b130ad7ebfd06735 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1577).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b039e15ca6ea1995d1ed3fc8a1cb18d0dc803cb5ca0c833a234753a407d51ea +size 17203 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1578).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8db6d3391b1e6072a8a02d0bf23336f103981e5a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05e573ae6c4a28b077b8c9d01249be849f4f8e1790b2625b42c6bc01098f718 +size 8687 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (159).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a472c6ae2e390cd6b8ab1d0c52eade73d014f66 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35381b65e435cd7ece3a94df13d732726da4ba361cd27bc5e8a2ef2e222422e +size 8356 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1591).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48e59e06bc3c3fc8246875577a5a45f6b5e88dec --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ab04a1d86f1c0d7d4c460b7ef6fb449036f4922c4bbd33e00b970455601f4c +size 17866 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (160).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc4b1f2da9ce01ff2dd49f65e6529b16c7e5e672 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f315919590e505a22536691985d043bc62403c8d74f0edb780b44f3e17cb20 +size 18620 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1601).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1601).jpg new file mode 100644 index 0000000000000000000000000000000000000000..15fc9a7ffa76ef38b7711bce4e0f9def4a541ba6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1601).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4eefbb0dfafa949c8e6999e06a3f7e8e1087d1796d2db3328b39dfc39d600c +size 5675 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1616).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef392d67dea6b1ef63f4ba15339ebe9090031591 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3342d229a51d8658196e1dfadefa93a720129a20053721bd67f73d03adc5c79a +size 8845 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1625).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92029444188d8b070fca2a0c9953c15898348762 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10244b5e0342c11d8300450a1c67a7a3da03de0672a066f71b05f971103a102e +size 14000 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1630).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb4ff63bd00b196bff9e980963439f7385d67d85 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07b0d1ba477e1b304e668c0e10b4a9b69d3711fe3d9b1dbad42c733f895ebdf +size 10283 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1642).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a36c57fe1d71d725d1ff087238633b96682c330f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2102ce251b5e4eb8a160903b58e4ed82ef028bfd0edecc17a6139d86d58a26d +size 15179 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1643).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e21dd3565dae937d7d0bb600b62a3a0f8b16756 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ed54ce63a04483cb72b2b80f6c24e7b6262eaa57eddd1cb10939db26ab8154 +size 16652 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1654).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32acc1dea3e825f90911a20d61aca58486ca0bdf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ce049b9759dd7e5c9ae80ebfea8cdee4b4293f728922db5cbd847b409fd3f4 +size 14504 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1667).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d08b6f1b4decafcb41bde1dcf25c38fd572d96c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fddba5f76e552e10b4946514d5e586f0d2e96f18d973e135052de1e3a0006c +size 17890 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (167).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (167).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ac9e25c755311abd487b79f8936d7d2a0b68cb7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (167).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7546c0f1ddcc4f4344d2f0495eee7fdd76fb75e17ed4eea64cb2af0f7495b951 +size 8372 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1670).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81e9f58902b40f92617446b010c4be0bf836efbf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e21afe8b112e2e5c05a58f7b08aeecb831eb80ab79e12678cda130b2074441 +size 12817 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1694).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..665ba1e3110b9f65bf4474e6af37f63ba34416d4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64999fddcd8d474e3badaa0cac88e5b48e9adfa0c2f075da94a61f212c39f504 +size 19764 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (170).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dafa5221fcc1c415696dc02b7afc9924855c42cf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ecf30143e66a87d8faec8382ad5ce396c3a434e77e6fb38f3cca2c14e5270d +size 19603 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1703).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93aa42d20def30fe7f206264d30193470cb0403b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7f4785bf973355cdbada038fe18f3145280aeec9e240a66fb487878dc29154 +size 16215 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1714).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b73e6886fda0e4b494586353e783d55b23e506a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241616a4a34ff1ed4530de2b086f2a0f28b4cdb4aa15632492e92ea1979bec78 +size 18267 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1718).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b0e1d9ff5bde4420a91badd2c5efa4baf2a710a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618022935d751e193df9196e95ff30fb72e3cc52abe64b6609a665070920c9ce +size 15428 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (172).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b31d5ee041449774798c2d2c7e7c8412c704428 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dbc584ff07e200948b12d0aa5f228d4fa675c1be4ef8b0f862ceb8ea9ecc61 +size 15972 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1722).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42061cff3a6c43c0875c1aea907d38a390ab65e9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546c18ef4247ec445c27a3c708e5866cb5ff029577753594611706871c7db9e2 +size 7784 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1733).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ee98c9160df25bcb66686741377602f15d5fa45 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc16465b70647c646e15d7a9f4fbfd43d8767931cfe2a78d02e4e1562e1b59ed +size 17525 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1761).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dde636313db456a891bb3b374f06c7a51952e2b5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74efc69be35f6100d8012c947ba2c9e96d7adbb4e6310313b5571002a214b27e +size 14982 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1765).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0e15e582fa046ed3ef77439d3b9d12a641917ab --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cc999cfdba2ec4ed64569bdda5e15d5db22a2deb3470756f00a4fbfed0fd18 +size 17818 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1768).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a1154d930acd38111d7c449d24f71d028ac9173 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a3850ca57e1d98296a0a6c4302105a84442015d128e4939cd6f77e94f1b4da +size 17034 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1777).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d3bc16c50ac70dfe70c6590768fc4b0b166fd23 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc9be4c40601ac0b32e1e6b7a365e39ae265aa2fee80dcc664e60424cb92318 +size 17679 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1787).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1787).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcecd6cb44f9218e10f518ddda7b77ee95dde29c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1787).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d47d444d00bc5797d0383336e2b47d22363a0a12f79e6a20cd8227e1d9f60ca +size 17127 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1791).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c65e45bdc7d58d64d14cd1d44cd165f7f6a270f4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ecb313e70e05aade78f051f8838a37f8d47b65fd5d18743b8e1c5014e5860c +size 15215 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1795).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1795).jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f4e9ed3ad1e70119e07129cc57c1808be95bbc2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1795).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a124ed479c2b8485fc9e4c142ceda682647ed336bded1122d85be4ecec55fd0 +size 6603 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1811).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1811).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b319119d7125af55f4ef3a8549bd1f5b52dc607 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1811).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e67a32cb985716c0d39ac5be5644d913374a039cbf07743c406a32f819d0553 +size 13570 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1814).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c299375fa916fe8ed1aff30582035a53f0187e47 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4141df419865102a4b69f7eb80bb0bb2415d779727895c03fe5607fef325106c +size 15081 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1822).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1822).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1364bedc688bf64c0ddc7c324565d1185b02265d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1822).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8725f0e947911106e1fb8404ca7f69c1385c744dfc4f552566beb5174d58e18 +size 17224 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1829).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d0ce076e9fe9615e205f56b40e96b399333351dc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f466cccae252941ad2c208dc686e14638f96b0b10861b18bfb5013359cff0b8f +size 8797 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1839).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (1839).jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6dafcac480badc519ac858f8cc1f85a4935e0ae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1839).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d648479c6ab4ef5d85b4561a82e400d265b56e4b13f49262a1b77c128dfcd098 +size 7564 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1843).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1843).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba96e4e520daf815f6bff0600304648800524e2c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1843).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2548b05dce664edb0b1a2d57205528d3b14134219309b0143cc5abebf4d3e9bf +size 18091 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1851).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85cfc6a1eb80b3fa6635765c2794e6f972e3ae5f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97e16a598eefb7820a31944742396a00c9c31c2c3fd02ab21e68307d0358353 +size 16833 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1864).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f35ada7541e45524d67745d9bd0c7a222f63f926 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1883da21fd01ff9c4a792a470ad7527ef9c77ee68468f8dcf8cf1d9a438bb1 +size 10325 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1885).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1885).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07db330be69219496172f3f9471d56a1b0fc2905 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1885).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d0bf768d92a0e2d73e93c85e48b17b2484dd04a728b8df3bd4ffc747faa86f +size 17210 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (1890).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (1890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1865339199bbe520a613c7cb4471c525f757f26 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (1890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981ef03760eb94ba7ffe8a7dd02a2fb2decbe9d5f14584dfcbcc6765cd0d4cf5 +size 17784 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (196).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f23581ed6757909e6ed1abd4ece1986ad016d54e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e3d5b1f23845e494508491d272f082e0d255ac10a45600fdc3c4c174fb090f +size 9545 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (20).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (20).JPG new file mode 100644 index 0000000000000000000000000000000000000000..49a060ee999bc9af13792b0741cbfca5e548f85c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (20).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c46e15a28cb92563fe948a4e8521e02115b663a0996c04045881e60a0da4c7 +size 18369 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (216).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f98bd2821c06cddde74ee2d2237e17683fa29040 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e269fcabe0d3216118efe264342d38c78242f16e79bb49bf295469c22b4fb4c +size 16915 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (22).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (22).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3657fb18dbd88db4186df26861a1eea093c05bc8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (22).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca09f0edd4279bfcbe6e4872413646479a6a8aef29adf7faaa8cfd5d57c41870 +size 19641 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (230).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6094a581388ed0ec594b899083ff9254b003f728 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b964de025c5db45bd692dd461e6b40377adaa8f13c7835ec83f3a8f565cf5d +size 20364 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (241).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14f5f1845323d8ce66e5663a96b3aa0af90cd47d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7535ec250be24408194843910a4bb481600393b616f326014c5114ae6590d86f +size 19560 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (245).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a628a1e194ae229dd7c3cb8491eaad5715d44fd0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d743ee3c8f560188e2a8c70649f3eb5292886355ed733664ac6f2adee3f463ee +size 18121 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (251).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dea511ec7f8aa733dc677d2cf7df89f955f675c1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec47e2f0765b77ddd5c498bde7ac481faac231b892e341bf83549c9be9d480a +size 11890 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (253).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f5f645e042e61cfa69fbcb60d75282ba6a7ef43 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c910ab8fff7f11e306b894b49f215cdb7873450c2dc9cf802dc773f8ecb7ed +size 10395 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (261).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (261).jpg new file mode 100644 index 0000000000000000000000000000000000000000..006efb9e2393f7119fce7e1d511b5eb851a70f74 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (261).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776cf1dd43c68c5b367391c6fb1efc5e24fc0330ad7f38d93f4b92af0a9d3652 +size 4782 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (263).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (263).jpg new file mode 100644 index 0000000000000000000000000000000000000000..72cae325015592a76bc4c666ea8a85a8e488fbac --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (263).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34817b699ff1e0168d2dd5ff54f974c46695a20e712fb098ef527443a3eee8f5 +size 5018 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (273).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfa29ccd3854f9cc416cd0ae6fb7a725021044f0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0552dc683ba133e2bd1adb4f05f4fe91335ce08c78a228da62f28e63b794645a +size 9899 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (276).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd53bece2622877d8e01e06bbc2ba6922c9d1f4d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7948d1e1ffe2a8cb9b94d3bb65f8cd9714cd6f9f43cb45f17c8b81175d75fe78 +size 12526 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (289).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (289).jpg new file mode 100644 index 0000000000000000000000000000000000000000..d73dc9720e4db52e6c4d85d3db8408ae880f9010 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (289).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74af3d46dc56d3f87754fd8d6173d7f38048285171b91a2d1f29919021c800e +size 6979 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (297).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1c46f67af3e6d7d01dc8f8e16e482bddc269ac9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a91eaa27118bc5b0fd6bd10d3eca6c3352be1c8ab5a3946611b38abafead85 +size 13666 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (324).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (324).JPG new file mode 100644 index 0000000000000000000000000000000000000000..040d0fd4c10782459b3a4d754a1070f07faabbaa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (324).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf5ae591b685e86da8b76523ef67857b166a39a90c8e9c49ff8e85c0ee4fc51 +size 19646 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (344).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..09e0f56a068f17f9b62301bdd5b9010899818870 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9882a707b733fbf32c664fcf54b86354775aa146fdbc0a95a4275efb1af190d3 +size 14138 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (379).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (379).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81a5bce00db290a601e0cb12117cec5c1f8ace24 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (379).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1131e9db399608d55a94d62bd67227f98f7e50d7e8fadb70aaecdabc50470186 +size 15667 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (384).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4740ce9b29f164416efa951a06ca96b70454143 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae2b668c901ca28f6d0ec2783785fd562921608f80a0b9d031d9d17f9965d63 +size 11791 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (388).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (388).jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae9fa772b10fef9ae4903f964fd26796fd4eea8a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (388).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f2bf71b17994131ddf2c2b142b1e96c2717d97a359e6d684d7127a48b41a1e +size 5402 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (393).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba9ffda5418088520a65f241dadc99237bccc4e6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358c428ff18d8424af6ab02f4ec9549cb1247445090e743442cac223ee1b1ce8 +size 17410 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (395).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e048a959fd4de1091b2c892e57efc06b8ef89bdc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6534848da951fbcbf06cf2f7c8979f2db9e5e15180fd8cfd12e05934358fe563 +size 18362 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (411).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (411).JPG new file mode 100644 index 0000000000000000000000000000000000000000..959366c08113865d05501a3ff0e3c9bb0b72dea9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (411).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f5c8ec79918e24e4122196d9162165195de1ae7dcd7fed7e4b0dd6ba0b52ef +size 8250 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (414).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efbb7033c2e76d108fe69349e3a57a786e90ad30 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a034eb4fc1cb638bfc33603236d363321a6c881fbc14aa1849032a65a251915a +size 15953 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (427).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dbfa66778b631fc8596b5392a4b60e87171a0f7a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acefbea49aa634f34bd47836ab8cc15414596556cd13cb9f1993c253bd1541db +size 17153 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (433).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6984215bd8a3bda3130c19f5131c93e2ad2e510 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a34444dc38db8286f2c69ee1a5db111a6b597fbdd0ec09991acb8c78dd0bfd4 +size 7673 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (449).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..457afb1b50dd306e0ac4a6c9f0b037b9c44285e7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b88c52b436d1c590cb1205697699edb8d6e20ff9f8e9ac4b62f9cd65aff321 +size 12350 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (465).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7564725573f738fdf081727bb26c86650632bf2e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68c243a8e2bc67c649a091735e8af159c11735efabaa225acce41d83092c6f4 +size 18515 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (469).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (469).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fe9b3a5dbd25680539c1af849353ff7afdf9066 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (469).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a805dc9138aedbec99f33ad57bd8971dfc9459092ebac6a08b5450a039e7fa5 +size 10277 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (484).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22909aaa7fe3f0bb44a06df2171f03ad6cea0d7e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b522026f659f57fbb20f653b1ce1803c4819d5873932cc6d9109555258c284bd +size 8441 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (507).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (507).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a4ac6f718d86121d1d7d97361d3d3c67d147dc5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (507).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1c5ccbac252980e22ff7dc9157804020a719a690f3266d8dfe8819d5d27406 +size 9959 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (510).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..602990005973ca7f66d88a276ac031f26385884a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c017260de090c596b6707ab0ccfbf7c118a432385a08e7aa3b4e0975a308fa +size 17458 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (519).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..448acf98a0072a9be8dfa995fad07f2e078310b0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8507a8c9825c76b839b6827f10f8eaca197a8daac4d85fb747517770788bbf +size 14688 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (535).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (535).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6bb16c5776c04b5bceb6edc9b09fe77acd45028 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (535).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdd6e817289e338895f034c03bd9f96d6487f15a321cd372c8efa9f46d316be +size 18654 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (536).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (536).jpg new file mode 100644 index 0000000000000000000000000000000000000000..c201aee3564b69381da93ee29b06f1727d6e3136 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (536).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a247a106e64220951d856239d44ef4add9f2f8ef31209dfa1bff6b96b799db5 +size 7902 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (543).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (543).jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b651a761e2feab8608eb1e76893ede0da1de749 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (543).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86d55a417181a0a44ed1f4d6ab6389878ad1263a531291738fb589c2f34a1d3 +size 4675 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (545).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b73a1b80f06079bee9884702abdf8748ec8a40b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b228396b5e580b5cb6697dc1a15f6b161f06779c1dc7226ef5f4a41725ef0e +size 9816 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (561).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3fc4b1fc337a028b8404538b5c1ce9e58fa29a43 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ea4d073fbb2c8debce01d57ab10289a5a7edf45b4f32cccb804e3f2e56f559 +size 19602 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (568).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (568).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0798bfba352f0ecb7bffd6477e0292bd433eac9c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (568).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde0dc7ff5050e583ce4eceb7696c8d3a39a044f3c8dbd39b56860e304e731d6 +size 9350 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (57).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (57).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc4914ee29d66bf2cb6aed959d77248b48c81385 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (57).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc6fa380ff515489f337da2b64782d8f727ffa6dc8af560fab209aa5933b167 +size 11908 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (573).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (573).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45490d83a43e9c6a0c95cf0ffdda3c8bc847e0ee --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (573).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14445cfad0dae99c6f2823caf7941f537fc1de1c6edf818c1874857c5744beb6 +size 20727 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (576).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f21cf4787985519bdaba6c75dc9bc6b4e42b62f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d761da08766f3516babbd4b9b9a285370bfe814f1aae6f0fee9617ed4cb4ba0 +size 11228 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (579).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (579).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b66e977fdbe7b874ed6bb89d931dc17548406af --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (579).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db17077c770551aefe79da44be3705f2ba89be703e5743f537294257d4117f7 +size 11781 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (583).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c51e6e59c81f898f921fd2ddfd93772b05b9a70b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f94285c7af6b2739c037285a48a1a976eea0ecf1031995a3270d35d570af11 +size 16486 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (585).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e04249ae29d66a6fbab093f7c2c8dc3477b45f45 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcb875a3df068dc3b667c36bffddd3322054bcad895d27b4a9263e9c235d145 +size 10559 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (593).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (593).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87ef02d61c6cae656f9104d81312bc98166d7a8b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (593).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23e4530e53b3aeb8f6e93abb2599ba3368765f014350615dc675a8b16605310 +size 15180 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (604).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..23c7f1cc60835bdb9fb4ffc52364ec5205eb491e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e19a78ef57627182d6aba7e4fa44580efe761bd7d0dde37ef855b3b60e14133 +size 14902 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (628).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc7ac29b8a3963591e84c9df38909a50f4801a07 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985d3dc11d01e435e87a8d899caa15d0fa736dca5673867c6d0f74c46beda408 +size 9144 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (632).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e96f6a9bb7a4ed5969f50bb5c23911ea15b031e9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2b30bb5d35f93fe75f2dc996a4b9505d28013d9db61565cfeef80ec7e6f867 +size 14581 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (637).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1c922fffabd242aa49e41f93533414cec103e6e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2252144830e8075986a22991ae413982f0dca3c52ade4a379756d2e4875eec48 +size 15025 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (646).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (646).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5ce65bc55c0b1ec9afa8c2e114dd6ee70869d92 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (646).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70e93a0c3796cddd12f335a4d8a9b41f871f016e319064fe12275734963a6c4 +size 10694 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (655).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1de28564df8bc1a92095b738ae7a15bad4701b2d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7788e408ddefd768f679e5af7553af7c0eb55c353bbf7b8550b6fc32c84dec6e +size 18355 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (657).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7244b193f60678a0dc0352e34eaf8e8bba9d6889 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22a351ce4d74bbcf0c57a677111743c518d56bcc3281a482ade51275896d8cc +size 10010 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (667).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89fe0cbd561ab79d24c15e4b010fbcd81cccc9f0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3a79d08315898c8110d9c2f7b1912aa1ef73ba354ae0e6b5007d9f13067f75 +size 13656 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (67).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (67).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17be380664581eb3a098c91ed24c2326ef530e26 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (67).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272d494ea2403b307d24e5c9ba679a58d357fb9a984ded4caf3ee1d69244ceef +size 19541 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (680).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (680).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72a1085a949c9bddcf2e481dbe305f8d87e31dbd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (680).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d011fb4b23aeafb2aa6bb52ef81a94828f37f2cf36e6b635e70fb6910925e0 +size 8717 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (689).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f37e674fd47842cd6d62e3ffce69ddb0f9e25434 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60769484d7d3e945def51ea004be85ca1114dae566d1898965dda4b7f3d09cd +size 15166 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (697).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..852da747d7d061a997855d25364f194a17ee9a38 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd5d1fd2ae1c7a806379a39ca2142a90723b1033fad094f9ea5230c33480158 +size 19744 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (705).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5be8e1849dfd04ec1620e7eb3c17bb6cfd441de --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c32aa2a72fa94debaace502037bb2112f88835f8ce0377fb9478711d11b54a +size 7920 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (710).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af66738c6b0c48c5818b9ded95c50538d12410dd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef594ce9e795c4ca9b266d987848aa356aa2be88fec6c44aa17cff2ba4efb040 +size 15948 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (719).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8baf6aad8607e68359378de9405c184fe11a7d98 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04edb678d8c72d94cb12d1e1a93b70c9f5306e1d00220c4ce33b44bf14497c9f +size 9932 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (733).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (733).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da521b4f33e67a6c6bae7c8fba4a64d0c920130c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (733).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63432154012af41b25d1b21ce3643aee74431cfb622d115202e8b628bdbeb8b +size 8561 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (747).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..796834eb0d0f04a534712a298b7baa5861eb2cae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38e2f1976d9c0655d4ac759c02f6205df98a0f63a70ebf4621b87979b26fcea +size 10712 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (76).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (76).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55d5314675e93597c537c69090f6c18a20e32560 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (76).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4a3fd6a65d86bfd82db7d5ecdb50e6f60ba744a0aa07853a6ada1b3c610268 +size 16672 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (770).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e3e6ace5f38aa39a3cecf5738cbb748aea4ec1a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836109e72af21aaa25e124aac35274554a74113074f2329bd0157d3fd4cdff0c +size 17139 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (783).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (783).JPG new file mode 100644 index 0000000000000000000000000000000000000000..377691d177ab5e880e3b59bafc55b4fbed771e07 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (783).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f56a8cc5f555d7d62921c2a038f0a74af77607086a146893207c7469ee8265 +size 17113 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (786).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (786).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a7ec7a8aaf71fff8c814497dd9d7279736d5c61b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (786).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abd8a29a8154cd468d45e697cbbb61a07c7c5600222aa1d91a81ad481877a22 +size 16863 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (796).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ace14114f9fd5d8c51ec548ee212f1e3dc4eacec --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161fc4cc51279b492b415692e44ea1451268102acf0c0fc4de248e87025d3a26 +size 14094 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (799).jpg b/dataset-tomatoes/validation/Tomato___Late_blight/image (799).jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5514e2780db9ebd72c12d76d1e312e0f0f18642 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (799).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fed3eea2e64e68c02363a5e96b25ff757cf12693074c73ee70fda638eabfcd3 +size 6344 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (809).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (809).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34a60570b257a787f379dccc86efc6a739a9526a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (809).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da24ba80cdea6746754da25ef7beac6477c9f91a8c68f80e78b5ce69be9800c6 +size 17050 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (833).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c562bc51d85108a1ce3775003e269ec70ee2e106 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9ce24c3f20496082bf3116f1313d2ba0b411f7d2619c0b38c3b88c628fdf70 +size 10534 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (844).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..026859036796b4e6330a60016ac1f9220430a3d0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1d1bdddd609302bf3fb5583bc864ee9b3e323e4ededbec07eb6c4d03c338f8 +size 15662 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (851).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0d4a37a393aa0265f041008242b3f6131d1fd92 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a49d138c3d2193f08e89632956e2385d4183c043764acfdf57f72544513e06b +size 21195 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (852).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79a44876e6f768bfc3256bf77776251619fef08b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23abbee630651fc0f9f86f134dc5fb5d41373c0fd12eb118f417a0e3205ab52c +size 17636 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (87).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (87).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92b71107e0b567d30db75c9e54bedf36a59cfe88 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (87).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c74a34560d0677126e48dbc7bf3e35aec4fdbe818caeaeb759ba09a4c868378 +size 17104 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (872).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..65b9ddcbc50c1f7b7689b25277b88ab86f195a68 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a012cb979186cad93b978e0c2377a989e87d0c3279d9d4309e5925f34933b3f +size 17703 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (877).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b9368045ce5c2f2b8f360db865491208d274969 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301e6dba3ed4fcb1310d1cc6ff8ed1ce651fb44efe4979c50291d8855e233b95 +size 17866 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (88).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (88).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25415b234acb4123b7c335b7247e4019ba5d9c4d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (88).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e00becb104f90017008ec3e8478c224b00db5fecefcbdb47d03098dc809ae1 +size 12939 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (89).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (89).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69e44c0081d5bfd336bbf3e5326a308e1bf9adc5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (89).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d5d83c23206c90661e69472fc7a2ce9010cf08f28747a04fa350dba4f0aef5 +size 17067 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (896).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9184d01450c32b12f8e3636ba3f1aa7f471f0bc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4aaa422da60e70f57db9f35732a264685eea699f34f93b459ba2857d092a5c +size 17490 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (903).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (903).JPG new file mode 100644 index 0000000000000000000000000000000000000000..415b2e1154d39a7c5acbe407146865fc09495faf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (903).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4a8a317e5eee01c973512b2bba3edcbca721ce2677d4290845f9357288de51 +size 8055 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (905).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (905).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5b02a7063a02152973e987ae6b0ecac0882d181 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (905).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebbdfbd91107a792c815255c9ec0aa4522ebf00b53d4d04c791480128570b8e +size 15770 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (933).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24a60e1dfff180778a0ca72d0863b013a3f1b95a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32714a43514b74f2f187b470267cbe5ff7a50fa269fd29a8f01ee69245258364 +size 19380 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (942).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (942).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad22e0a580c279d5dda07b6f18eeaccc8fdadfd7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (942).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e695307581a2085e56623ca1200972255a74af55a645eb3360b38c437661501e +size 17535 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (954).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (954).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52e2f1e0a3a07a2c27e566f4e1ad7df0f507fa7b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (954).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf7522af53911c1205170f2f53c619ee3f274318a06e2be1565d7e7f7a1431a +size 14077 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (956).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (956).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da4d5e368cff8a03511ec7b3ace2ddb0c28c77f4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (956).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7634f06f93e820a0409ecc9dd66d23b40346bfd28c0060d3b7ffa956e3199c87 +size 15739 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (989).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (989).JPG new file mode 100644 index 0000000000000000000000000000000000000000..474aace77a1581eff1b4e0ace8936117166aefa1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (989).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7121ee703633cdc0ec55402149381f22023ee6bf0831695e272eab7981a98f1 +size 17143 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (992).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (992).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89702fe9dd0302258de265eda89786bafb419d27 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (992).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0245e54f52a28a99362884385be2b6964ed630a093c93624fcad25450cf48e +size 17542 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (994).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (994).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76afc6cb0c64385da7fa6c0e2116524574ed0567 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (994).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b2bb6f3ce2016c21d2d1cb93a9eaf13d70de1c091f91d7405a82f380698d24 +size 17270 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/image (996).JPG b/dataset-tomatoes/validation/Tomato___Late_blight/image (996).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1360665b772ece17fc7b19c4d8a5c00d02ae3bd0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/image (996).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac26f39315dc69c5e5f56c1eaf6546afad75db93198d6daf989ee5fb832df9c +size 9212 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/late_blight_tomato_transplant2x1200.jpg b/dataset-tomatoes/validation/Tomato___Late_blight/late_blight_tomato_transplant2x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab47ef00e9ed6e45fbfe6e7684c5ed4c3baab3b5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/late_blight_tomato_transplant2x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6966160097c74973e47af258ad4fcd63a4790f8efeda4c2feb6de15285e761b9 +size 388674 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/lateblight2.jpg b/dataset-tomatoes/validation/Tomato___Late_blight/lateblight2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd51ba25b56c71a57b0f3006655dc94e82e899d7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/lateblight2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f67e36d10f1fc66a73b4153746e4b5aeda408230734c399eac8b383d5c8440b +size 155578 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/photo-2.jpg b/dataset-tomatoes/validation/Tomato___Late_blight/photo-2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07c33b1d9cacec88512c5ce7c3df55292f74ab61 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/photo-2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78dcc9dabb2b57e9e51c28e765e112f52a5eb3ab06623c4a67f602bd04d8756b +size 353837 diff --git a/dataset-tomatoes/validation/Tomato___Late_blight/tomato-late-blight-leaf-61-3x32.jpg b/dataset-tomatoes/validation/Tomato___Late_blight/tomato-late-blight-leaf-61-3x32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7cf46f710e59ef8302ec8e572d7d02b7e4f597fe --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Late_blight/tomato-late-blight-leaf-61-3x32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0339e9851df57480c749fa2b5e9879cae89cc96d8a6e1a846dfbc472b4fac9 +size 46412 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/23601051_1572608349449262_2029169498_o.jpg b/dataset-tomatoes/validation/Tomato___Leaf_Mold/23601051_1572608349449262_2029169498_o.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e12e7e164d8c0c8cf7fd3f02824389690ebce036 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/23601051_1572608349449262_2029169498_o.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881683b24a9d1ccdf9ebcf4b1a5a2f5815975cc08cfef9ccc974b63981173d51 +size 184101 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/607-155-0.jpg b/dataset-tomatoes/validation/Tomato___Leaf_Mold/607-155-0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21f3de577a486165afee33d7a09600da4b7f076a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/607-155-0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f16ef30627048c7e497502006a8eebe6bfd0f294195d889d5ae81a892a2c57 +size 160493 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (110).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d56c3b4dd0162b2cd7914c3cb3476c2b1def03ae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e0053280d2978c650d62915f1a0e87b5a8cf3f094ce29efe7be0f920b1d17d +size 14175 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (12).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (12).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c23832ada5083ebbdc6573c1a7c2930147abaec --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (12).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc36b61dc9729b5169afa45f7b62eb86530c47ffb943a75e37e4991b908046b +size 14788 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (130).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e798028030428731e4938ced4877352d6bb439a0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b509cd780fc7ad07684f93b6034b0baed29f1ef74b8f86587bc97bbf4d107bd2 +size 13063 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (132).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..726ed73997927bf0347b4b2ed7a8c2f80b9b5761 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d902942cbd3e16f1a5ac9801cbefccf69cdca00fabe94cd3948fce0ab38a9be7 +size 19632 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (137).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2bb2f2a64c40a0e8aa93f088322f23fb29d5a2e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7158486def86272615570687d80682ce59bcc28f294593b3e090311b2425f71 +size 17785 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (143).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (143).JPG new file mode 100644 index 0000000000000000000000000000000000000000..137ad9bed549bfbd381a19cb4678f3d2b7358c7a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (143).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922bbcd706df34393be124f0aaa9a5212c87ef00c7ef354116c44c54cf88ad5d +size 11433 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (146).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60882713559ec6aa3bae8b18b5c02d4e59d33f5d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bc70a372e9797fbee07c862c3648493539f8431ea9d09e2f6f4f74653028ab +size 12327 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (170).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..42870cab8b1e6fce5a2e71b29b4632ebc07b311d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a80c6a969e42dd933812a155eb63f098b99cd19f6dfc4ed909e923c145df97 +size 15174 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (174).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a993a92c2e54cecab27ef768e6af781b3d584057 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1595f2ffcff9e11114e50cce94addea91fcf5f1aa8c5e9a5aa946cad76cbc8 +size 18861 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (175).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..073e8ad843d2ef5f6a5f291e0f6a97276812989a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2121066292dc01b474e3564170afdffb738976382941b1aa87039c53e5e70a +size 17368 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (177).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a813eaa3c272b51256650ef257d540987b50f21b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81a3bac83aa6b212f56fe8fa4d9e5b697efe74fc06bc91b569778e96fb9b170 +size 17239 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (179).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (179).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eeeb7a9a55553c6f59a3665c926983c6ed6ec812 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (179).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bfc9b775704820eb11fda16e2212e788c85dd7b6d48994607d959ab70cedbc +size 11037 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (186).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec1fd3aa6d1a5fa3ea54a20947c83415eff462d0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7696825f1e04e3bdd6c74f95a8c62ab9e17344d08b69b10b5f208491d2bdb9 +size 13166 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (198).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f022d47a1780dbf1ea9b8055837caad81eedb80 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d78e9feaeddc7e62076f832950630aa4c4c45b093604d4ebfce046b32dfad4a +size 12013 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (203).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e694e652be80777d4b506ec1ba8adfc79911da00 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8245c1398f9d5c32c4c8585a958a0b7191a4a176793d9922b2998f767ca41bdb +size 11902 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (211).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (211).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c3c199d7c73f5e2c5c13294c2967528da76afbf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (211).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a309b604ec708680f55258d26254905e05a6cbd3a38e3cf7d50c164c620f1d +size 16967 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (222).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..421344e1dc369dcf5f638e154f3d35eac56d8d5e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e0ced306d40e2a9808ce033ae4665f68ca4563f0bc30ff7173920062fa3b98 +size 20188 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (232).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d1e5a1e1ad646a08c2a0fb511552a94853ea23f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00700d3ce85a560fd0b6b86b839c7b9ef856686ce034f68b8c84ee1008ac62b +size 11599 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (245).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0920c534227c44052d3c176850ddc5171aee99f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e061379a81669d9a4ffc79734f75d7b0e5f8fd21c90549953aa525ada51271e2 +size 18842 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (246).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..094ba481b90085e9e7d154a3fcca9b2f597330af --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dae3b4c72afcd7dd3b470f040144c31d270552e14c627bad55fc123fe280257 +size 16023 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (254).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (254).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b3e69562a8c9fe86e9abd5d72e53b0a52a270d9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (254).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf139351a0469e01719dced18718a417412f68d726dae2f33af04ae46aa7060 +size 16710 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (257).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (257).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ba0b262d87877039ab5524741cb9c2a284c19d1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (257).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac85ee482a45f083c911b4add90ceac0dc7b40bdffc7093723d4d5db9894cc8 +size 13159 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (258).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a16b06381b6a216bafbdc44a6aaacafdcf9ca2c4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47ba58de2f64bd318b3eafccd0e389d7ee12483969fa12f6da1af5a2a9eb3f6 +size 19491 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (262).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6e5fbf76f6248b8ba3aabd5557fd192582d4bab --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee33ca40867adac593ac19b53ec1f2aad10643dcf6f537726fab43a37887a0f0 +size 13628 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (278).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e117503e6cb7b355f525e65885850d4980c48ee --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f04d4c1449aad47e7b2db3b5701b1e468220048a76d617c0b5f4feb4fb368f +size 19295 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (279).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..398eb7d0f86417d4d425831d3de22cdafbc1c1ef --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8507a1dcb0a0690993b10b88c69e6914ad2e99cc2ad9878feebc14c8e5afd5bf +size 12259 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (281).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (281).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b41b9e9fb4215f23fb22bbb4e9d3278b2c71e8b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (281).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabba70a944e51590a6c6c6a4db292b5a0f9187d68532a701ee3096c7a6ee920 +size 16680 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (284).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c363b06b840355cf4539fe2e90fb8940acd1a6f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10613a4f398a3a1f187a961b17fb3189083c69d9ba062a4c69005773ded8e55b +size 11869 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (289).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e1f5034c374ac97ed2fb7108056815c0e0d8610 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477b9040edf59e95c573650449d1828a7b680b55f23b411f7156640d621d829c +size 18346 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (299).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1645df8dab3ca34033dd8665dd8eeafbda79e32 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674777300c5ab8c147869592b9eae0153ed705b96e990a4de052ca755897fd8f +size 10880 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (305).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1938ea9c7d45bf0e3eab2ee6a2eb31c214169f9f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33817ef05f22bcff3c4528fae8b0b57e6bc8c7cfadacd1daa376ad99d60f3b68 +size 18033 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (314).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..62b8275c9d2e4a31ded2e760012ba87e4ad1f15c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefd75f6deb8279ac0e567880252fbe2f37de9a5b4d9967d3e8427adcaa3afc9 +size 18903 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (318).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b62e0859bb14a07371d36dc6dc071fffd24c097 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54ec91f8327cf2118ab1350ba372a97b2e2e99ad50d1b630c7c7ad33185d9d8 +size 11090 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (335).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97e3d3cc03fe7ff825feaa8734fef22805fd299a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cfb1903e087cfe23ef60cc7f55d51e5c0e79f78aeaa9cb8904709fa40a76f14 +size 11498 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (343).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bfdb668d9c60af79a35229436922c7ad8ba1104 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd49e01fc02bf9b73c080fb5c3bfc6fed47689939f692e0c560c700fef66e0e +size 11517 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (347).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db7171bf394b325f2f7bd3c5251b0426f4484890 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c624fb438d9479c5da5ddea67f42a7082a71fa3dfd2eee88a88bf5c9094a5c5 +size 17728 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (35).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (35).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b75d40acd5e66811acb947fd412d30a776b536c0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (35).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e8e5e52bcaf17d983e4e5376f82e27c5b5ba536563118de7d59b5c5c7ba97f +size 10583 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (352).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a1b1dbf425f0211afe815d19c41bc6dab6ac87f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43b025d2c990b1edeaff1ff56139d445744b74b8343adb652ae6b0f49644257 +size 9660 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (364).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (364).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e24a81bd68a3e3a395d7ab7e8ad20085a1782b9f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (364).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3fb757664e25fb2e884ca83668c37ab36e85b2b9a3f5d9d323d5527ebc429b +size 19959 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (37).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (37).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ad38d9618251d64fa85964dee081759dd199c1a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (37).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f101766d4c311aa51a79614d61de67fb1476d1f1fb6d441854f11890a64c137f +size 18821 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (377).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (377).JPG new file mode 100644 index 0000000000000000000000000000000000000000..80e18f501ed1515516d50c58aec870f92f08ee00 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (377).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f9b2b4ecaaa7b80ff6a3a184e847d6809f79b44aefc8d288956a2f1ab9ce97 +size 18607 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (384).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7e9ae8fcfe5c545d31d705496b267caab2bb3ff --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f75002ee79a0e9742ebffe80fcbe3cbbbd8ff49f66902036ee211b7047e3a5 +size 12223 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (393).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (393).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b1f11c06a6ea08d697554a68dc3bc9ae8169307 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (393).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde8529859d03298c62616c0ece1fa6ba3e000327bb6ab665d201fd2557f1d1e +size 17291 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (408).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (408).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ebd6b6c51c16f60f0914e5dfdcb2af57e973910 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (408).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a35dc5c1ad01ab7cd03278e759d843613c68361ddae23ebe7333b6930d249b +size 17598 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (426).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2c29b5bbc8ae74ab347b2a2ef9f69e509918135 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac4346d62c6e56f9d6227023589dc6e57357356f9b2d3be6856a931b0da63c1 +size 19052 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (427).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..daf0edecc07a27074eed31a994c854167219354c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a048eaebb3df9cd6d2d99d311d5c336387b5041a39762bd53d7044a6511749 +size 12593 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (434).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (434).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c6d6a540651d29a8bce87e2ef48bb7f616d3811 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (434).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240355c2e97c95effe8aa401cd8f3cb9a2b6aad1426eda98d9aa3f77aaf4092e +size 12155 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (449).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (449).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11bb230f45464ec6067b74e8b06f248c170c7ceb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (449).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedbac55e93ffb8abe854bb82eb7747a965fea52c42294ab4ac628aae937c3ff +size 17989 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (45).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (45).JPG new file mode 100644 index 0000000000000000000000000000000000000000..271edda71a46a0edad903f86d04c10cb5b83553a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (45).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3449fb9f8beaa488f39fd9786c6a4d4752fdd4d3aa7a2adacd0a597883ae15c5 +size 18725 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (452).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (452).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b54ba7986b2b88f54f18b907e164869472321e0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (452).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70f9fc069cd45359773cba96c328a147bb90fdbf805042cb6ae1ec4578bc78d +size 19436 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (465).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a3eebb3a556bf4a13977bc40e0f57ee788b1b5e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c34e57c3bbad562f8bc8045dece8f746b8d7d1aa23995c4d69667542a2e0905 +size 17328 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (475).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (475).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7df0684564c23a34ac8308b37d9bbed514be03e2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (475).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd99bcbb195a5ae06035b0237bec32724a34f755624a7c4f1f34e1b5bbc7f25 +size 17640 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (48).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (48).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71da873c80570e37a6af46963f8de81b46142693 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (48).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a271b4239751682fa093de5c5e38a4b97e894e8643e0e2818fc661f7b900c1 +size 14199 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (489).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (489).JPG new file mode 100644 index 0000000000000000000000000000000000000000..866e4192277dc0cecc5ef9228926c195fce1adb4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (489).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcd727451459cb609c552a50e59e5eedcd6d7dbfee66dde53da11b53a8ad721 +size 12531 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (49).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (49).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c818d339678713a75ed97cf584ea565e4c1a0d0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (49).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58773ae7360f67657b96a2933f4495826b6323309b29adb3ac6206b88304742 +size 17403 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (499).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (499).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8d2a39565c5e6b9bb1d8f698f0e1f57a9cd7666 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (499).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b67f41ab2194b27b96978f1afba9910981e4c793998382f223197c45621aed8 +size 12274 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (505).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (505).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6576a8ad17f1f521ed1cce79d9daed14107d6960 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (505).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c903fe070baa15dbf306eeac44366e88d319c47730eb9fe71798c33579c27cab +size 12204 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (513).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b252559a615b2b0bbc52d9327172aa96dbb373e7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683dc1ce44956c42fb2fd6695ff4a3049d4f9afd52e57f938c2981e98602226b +size 18803 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (52).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (52).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84400ea2e17a8a24d1142f93f1717d2ae55a0287 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (52).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d848a46413cb8d2d3a52f367d59c5c11c5f165a182cf037bee26e6aae3cf34f4 +size 16223 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (530).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54583dddb659ae2036790ded3f3293b7653bce15 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78a2a2eb3424aca0ae8cdec3160af91486d2a7248a14800ebeb8d175b49ee01 +size 16769 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (536).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5813bde91a34d7513a3967ca14f37171ea1aa66a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06947e701b886ba608421d0c260dfb665ad6b563c8b910e1c95569d49a27e5c5 +size 19548 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (54).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (54).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f4855eaedfa9aeeef4d94d2ec20ae6e4afd0371 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (54).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5242700f2892909acd237f2e1093350be622ee584c7e8167759e87c0ff4ad520 +size 18425 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (543).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..577fb279fc52ee5399872495f7d6e2650e4eca69 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051fbeb76820e20b2e7e8a0c637f14a5768f8de4ec8309e491ebde3e815be88d +size 19525 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (548).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (548).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be87f3c581a40eb6b69982f7587745dbe30546ad --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (548).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bcb94147c34fa4cf24e289bc15be2384b40a618bc478c6ff35d4c4f1dd05f9 +size 18315 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (550).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03697bbbfabeb05f2f01d520d19eb895265275bf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1deed76900e39e90795e10f4b61583b742769b84ed3feff3055efddef8d5937f +size 10949 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (557).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6adf6317ac83b2171efdac435290d238c1c421e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e63dfc37793faac9839f533ac5e655dd18c58fecef61d6da228439182e271a +size 20300 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (56).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (56).JPG new file mode 100644 index 0000000000000000000000000000000000000000..782019c97a9836799a20e6d6334348a7424b3952 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (56).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c87f76abf3bdee3927c1407d2381e95c435ba573c27ad293d801e3d50e0817 +size 16745 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (565).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e51a851d4a41e5e40449e7cfc80d58bba446fd95 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984209c743642b3439b0d96accf662732bcbec8958de0cf92eda7115ff55b11e +size 10711 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (57).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (57).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8c5236e105afb625424325a6223f5392e77df32 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (57).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8472a9ce70202fa9c6bc3571882f9743518d134872afc473deca01a4e262fc97 +size 15883 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (580).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6386fc4b65f3c8071dfcc2828f4d234c7a6cc96c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2476ef9c7cd3c60a320c5985d7bcb5c0db8d402f3284a40d29146636cc7ef345 +size 19166 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (591).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f55c40d2a659991e66c8bceeb12e346c1c0cf289 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bdf2c51235524c8ae86fdd20ce43eb90d18a3ec6b143c6d21001340af66d42 +size 17266 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (594).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..645a7a69ae3cc7b3c6269e8d7bc0e83072e2b4c8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c270b767492bbcd9342053e0408a00383baaf393f54a4f57f410cc6d84b208 +size 18943 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (595).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..beebae878914ad360dac96b03d1e5a03f22f1c57 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b5769bd78c4adbf7cc2ba1d5291cb627616309a9673faed19d026e5ef2cda0 +size 17905 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (619).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..400b70e045568b9a9b00f2dbe6f4e2670ee78ce2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73191c4c2447c05bf77074e399fd555d67d06a6f6c1a9168bff6714191c174a +size 19569 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (629).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (629).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aed8fe12e7e8157871e2460f9af1b59d0c8572e1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (629).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e90bac3402fa8699dcc7082a8e9e70f47f3d0233701995da4cd7e0b4db3a12 +size 19746 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (636).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (636).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3883d0b4e41ca11d172d484b45c2eb757e41a45a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (636).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183ce8c8662e451568bcbbc73543b8529fe551fd37c8ceca63b4fda739ab13ad +size 17745 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (643).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d754193b7a76a04b82d2ad7771cb7c30587771d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c37eb7cd2129c9d897137690068a1a02476a5a091b59f73d7388acdc9ffd8fa +size 12773 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (659).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6ae06c5a98b573fd02aa1bc42095ee97d2bb43a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b257fbd35ac9e1a6c4d52cdfa81f749133fa45bef445b4651a4edb9c6801f09b +size 18551 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (66).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (66).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8196e0720f5c62de5a1d9d4460466f72d181ba5a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (66).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a3e62baa5adc9bda3362b9252546b669c357b7ba5f91111de63ec3c3ea99c7 +size 17262 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (67).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (67).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0aa3e0b0158dbd1f1f8db9174df416472830a6d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (67).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c6d1b0a5ddfb2c5107316a85f3d3e8323fdf495f0a8ee82c7bc62bce9a6d51 +size 16166 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (673).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5ad54d641823041f5f863e4f20151ea957676a9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a2c1e9cc772d1efe2c83f83f5be96c6bd89b1d7ab51ffbbcff4e34f46132cc +size 17369 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (681).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (681).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7211dc6107b2a1c4fa079cf6ef6af2d418d4ab90 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (681).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dfc273f6c8d54d35ad7efef3ba7e2dd6add215f6e27fd5809611fcc704fb6b9 +size 20175 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (684).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..065b3aaed67d895ee684821be9660d8bea4cc054 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e68d61e8882856454ef4bb857f58d60ed790f39f4f85c7ea6f723537f21dbfa +size 13074 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (689).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..260ca80250503fcf974d184d71616ada18efae92 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d4eaa31123b7fad2254ee4ef4fb959347a51a86451ec0a8decec6bdad3b6bf +size 18305 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (692).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff76455c9d35b0f2a4ead3e788c33e95ac73482b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d68e88ee2c4bd07725a90964050e580794565fe865eb03a3b623d808d2ff1e0 +size 11986 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (695).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (695).JPG new file mode 100644 index 0000000000000000000000000000000000000000..005a54d05826fdb31a645bbc598e5171a13b60bc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (695).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b81497c0f2af98ccb2342986dce810999d73e94ec031113f59188c2dc6488d9 +size 11609 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (696).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74d711644b6a6efad3db569d43f31c9a9efb22c9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f97248ea2fc64e692861e625f5bb7da7de21ba2a70aa13ebde2707c9e9c4eba +size 12421 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (703).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (703).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3c5e59286e851846fe3bca145752b10aaf5b421 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (703).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857c0a1d96ec08588a8fb5d06eb03c15c4ab32bd56ec56fa98a7223c50c2be7c +size 18503 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (704).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (704).JPG new file mode 100644 index 0000000000000000000000000000000000000000..86982a37a1d2f0609fa53d924987d43591a07f87 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (704).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cee229f19606327c86faa036b928f6a973cc3351eb859f1770a607ab82761cf +size 10623 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (705).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (705).JPG new file mode 100644 index 0000000000000000000000000000000000000000..751277fc3b2f29ebfe186d007c2bdc0f14d2f585 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (705).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150b8d83d4a0dffbb61aedd7d38adb50c576833eb20c76e120170fe682135d4b +size 10831 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (713).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..362c042645e7b95f5218d3d79c260160030e67aa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85094b7e14f0ca615e7942b020227cacc71a0dde788cb32e35b61e3baf2afbf +size 10613 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (738).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb6a59c11054ce70e9503a3fed4d0bb042eb6887 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a109645effa7c61e7f3580672a2b85ca1799dcd018b96dd2037227c8b24e161a +size 14367 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (754).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (754).JPG new file mode 100644 index 0000000000000000000000000000000000000000..620c09c727fa3ad0b4ae9ea69314d043f476df19 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (754).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9486c34fed9c8a369d3694ebdfdf8569ef7444d996569d10199fb3b6e1b69b +size 17405 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (755).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (755).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f7e7f21b67001893ebb828c603e6fb95ee42e1d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (755).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34903f84988d8e6b1840fb629de16143fe4403830e0c937856c78742ecc6a5d8 +size 19330 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (757).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18a6fb9bb278ff2853d0e6c837bd43b1aa77b4d5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f52781895b172c71bdc7dd1b1ac512cdb0e886ee911f6bc96cac34b2966774 +size 18205 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (777).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4026849c4223ab23ab3bb60f6567f029c667af07 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75f94e964ff37530b0d34c84133df76fcb0bed75588a45732f7404dadc1d0e3 +size 11265 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (797).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dde37e191f0cd82af04cdaa3bfb5b19d9301338e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3102a416429eeaf5fca2affb93d1ad7235a00830460bf0b21659cc3d4cba8a8 +size 21421 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (806).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (806).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a80fb2e5afaa4a7166144057dae0508b20438dda --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (806).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca371fa581cdb0d1df09edd41a67d28e1958a535133d7f3a0b06ad6bb33e42e +size 17785 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (812).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66767538dc089d9f9b149af982484c29928c735a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4c8fc81a1c2805a57f643c2ee005e9d18d429cd84829a8afb68e5a399c090e +size 14252 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (832).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (832).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcd273c08d0205b73b6d5207bdd29e29c222ee24 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (832).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d706062815f210b712d177bca350d000bc8e6dfa65cddb3e28d2dc15f3a100f +size 19207 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (836).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2fb81417f8d370f2d57ab69adda7369a6967fc9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891dca2f3e9c90213e27c4b699b7ba0047f4522e1b20235b1bb28324d57bbd7a +size 11585 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (839).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd115183f67800d69169568ed517fbd7e25d5733 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e6922940358ff58dc0be6c2f1837d192138b5bdd08b8f5c138ebb34111495a +size 18391 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (841).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..042de309ca27dd23e435ce9e67fbd82597d94a65 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b187a3fe304dc6718e5f662b9fc20454f0cf3bcd5d8b8d9e6b60d4b4f773540 +size 14184 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (844).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (844).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a2f6c56f1c33b2104aaf8e3c13480f892cb7d12 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (844).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14c3ea04be35015b43be7d3f6f7d5f26c0a2eb1c08dd9dd2526ff9629fde339 +size 14149 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (847).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c6beeb1ae1bfebc81301b8f0fe90b9d6f6a0df2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ad71691d869bbb9ceff755ea8d4849dbd829a71e7a5b407521137bf386a7c8 +size 19228 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (872).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70246e6bdca83dadc1942485252ee7b26df4f213 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d97761dcc8315235dae80f7af7a2bddb078a37f0234ba4a870c71d00788b0b +size 18086 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (880).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a62b1b522d91038e7afb36d3dfcde412cc1b9035 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f08701c3739ae827c0d3eed2c7f67eb5df8a52ce1c1754dc513cd4e62fb59da +size 10468 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (9).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (9).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ef6d47e8ca3bc4bb117de68c96ffec771681ba4a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (9).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2329243e3b6bd9c9cb6f9d19db53559a75ff4afe195281c7047884a48155a548 +size 11310 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (901).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ec02cf3194e43d12d529649c003ccba074d614dc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc9b383f9446660ed26e2915a8b3ba5d8696cb6277e22afca3c6ea0ce1c8f15 +size 19099 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (911).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5d360d2ddd1b31ab6f38c5f82c42c2a73ba943ed --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb3b29d60b1f02a86fbac4c1feb43c8ad7152d1403be1348a44215a530484aa +size 17685 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (932).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7653b44b9cdffcca24a783b617cf6035d674bb6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b714a89812c90039825e53364b2f889f4bd8cc6dbceb68061b495b57bdbab39 +size 19091 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (933).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (933).JPG new file mode 100644 index 0000000000000000000000000000000000000000..158ff3b5c46a95246cecebc19a53ffd9d1482359 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (933).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ec73fc6dab62498e7739420db6acc4efe08c879fb98396e48d186abdcc8bed +size 17809 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (94).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (94).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e5382c11696907f457e3362935d35b43629d494 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (94).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f938c8ddae81813a9f4082a980edfbfc8dae781e049bda246d406940ac04b08 +size 16340 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (99).JPG b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (99).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a49e1705a8f434170011835d35742ca4c2440b0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/image (99).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d5c64505f97e9f4713e4825de235e200c9addafe2b5cd715a9628ebea7fd10 +size 17608 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/leafmold.jpg b/dataset-tomatoes/validation/Tomato___Leaf_Mold/leafmold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..856007d2c00551ad1a3dbdef59257a6c238e0f39 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/leafmold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680568869db669a93d2385150a20ec4362c0e48fb91fc7258d1e34d87d1890b0 +size 5488 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/tdisease6.jpg b/dataset-tomatoes/validation/Tomato___Leaf_Mold/tdisease6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fc3008255228b1909681fad757f2a6d006b86bb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/tdisease6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209763d1e11a2e708aaf6abb229be260d24709e120459b22e0945ba312d777e7 +size 71787 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/tomato-leaf-mold.jpg b/dataset-tomatoes/validation/Tomato___Leaf_Mold/tomato-leaf-mold.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c362b320b51addfd5ee150cfafa54238937ed75 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/tomato-leaf-mold.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18443210d12693afa5a4df7ec6676ff285a863ccac8f63eecc2602bc622ad598 +size 2885 diff --git a/dataset-tomatoes/validation/Tomato___Leaf_Mold/tomato_leaf-mold_02_zoom.jpg b/dataset-tomatoes/validation/Tomato___Leaf_Mold/tomato_leaf-mold_02_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..feff46ed4a6df312961c8c9c844a4b5119869fac --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Leaf_Mold/tomato_leaf-mold_02_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2e6650a1422bedbc672c152b4671a51f009bc5b98896b804362e01dc2887fd +size 129766 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/128110613-56a6d3633df78cf7729070ad.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/128110613-56a6d3633df78cf7729070ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdca48e302fe41e3fb2e32e121ac0113eb3ef0db --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/128110613-56a6d3633df78cf7729070ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6ce8f0e3b4cfd7bb9f4235ef5cff30f7a3d1da27be970612424a0ae1b3c5ef +size 92239 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/140714+%2811%29.JPG.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/140714+%2811%29.JPG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a158868450ecdc62b4ae0d4da4d25a43c4fb626 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/140714+%2811%29.JPG.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415d67394b5ba63eeb5eb3e3c2b5bad457545ab95d36e371e668b932efc2fb54 +size 430332 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/5775225744523264.jpeg.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/5775225744523264.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11f09f6d02e5b7eb49e4cb7cefe5078135266627 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/5775225744523264.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a8ea8452cec2540ead310d93a6375e371b9b7e5077b7614044ec430a03606e +size 185393 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/5c77186a4ea326e5495c9d03cd89ce16.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/5c77186a4ea326e5495c9d03cd89ce16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c291fb53ea13d4d6231c9fec55d0fe5b251cc76 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/5c77186a4ea326e5495c9d03cd89ce16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8b0be6e1ebb25c470537f1601dd510bf7aefe99e3236b70a3ec90e247d69f7 +size 116455 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/6242739939180544.jpeg.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/6242739939180544.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8f877084eeb204803921df4a21266fc9a5ddf15 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/6242739939180544.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386c07ac0ead76fb91a38688798c9572dc4798693365a39f661e2618ac1476f7 +size 119193 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/EPP-7625Fig-5-143x300.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/EPP-7625Fig-5-143x300.jpg new file mode 100644 index 0000000000000000000000000000000000000000..308c2b67e1e1b770edf8a56acb5d69652c1fc55a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/EPP-7625Fig-5-143x300.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbb800e869c5fd99f08eba866fe7fd88264751038ca736e2208972dc31a8808 +size 12427 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Sept9-300x225.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Sept9-300x225.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d50132c3241677d85439c904bb2003b2c9274f5e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Sept9-300x225.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31fa261bb38e5f84a5beef2c39b7cc40ca55169641c4028fcb0bcb33bbbf10de +size 31255 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Septoria-461x346.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Septoria-461x346.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c1ef3d1a05e411090b6fbc0ef70ceaee5ddf530 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Septoria-461x346.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab4760580398c3294a11039a7c21a73b6c2becef277e18d2e630a48da5f431b +size 20815 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Septoria_leaf_spot_tomato.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Septoria_leaf_spot_tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a8dacbc7183f99e3d747fcb7e706d4cf8bf177d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Septoria_leaf_spot_tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44feb48461d2cea164b0f093f991497031d0584105580b443b7ef0f18bd0aad +size 37674 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Tom_Sept1.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Tom_Sept1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6168bb4e26be3726c78623093c1319127f85b9f1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/Tom_Sept1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce1bfc413bec680efb6f36a57ef8ceb673c09a716b1ffbb26d55dcda2a1b0a2 +size 20901 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/b54d0e40027ff5e90e8ba7e1e9abf9bd.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/b54d0e40027ff5e90e8ba7e1e9abf9bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7993fe721b3ca96a65e8eeb3ab2db542a36763f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/b54d0e40027ff5e90e8ba7e1e9abf9bd.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ac24bc0922e6a642cfa1395b82d656190694bcda7e6d542ed44abac2c4f2e5 +size 8092 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/b6ca3f80-cc10-4d4f-be0d-771deb9a4969.jpeg.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/b6ca3f80-cc10-4d4f-be0d-771deb9a4969.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b767ab650f09b71a0900c9703ebcc64adfe44116 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/b6ca3f80-cc10-4d4f-be0d-771deb9a4969.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d74b6b33d681dde40ecc404b655510b1c2dc763006d90fa8996dd8be2c7afe +size 12478 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/bnX8Q.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/bnX8Q.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19707532ba9985f18745e78fa0204546686d0a5c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/bnX8Q.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f781eddf9d4c49bde14649f8aeda483fd084719a2db3e551427b3778024e592 +size 51303 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1031).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1031).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2dd8a02ba6a07c9e84acadca094c66ef336cdba --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1031).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cb5063bd7ab7a34d2c722655d4d090f4098cf0be89ccdaa9887fa64a0be1a9 +size 18300 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1032).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1032).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be4b22278f9549db999367ed1d16170e8adfc938 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1032).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39cc9004dd0b7bbf6553680d28c2eaeb7535f4290769d9b649c18aae632314f +size 22104 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1048).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1048).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb525d6e560ecd88cc419ffa69f8de98fc226624 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1048).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae2e0f074daa4d2767c8efed987f226c50376fbdca187f23156c3e05f9e05c4 +size 13252 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1056).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1056).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a234438bd26b8536e048336fee775890610b9a60 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1056).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cd82275f278308690f6759f01fdce37d7cecffcd6cc9801d5a6bd8859c616b +size 9440 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1069).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1069).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff13aff048b948883068d41dc2b0093976aff885 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1069).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cc84d7ed6f9594e3a5504e113c3e2ae5a14e67cfafbc06d74c41bbd718d477 +size 21030 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1110).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a247b3451f207a9607a81fe4eefaf4095df81462 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742753fdbe864673fecaaec4cf47ab27a82dbdc0310026731441212131dd6cc1 +size 22204 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1116).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cda4a22c7c153868eb88347b41d71e24ea9a97ab --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed599563f99e6f7b943345a4b1fcf35802aeab4778ab0be4ad23a51b0336805 +size 21466 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1124).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..127d51b2a8bcf3c1ffed86c5cf8ad7439d8e23fc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e80d0a54a26e52f09d0f18d21e0d83b5d9ee63d112ff9ac000834da0f7525e8 +size 19488 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1128).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1128).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63f929f84e0bdddb3534ceb1e87c72c4f6df3822 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1128).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca25b96597379fc8813bc90b3b5106a811ca210dafe12a04e86cc271e97f0ed +size 19436 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1135).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84232c3f1b52b165ec23d49abaebcefc2bfd0871 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca36c9cb329225d4415adea71f1732a146d456a0d2198f8312fc146a8d79ecd4 +size 26532 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1153).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2412501d6894b847ae35dad618cbadfdc02367f7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501617534cd7bdad25235000f59e6917bd2b8c0bae70b29707295d1623a57d8e +size 14587 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1156).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8cbed451cfafd4dbe1ac159180fc6ee5813b2d0a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056897528d66f7587c4083c7b2b2f323d7785101b468b34b04dde7da41136c51 +size 16364 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1162).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1162).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53973bc7dd6cdf9e4a81ac0a3b248efa6983ae32 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1162).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1566a67a708b3ef28e7eaa61e156bacb486cf1dea39a57607e5ef5a170904eb5 +size 17575 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1172).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..21717db2d5a7c5ee68eb097f52ba5a6181d55d41 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403a32ad7e55628a2f2a644ad2e3772553acb5508da7417cef8ac8f1d1a52d01 +size 23850 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1176).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c932a80ce2806c89843e72efaa286c91c0f35e80 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f85f977a0598b8dd8e6538b7c1d841e561b14e0f2e7381337d1a31a98d3a684 +size 12187 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1193).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d398e24364f07b4921ecc77a3afb33912371413d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e1da03965421ee1316fecb03a4cbea75a93925c9822c51e918a7c8408c6238 +size 10312 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1198).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01c6eb30ca203a2ce1768ef061791471a6a5e1d3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4a4134d3bce8a8cb6c27e518fa9ffca473b9233a0c3adbf92d1c1e064242bc +size 12773 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1202).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2023cf561db7f80b06fec254a9a6aeb1b3900c7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89daab0db678e09d95a461c7efa0c1bae318778b4125622a7c76a6cb4397811b +size 12445 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1209).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8dff96346807396d5713b5188b4ef69a9fb61644 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d06236d8b3b3367fb7b05c908a901370b41be19922905c4128c5e9cc8eee259 +size 18824 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (121).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (121).JPG new file mode 100644 index 0000000000000000000000000000000000000000..112df2657ca9259a2c6ab4a47d01dbe28930d529 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (121).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20964cab84eba0598b653c2b26bfb32751fb0fba08238a2e1bb0487a138c0d3 +size 19160 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1237).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1237).JPG new file mode 100644 index 0000000000000000000000000000000000000000..054d02e9eec5fb669537feb3362eace9a3562689 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1237).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9902023e3e11d92fbdedb62f7b3e8c19a656a751e1ccad7e4ee7f9201f4a1fbd +size 17792 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1258).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9dc3ac20247caefe02f37eb4d45e463994d20241 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142c45ef351ec26f0d0eb72ed3341f83f583c58b053a3e970341ab0b40f72d91 +size 14837 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1260).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..835cae577703d344155d6c3e04f79f6b5872619a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dde0a2fe6abc596f9a9e77adc8da0cce6a2dc9ca0ca8acb6311110d0264b1f9 +size 21046 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1280).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1280).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99869fae0a0d0df13256c1d2f2a2dbc25fc045df --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1280).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02592b2b27f11e1a9a6e4a27bd101c59966908e0aa646918d8abbe35dff8aad6 +size 16737 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1284).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3c807ce1e2123f23d9d84f320e60b128b207294 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3be1f6e7dcea7c13a17e7afa72ea0441df21349c43ba379c5632a5a25307bb +size 23138 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1287).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b34a3204ebf288d18828ecee0bd6f78208bcc88 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4b480f89a89073c14ef4b6495e5c82bb56ba2b3e021ee51c9966b03d9e87f8 +size 22304 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1291).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a56f16f18d4ac3fc20e1840e62b96412697e98fd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe916e2954c6244f62c57fc88cebfee456826988b921fbb8a0f770adcb75e823 +size 18249 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1305).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1305).JPG new file mode 100644 index 0000000000000000000000000000000000000000..caa826b32bbad6f7eceb3b83877e9d000bcd119d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1305).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b68de2b84194f911347659b628030e579726317b646875c50a0c951738af9f +size 16881 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1308).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3ea8f27c7997dd19c126ae6454d4e27920c7903 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374d95a1109c3d333416b1b94b2247a58e9052f0cb8d6a22eb26d64993b21590 +size 22098 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1309).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e50d7264e19f1b9753e07c2c8d0ebff9d723c8b2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe5a4d9909ea4d927120d1d31982fd5c23b2e70af881aa71c4054a808f480f9 +size 20511 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1314).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c784fd729b2366f7e9de0fc8795ffb7358df2bc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ea75d83e45f932d0fe7be9f2d7519c786972a6788abb31c216679eeffde98e +size 25772 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1316).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0f8514a51d281efef8c7ec6cbeecb060a6943d2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be265a233a323753cdae3f97da7955a59841bcc0841c8ab895b04f8d9a117a7 +size 19464 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1317).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4267b66ca750c82909901619d3db09526e13641c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cf6d994909a21b2c22a5efff0a064373079535abcf348de17d2e709863536e +size 24383 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1323).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c89ff51c68e0ce042bae33db76e267014d37ea54 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5340db7dd025b8fe1239fd8ee46a1977804c299805c4639bf705f7e649321bc +size 10950 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1326).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1326).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8559300d5bd2fe00ea9f85f524cdde86e353aa92 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1326).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606cb75afb654be72b844bed74f319ff5b4562c5d746b5564ff1359d5181f22d +size 22017 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1332).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1332).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d3a9b2af9d4c4a4ce6b9b3ab041e4bebeb9ad3bf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1332).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3e4271df123e5fe4b04fc44670b273ecb8fc8f5ebccbec19b27a0b63ed2139 +size 19049 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1335).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c02a2e5d15c5eca4ce070551a48cb227b437c543 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9e2fdfa3ef432ccd89494d791987ddfe0d929c73a34c2a4ce7f07851cbc657 +size 19019 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1355).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3effb1dbfa3bb7548a7caca28d9ac24146885e0c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166518e0d1932becc98c36f2e9ebe10998b4593cbd70f6d5cbf71b70d2beaecb +size 10719 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (137).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1855c41a72b84b842b26e3612c8fbda1e90516ca --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11f9ceec26b991d72387c1a97080db3036270ad93027c2f07c7140448ed61e3 +size 23265 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1372).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1372).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66aa28b1bedf99e06e0b94a9dade6a22929be20c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1372).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5fe20d3d441a3f9b561802016d704b370fb08118465262af7cc59a8b303fa8 +size 11819 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1383).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..998b7ce9681ebf85981bc13aa5a0855cdc46f3a7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1e97f6065f81519ed84fb72021068ef06a691c39fa485ad3bd18dd9e7f1416 +size 20845 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1387).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a106bc96c999eb892c0b86798ec34dbbeb33cc8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc125c40360bd988155a3221919244d76b678929bf290815143209891f3b25d7 +size 24273 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (139).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (139).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74491da3d8f5a6a273be4b62039a19b161583651 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (139).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e564952e4b9fa9a114dca60bf6c120dd76b5194ba825f7eaa72452a4069e298b +size 20080 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1394).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..248da47b4dfef69905633fdd712769b265c91dc4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a84f1cc89c68c0cca3a12442ac3b807a6adc7d75e6e0c354efcfdb4d1a35b54 +size 13784 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1402).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..386dcf43a83f7aa63a736a4765ae313883aac860 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60bbb074af8e3c878d165b02837a714cb156ef3fbba373336c1520d3122ae5a +size 14982 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (141).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..44b10506afd937b5c667478bb57f16715442fff0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bc9cd0c749766e2673cfaaa0ef2e846568a9f5b32d4a03aee8876086d5e89d +size 19894 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1428).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1428).JPG new file mode 100644 index 0000000000000000000000000000000000000000..041f9e16ebf9ec30c6f4a186903473d82ccd1e1d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1428).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2346cb8b21e1653c9f734d1ab21bdb97e71b6ec050e72274f76090e99b3345c2 +size 21069 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1439).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37f08bfdcbc22ad7923705fd5b7a85fa9b29ac0d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9914d72d37605eb9bbf5cd858daf41cdc770e4658fa74327313fa7b3db31b1 +size 12669 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1453).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25a9259e27f335e02996e9bcce4876e02dadb87d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8334fb2c353214777331c5374bfc21489eca3d5628a9653286fc7cdc06545c +size 22687 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1458).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..597c74b009d0e4eb417d3345ab9940d4590b0218 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1380e63b9c6e3120d1fdca87d78a0069e12b1bf7138568bbae09b729aabd0072 +size 18841 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1461).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8457c0074c6b74dd96625244af123983dd31b57 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5d6d36eea742f79d4046cd1b23ac0c6f1916260de3a7625c76617289ac2e34 +size 14325 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1464).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..919d9d796a5113f0fdc18b047170550ddf4e2cdb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52acc59f8d8d864214a9bb1c0470e2e75ac4de936f2ac7c44300e9af9d8c6362 +size 20575 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1476).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1476).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a9f5c16b0f72142e1e3b2620d61eff0ad33d68b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1476).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55aae9ebf76d51cf14aa553fe819b8a6a85621e810ab92977d04e065994bcbc +size 19139 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1477).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c884ea635abd8df8be1ddcbb188ca55d75e43c59 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0cd63d05f3920fed49aceb6de36ff5117183c82eae081606138bb7a0b09e4d +size 12421 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1478).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ab5201c48fae1293ce063b02bfe58547d405f0d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d9f9bc3f881fc5596c22b93d9f35b36663dcf92780c0422fe9b0821943440e +size 16917 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1479).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d38d508ef3b2531e9a5f73ff04c3b766e0bbecf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305f1cb3963026396d7a92a33c6016a6d0873eafdce2ae0504bab744bb4dd916 +size 16521 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1486).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1486).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0891af31954d0d12beb7a563da56dbb7796fd2e1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1486).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc46811142857c4e2283feb3be3ff1c7a4c2740a903b397014890b8d2d0e9c1a +size 13156 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1494).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53526657fd564737cedd037414ba08b6621b216a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ceb62ed6a0ecdfd70e594446b3327b1720e7eb74b6db8e7c8388442825ce8a6 +size 17161 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1497).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4bd462404fb5391a719f87f00bfccfdb93e8d805 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e9ae0848aa71c9b2e98e4a0a65c78962aaae846856e5aac3073af5241f09f7 +size 19424 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1511).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1511).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6047d9a7a229eeee4510c8887db8b2bad4517068 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1511).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8072dd496e149a03c3e8b9e18cc50f34945b216c322e3a716bf8a164c40c4e7c +size 17064 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1518).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ae6cacb6a282a33103cea9bdbb9839f9a22cc6c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33455ed525c9f67b501a7f15df83490d86f2e192f4da5dc60042ce85e2446276 +size 22237 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1527).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e6bd41399b5ec96d7524032ae7ee7eefbae8610 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40af84edb0a99155314e6b8737854ba0f2ba5ecaa166bf5ba8de8df988f46ded +size 13064 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1528).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1528).JPG new file mode 100644 index 0000000000000000000000000000000000000000..946858a0eddd23be0493d96b59796e6d35c418f1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1528).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7457004973571e831ed200a1511ae9a42bf9520e3ebfa0a0a7a199b08f810e90 +size 18789 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1558).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1558).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d68c33a5d377823e32c4de51a7684207b474c141 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1558).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffbbcd923742187d8d6355bb18f7c3657c14ba62a7f8ed1d84253b49977dcd4 +size 14256 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1580).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4dbf7e7a3a8cee80bcfe1f85f4012926d8fb5b1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df276b85aaec9d93268d9cc7e05186c19199646de8858802c4ef491d094562cb +size 21528 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1594).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b4173ea6e62bf1878eb194793450c22e536ae36 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa51658dcd0648cc66637a8fad03e00f2977fa9938028276e630f130b773d1f1 +size 21184 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1650).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1650).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6027057cb16309ebb876ed06547c6ec2f9bf5101 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1650).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe8e2ccfff28e78708f11c1a38ac48077fc651b7a6deb4b8dd930467cbe4093 +size 11466 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1657).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..268ba8e003464da76d4d7e0796237f8101ed9814 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247f6b99d72db63242d4373157217c4064fc4e6a748f000464d41a81e2a227cf +size 15794 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1658).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc2a0730c2662afde7443d371d1f7d358e4b49ae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee61eeb2fa254e1e1d2d542842772b6f737cadd9a7c4c175b922aa6ad774e744 +size 16299 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1666).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1666).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73894cc9d0640e1920d4bd30139c79aec70a3f4a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1666).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1001e23c5998ba351d042e6956a2e0456185d1cb696acc727a145c42c7b287b6 +size 12134 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1670).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a37b82feeb049bc986a96783a8959925407e3fdf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46eea5b713965d11af8cb5c820a435e7e88e18a5c23484b9d82e2e2e02cb8d69 +size 19876 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1679).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1679).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d15282683f111720935277a6014b4a2455105d04 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1679).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacf44b7f3dbeb1a731feff2484f209e8954f19709c1490444e032077edae6d6 +size 19080 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1689).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1689).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6b1b3aade8ef1484c3c5637e4b349e3f6a066891 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1689).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d089b45815d78ccd8d6fdc907d3387b05a41ac6708cb8362ad4daf6c141c01c7 +size 21964 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1693).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1693).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37afaa3e34a167c56f1909a9d70633b3d97920b4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1693).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754a7137d327244bc06ead94b138b4f8da189ebbaefb93ee927acc82d60e919e +size 21874 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1697).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..546e2764cce71f5c8fafb82de722a61dd771094b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17d632a1a4cbd3297d1a598b52b4c235711f3ea04d6603237bcea2be95ad430 +size 12389 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1706).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4cdb452a316048140379c9e4ad878e383b647ac8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daecf8df84694444427ab6814e49f1e6ebc778606fbc9a109bca63252db00d4b +size 15918 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1714).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4d631552ac96ce0e156cac5c0100f59b72133d3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff06d07ed176bc917bcfa42ffc5001d9d35d3f167f346bade97b5c9cec848a3 +size 17808 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1718).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1718).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c88fb1092a9f6a6583b1f063fae02184fd04961c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1718).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7377419b8c5b60e0fcde872af37d2976c0cdefa8583153d839bab54f27301e0 +size 19627 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1723).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1723).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24eb792dd8a3cb7bf370b66b0fbc1549bdfa17c7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1723).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7da28390add3ba9d4042d66bee73f168b2fd0fc5ff0edccf3c32834b440ff5 +size 18880 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1732).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..54ef3614f5f88f6fd970db56a31ff19b158f7c0a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cce8eb38d1b637f03ddf167918ab38275998f8f3fc90cf407125b99124d9c4 +size 12796 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (176).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (176).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a290c9935783d15a0d87206d3e18f6f8a1e8d38 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (176).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa81bcfc644d40709fb3ee66db2dfe68097fc4cb3020cf1c94fce37d781e796c +size 10714 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1762).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1762).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1686da83509fd72846900c14acb08f3807e6431e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1762).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a287b48c9e8cc48d28b6cddfc38bf5759a251d14bbd1a3e53ca0ab3eb08c86 +size 20390 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1768).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a131072464e9c728d938a52ba3910fd40ca0d60 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (1768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e1a761d6f30fd39b392557908758aa995b31a1cd61457fcc630664eb91e20a +size 17082 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (177).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..646d1647e4a39e3d398c2e79b81f7dcdb3923621 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7938d291dd1e35abb5db32b52e48396c0bdf409bafd5ffb4f499bfa674cab479 +size 17208 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (191).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3231a94bcf772b7a16a3015277596eea6c1987a8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2b541240573d37fb24f56101cf9b41910ade4aa9e041da33f37ebdf0c99be8 +size 20952 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (209).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (209).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9c24a92c0a5136e459020f2dc2d27f5702b8bb7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (209).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8bdf201db897acc67aa4640f41846db2eee4998fad861c5bb4fa2290c10cd15 +size 18137 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (212).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca2d2b35b72ba5d4b9d4b3faae2c7d7667050300 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136b5bcab6cf3a5f41c215762f9c1c0c0f6f1e47c1fc1b9cb6eb5006f8e6dc88 +size 24016 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (221).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87b800288c2791eaedec7c8f1750583e49d6fdaa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73f04ff2cade01be9d650f731d3710064b0add57a323e23517a22d2644ba509 +size 19858 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (228).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (228).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90e42308c2919bcac0c3e5d040cb85c4255d0d0e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (228).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f43e1e55fa9d3a68ac4ba13abd92bd59afc00f8f379b42a200902eb5922b5b2 +size 17254 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (231).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (231).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12e09c8c68879bcab39bbc640711a62e2c1020e2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (231).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3b58580fc5b0f636531390e5572c9cb77e9f902dbce0036e84679bd88fa688 +size 18232 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (25).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (25).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00cc22a7f6b32f43bf685d07c84369f9f428cb6e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (25).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd2e328541a38bf16064e245ea0f74a5ad96d51037e092e988324bdc40b3c27 +size 10439 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (252).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (252).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1c0d671261d3ea09fc57e2478759c3252cdbd25 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (252).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717e289df917025d2f1e41dd747d5a2ff4b38ce12107700102face843ea1e8d0 +size 17953 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (253).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5e1dbeeb94f6df4044ac3b6cdc42e4b8146170d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058c389a2c08a125ae6573d8cf83e5237d12da77d3d8114d9a0d41d9dbb30522 +size 17569 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (255).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (255).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b51b83c13a0cc67742529423b32f061688f17de --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (255).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661b930a3c8b026b2c3b075a98f7f4c0003b4f750e74808ee6a2b5100d83ff03 +size 21111 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (274).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66a9b1a8bf996999fb177d57fd9c6b5840883f1c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d51303f7dcfc283a2082a7aad2189b2575f08d2b9309858e7700014cefe571 +size 13487 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (287).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (287).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03172adcdbb153affbbea2f9daed1223f42164ad --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (287).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccce390369c08436c9f75d6d1b2374930033859c177b6e728d9f64d5c1f754f2 +size 22677 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (290).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9765e52be4f74ee1b3f9ff553b54873430499ca7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fbddc67582a38a21c27224c2efcc342697016022e7de5b8e92737843216b5e +size 11071 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (291).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a702968c1788eafb551ba44703339bc71de0678 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c585b171c9fd48c342663561f5e81038651aed3d086424708314b77ff872fbe +size 11826 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (297).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (297).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c69576a4772b6a3594712aa2f370826dfffeb864 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (297).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb91f8a62a255ce8147318819032a5b595f16cf6760c0a5dcae50b426884d8a7 +size 15272 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (299).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08693a437c67637790b3cd24f729c6109fb3b716 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1e343340695145995c222f04d8886b647bc8957058ea1d8e01157a1fc9f4de +size 12703 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (311).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cd317cbb6e1d8fff0f07977c5e34300d7d177fc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36eda6933bb31f14ed4abc0c7f011d4e623da4a5f2dac7f8a3076f695dcd7b2b +size 13544 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (316).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84f4e95c270fbf26bd391e10d5f18dbddfd094a4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a3147f50f26e2b3798ef0f1eaa0d717944cf230e5ee5d7dcf765389484b12b +size 21336 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (317).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..420e71e145180f0e0fedb149795a7014ed114144 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de85f5b49a20e778a7acb60403616197d91c63d11e77b4cba1abb5df85469128 +size 16927 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (336).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9025b1fed217d8058803457325bcfcf330f2db1a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e3a454653cd4172c8ea387e587bfe5c3c6d480b4cb63936acd6dd5556c9cba +size 19923 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (337).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96322f507246eefe19a209b47c9088ce9bf37692 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df4a659a43c12da9f7176c2e1ab17fa5b2f5beca0e08116ed458f5ed4236eb3 +size 20550 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (352).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (352).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1637e5a27293a982d6070abb5a12153a86bea3d9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (352).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94fcbe23b3e8b60c3d147d6157f3fd1bc4556b602de4ec47b3117365d42cf3f6 +size 17060 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (354).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (354).JPG new file mode 100644 index 0000000000000000000000000000000000000000..de8ae98e4b743d5ad52f603b530138d633945bbd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (354).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426507e1bd70cc6f624e0bb6a06b2184ff95fabd2e324b4d8f9777d5dde24706 +size 16860 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (355).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1cdf941332b2f04eadda201d5b61c3722cfd1ac0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1d4c922df58122bd6ebb73a0357f012d620c68ef13ce80954d75b1ffdf63a2 +size 20456 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (369).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (369).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88f45f78fdae0259f79d86fdc2441f629aabb9c5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (369).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70562a77e66e5e456e5dc66776b943e88c5468a86ec9f73ce0550faccc60322 +size 21743 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (380).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (380).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c32917dff4f76ff0b58c9218144a46c1651776b7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (380).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21f9b2f5612d03474dc4ff625cd45c093b1c9abd8498fd07e4ba91d3b120454 +size 17032 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (382).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41b873c12e547fc16bd1b9182f5f6497a6c17ec1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de662f70a068a1abce29bd277a81a3311d6186761b71e12af75516066bf4783a +size 19478 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (398).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb73a5050993560bf736fb69db902cfc3208774e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a359891c8eae021568eeb1d5461e3cc75a4bda474de3ad3003945e172ae510b +size 17215 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (4).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (4).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36250884e141554a3803dca2c11fe40d42f308c3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (4).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a346cf089b7e9cfee8c57ddd8eec8a2b18476939fcf6160fffe1591c46ca1906 +size 19022 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (404).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74c85ac03171d2e3e0f6a56c50c77ab3a80d049f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5632f0ed376eafd95aa9911d45620c357f1516c16fa2099f679bb42e3c5e8862 +size 18383 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (419).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (419).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff1c2e09ffc043a639d96b981ce0a02611ef8cff --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (419).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5513da23aa2dd3311aed895e1eca64279f578f1d31f6ade1c9b09bac57907e2 +size 19786 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (43).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (43).JPG new file mode 100644 index 0000000000000000000000000000000000000000..38d1cb82aa2aa13961013c35c7b06853b08486fe --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (43).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6cb60d4b2e5fa21fcf1d1b994311624651921fb74d5eafd6e98a639385e865 +size 15163 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (432).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4ca3770c4e2acee5fb880619cc03e2a7335e6499 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99914ece8317a5bd402b4014a27cbeb345ebf261c9c33a002651975e5a231d2a +size 19290 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (439).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5705dd339f629aaabe4bc859ebc644970624474 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cc8f112abd6dbadb03410d9f7082f39a8a7f4a48311c10861390e16e4f3785 +size 12843 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (442).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (442).JPG new file mode 100644 index 0000000000000000000000000000000000000000..025963706cccaf64ef12f1d4e16b89bf777ee440 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (442).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b6c8907e7c643a77d34ae3380070ca54b4beb282ee562918ebb9d8fe0f927a +size 21832 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (455).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (455).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10f4ec4c918f50346d9e4ad592ee38fb38a08319 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (455).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6178f8d2cdb821c58b91c2778eb96c2bf91725e7ebec2d7dae8166531185456c +size 18905 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (468).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93a650b244610f3ebbec7f0bc72d1651463ffb1e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7193bc6064f68599727d354f2a026fd4dfdc1bb676a11105047453a9f4ecce23 +size 19395 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (470).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..799d305bf3b52dadcb1e2c714d180ac56849c766 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809d9acc6a89914a87adbd5530cca97897b8c970e994878ba127530a39a557a7 +size 17309 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (474).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fc64874c878011214168f79df457a318f891a3c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7eca0ee53515d21db19c2315a335c2bf2d80729e9493c634bbe609288eb4fde +size 17254 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (477).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6227bbd2ec632bf70a5941187efcb1b1c4c048a0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a154c1c4338b517a3c36c09d945d4a2bd5ac812001d7dd3b1448e1dd53f699c +size 13236 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (479).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07ab7fda0e04b09320c7051dde13abc6dd2b64b1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af77dbcd296b66c7040b16cbbaca09d8a0ebb09c4829cdf11002069e7a16470e +size 15744 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (480).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (480).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee617073c12ef9e22fefa7f8f20067d43507a9ea --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (480).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b515f2517c4df1575071f759c8c8ed4db9fd496280327e3c036a3bb65437605 +size 14258 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (491).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (491).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24553df2120e102314d37cf91b33f95a87052549 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (491).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec440eb023670e33be303b924da2152e778b3ca5b80feee0602c3ad9f3aec03 +size 16857 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (492).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (492).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d66b503d8fbe32728bfb9502cf5420f22bb8c9d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (492).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6487ff292be089d2eb6a7a1e06f6ea8623870367673d3279449045ca203b6189 +size 11432 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (497).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8d42df7bddaeb885ff68014010e5e043f2322c1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4834bc262f706d60da9b9252874764c46224d3609cc3527e8a49bae366c8669 +size 18219 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (5).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (5).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b5dee5a26b63a036358f8eeb242c652f3618d77 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (5).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62771e3aa6e90513e6d52ee49d2fc3e7702eef1afefc2626ffeb4d785f3a12e3 +size 13545 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (506).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (506).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee7f40f78943bd6396ec92509f7c8200ab5e4dd5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (506).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bcb75fefda205d4a1b6f0a4a58e53b77d27a926f9d9d92fd90495844b569c7 +size 14251 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (510).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f463f1c5c6c49cee594bbdfd5aef13faa565f432 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caf8f2418bb8127b6e1a7411f51004b6bb9a6f03602e92540671c332fda517a +size 18182 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (522).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bafc74317003741858a8b90e03a17765800f705e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28811b732812f6439eedd8b8cc4e25cf5c1fb3370af9e21ce2b6c6abc53c838 +size 18995 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (527).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e09de48742bbfc6eec086f7a7101b06f6c52296 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3627210de33f1744a74cb53fe87473a83b61710d152e504cb92094bd19a515b2 +size 21068 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (554).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b04c47e9d26720e93ab9ae561cbd77fe6bfd265b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0289d16df1c77b43979b69f4537d75b291aa0384f198aa76c0fc69135f0598 +size 17747 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (557).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19336589538aeb59954998bc54e05537f8cec3b4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d16ffffa703c936fd40cb3e09386eb6a66795ea2122b7278d79b22db0a42c8 +size 15140 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (560).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (560).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc5ac2033f531a05855759fab5b9afeaaa12eec3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (560).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7539bcbbb030526f4abcdf92e540c7fc2e9d66c7fb37b354df32f3330f1e213d +size 18213 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (565).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (565).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb84720441813019e9af75e4392bb66d58887e39 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (565).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7530dbf38b12f6eb3449869892ffb9abdd725d57ff4de25265cc199dc868f4d9 +size 19610 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (574).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (574).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcdf8cf9643f9146db1636158cced7e63492256c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (574).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e8e37230c39cc14cc6ef4b70e9bf9526750b8bc44cd94248ebb46d92e1ed04 +size 21910 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (575).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (575).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f1d8d2e21c2eab08d901e239259be2c9fc733c30 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (575).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893ea8aea529d9e746a4b5ea07f739000ad92f39e487ef1bee12fc7f9787ffda +size 19374 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (576).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (576).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2be1e3214413a2d42a4dbec72b8a1f1b2d9e328 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (576).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc76e8149e547db00c925a1d9e5d527507133dee7ecc3583860cc897a9f957b +size 14677 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (585).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69b5811877d2a3b3a3e5a63e2bfabe30b48c220d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26dd624d37a0d4dc57916b770432c0c98be43302a4c7c4c56bb07684c2906c4 +size 13995 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (590).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (590).JPG new file mode 100644 index 0000000000000000000000000000000000000000..71cf8934f7d1401681c9aabd7baf79998e43f17d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (590).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59516bd4811f282515d26f414a9e5e0e83231da9af541b34d7613dfde14ff33 +size 16965 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (591).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82933421c7ff000ab73b339e4669831ce82b8bdc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c5b0e34c854ffcd703a409752da7b173bc5031bac28739eb554a2ea00e8124 +size 18665 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (597).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (597).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f10c6f87adc59150a8433fcfe05b66dc22639f4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (597).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e06a9c61cdf66aa26c8b3cd1ec08c9477dfd07ad7f7bde1a9f9972a0047af7 +size 23619 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (600).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4402a2b13f25ebd8d6ae64b53c7cacb51a722de --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dadfc90b9a471a5253fef927e76a907b58e9e2b7a101633c9046360645cc9ee +size 21581 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (602).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..33bf394584b4de2194c2c134345107d4e032e500 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a8be910a2a2ff2459cb8af6d8556b1a70a441a804c05e26af104fcd729e49d +size 13786 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (610).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (610).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3934f2bdd6b6b7362d60df08a412ff6e9dd60ca8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (610).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47309c1b695e642b9583f903a6214cfd0c7de533daf1e1ed61d731b342c1dcd3 +size 13568 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (615).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (615).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3aaa5c2ba653fdc24940567bfaa6e52945b77f6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (615).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2cf7b01fefebef899cd3bdb469cb551c9772a69034d05bf5523b80b27f4d404 +size 22276 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (618).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (618).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0ce7a739268c0949b7527b94d5b5439226ef8f9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (618).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb80847a632b9c316365fab8d06f479fe4043946ec219a558d45f3aa3f600519 +size 10130 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (625).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..785f6048fb74b05240e418306427dfc6a1d42d4a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35e1347123ff58a29d29cb0e15bf0d5b0c6ead07b72cac27c035fdd1b415577 +size 21056 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (642).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..674e9636ef71184c5cea4aebba4c75ab9023e809 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4190b1192c2cf41fc03401b91d7d656d0c4ddc3cdeb5487e4b895c1c3314d61 +size 19929 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (649).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a0125d70f50b0f17f0f2d91f3c6529bccf1d548f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6c4c06f1a8be65d1b4e1a32a499022d42b24554fcb04809dc67425be2c4e6d +size 18819 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (657).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0891a399f2351b23782c1277d17896958b769820 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969f3f4012e74ed01e4893253eb94a4e05273d30c9083a19f72dcb6b5a831645 +size 15930 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (660).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e330253d4ec317c62c02d4e4d236e0c972362a8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33584894628062b9a50619af65e2c2033b447e4a1e29f333fcb5445731ab293 +size 26251 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (675).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c59c95a29370477dc1210bae74bb6d5a3a31d98 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c3c25f361c783ea4cda6d41c4bd6a917f1daf4431f87ac784936ebd66bd245 +size 12129 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (676).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c48a822b54e00ed3c50bc18b11bbbb1fcca8623 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476d4d483b1b766ebdb16deda6d09e444967738c14d3fbcb196f1098f4383cce +size 19697 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (697).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9958bae907ea6600c055cf92e4522f557ce0cd46 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16eab13bf424e9e82f3ad381f19058c0548bbc4c5414a39656ba2ff43d184fd7 +size 16054 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (699).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53936064a17d3400842dc484f2e951df74e47fb3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931d491af72ed3f75330781e3da0b1f3404c6d7ea7a932fb28242362cd71fd8c +size 12311 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (7).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (7).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7739d8aadf4c612d370941f2bd1e0492bec1b853 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (7).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb99998c8b8710a067348c0634bd5de99c8dca61818923e0e99d98f68679a005 +size 20531 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (709).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (709).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94b0caeceb18d29a549a0bccd401a0147e6f9236 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (709).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67937b4cb272455a81febec8174177fffb3b4680e00a220e56cd45162337ce2 +size 22275 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (713).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (713).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ac40c4c7ea75ecd6f15379ea3fad3d8f1f95f48 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (713).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8500f33f86c5fc8b90b00f01525828475ecb3f02591d80ac0b079adec827a9d +size 15134 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (72).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (72).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7487e5c8635ef134f3c0af53415386bdcdb0e93 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (72).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3af3c9d5327bea982b9be4010ad4adc599ed727140e17332bfacca281aaeda +size 19305 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (721).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a2dae2bc306d77569a79fd4b8c9c4ae09bc6ecf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea35d63b59bfc26bc4a6c8545be671a9bf4edf8c3aae2c3447c6e1e33115b07c +size 22413 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (730).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0217f152b7a550e5e5dc884d0a0dcaf0dcce1bc1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af208dcf05eb289abba81a0dd88fbf91d1c0060e854521ec09a4194274cf3e5 +size 21905 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (741).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (741).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2eaedffe7745dd49b63031e7bccb72a2a60e015 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (741).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40facca871b1336a62227fcda5fb85cebcb2ba73d76e9eb2cc9ad1f6b2d1bbe7 +size 13925 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (753).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77a2cfe43ccb499b868c721aa4ab7f6331e66291 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701f2fc906253fe3b19a5d166b21d61215bb2c71c96219c895983f769248c274 +size 20887 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (763).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9a998fe38ddd916bb5cb63650852b93b0a1c833 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dcd13a1f154b2eb29b0e1c3e888d332ff2a02dc3d9051e542b18b773b5f147 +size 19400 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (79).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (79).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d7345a008e805768222bd518c47c0c16de261d6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (79).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcd8b8d12f770d7485b51ca5c6c87e85304e4b6019d889cd44ec4fb87d61f2f +size 20006 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (814).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7c2bdb4dd20590b1409320fcd48d31d0102a3b8f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769e4820a00e595e2f7f36b29a152290d4273c4a977bf27bbdf2c3750e1f25de +size 17490 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (838).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5b37e56be2789673321b5303b6c00848dfdbd9f8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a949a7bb6eec381d1d6d40e0b6389e36136a02c32c764702e68052319925ff0 +size 19469 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (839).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (839).JPG new file mode 100644 index 0000000000000000000000000000000000000000..12774a18eebb3daabdcbff4da523de413dd35550 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (839).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593fbe7e493265077302afa880a342967f824a19e37c090864cbb6101c50179e +size 19828 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (861).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (861).JPG new file mode 100644 index 0000000000000000000000000000000000000000..afd9588eedaab4c191cbd4b609c5d4c1b03a4611 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (861).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad8f6c04a6d934cb2d4fe5135ae5cf2724efa357aca4ac6e358abf83d64c4f9 +size 10960 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (866).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (866).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8afa3d6ff2c1f5a1d5e331dcee4f6f9e5c1ef1a3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (866).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb0d81f0e7deb73e4785fa24eede8945e0f9bd5d4847c4779e8d848b8b3667e +size 18460 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (870).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a188d3650a1ea051009659b4fc4bfe908bb74f8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb88cbaa9ff96e8076160b51d871e0c42c275a3640798412a3b78ff88d4e90e +size 20673 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (88).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (88).JPG new file mode 100644 index 0000000000000000000000000000000000000000..282d65605ef3fa9d4e406d719ec296115e298e42 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (88).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968a878f47706c3e7953d4fc18fe1c9378fde85022887b5b81eca1de3478d590 +size 12362 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (887).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (887).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab876db801a488442f162bf2aab85e12effe1b4f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (887).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279804915fc47d94363d99484a99eca08be9da66c8502e3283a945f9f18a5a1c +size 22708 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (893).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e47ed5dbf8ddfbed0c8a506a48a51fd2451611d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b5c316ba87578f2da13f7c01f9f9f16ffca7057b886f7298454db0694f8df5 +size 18954 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (909).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (909).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1879aed50b1b4eae9c0b5d2c082144ba89b55b37 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (909).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98aecc4d43cf8e0b693670a0e951f0fc3ff8e600cc3c1cfec133a794f4934f56 +size 14692 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (932).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46306b7a32fef69236b45103d64b43afbb828650 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c61c978ac6d5dd0d2c809ad1bcfb903424adc0c48eae957cd7e3d15721713dd +size 21229 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (953).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (953).JPG new file mode 100644 index 0000000000000000000000000000000000000000..282d2a7f98f761e21fdb2fd485d34c9298679985 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (953).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8cdd1d2fe58e8cd5a8adbe33488c1d3340bd7aa597771b4e7b9c8e1dd7f080 +size 18330 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (958).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (958).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75ebda46dac529773d6391fd3157a62a935748dd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (958).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ab877f26d3484dc0b038160710f8f41d7dcb7e65fc7ca66efa903b122ee13f +size 19818 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (960).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (960).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8e1ab3dc393c8e80dd4f59a0bfbd7061de421f3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (960).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b7ff6947c2dd6c2406e038f10ad6d787ccfde49bc86f2df2e6bf3527b0ea7e +size 22036 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (964).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (964).JPG new file mode 100644 index 0000000000000000000000000000000000000000..39bf1f739e87bfaec8c992b67f0262ff898205d8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (964).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4d95f68f52d71d142f58942ebc6468228dacbb345df3d43e00e6bb3ebf13f9 +size 21041 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (969).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (969).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f89936163f23a8c6fa4ca63099f7a4cf418be0e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (969).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f431c56822d195323fb33cf3eeb44ea361b6900f270c9bcec860ac48cebe4fc9 +size 18831 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (970).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (970).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94ab1ad46f6da002d30931a7aec84fa0a673f9f0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (970).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d33dc12c43af6483275a524bd7a149e6a4001bc1233d3ec7af54ae07cb0a060 +size 13769 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (975).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (975).JPG new file mode 100644 index 0000000000000000000000000000000000000000..754cc367ba7a12148bb339caebf950f92fde1963 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (975).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279e9651d9d6c5405d3c02fe82b44941a7d4019bfb2dbefb4c9179fece73939f +size 20367 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (985).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (985).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01abd763b9e9ce26777e6af3fdbd7a09786abaa3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (985).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f2cd78f7774ea40a17df956bb1b19dfc5661b667457ce27601ee35a84f16a9 +size 21282 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (99).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (99).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e3740b380f5c1487b21e8077c9bcf49c8a99889 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (99).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a792b38a020455b0638a8c6c342642c0818309142da3374a06c4f6079dcd91fd +size 24036 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (990).JPG b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (990).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c29feb25c3a7e1000f5e2b1cad6cfd9b03dfbf67 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/image (990).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9aa8b2463d48a69dd7e12c9aaa8906dc8a0c86bc24443414663f6e5cec647a7 +size 16880 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/img_6564.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/img_6564.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aba1ee732bb4e8582058cfdbeda6a15bd2fed5ce --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/img_6564.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89cbf218f481c914a1ac65226f540c1acd7db1f6ffb496a94d85610f482ab51 +size 5827001 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/septoria-lycopersici-ascomycota-common-fungal-leaf-disease-of-tomato-picture-id128110611.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/septoria-lycopersici-ascomycota-common-fungal-leaf-disease-of-tomato-picture-id128110611.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa53690f9d5652779b4376935b46e97c99be76b5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/septoria-lycopersici-ascomycota-common-fungal-leaf-disease-of-tomato-picture-id128110611.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec8c9e2c33d152882a9fcfbdba4c283ada9d8c999da31fbd5e244e08c59dbf2 +size 426393 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/septoria_tom_leaves1x1200.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/septoria_tom_leaves1x1200.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b56182b969e46c9d4ed0d5343571b57017cb65c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/septoria_tom_leaves1x1200.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ab32776c34a75a9a3bbc6f77f534f4dce0391046d8d0ca7ea57832469ea63f +size 579588 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/sls1.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/sls1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..292971376145ba11dbec0b8768192f44b593e275 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/sls1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094fcb904432cbf854ac6691409fee5591aade7d7434112ba823e09ff2c59759 +size 45075 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/tomato-disease-septoria-leaf-spot-d7e1xm.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/tomato-disease-septoria-leaf-spot-d7e1xm.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed1ba1a5becf508f1cec31c5ea01b226f6af87e9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/tomato-disease-septoria-leaf-spot-d7e1xm.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aab13079b63ee6f34a5d5a66299f2f5e945d1c9fae62c73e91b04558f2b6d12 +size 60276 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot-600.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot-600.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9154f9feca1e5d00df01daa79d13bd9efeed68dc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/tomato-septoria-leaf-spot-600.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c373447b7d4126ce863e4469a6e7dd198d607593e49b1073b06f6831445bb21 +size 33458 diff --git a/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/tomatoseptorialeafspotjpg-788d20798a3c74e7.jpg b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/tomatoseptorialeafspotjpg-788d20798a3c74e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99a551c4d20d0694db00464e6b5a28fabae00cb2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Septoria_leaf_spot/tomatoseptorialeafspotjpg-788d20798a3c74e7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc5e519d218ddfee4f39bd575b1780a2f863ee13eb9e9dcba33f92af2a6c0d6 +size 577563 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8.--Virus-Damaged-foliage-at-top-versus-healthy,-non-infected-bottom-foliage.jpg b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8.--Virus-Damaged-foliage-at-top-versus-healthy,-non-infected-bottom-foliage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdd6d0d15bcdacb8e501b3dc6f4feb68c52e7d58 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/8.--Virus-Damaged-foliage-at-top-versus-healthy,-non-infected-bottom-foliage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994c9b80e8b4aad0e4a61c92e1bfafe3665aeafdf6eca2a30b539838fb743375 +size 480536 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1002).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1002).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3eafafda0b2d671cfc5c4907fd64390844b4426 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1002).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c810980a2bdf767949b20d9f36092fafba56eca42df0be5cde3d05f37ffc0104 +size 7462 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1012).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1012).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f618e0a7f4797582c5ce35e5376fc87a2ec759d1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1012).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6936fb5783a5808d48ece2d1b91ece71dee3789041fcbaabd566c123261af4b5 +size 9340 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1015).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1015).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c178327fbc4f1aff35bd98e2f3231a983c999704 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1015).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e2261f8808d895fde34999ac865ec35fe9187c61c3e09d80ac3b4c18309dca +size 11502 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1035).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1035).JPG new file mode 100644 index 0000000000000000000000000000000000000000..243f6400b2acb889d3ff9966c3363e262ae535f5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1035).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc01de46dbf983e499dc8173054759fb4c30c20d1de7b69528d1878df0de301 +size 11428 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1039).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1039).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99e67d3e95db8cc81c7fe0429c54de63c5a47676 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1039).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a64c6bd289c3d4761262baca532606b3a478e7c16a41443d746879f2adcf2f6 +size 9467 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1042).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1042).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a63c0348d1ff88644b60a2584a3251faf86353b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1042).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9190cdf863dbdf1ff9e7fbc713b0ae2e6f7cbd3d332a938a44753dde8d6a71 +size 18971 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1066).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1066).JPG new file mode 100644 index 0000000000000000000000000000000000000000..272bf5660f3a361cd5befc3f273fc4f1b4a6fc86 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1066).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfd9bf5772cff167d990f4a3ed0cac537fd942bf6fdb1c5f2b4a5b30c525dc3 +size 11784 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (107).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c38d45b0246a5a38f65c6d8a710b36e4b743ebb2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82329b2e67da5c56111e63641fb90385d88eaf1ba1ff71ecd52920b654b8f1b +size 19071 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (108).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89dbc387e57c7a920a78b0c49662700d24f338e4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66523d98cd54315424a9bb5aee62764964bac3ece84eac6ca2c16ebef92235d8 +size 8307 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1089).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1089).JPG new file mode 100644 index 0000000000000000000000000000000000000000..91829f4ad5ed934408d616ff0e9330bcd0b4d9ae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1089).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4653a1d8723ad311622c6dd9e19228be9e12b17349e2c62390a4ca3a4ffb82 +size 20309 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1094).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1094).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc86e43f4f8c1a2eb114b0904177072a64256a90 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1094).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c32133b5f0c31e73d0107ec06bd2c0b1184fbe8a9be74f3648e93cf9bb0030 +size 18720 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1095).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1095).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd04ce31f423617b521f6d150fb7e93d611e7adc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1095).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b649836e574aa2a03a3234f3f786e7e97107cf51433780002b453150463df27 +size 12813 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1132).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19f63087b2be7de6f6590d566fb0d690e0217436 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c918c7f1a35c5fbc85844b5b0cbe7a79bebd90ed601df26a70a9d497410cd0f +size 9793 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1136).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1136).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5dfddaf09b3b9c49fe4689ef59f65a69795f0461 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1136).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403d2c6f4b31088c607c79707e5763a5387c2e81d2744f8135183c9de1fe9d61 +size 9200 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1147).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1147).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3176b4dab18c571979614eb6b3a29867275c32ac --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1147).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c7ee07c016b2edb1e4f84ca8409c2a1971b7ccb135625cdee02e144807f11e +size 10931 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1154).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1154).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a65ed4c7bffaea4f17627d5a27b8c226c035a50 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1154).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3c01a3bc73d56d0a42f00efae913421bf27476bdf6ed1eedf6fbfb699e8a91 +size 8563 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1155).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c1a159a8139ee7bc6a7439deaf8f604d61248f2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2500754561f46e878f9910e020cafd070f0e296cc1ef387e88700b4984f518 +size 8255 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1164).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1164).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c9991819d61e2bd0a59013cbb98ba190ef6657b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1164).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cf6fe4ebb14feb446e8a3d1776cd4e2c71f8dcfa114d6a0106e10fff557c6b +size 9812 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1165).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78bf8438c0f44194e098d5a2823076e7e0a26ac2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c9a41c954be878c5091e8344ad5de00317ddc29ee6b7a10bceb916326c337d +size 9609 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1175).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1175).JPG new file mode 100644 index 0000000000000000000000000000000000000000..159451f7809c6d68bdab6b527e541d468668cd5c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1175).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c48fde0cd9e3fde36bc3075cf136b756a80cdc8f0464718225e67937b9dc459 +size 9430 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (12).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (12).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bea4f42ad32a68722ece7dc56f45a44044431578 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (12).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef1630e7b303f30694601e97cb0182896b733f7629cd4f53579ce774daddc60 +size 21249 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1201).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc0c1900de6f2cdf38fc5b02b44efaa0886b971a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d753253d3371f5ba81a57e74f492ce8d0039b6fff998d1ef9dba4fcce2d23197 +size 18004 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1202).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1202).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b9fbec887a0a7638610b1124cc55920aef47bf3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1202).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6ee4d25a9ae61666bbea92221aea79e116604d4005e5fda60b6b9fcd0f4e63 +size 14780 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1204).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1204).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ea53c747b2b6712befdffb514b75229aa38f055f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1204).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118c087464d6ddd2fae5acbdadceeee5833f5156f1b58afee370bfa11949a5b2 +size 9910 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1206).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5f7951c9d452c0bbc48caf623b07d7af8cfd54c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f774d063c241de80e76e1076bbf42b971d782b67bdbefc0c32de061bc4dd6e76 +size 8701 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (122).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (122).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ddbab56c49771c20a0598cc044d312f3ffd6719 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (122).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5cd7a15e650fffca385930703c786c16fd8cee0b61c029e67f11faaa580827 +size 10766 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1223).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f22b01f81e85f63312fdd1099032b5dfa9fdaacd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f8423b35ea897b0efa473f30760b3c6352fffe8e7bb440effe3c5dfadb2f9d +size 12707 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1224).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1224).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5fbf00de0e86c40ff1cfd1b5657b48ee3413007 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1224).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fa02c45aedfa70e399236cf789cf96fc36a6d305dd95852d55cd50cbfb014d +size 9442 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1234).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b8b2fa770a6e6858d1c72fb1dcda17f2e92aec12 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4dfdd5954b49f70e803ba7b738920c8cd6b3f0c57f6893dbbe30b67ed6da870 +size 9104 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1240).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..910d4faa4de965d7e662c130d5196fd828aceebe --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa58d320b08878a8edf826ccf072c3c450db836934c9196150577b53044fc7c +size 19578 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1244).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1244).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a978464e2026576d50cac81e49b9e06b8555c4c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1244).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1be79afb4fc60ba32cf2d254b31cfb7365fe876cd74926d709609b9eddc2b1 +size 20270 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1246).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fd45df1740a47b7ee4b79f947a5cc47d63a192c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a816798d0faa5fdce551a590ec59e7c9323057aa9eb786d9d0c4ef31bbd64bf3 +size 8852 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1250).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25620d21c965344039f1e615dd84cf7e57c1a723 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47c56dfebc98173be82a6170925020db4613655c4bee4ece8438e88270ac10e +size 7837 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1253).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1253).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fbf51fc3966671dafbc5b78174ad78a953028a2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1253).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ddd4556c3b822e99ee8f88927678db36c06db77dac8f812d56e55976c1217b +size 15223 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1258).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1258).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4c944c130474d9f3727ea346aecf3caae14a48a1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1258).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c51d60fe7807d90b6d514183b263093d90eb0806cc9b9a62c45a7b03d8f342 +size 8137 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1270).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2cb25ba7e504408d5a7836fffd3048a90bc07872 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcd784586140b140c8b4bf8b46f06f0c95ecfad5358d35716c511e0dc0e7b60 +size 12060 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1271).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f974dc1448460bdfd720fa0ecdedd3d8adbe0f9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad0049ab1ab0411b412c81bc3e6a6c94b48b4015f445cce824c3d6b8a4a5692 +size 18152 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1282).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78ddf8a799befeafbf4e66eca7e123c9af2f4411 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2529ce4225f964d117b3c77de035cd517786117dcf5705acdc249d24f00b04 +size 8674 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1289).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed4231b0bf72213c4af0ddfa70a23db2586cfbbc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee57a9efe0e79dd475176fe4a8617b76304d5d57f67f3c71ef9fac3acc9d9e6 +size 19075 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1295).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1295).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5a37d45e4eb6e9cd3945c5d072f706108bb01ec --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1295).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228c115d16661f46493fd7413b7acba6b89c7b65436d0163b52e8a899b7b7db7 +size 14398 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1303).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37e3b3e653a10f17f65859e6af3ac7ad4d0fe228 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59091fef404aea8f71b9ce9e58bc0d68d59c40406d0cff8a17819e5a71ad8617 +size 17391 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1306).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..31e5f1ae68c769994a9941b9da6a3311b537f784 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49b9be2775f1a82d6df6de11b32bd1b75190a5ed7c612ad554e7d8b826b59fe +size 10014 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1315).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1315).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efa270d65ce2d3d71ce7e98accfaa10f570fdef4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1315).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e13a88f76b70e19f9cb0ff24400fb91bb27b94b1e776a228b813ae42c133ae +size 9033 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1320).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1320).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3283f1904fdda6c092044f5be1c66625971987ad --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1320).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e598869a907de711c0c0440607103042928744f5a3daa374264c44d34b1ab6 +size 9643 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1334).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1334).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae93e6c54831dbd45324263c2c88a94282ef9180 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1334).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8244ea3ea41630f4c9372ce3a1e904cb0e3d6deaf2a38a9112ad8f9b828e29 +size 10172 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1348).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..98a6f136cb8fd12000630a3a3d15a81bfb63c325 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a4d78adb34b3a4e86486faa0d08efc0830cf9b3dc0d124373043c62d0ebfeb +size 16180 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1353).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fbf9bc29a8e243e3dd67cc6bdcbf889c51aad8a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8fd107833d9e3b3f6b15d8f26805fee4b008d3843beb5e1863c6cb996421d3 +size 8322 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1368).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1368).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a75dfd413abc38358ae2ea6e1140fd2096943f0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1368).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dbe746be55d0091b849d021d75b6f4dcf90e6b6571693eb8860c3667bffc35 +size 14433 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1394).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1394).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0cbbb267d250f88c477536afbacecf677d8a1df --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1394).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee370af1c65b7072d9703367aab3f5166dec94f39261ca6f37331203997ff18 +size 9568 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1404).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1404).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eba1d7b55a0abee69bec79f57ab8c31cced22b31 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1404).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1faa380ec12d7f9fa4a5c35d7340cfa1da6cb5466a48ad6aa8de0050f2a4d365 +size 9681 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1405).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e21c1f321efaf499c1d676a0ca018c627cb3234 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a37e0592a28c1396e733b0e36e14522b6220510fe400190d479bcd9da18178e +size 10558 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1418).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df044ae6e7285067ddfd7862eb4ba26ef0fcd95f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167f45f52c265eab4dd083067cfd24cce3a3f5b7094ab52012bc3a068a0d795a +size 9766 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1426).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2709fd0d72e72587969f4466f297774734c12d37 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4073b1209c1b61bbeb4a4bd20a54a5b5cf75c52082f3e59d5260ba9dbba69c46 +size 19148 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1445).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..400c9352bc846272de4f4eb9a764b1aa276ae295 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0143a6b8615f9795eac09e816e65742f8ed894207db5d3a07d127437162007 +size 9711 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1459).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..16930832c22e99b4dcfc420f31c666afc947f4fd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f71e981a2aca3c8ddef138e492cf9e7f6ad6599ba0cfe77e275eadaca505f1 +size 14526 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1477).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8677a2199316e35b91a1d5d77bf12178c61c706 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f199b68e7896c7930ccddb4e5bd84289c646c71ea7b37dcc24f27c1bf3b6e695 +size 9699 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1484).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1484).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4714ededf1e7773916f5ff4c24b9c9c7c95c72e8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1484).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844a770e89e7760d3dc58c898c96e932403b533aac70345b641b22546e64dfe7 +size 13915 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1500).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..724cc8b32edfb642d01506d7c9f0d48a87e3b065 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6eef0d2c60e0a4436f23faca8099a08d7a74f2ba22c442c0d8a46eafe42d9e +size 21562 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (153).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2570b2c7c28adc073bcbef00554cf6388e4a87f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1a539e579a75bf12d1dc127166047d572969e4941cc2b00e9daa9c883143ea +size 13860 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (157).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (157).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2be0b0469d42f303bafde7831871eafcb095b620 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (157).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d29edf07b023ef48ccfb924dae99d09abe792321c163330dc1dfd39f14d761 +size 10889 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1571).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c07782acc4ef3910d7749954c6f36e405161e7e8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1bd48458f493957a105d15af9e3faba8043f0ccea128b7818fa33bac3b8172 +size 9858 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1578).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..569f3cd2eb96f276b20bba626aebd2bbc600eff8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110da95633fc84e44422edd25c7e3d40f5204bfc071ae7a9e074fbfebc754c4a +size 17435 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1605).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1605).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7718100a64c644d317a670f1c485c2b0d40daf88 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1605).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915580278e6f9d093fb050ccfb7327ecb658e9b3f92dc3c631be7d694915bf07 +size 13574 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1608).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1608).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ccb0985f830c906676d5f87933c24977ac1da670 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1608).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e8164fb38a0514c35467ce0f37c3e1afa5dd84b720d184fecd57b31be2b48e +size 19930 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1609).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b5f0de61866f19740d2bac91057aba1dc2eca72 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2b4a986396834760d7f1c1a58600a9fcb0c646ab83d2592a66c7eb66e0dbd3 +size 10125 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1622).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d8cbb6de3c94a355e13b6e4d42d96f73f69bcb68 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ce9fed745cd05bf6f76cd9d5e5cee4776fdd7389a475848c0f5977b82b4656 +size 19274 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1630).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1630).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f098ea4f6e6693a68faa7619dd2efa4ed7db10bc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1630).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ca44ab693a2ba8eb8509050695eb2bc96d7641dde738bb9c8c6861f0157a03 +size 7280 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1632).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e2061bf7184776cd4f4df1d6fe7d17d3983b68b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd9f643a4177d9eb3b724eaaa54d49f8f0cba3ec80e5c393158d110c79c4271 +size 8391 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1641).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1641).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7973670bd83721811c97f39f5c11a3cf80e5ec5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1641).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac11fe247873097d2f47ab0a2fc52469cf82b64951017a072f4a7a7a7d5ffaca +size 9424 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1643).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1643).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0b3a9cc5eb53bbe834d928c56d70adb60b657b45 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1643).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518c3c3c028dfb6a1ef5a74c81f3f418044891356fd47443d311d01a363afbc7 +size 9629 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1652).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79427b77fb094bb0fce90814b6684b236ade6d12 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd11c857d2cbf0863fe792d530272dadc9de496bb0c62bd11a43c4097c1fb4a +size 13629 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1656).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d96e5d47e44c42c655bc14f31f98792500d2e1af --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6a99364b38df0a7f69c166a198926b0343c930a55ac961e703cfcce949176a +size 18366 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (166).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..302e5e007b5d2312196704c1409dd1dc711c8ef7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9983a97dda610ae210cdd029cf4a1ea8e594818af6c85582fccd1f09b833aa +size 9648 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1668).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3cb163c9ff1189ff094a7a116c4924a45d7b6c1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9246ea64d92e0d141f75f9abb9b193c0b7b48192f7e86923c714ebe46e3b97 +size 15892 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1675).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a88d8c12cd63e5989908602663346d9307c124a1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c2c260cf9c5c9c4277af776c030ae61dcba4f216c712c53703406e8b73104b +size 19232 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1685).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2d3f5b30efd7dd9ed66e59518d29d8e0a70d182 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4504c71f062a941e46604950900145161d3028149d40c91eac5e54a4c666357a +size 16405 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1694).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..506243548c94fbd3017d24288269affcdac75546 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ae156c6967128b7c4b1dce709da97403580292ffc006c4e7a592e0a00c951e +size 11326 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (170).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (170).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08a63c6b799dc0ff79ca81df4f52d8c0639a9642 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (170).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fbf2d0769106f8c27c57311b1ab9d5df0c6d362bd3b8af5831cae3ab23a99c +size 9277 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1707).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f50b08ced5f8971d4a3fb0d06f1995a06c725ba3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8d98590e2984e867ca77a83f070fe4b589f31d5574bd76227b6b563982c0a4 +size 9215 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1727).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9080a4d5f5329d63599bd1d8c3491d4ec1eb352b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79f005533c75f01b29416a0f2276bbbfc4db403e4e880f654b0283a78c87363 +size 8222 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1730).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e796b0eb0160e8dd7b1699fceb636c58feeae041 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2f5cdfb7b7be9f49b3cb2eed97bd437b936ea95951247a894bc2360cc74d4e +size 11355 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1732).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1732).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76e5263b77051c0e3eb85f9ad2e1b7a2c59c2748 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1732).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9760e7bc407222c39c8a07455da667ab0409cf41b06fb5a4339988a82dda7047 +size 10506 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1734).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1734).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5c54a5d3c2c596f31f5a6bc920e87aef90a1d36 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1734).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f60df54a767061e925ecd039c618af05a9f4f0e2627943490df3bf69e0492ce +size 7659 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1763).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1763).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8d3db4dab02a4adb8504bd6d00009af708d8d06 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1763).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c5109c4a248068f1f033744b16a8d1b9bca6d5c2f72415052bbe2eedddcec6 +size 8820 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1769).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1769).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6c46bb143bfc3601acf32c5b8e7999640b6d8a93 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1769).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfd6d07d70dab84d9aaedd04245f84a6012422b23c437aeb14cb71d05826e8e +size 7719 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (177).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eeb6828e1fbf46ef81b486c9d1f96e1a328c23f5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b1d43317b38d963757859f5fde2420633c28e609e0b27c87cf2646c3746135 +size 16658 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1770).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1770).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06976da28a4bee94e076a0dc27ddbd0b62d41e75 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1770).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbdc5d76a25cdc32ba00316d7a2439faeeb787ca6b840687bb7ae58a99373be +size 10065 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1781).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..970f23f7d441d09c7d9e2badbdf487c63bba975e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965afd744716bd67eb171611d7fef6f2e28c8ddb92620097192a529e88e13e03 +size 7641 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (18).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (18).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c58270e601138ce268e2f49425c2fced8f675b9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (18).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263b8376843cf3b4ebe824ed7e3850017f9432239c605c8b11b88359069bbd46 +size 10315 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1803).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9299f5a76a0d4305737a0718c46376d32e8d615 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09fc95315fa6b7fee0df1c668dd4bfca5d6494f5e509c91806a1038612f9164 +size 18106 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1808).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0643fa57168efca82e0439ea205da70a4511eb5d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ee0a5410d85f62a26baf149e123803fbe601aaa31628a26ad8c22fd0341ca5 +size 9147 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1814).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1814).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d553d83459680ea325fafe0382c5f5cf8a1564c3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1814).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcd8494e2e8a5db042ded2e53df4f0f696823d5789c4b4bffb8bcaa040695cd +size 9228 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1816).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4776301db5dceb139ee551f8e77d2af265c8b5cb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c3a0437d85ae358b5f225a7373db334dd7506a827c724df0a01d163411378c +size 13994 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1817).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e356a8d77273320c404164a6cd09eea5c757808e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00eb0855d9a140d0ccd1275e812812a47a336ed017a5b32075980f12aacc5718 +size 9302 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (183).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (183).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d051df8f1b528816692b2acbaa28f10cb2969a90 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (183).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee894d2b7101458af22ab13ace272ea5ada5f30a30d1943ab0e027503dcbcde6 +size 8397 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1830).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..692ee3cd6198379cc0d202a740efd5646cee8526 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2c4d569955f629cd0a7fdb98b5a2aec3ad71c17689125f194ae391ad515841 +size 8520 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1837).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1837).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cccf12bce0b1f018b35fe15457e26f889dcf2c07 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1837).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e03444d7ad57ab24cdac1f5293205410ac6e68bd009e09c09b6bbadd83da02 +size 9141 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1838).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1838).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e937759aeac718f853c1aa352f9119b380153ef --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1838).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19ec8e7078e5201cafcb0cbd185723a245b23ed09909feae44f203d88bb0593 +size 6995 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (184).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e86a43a9e975b3056fe2a536b9adacaca3840b4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d798fb72353f8866584ef34aa86285c5174905f0f1cdeb745e0fffa9c8c1cff5 +size 18941 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1847).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1847).JPG new file mode 100644 index 0000000000000000000000000000000000000000..affcf2c030cb75f709d523370bc4c3fc9e7336f6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1847).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e44532f1ad6bca5b5f70d4f331cbc9bbf083b818eb80d112a53298dfb8e95e +size 11288 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (186).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf70f4292829ce74413575d00bbf759e677df8f6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ef599786afe413538a95e4e3dcb20b9aed5f8ec4bfcd2707c44f8238a3953d +size 6823 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1871).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1871).JPG new file mode 100644 index 0000000000000000000000000000000000000000..defb72ff7db40900db7166170fa41be47d12c433 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1871).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9a4dd5bfdc9f1b9460608be42a03e74722e4c4875ac72eca0f6b5d8b49aebe +size 14772 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1873).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b61327c7b74ebfeabea54b41c1244e6948a4e4b2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92f38315f2fe9cbf20e0c6ed3a35038d69e35348011fdab5b605cec3fd989d5 +size 8889 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1896).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aa763326b0ea37383a1188a1d9140fb0298b26da --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239e055ce6f7d0a878af18c47a9c93582ed46a7e4f114b660be24ab1f8a1b976 +size 9944 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1898).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37256f38460b679973353ca9ae098aa11846746e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9506a09f82e98476066db020afb031b6bdb53041e66270ac5414a7a9ca5294 +size 10137 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1912).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aecf638bcb9f18a0b372efbcb9d0c995971e0ce2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d73a8f4adb09ae6663f235c324cc066754cbab8eda758808bf759b874a34e8 +size 20076 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1913).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1913).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fc59761fcd46fdd13881e8ddf1e4b839cc6e7f0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1913).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da70a75cae144930c08195f306e60605122e70fd93f7ee4891c39e92bc06a2a +size 14309 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1915).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1915).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b37c30b23d8192f3c5f2cc0a16b5c20cfe315420 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1915).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e31672d57656756b69e73f46651c8bb04daf413c70487a5408ffab444c899e +size 8429 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1917).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68a37c1e1a1552b3721f05f5efa67c6c7ab05d94 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21db3cea52a9364606fad03f37d32e7c59f57088cfa4f3d22234f6df567b892 +size 6364 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1925).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c46a88a502037994cecdbafacfc370f42411b444 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5159f061423b0f2b7ff259ce4a8f38393b6a2de1e3bf40854e3fc88b1010aead +size 9962 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1928).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90dad449984fcbd2db99a47c3ade5150bfbf4857 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0789e707f7a6c4adf017e1c35f227aa48e3fbf545f586d8d62a10f65cf0adf11 +size 8612 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (193).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8fb5fdabc68a81ea65b9169d5f987f18a0d89a2d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e336e1710339bb399b44a65bd72fe7b14c64bf7178b747d4f044dc7ced48b570 +size 16710 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1930).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1930).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6e5a2877d3832e03d910b9ab473576bc4bdb85d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1930).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e862b7159af47b13d8db62ddfbf78bbd939b16fa8de4b648afda3ff0b01f190 +size 7828 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1932).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0db86cfd8ac10fb607614b059f5b75bcd0bfdd2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6afd9c212bcd0376e62413c10b1f2adb17a6a96ea964aeb9734ada6eea9a070 +size 10898 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1938).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df283a15dcac8ba0ca1d489b8c2d7f14cd2668a9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cacd584acad85f2afc0c359a9f58966ac2641b75a81825c22ac5877c3dff52 +size 7577 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1958).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1958).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd07e5d99a0b01ff82f9410d97b894eb46b41ac6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1958).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77cc07a12d1a335daebac197ef0d9f541df7f8227e1d90d72b4b65543dd9cf7 +size 8886 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1983).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1983).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0df1f9daf1fb16742dcfd2e07b1a63e9099f5456 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1983).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833eab40dc8bec66b138e33540918ffc2f6448c2c88b531b1be91423333e0654 +size 9331 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1986).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1986).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dca6c82c5e3463a9cd92ab6775fb46704a905e6d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1986).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9800ec544f127246ede70db8f4dac946dab24f5f516bbf669b96d6e9d5c699 +size 8704 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1987).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1987).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f184b014e21bd523466edfdd4b63610164dcfb42 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1987).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2463883e09d7d01a0ed74acb5c8f664453dee27558a03404eabc41e0fe66fef +size 9564 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1990).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1990).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24d6b87d5ded0face12adf4d35e4fbb8b1a9a193 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (1990).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342bf767db4891c1516457f7e3afb8b80c5bf8154173e51ac59213d99a30f940 +size 9707 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4af9d804b9991fe83a3087b4b3d84bf07137a52 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a68c03fed5294fe63b5c57670597147dc6246957dec368a1d7b2536320740f +size 17097 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (20).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (20).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22b91e6caa6934a35ae6362d4f1cfc3a1fe63719 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (20).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d2a49d5b567dbd7e445461c3f8668371d7d2d72a632b605b6c99bae3aff8dc +size 9967 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2009).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2009).JPG new file mode 100644 index 0000000000000000000000000000000000000000..185975e084758b667517fa98bf0f8caa28249793 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2009).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c856de9951ee594881360fcd8c8795e36860d4444d8c97773172ca13b5847525 +size 11549 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2034).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2034).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ee485bc1071ac810f9f58471e5f81390834193f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2034).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaaea542f7f9610916f49a744c9a2587db9bd434cf94009fd09173915a2ab938 +size 9528 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2055).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2055).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a4622f44b31faa6251ff388150bfefefa8df9bae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2055).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b8e3f95c4ef798dfa05d59e33282f9a33a697a4853dd1debb89330de502fc7 +size 8296 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2076).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2076).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6d0960c046a72db03e85a608e8d29ff9549fe06 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2076).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d0f0be43f5a91d3b7dbeea75b81c702c9a0d40af7505ce2e96286460588851 +size 19354 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2090).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2090).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c77283e60acce4c143d3f736ef95326bf43430ac --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2090).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722591eebe1f161498c42aa29ebccb2312ea824751a1c406b4cd27b804e5b370 +size 7602 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2102).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2102).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1bdf3e5e8b870efba3ee9a2bca4165b2d9bae81c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2102).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1fb03f5847d11c76cd89f188dd5deedfbcadd885d5cd72a786e703d3d907cb +size 12978 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2106).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6650b43ad3d27bbf125c3063c8099000ac886c41 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609356858f0df030f155e59061befa606efdb98a80da189eaf80de87beeb02f1 +size 10067 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2108).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f59e42d4ee8102ed1de500504f9a730c51126438 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635eafcbc4f442de2a1ac4cb022a6df21e812368e0ea06abe9baffa14da96226 +size 13103 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2112).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2112).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a58eac201abc09e4816066402a1ebe323972731f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2112).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841edf4c76189286ef10a81e570c48de93f801642d5be3c493196e6fc09cbb14 +size 8527 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2114).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2114).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eac1125e93f51099880a53df96eb1f83ad1ec1d4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2114).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cb0f74231de23167afc1349945b71040eddb07928902982641bf0780810ae7 +size 11858 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2116).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2116).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2db0163ee87a4b2a65fb1a1194ed2bd5ccd34726 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2116).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a798319a4fe5d926398ac8787949631d8b1dc3344e0cb403acc363d590e51d +size 8637 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2119).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2dfb83c4e6aea6ebfff256614fbd31c4c050dc74 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962eb984a2228ee7dc25e11aea809c6a30c7864da42d21414611c4cc10ebe2f4 +size 17145 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2120).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2120).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c63807abaa93b955348487a69e71b0dc6abd89e1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2120).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d469557a3926c8db52469392d36fa7a4e91c31f95454b60ffa730201b08c4b +size 18465 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2127).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2127).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2119b1a2cb166937203f4ce2f25ec59075b33aa5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2127).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1daea44fd0fa88d4dd1b0668fdda1c077e83a4084a4e6ad15631bf692c1371 +size 9597 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2129).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2129).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82d1fa86f6502ceb6963752ebb0aa69aad273124 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2129).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c583e08402ff5aec72007230794f7fe9742b6ccc30014389c0008d67d0d8b606 +size 18470 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2135).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b0b42c369d5b8dc46382c578223587cf22bc01c5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8de01407446315a3c33c988dcbab3cc49989edabd5cf97a05ace26414be7d8b +size 15497 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2138).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c01254879d78408bee1f5f54f35b48060ab8c0c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acc345d9c62cff8eec9d562c24e30b68759662b2c605943a4e4a5742ac0dec9 +size 14065 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2142).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c17a35cf10fddecc8d5df0544671313f8e29002 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffcb2463c32807816ad5fdaabc82af222cea8c1546e56d8316069aebdac7f78 +size 16399 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2159).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17ea59f3918dcb35d1f3b7e135b26ee9c48cc5d7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c42ecd1b761ef92e4827b8790a18b3cc2afcb06540d3af4aa79cdac342cd184 +size 10506 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2160).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2160).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20b99143e54d0fa2c81a2e9cce1d384157df240d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2160).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523fd7c2018591d34f00f4ae7bd42c119f05587e4d4bfee447b4a1a7f0be1b0d +size 19639 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2166).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6bed087a520c7fd1dd9a3bcce426f18ae30a38da --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af34c97677be42abef096eaa5492439b310adc2da00b6313192a64891a29198a +size 16627 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2177).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2177).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8ae7fc5acbd9872d87091f1cc761ea7750bb7cc6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2177).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ea2805455e4543f20077ba0e76dfeda19fbd45d8174dfcef8cc5a7b1496ef2 +size 17297 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2185).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2185).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5c7916d221fb8a8a67b2c05acc67f2915c08c1f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2185).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db8f336139d6f42a2289525c6f1afa39d2eb67f10a496745ea89c692af92259 +size 7139 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2193).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2193).JPG new file mode 100644 index 0000000000000000000000000000000000000000..947504470b8cb3f1ad54843cd1dcdf2313f13f88 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2193).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b9494f294c0693b71481ba2f2c39e70898cd74459de2dffa35cb217d77be5d +size 10744 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2205).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ead8c8074a5f18cc8571c1751594aa71614c993e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522bf45f2f9ee124a3621f0c0db2d8c4224ef51fc7bc78b55a6b3af2edfc7393 +size 6429 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2217).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bc68f34b282cffd8adc11859bc36caca6ea5a6c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cc750db94e3ec6923e3b29e77f723e52c91d2ec37f964969376a7d66d46c98 +size 10087 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2223).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2223).JPG new file mode 100644 index 0000000000000000000000000000000000000000..294da4a06472de60fb3338904de41b25d0e786cb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2223).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9b92f079dae777b4d3460153904986f93a15b7af639297eac7d5e91bc2caf4 +size 21302 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2227).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2227).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c5d3f3b2068069540dff1a1f0e559aa069cd057e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2227).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cac62362ccb3158237777be02afc8154b8d8cea2cfe55d5fbda486773a31491 +size 8836 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2247).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..525beff54eca01a38bcb4ea0078f8b37d6db8479 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7e97d683c4a740233d7396fdd1dbe8a0f75d2310224adee345a7167285b6fb +size 16367 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2256).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2256).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75bdb12fadbf1f14167a7fd64d73771cd559ac93 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2256).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f95de769c69a1aaa6f95e1c488bb5803b47a249ae5f5dcbc3201bbdb56f4b3 +size 16293 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2273).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2519996c739de18875ef425dce18d3c1ff181698 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f3eebbbd55f5c59cfb10839ab2674fd38c8e4bb215ece2a60cd16a6a412797 +size 10531 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2284).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9284922d6d94d4d6eda06d92848c8518de529c38 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7acf7319316b3b58ba3e05d78476d7c62e59a117a9283bd65008e20b3930d0a1 +size 19660 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2285).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9960073ca001bb208fdd8d8bfc5b10894eb4180 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd7b49d59b47ba8527fff21851245c5b798336a6c0cfd0032a40e1f41ea6806 +size 16649 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2288).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f04b5cb4e2da200b5eb8ad44a070ed7cb3c7ba29 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afdd2fd3d08380e7ec33d5cca5f3a9efa60ff0637a4d3326d29b7d045b2d59f +size 9263 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (229).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f906c69f6617bad43bc8ac708cabf068649b4e9b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc159ead36c7f3f30c7a486155f98300c73b8fd5fd3476a51aa029e1b566b66 +size 8653 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2293).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55be9f3fdbe02caa67cba701dd273fbb989cdd37 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560bd30d98dadfa1129e74a9dbd25e7cfd5b7917810bcdc872d52c420f094951 +size 13113 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (230).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (230).JPG new file mode 100644 index 0000000000000000000000000000000000000000..363cb7bbcb7e4c4b743bf9bf458167f393ec2d30 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (230).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a908362d77269e7d9bc8638ab4a7aeed4350909ccdf8d574282810274636d9d2 +size 15570 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2311).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e366c95a201a792641f0d3ef10ebf58883457231 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626be92052f304a95cc2efd635d414c3bb6286f74541b9ec76b93297f841fa0f +size 15871 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2317).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c388455c7bb9dc13b6dd9410a88ebb3258799c1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70b4e9429e7306c7608b7add17dde0afbf9f4182c2417f75f8bdb9000a4530f +size 9581 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2318).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c78ba20a9f845e32eb2178f4796de1ceb9271b3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ccd46bccb5799738c11f3b301fcfd2843391d0d513b9ce08328c6bcf2629eb +size 15038 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2327).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6b2d1ddb3c8303f4fcf578dfadc1f9e7cbbfcb5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bcddf69220d42237816d71a0a4588d1a8062e902278082c664c12f4592bec27 +size 15662 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2328).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..417a63f002af6ef9ff96d5dcac92d1d8be72d130 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ab6405da81e74cf2747052cb09133fd43946d46a722c4efdeb8a0f68431152 +size 18385 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2343).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb7185fe057ba32d64b733f8c60085e54a360274 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f051666a633104582c7c9c65207a935f7baabf2be602c602fdeb7fded85e90ad +size 16544 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2373).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2373).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fe1966f5b4b95b6fd9450be18205ecb02ef88dd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2373).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92925313ab11cbe7964e899c02b595da96d69c98dc7dad2eac943c95757342b +size 18834 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2376).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2376).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3d053e4b798bdd799714dd9dbef4fff2253e72d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2376).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155d494a7be072578d5f3f60655cef19c5b00c6c190e03a74f62f095f4f74322 +size 10441 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2382).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2382).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a10220d852359f2242c2ee5181c9f269d26c5197 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2382).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad64e82568b0605ed518d7117e99e8bfd520a83cb13bf2843d9491bdfb03d4d +size 10825 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2384).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2384).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abfc077abacceea4bad26340850f356250553dfc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2384).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d11e5969b8ea23cec9a1df8547753ab4a60785161202408f0959b8ba436f5b +size 8948 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2403).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2403).JPG new file mode 100644 index 0000000000000000000000000000000000000000..849976bf554967c27904de05b700fe7e3ae353b3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2403).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25a7d8453dec84cb44630424d569c5f2cc7c90a122bd343b6529369c802a491 +size 17580 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (241).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e4d8109289dbac827b771c5c74d5d4ec294ed01 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6635bef9e5ebbb2adb8f7cfce4e729dfbb954da1798068e390fe75966856e64b +size 7787 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2414).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e8ac20d3db02dd17bb485eddd7f80c1e5e1dae1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59e836e78dc4d9daadfe66e3a886da235cbfa4361f03fcf11f3f113dfdbf6fb +size 8770 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2416).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e522b522e3196d343775d439783ffc6af7f5adf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7013df2823bfc69015192f71beef1fda408d276584aeeccc8a7c613ab565b1b +size 10045 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2432).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b52166436055f6ec30ac18d0711ab4b5ef04e8da --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5492a394d236f5f8c8cccb79517b259ff86a60e49cb40c4d538cb12e277bea0e +size 8204 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2439).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9648018b4f8f8faff6fb1d40eddf13f2ac7adb41 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637ed34db41aae618873007ace05c63e52c3920daeab59b034cb5df47c5e6852 +size 9989 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2445).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..897e5b0aa4b0d0ab43e2510a14fdb5b12d5e5f54 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964034273ba4096573d9b0e5ff59535ca5679e24e4c7bc57dbebc6311f027a13 +size 8874 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2453).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2453).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e56d77fd178bd65b273feec197080e936c765943 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2453).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e74de1cbd08efaa7819daccec85178a651a2696f901722d72c35da0d3043cf9 +size 17055 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2454).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f2d5b9b96717ff7c29a651f8dcf0bee72f93b25 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35672d828656bed142d11da8701e46cee9b1765edd63cde5f3bc246e511d0ca9 +size 18754 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2458).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6283a32afb3ece91072a07e5f06eae5ae751fe8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1309e93bc1b709e432b1e96f50eb690a382e10fd99524607a2cca4cd4040bd5c +size 8915 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (246).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cff85080e0f9d6fdf658eb16683a8f9151dc7a3c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08932b084da0dcd363b7fa290a4a98978b99b868a75defde57560c4b548a30ec +size 8385 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2464).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b9df5fee133c164320b7725456c8a8fcebe56692 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1860c60bc51e6668421a696166a2074ef2d0f211aee77d0e9ceb934f2fd228e +size 8593 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2465).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28e8d945adff1faab7e0ae62bfb23286c92bd932 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69512ae9fa1d1440fca20b3ac80a14dd62a49bed653727dabcf40d984be25a2b +size 8729 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2479).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28bd23a162691b58c95121004ae25a4ed800e455 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823debf9f7c7673c68461268240b4ad457320c52a717e61b75234c3f184e221f +size 9943 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2483).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf46940be348a459e9eb2f2508e05b06eed78083 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b019a19f698115090aade04a2be97d0d86254762f8f83dac3584925d490db154 +size 16101 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2487).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a5aff85b77c076104b77946e9d1b54ecbb2a1a49 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4fef7aec69f543e9d487f0161d30d94bd0ea6df8cdaa816ac41d4d4cdf2f05 +size 9342 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (25).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (25).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd9df47718532a5db60398b8af54f742e14621aa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (25).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cb756e031a8699b42f4612f4f9d7070080e0b5988624d4f485333044ecb48f +size 9925 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2518).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2518).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9358bfa7db4682a3a4ba8f7b086c77eae4be0f5d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2518).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6920986534a388b0ee3bd4409ba495f0b63f002e25b60379c89b1210cd70082d +size 15739 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2519).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2519).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2526c63c3b49625ba73cdfe6ffee2759ad339ce --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2519).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a3156d3d3b521913f1d99d616823ed6ac05684b3e6bf803710a199c6916c93 +size 7415 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2526).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb4346275de6830a57cbe2f3087b59aec14774b2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b81564cba886d1b302676927378528de41188c23ea9db89657ac91a2d8afba5 +size 16418 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2533).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2533).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0f64514294f4c287ef16c2516af9f0a71188b40 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2533).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89adb563bb2a786ac69698149b5bf164a4736e755716811d5b7837d55cd715d0 +size 21303 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2541).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2541).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20eb15009d60605122c638643315872d983fa2c4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2541).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b98e3f7ed3adc61bfb14277669c132be568235c1a7a860e944d873355dc5f5 +size 9058 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2543).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..68fdf08d39e3273e5dea16530fdc96f3435cf22f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac0fa18aea210f6e45d0bfcf15ced84df386f9e5eb5918895ed4225cc4af5bb +size 8290 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2544).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2544).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6482791ac5402cc4ecf707d61eb21c31378c487 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2544).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7600d12969a97a74f9d64bb9897ba9a9b812f649c4a2d3e7ef2ac4e5872d1bed +size 8691 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2561).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2561).JPG new file mode 100644 index 0000000000000000000000000000000000000000..458aef0177a6c1694d32aa979057a7abd3ab996c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2561).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a266823a50590dabac5e69842040a54bcf166d101a866546ab58a9ab8462971 +size 9962 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2578).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a546bcd2f37af2eb2aa262a023cc4d497ab42c8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6899d1be198ccde95945c895165eb2d30caaeb9dc498d4d0e25460bc3926b24 +size 8285 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2594).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0550fbf3a432eb9ffa15a18af409e9b7b2f3f993 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351b6e1b9ef4366a582b446d0f479c574f0995fd83899e5bab6fe9378d79d324 +size 7651 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2595).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5fd330f63361869b1d8e11a125a8a50e43ad34d1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9be67c85b52810bae14f161f78e7670cc4830f82642bb6d06cca64bbf754a1 +size 17370 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2600).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2600).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4843eb770945cec5d24c491a5bbb33cd22dda8e5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2600).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdde83730636621bd6001d2721c55f8265a7e1e0bd28b99373db09d5d17ff6cc +size 12691 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2603).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b571bc1eecef3f1aec4ebfbe35ebb2678f18c90 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584a8b5bdf718e75b43582e770cf6ddeb3a48ef50563f9f3e6cd09e24d1b1a59 +size 22079 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2609).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2609).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48d15ca619f80379c0ea748d84421f05161e0c26 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2609).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705fa31088f8e4ba5a7d4a8e39a83159ad638645b1c35efa6e1442266607a41d +size 8838 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2613).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2613).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92b35ace846548aa24d85c8201dcb15eb1dd417b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2613).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309f66f80d7ba8290b3221ce3257e4645083308e6f11dd833d0eb01145b34d3a +size 15501 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2622).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2622).JPG new file mode 100644 index 0000000000000000000000000000000000000000..546c22c58aef317365f473ab869d7ebaacf5677a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2622).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7819adc8608ebbc695d49e8a546a69e777d5361f431de2c1a0128249b072d2 +size 8922 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2645).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0045b5f0ee2da6012a65572bf889979d701a446a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ecb09a51fc2877ac44cb3b22471ec9463ecb0e68fe9698fea770aa170495d5 +size 8942 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2657).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2657).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf5fe734d4edbf70b71f0854f1680dfaedbe702a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2657).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7171161d87d310c025165ddf2e63423ac1189aae7371e241af70ae3423c49b +size 8034 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2658).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2658).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24f13f6f93d6fa74c820f13f77065fb2ee357287 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2658).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a37b811c0b0b877e9f5a5a2fcb41ccf3c1ab1b42df7a869e94453ca583000c +size 9122 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2668).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8e2bcfcef91e13a5294c3436d6fd51a45b0e4ebe --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc6b4e418907c4e683c82e3255204277819ad76f42c9cef9672841aa0d8fbb0 +size 17744 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2673).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2673).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15c2ca07e6c9e960119711a324028f9f90351d4f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2673).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3415f1798fbe6d7b27a60ef6ed85e5f356b3cb4602e58838f7b20c18092ada1 +size 11977 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2683).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2683).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bea2f2c2641f31c17765a26209ec6d0d9a3e0c0a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2683).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efd72e2d48b2a86421a932c19a4d91b267fee4c2bb6994e8b5939c0076aae4d +size 9202 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2694).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2694).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b1bea2c166b1717c2e37c8bfdb75f76350ec9b85 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2694).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c411c5838e61cc11248dfe6014ba788b19fd1da13a882c94ffa685c10729c6 +size 11234 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2696).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..45b031f2fdd8b73a1a667adf011e9bd2323dec78 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824469295710d3f8c09c68bd0e25f52a3ca6a38491ee8903c69d78807efb53f1 +size 9040 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2699).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1252c05efb339a350b202c3b2872820518900330 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5296ab88d64dff10f3260dcaf23b9c2f88e7e58962dfc11e7fd14ea99eff785c +size 13567 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2727).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f6e6e15ba2e8f17bf677e381ced6d7729403f118 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d0e4e782d854fb9e5d42b4b99465b517c2fc0f1474b43f297fdc932d122ff4 +size 9998 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (274).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..352548da796280aa4545b06dcfed7c3b0a287906 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600faae6501436d544506ae37a4435f8d0d0c141526d872c11b16167e50cebff +size 11788 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2753).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2753).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ae2052351f806fbf64effd066a3516292a85876 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2753).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d82cd2012ee2a78bd10e48d174bf94def6b70b54e0b2205640f7aa8f9dac52a +size 9813 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (276).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78918bd8bd729835d8004f419f458b82a52fd281 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb494d02af2982e94d15b166c495f9a86c6c812559543e7d8aea144fa98fd1d1 +size 7688 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2761).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..efd2b4fda992a579914ef6947e9da6e84615130e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5020928fda461652be69a002af5d0c1ff6db8194901fe868d96e51e885701cc +size 17946 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2772).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24ca898cfbc96c02cc06a31d46a19fc92af3550e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6505b1bb0f6b9c2fd58560658a18cb974132120fe9d9b5646c99169bd51eed1 +size 19736 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2796).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..245632eff789908065e27c872eee745bd6ab2514 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fef9b638e7b5fc06cb98d9a59ea397652632ba0d42af21d71d10bd2d6e41b48 +size 9008 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2800).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2800).JPG new file mode 100644 index 0000000000000000000000000000000000000000..083f8e1c2e07b4c94a7499957b3b75bace0849b4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2800).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b5a08a151893aebee0363f14a7afc9e74806dbbad699c6bc8afa619390040b +size 18520 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2803).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2803).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37e62a8119dc0d32745e66b44dafe1197055e902 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2803).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca84ebd7290df5b2eb58341d1a7a0d885717e1ffd3fc4443337de4058eb38d6 +size 18019 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2812).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47a8f714a27e7560d21738bef1ac123f78cbbd49 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1230ef4558689b7ed9677d543c8278d7dc3b7c3bc9d3a0252e9d57e6ea326be5 +size 21645 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2818).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2818).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a6a4f96f2324ae1d93a788a0226a98844d81d130 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2818).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5adfa4ee94a5be4dae67e7d93c59250aa9d52af90388c037108bf82ebf7cdeca +size 14712 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2827).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..226ae9c3316628260a96596a01c6095cb9ff355d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288d177be1d2385556d93f0eb39a29bd1e22ee7ed241352c0d157eca02d12b6a +size 12608 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2831).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2831).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bc3568de4c08d656b9c8ce76bb17f70d4efac40 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2831).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf775cd0dabda523ceba2ad663fe5d845c84dfd70ac1a267d9be339366468ea2 +size 10887 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (284).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3258b52718d29630a9602cdc338e30e26200237b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a906b68acd75237d1bfbf135f1dd5dcd74f34c9956f9f53eb1b9d6dd009d30 +size 12651 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2846).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2846).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e1a60942b3c31c7b0a41200c0bec6a999261071 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2846).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71826112d289dc0c3a173f6bf689988c3c0b533e83cfbab06318cc4ecd511bc +size 9966 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2851).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d12b9f598a0bd05cc26b252817bb8ab5d648b00 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2088e149640cf0afd4652af5eaab50b6c2d53185dc589f19880d67123311a246 +size 9392 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2857).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2857).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ebeb15887e2456948dd6a976cba1484c057e6bc0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2857).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6bef0ceb4c0847fd86c8d8b357093f2be5b34805257c1256e3646c8369ef03 +size 8359 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2864).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2864).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c34ca6423958493a3460277997096a118b31b15a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2864).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d95fb47b8bff3b68784dbbac19878830e6d5a69846aa2524aa9bb57fd5463b +size 18173 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2867).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74ab29ed8a56a0de233e6c0e82a862a2d8b556a3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449631c7d029e202414e63a5a69a7a927baea7f1cbca09250bcba6177fb32abe +size 10720 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2874).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..958b2bb2dedc0b7e204845b288a3fa6ff666a607 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb38ce83be33348bb9b580bc75da5063b227cf327a98c1ff738b6925ecde0cb +size 17400 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2896).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2896).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9b2d3bac080215becd1e1ab1563477809dc0025 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2896).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2cdc9e06821212ff11b789c59c7571d1bdfe719f5b237a0efec9f9cdb5dcaf +size 8138 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2898).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2898).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c1781beff1cf831d1779e5301a16df02a16e4f9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2898).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa77fb6e8c83f366b7cfe8fcca069f128ab8041c4bbfe24ccfb775c65ff3ec33 +size 7491 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2901).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2901).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a70197bbb4d20ef2fa7fa1b1a8a40578cbd1bf1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2901).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10555e5ed9bcf1a1e8fe55d435c7f3e78c4a7f93e54cf2ccfcc7a4f3126ae45f +size 10435 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2912).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2912).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b145f70a1ac6f4ec87ceede921000594e21e41e2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2912).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12f26b7fc5896cf65de3ec3778b8722e8d0c974d2ba84db19910331add5b657 +size 16107 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2917).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2917).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1f9a6de8ac1e2d0487a1f374ea6587ced87726b6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2917).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3259fa384a4c6ece018f096fd811877b62e95d6868fda863ce3bd828c1080ed +size 11694 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2919).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2919).JPG new file mode 100644 index 0000000000000000000000000000000000000000..febcdfc924d657aae2140e7188653df36bd92594 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2919).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaaf78b8842a675d8966fe79e6dbd01e76144653f8ce5dad1bd5ed808ca0d1ea +size 11267 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2968).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2968).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c2bb9a3b341febf934819e2e189a80d8fe93a719 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2968).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d7872130ba9ae72dd4c48e1bf39f3c33e8184cbc2a50a5e2037840d5a546a0 +size 13586 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2970).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2970).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48c17f6fa3140812baea30f8bc81cde3ba3d391f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2970).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9d0f85dfabacefcc951d2e3e5994413eba31d588fc4682139592d5877817c2 +size 10550 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2973).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2973).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f7d446aa1ee842da0fa10402087ae1645027a3b9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2973).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4027d58d8e37f581bb6c9a01d9dca257c5ed92456d8a0e3462f6df78a52d070a +size 14966 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2975).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2975).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a89b453983af2dab68735844d08f8317afca69b8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2975).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ea9a94296aee662ee26f400068458bd6f7080b1cb845ffdac2eb425f1e0886 +size 13574 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2988).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2988).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82705b8319aa652fb3f349e839b2e954cc37d17e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2988).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a9e7a9a2aa4a4bec7057ea0c210cf141f1d9a1995e866d9e9cdc1d8c6d8f99 +size 15151 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (299).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (299).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30f99364f61a5d75536659e7bf6edfea0f2600b1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (299).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d354870fda20f8028ae69dc36d98e9570a14eea0a78245e942306a70ea3d99a5 +size 12350 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2996).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2996).JPG new file mode 100644 index 0000000000000000000000000000000000000000..08f04a6eddc6bd7e316f427ded0886541f3c8b41 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (2996).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8cfef344d38314dd0c65521b07d308f3bad6f25b45d6c39e64effaed84d9087 +size 9804 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3028).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3028).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f212ce054126d8ee7bcd52c5e14fe19ce09d8ef3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3028).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dd7bcfb9c873ff6583795b39232f2c4f0d8232eee1f7caca3e81f727e5b911 +size 19066 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3042).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3042).JPG new file mode 100644 index 0000000000000000000000000000000000000000..804f64d720bce0b9ce8f2f659ec380537925fe4c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3042).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1b4b8dcb5d34695b6e7755c566516a69301b8b069711fd93df8740535b970f +size 10248 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3047).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3047).JPG new file mode 100644 index 0000000000000000000000000000000000000000..911e3603103c0e27c9526b4320e83b155b2450dd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3047).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fe8d31ec542b0969675c370921815b81f1a1b64735d2cad95976ab11d53755 +size 16644 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3067).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3067).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75cb51887909d77bc7fdfe4fd58b9246919761e4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3067).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369334f0b71dcc00089ad8144a56b4f2fe08ddfee4c96c77bad67be0739d77d1 +size 9442 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3071).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3071).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5276fab8e235e9f018ba94643d1bba0327c04e11 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3071).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa59e03792eb7bfc538aa5a988ba776b4d38641440b3b22bc8aa2ebdb3f9eb5 +size 19678 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3072).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3072).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd5f5d857c27a4802c4e918bb3fe8d9a523cb3e3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3072).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6928e9cd692a90d39069a0523d387a14dea131d4678754ae280c9d6ced38b51 +size 8836 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3076).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3076).JPG new file mode 100644 index 0000000000000000000000000000000000000000..51a1ee0fee36efe747c684bef20ce6f5d2d0514e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3076).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd59e1c5ad00356c6c8b5f117ca09798238700055a302e86a67f4b602afca99f +size 6819 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3080).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3080).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a5b0a0d6223d17cbce0551e1ec3077467d1c46c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3080).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcea258b0de169bc3152e31544e12ecb125dad2421b70eb1fa27a12c4d356fa +size 19972 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3099).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3099).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df9be85177dee80a79ab0a99343c8a161e855c5b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3099).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad39bf80092a4ff462d01fa16a76fa7f00e31e8dec7c01d51b11c4c4e694059c +size 9514 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3104).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c12002d3f7f077ee7d43894845c405834492e204 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97a59549c82bc710c4ea9d130fc66176253e4f419e7366b43f1bbfeccaf80b7 +size 14268 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3106).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6855d7235b46b687529d7f53c21fad16b8ebd944 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345e6c4279f9a0e040de6cbebbac933e13b4a533c2a07e6423183a1451807855 +size 13065 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3111).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf64588a430e2a55cf19607472bf554e4673b8fd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31e15b5267b01006e704796a0b7f04eab5e49ca785395da0b1947146fefb946 +size 11455 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3115).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9edd60ec347fb5fef3145214107dbb3b4a2337af --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3e931c50245c66caf6ce6470a88d5fbf5250767d6809758a2d0b404204d3b8 +size 15766 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3117).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db6dda7d41d90827bf5a171d1fc5e2024be659a9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fab6e814702e4762a9fe647fa825f408988521090f635c39c262bd3e78d917a +size 8806 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3119).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b408ed792b62e22ca1f54ffa6a2e3613535ab72 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7138884a790970b05bab44334fba1796ae51c820fdc7e535d337575cc990f1f +size 8713 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3126).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3126).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46e84d9d48728a126cd1a894da6bae18bcb91437 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3126).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ed90f9650c4283b96fdd9d12d346421adae1a9a639f6c9865f91468adfdb26 +size 22113 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3135).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3135).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26e816088a1160ac31411bdce54d7636167735cd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3135).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03335f3b9f7d9858fa6af7d22adebb322dbb1dc12c4b7640da55c7f9f65ad62f +size 6228 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3137).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f93bff4f85ae8d8fbfa283536af10e7a4df4296 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c59ef91336bf1a0ef5bb2d7d9d9065d0b2003f435f37e6dea95e3307bc5739 +size 12668 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3138).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ba770d839e0864356ddf2d357e3f788b402cbe7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825fac146b4ac85e59da19706f710714bc31e02dc39d0f6c70af8a0c422a04e4 +size 6703 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3142).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3142).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1320e90a337c67c1614f1796e9ce8b5b83b52df6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3142).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e19d7ad150952a31dc14fbcec1b7e1c8d95d095ff8658b6e3586727fc441a43 +size 8167 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3158).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3158).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d506f8dee1e1e3fd51a3622f433e756666036ad5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3158).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4153adca5fcc91aadbd884e8ab36aae766fce616e796b63e1ad87259cbe16a5 +size 20029 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (316).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..353cdde88e48fada01897e72d9d5515aadba83d8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e407615680150f3fe6d1f5400abfb469fd08ea39b9c15786798fc9b19f6640d2 +size 10424 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3171).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3171).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae7e5e863f998cfe7faba275acd52fe84398dcb7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3171).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcea650d8da38e9858b86e7c35ff6ca35d90df9c6492fd2d1818d01d2daa1d5c +size 8817 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3173).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a3549ff0b450229f00dff5c06590e2e6dc5343c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62283493d8e77f102fdf66670564e1692b46662a50d5f865fbebe61a6f86466 +size 19033 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3186).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1cabea62c82576e0f80b188fd5696a120cef9c4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ae69513b53ea4974d0c0003d97e3554f50d32a4f62e3831ddc298cb1006e77 +size 11280 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3199).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee14af6e0bec7bec49cbf9abda10c12301122b00 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864ef453ba1e7d31f26ea5631159771baf590111e7380301c62e8ea5d02ef46b +size 8920 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3201).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3201).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1c5200ae22a9345ec5683e911fe4296d92e76117 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3201).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698d73cd4743a7f2510a9ae0cc208d6fc97bcf657817d11a76e9c3ed8a35e333 +size 8938 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3205).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3205).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc4a31030a0bd018e2643472222e034b98523ee3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3205).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83423c0eecd78597e4dbf3e4b0db1d47862d755b45550090707bc26b616fa453 +size 12045 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3212).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3212).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4f68195dea4621fad372e6f2cc437d6247c75d73 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3212).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a1f0c25362870ffce441aa8f9dfc0ea5d55d8ac3452174e4a6ecc382f4e762 +size 8550 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3214).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a577809c53ed3103d8f72db932582f4f65dc7847 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d1be4c7a3e22a23b93cbaed92b468dbd91b0e314d32cf69de57470d6149c65 +size 10703 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3216).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9b9992fac0d880bec7c829eca6aa71dbb943101 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e395c05dcfb5b34d06f47ae89a218ff44a9d22982102432da7d121c91fd98dc4 +size 18387 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (322).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb46320239036397fe632438cd4da402f8fde8b9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece9b144a1fdd4a0914603a247041684b327239f42da1be1118c6a46838ce0fd +size 10319 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3221).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3221).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e62788521b5115155a73c4a143b0221ee0d5191 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3221).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395044c8677db03af0ff0f856f77225beaa9a1c98b3ae465a0ad5c507a8c9e4a +size 17175 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3234).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..676eacf51a9882199b632dca3a8e2addac3e9006 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf96846196742b059c92728e9b13b7a1839dc488b96d4c572664bece3ffb5383 +size 9910 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3260).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7d55c364a15ce46fe6f4de5119a80d40a32f4d35 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f764aca7ba200e4bfb6ccb79a1fb66c8f72e9859dd627791612ddb8904d4d10 +size 14978 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3278).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cc0eb167a3c650946bfbaaad652ae32bf38f011 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2ab57945c5de9d530fffb917bc9170e7cfa9fe220ad134c142fa21c0609d53 +size 9397 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3284).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3284).JPG new file mode 100644 index 0000000000000000000000000000000000000000..626fdcbb4e1dd918b4b98e3739c395f5b224cb5d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3284).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e97d0decf5db765781513a14b49225a25fa06420e5e08ebf4682d0115cc19e9 +size 9394 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3291).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b3a3ecc3a477e39ae52aae7ba2e9c86867b0fa51 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0665e6ede7737fb249876fbbe6e2085e9231ec2ef13318144a08f246727e7615 +size 9046 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3303).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3303).JPG new file mode 100644 index 0000000000000000000000000000000000000000..947abaca72cd45f57aece974f24f08a2bcef487a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3303).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e0dbad31c09727986815d74b9790a5c71d7ccc0f101b59a687ba24c520be2b +size 9455 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3323).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3323).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25aedf535cb8717adf1df03a4d907ec0c21c481c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3323).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e270fa9ba38e07dc34b11d32ef34ed5d77a62898a43f5595bb935f0e39c11349 +size 22585 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3325).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e54c6f6cbe49bcbbdaabf364ee5118000a75795a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2af65acf94a993b497ec8bfe8c68542260507a2d38eb13a2e11ab7d126bb51e +size 10062 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3335).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1dd467eb5cc6e3e43c6b1a506dd7a2da69c49759 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312a1563c38055e5e9e9028abd2ea37c42bc35e7e6e63be4599b2903e6b23b17 +size 8799 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3338).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3338).JPG new file mode 100644 index 0000000000000000000000000000000000000000..196b94005bd575c1d21117519449e253122f7b11 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3338).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae14ed482f317e28b086bf7f7cfe4348f393d39d088b1a676c9d40edaa790564 +size 18397 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3339).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3339).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd26c44cd311b9dc0e790c6f38c5bcd499b5b042 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3339).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4573009cca61c79cb0d9bc1a197bbc57696738eda5824c1564d9ba90eeb119d +size 12887 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3363).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3363).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11bc477cad74bac9fed11429d584301eee38c39e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3363).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6817f557b3743555b10419edfa454f339bdf32c673535f911b2ebc9da49151 +size 13168 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (337).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (337).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34855f6b36454ab465814f656b3f6ff3d4d8f98f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (337).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b0b31947200c56bb6546418c2e9500c4e8dade25c527b3b34bbc21ae5a0685 +size 13636 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3383).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89e1e42f2dd2bea66126262014d62f392e439c7d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1ed89f73cb43753335fedca9178110ddacaa4c28c346e19eb86dd9489524b9 +size 10346 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3405).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3405).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a7599dd02137da52de522b88c182353cd844b50 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3405).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0570a8863b79b18a986d8587f6f8e9a49cba3de0e38649dc6878998c1d8315fa +size 16137 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3450).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3450).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40be0e6918434a5e57cfa410e5e34c67a90dd4c6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3450).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427bf265426d6f8d3c8e93a32bf09b16ff84ed51e0a84269efd69cd5d5de7b10 +size 19899 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3460).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3460).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27833442af1064b20017e8e4b22ac2c541cc4afe --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3460).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a629986b10f13db5b7f6c5f80329f7480fd9393bf7c4a0f8431f5f8bdccd283 +size 19477 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3461).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..935c632b192191dd54ded5bf5a15484dd6ea7070 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7901f6257bee045b69bd57b80d488d3f290b2a94ce754e4ff5b6c0e6fff56133 +size 9308 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3463).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bc37414b32708f66aaae942504476432f52d43c4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd30772a6d04add1dd4c6ee5125d77f97113a0d4e4149b22b41690fbda881f5 +size 9842 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3464).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5b3acb601bf8f5ae3e19ea50b95f15350453c80 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb0f458d21e49aaa11fd7d4fd5f5f5e60437b749a86017cf7731a2f8f53a5ed +size 18623 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (347).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (347).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8c85cd3b94efcccd2605029e64e28577a234779 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (347).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8feeb8e29427639cccf6d03998787ef156996fdb4669517791bff86a700f7ed6 +size 8626 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3473).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88c4c2f0af21259ef0abb248c286c669bfa2b486 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438e723399103dbc1d0ec896c19b71ad49bad7b1fa65ff916fdf087fa2cf7603 +size 11139 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3487).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb149a8e60125df07e8b4612f2984d065aa4253a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ca402c64e62e9697cd9cb5f56ceaad2f94cd22ae249414569d4aef26afcf3d +size 14632 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3497).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3497).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc4a36f3faf25e67fa58477de16faba48736f7dd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3497).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0095c0e57a0f2f3c3f22fb55617aa2124a10a818c1a6dfe395176c844f6656b4 +size 19790 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3504).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3504).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10b4e6fa56867e5ce2c7729477a2412794b04445 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3504).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6020a6ddd91b09eca5d9c89fcf6d3f9eb116ad0c30f64b31b75e57305818105 +size 9814 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3513).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3513).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0e07a61cc8dbff6f37199ef90191016e0f83bd46 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3513).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d3f34a5971d70bcfb89ba771dd2a765903534ebc28814b9a49c9a57ba6213f +size 9846 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3523).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdbeaa44f9f8490bb929a03eb0105cb2513fc074 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19556d9abea9b6918d16aa5162c4c2e3b13c6c867c1203ac4697429a7f83d4a +size 10590 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3524).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3524).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bed0337adf12a93211f3fd4752a9ba8fb1852e2c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3524).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a506ffb8896fdf0df52f774aa626a43a1455a61de147cea7c00b6ef0057cb348 +size 10874 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3526).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3526).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e25e5953d988d780df9c1c562326bd211100e4a1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3526).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2665ce9c48cf97d4949e97fd1757431cee5d96abf033faa6108631bf12b46edf +size 22026 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (353).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3a20c84f901ec0d71ca79b2a4e7986bc4b42f667 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477abf45c1161a859ce5eed652e488469c868ab5706a9229e67b563ce9f69f65 +size 6957 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3530).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3530).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7196e11d635849860cbf1c54d5952cd350daadc8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3530).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1194abfc2fa9d616dd011257128fb94ca78fa6dcadb55de9afca7cd297ca9ef +size 9672 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3536).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3536).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a2822441648bace26d417ec19299a2b8ba9cba23 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3536).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d56d6da0f823f9005d4dc29b37908cf06e0754cf0b1c19b2c6af42660f20cc +size 15318 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3543).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3543).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af39753751677e24877109cfecbe2e9bd11e743c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3543).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f86e7337c1f2ede7e1b19be1efa6c78fa00a57be7d0c574fcce9bbbbbdd4bc3 +size 15358 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3572).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7fc7b4a6643aac29e8b93b5990ebbcbcbe7a645d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef828172c57a8d59fad7085fcd608d838973361365e737f661def1d65720148f +size 6459 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (359).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (359).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be4ab3396680dc0508a158b6d60254e980382a02 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (359).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aad306467ce7cc799f291c784619f090f0133b5a8468ed52fcb4f15a4b5ad5f +size 16019 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3591).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3591).JPG new file mode 100644 index 0000000000000000000000000000000000000000..24cc77b1b07440c1c5a128a7c29df5dadd151fc1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3591).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fb7f6174f7aeeef7e9c7b64c1b8d5b11b48761dd88ee6a2b4f94ed9bd44c63 +size 16527 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3594).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3594).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78e6409e950c191c1fc1da233e90b58ea2325d1b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3594).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c420238a048febeb343c10f0269d33b045f0bd16aee5da20006f8c5259b8b30e +size 18165 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3599).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf66d54254608f790041360253e19778e63f91ce --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a01f30cedb7e50fa781de7aedb5ea19500d96ea385ef4f8c60e5212009c95a8 +size 10878 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3602).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3602).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b07719ecce7900cd0cc7db302026716be0809df0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3602).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28530fad2f8fe2046453a5ddbc92a52d5f3815c2c882c784fed4e48d0178680 +size 9426 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3603).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3603).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4514da54249b7a65c35fb248e15a5ea2908f4f81 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3603).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71450dde03ea8af5b05dcde9fed62c41e9501eb1b0816141ac8fdd399d4e77dc +size 17592 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3647).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3647).JPG new file mode 100644 index 0000000000000000000000000000000000000000..222dd65b506c3138ade4cb62b4e8c1f25b09bce1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3647).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748d1d61686f1633721bc165fdb89ba1ef2ea436e6e50ee8f4e6f02471847192 +size 11308 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3654).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fa432393e2ce647980d4368f65b1645edc6d8d4b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811248c5da65f689a8c0c2d3eb4ead107ed88b07ecc017c64be23af43f9aa2d7 +size 13334 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3659).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3659).JPG new file mode 100644 index 0000000000000000000000000000000000000000..be7da18ce632f73f4f166e5876ce29b9eb097080 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3659).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4168d5ac53b9a14b4dd8d4bf22a57be8ca1f92609ec267525c1e2d419b6de4 +size 11262 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3662).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3662).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5824462465b1820a4095b9b0479ab063bb22bd6d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3662).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce571ebe9830666ce7ed1cc951177c2e0c66ce8e185abade84e8dd290d43643a +size 9091 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3691).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3691).JPG new file mode 100644 index 0000000000000000000000000000000000000000..14e9674262f98c3da74549a863c317a70bbb92f5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3691).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153a7177978b884cf41cbb330eb0b82bc729fe50fa68c9aeac534ee05be7194a +size 7869 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3699).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3699).JPG new file mode 100644 index 0000000000000000000000000000000000000000..36e82b63dc21aeb34607ac87d54a462491a2a945 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3699).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f3c27a6a77bdbef0307b73d2d2f7eff34f6d0e0c7080be66826e1cdd117b3a +size 19882 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (370).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f8366ba5c59c75a7c6446aaa1301ff8f80445d49 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa2b45227fbb8f55378455ebb37f449d3de16ac5ebca5185366f17a333d688a +size 17777 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3700).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3700).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f892b3a1ff1ffbab7d5716278af53db504d6169e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3700).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d8666b5482a8920bb85d858c7d2f1a7372faa43e6b2f6d0e312b0b1bb2fc4e +size 17018 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3707).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3707).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d586cc1edfe90342d8e17e51f99cb4efa8b8443 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3707).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7706d0057c006f7f16cda499559950a704f36d510ee83de0cd1de433b99b43a8 +size 8323 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3710).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3710).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a0ff3bff544d258549d04e71551d3aa6f1d9712 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3710).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1895021ba5b956950db5c0c8a697268a8041e9309ad7f21fe48a6d2ac03f59 +size 9988 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3719).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3719).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f08641e5bd32cec083a04070de182388df55c0c9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3719).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1811e8bd5136be2decf5bcd7230f25cef8a6a5c21a90b66b7c51b31b80b7d2 +size 20212 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3722).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f46c2961aecee5370d2ac8c6f1694d77e53f3463 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bceafe313c3dfc48f6c4352ad34fb8ab5395982f1b6e127dcd7f060a321b8d1 +size 15844 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3727).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3727).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7cdb2f32fb18a639e678487fadb3fbfd68710a1d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3727).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbacc7d40ebd7bb14a5277df1627ae7c557db94e0749065d71d4fa955dcdabe +size 12920 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3729).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3729).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc45e9153c11706d0af72d8fe21d01bf32276d33 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3729).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0580756be8cf98de6a6f0a7fce53b668194cfc6ed1492950665ae9c699b1b0e +size 10179 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3740).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3740).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2c1896b47ad81c07704399a69d45ed12a996ea13 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3740).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42349cc63a8ddf03b9f1d6c56d0377d0cdaf236b455a522136a1d697168bbbb8 +size 7248 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3747).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e767ea581cedbe70906d25dedd65eb9a45072056 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea26a68de2448f05f9f1c15a41a65ca5d190324c3832f0b9131f2314428867d5 +size 9337 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3751).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3751).JPG new file mode 100644 index 0000000000000000000000000000000000000000..677313e855d094fc442f432b25b8c3033a2f96f2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3751).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28eab929ecb136e3d49115c4cf63b186cea5c59fff40e380ec3db4dce629d99a +size 20126 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3772).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..94bc15ed359df35e294e673c1f06fb4853536ac5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e9d6c1c8267de508893cd9f58821ab1a3deeebbca966b0e6fdd1c42abffa2f +size 19392 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3773).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3773).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bd2ca3b75579670120762d70425e5b7397ec87ce --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3773).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2c2517979ec6e787a0031e0f45be1082f3f4a99a4dc1fe854ba9501b72960d +size 14092 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3777).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f2760ad9a525c6fb5eeba295b7f872598ebfdb55 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e352f69cd0db1bf5614952c89bbe4a8070ac5cf9a7f979c6438fa39d6d7315 +size 20306 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3780).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3780).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5599dd99a32e4220ead26101d4ad17e5b4406983 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3780).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd47ad6a9c164f5cafa36a4903ccd103592e95b1b4e82fb9d0e5c4c78f74ff3 +size 9610 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3784).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3784).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf124ab814101801579877c22515674d4e2892f9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3784).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15d2ebd46f3b642d8ad94f512ca2327c786f39ea0c4c7453690115468ed8967 +size 10468 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3796).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3796).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e22680f608817b0b960e4388eb4b03329c88256a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3796).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ac5c7466dda5dea7ba7c0b3c8f42a2a6bbe6963258fa83317520bc63500de3 +size 9659 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (38).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (38).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a6f48e67c821bfec91d9c265e2b23c3d428de4c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (38).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f76cdae9a77d4f613c50fbb61b1e1a02dbfde937092c22fff839169880b012d +size 18751 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3808).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3808).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9d7e72c7248ae1ab31319f3139c397f99f76a826 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3808).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d286500d6fcca1c86193400ca6e588093109bd7b9b4dbce29bd41cdc30835293 +size 19605 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3812).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbe15e77ab910226694a6fd7183c36ff26766044 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373825e27cc795511618e58e3c4f0b6fe640e33d9ef6197eb773a12a5e47fcdf +size 9535 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3813).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..169f44900043933b0b07363b0c8ae64e2fed3f14 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a34da22d07a11990622d7701103a496a720287188bc0ac4c6fedf13daa098b +size 7649 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3816).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..622686c33a37303247b64179e2ff1e78f3e1d385 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30b2da7f58f1d6fddb318dd33a63a6f33eb49f4f2668146edc1d272eb79f38e +size 13052 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3817).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..32840c96834b5c855eaa767edb3b8d98d459615b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18e6f8df869038f8c7fa04031e5ddd39886bbdbbb7a572bbb2bec3a82b9afcd +size 19550 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (383).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3f7add372df8f24afacdf2ad0aa351aa54b39d6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d16e5be4520d79539272483f8c6006c5cee88d1b589e8eb85135a674e5c3620 +size 7542 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3833).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8a01d75653ca7c38b35cca55a7f044c4688ac3e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7fab36286c0e81be76e82b4a5b7afb587c5c47fc007f1b0b92dc4f84e71802 +size 10101 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3845).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3845).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a86d8ccbf80eaacd0da2291e5e52ad3dd949ffbf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3845).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12408e33248ca4235a14fbe2793f6102fd034ae955d01213e3b7fb04c14b8de4 +size 15917 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3849).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3849).JPG new file mode 100644 index 0000000000000000000000000000000000000000..791089288d4b93b9d8fb90f2f4fa919cc9f5b305 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3849).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5e9bf9babaf9952a1546c28712ac3ec8cf980188557498d60cc0ec8d03b87f +size 19284 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3852).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3852).JPG new file mode 100644 index 0000000000000000000000000000000000000000..52f27933d3c16deda1bae912f50e735135f4ad9e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3852).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f57b015fabeda5e5cae330dcdba39f1cff264aa83ca28a2f90fa6af2d71c84 +size 18996 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (388).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (388).JPG new file mode 100644 index 0000000000000000000000000000000000000000..84b1fd8962e034c72a1a06ed8f1746769c4f1017 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (388).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a109225cc0849f4d558e00df498d0b496d390793b8ca3be8738481387daeb1 +size 7824 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3883).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e1c2dedc2234d89fb1fc7c7e0e0e3f72fa398737 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5095f0f9e0b3d47a703cbbca475c16c3e5609b9bb3e06624396403bfe1dc51 +size 8249 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (391).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (391).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc6ecb628f625be0949f0b52c830c3499496380a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (391).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e54e1a3e9cee0c100abcf8345d8a945b59c2bf8d4d3c5de462ae3fd357223a +size 10142 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3918).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3918).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4640532bd09359af77c65680db3941ef2915c70e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3918).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a4b197cb0c2cfb622d48395fbdace5e46153f92d2b118b40065441ccbb49f9 +size 15639 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3921).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40c39acfc17ac1602fecfee6757180ced9d29d96 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f92cc7ba03db5079399450b7b699e69b11c691a73898c99d41b3816fc3b418 +size 9041 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3922).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3922).JPG new file mode 100644 index 0000000000000000000000000000000000000000..88761aaebe621595dd549bbc962492857034f2c7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3922).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4649a66c02f234ccbcd0f9da5fe38afca427079aeb987c0ff549b4c757b7a7c +size 18181 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3931).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3931).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b57f5abc2861c5cd5030b1de9f31bba85c9839b3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3931).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d5521d6915ce7b46311e56afcde246cc3811e1b960fed88d11eea8d7bc114b +size 10218 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3944).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c92ff55e4932825a8c58989255fc01e74286496a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6fa0300252248f7f51d528d547cccf520b6c4c69167dc5e600a868346713de +size 14757 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (395).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddb16daaeaf8ab5e0cf6214d1ba2708f4ec00fde --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92aedfa0ecfb38034c58395862bc4fa1a0ff68cd7e7ef957b2b5eae0d3b33364 +size 9389 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3968).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3968).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c05c98ef3576a1811223d09dd0408def951f6434 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3968).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603c2f5582ecaaf444386020caa13701acdc6c645f36d8c1893576f1f101d536 +size 7931 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (398).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (398).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01f654448655079d6cc49ec3eb0fded6f538172b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (398).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fa09610be887eff28682d0b3314cbfe653b3dfb0ce37bad143406f148f25c6 +size 18909 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3982).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3982).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a63bb6d6026cd3d57a26e58f6a93bbde77b0d637 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3982).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b8b520d0ee2f4ed5b1bb0111648c8d49b87e0c8ebf704cba8b3870e384b27e +size 7917 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3994).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3994).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5ff967df88ba01802a5241550f07303758387da2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (3994).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2761fac17bc4f7d4bc82d36a70abd5b6369bc2567210630d0532c2f15c34b37a +size 18962 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4017).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4017).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f41a96bc85e9735ed4b0498770d63fcfee1349a4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4017).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7a626e16d5965581805adf11137cd424ccddd1007f2850d6228854c69e1ea0 +size 16808 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4018).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4018).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4e5f0de1da9b3d3cb3cbcf23e926aaff384b33d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4018).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0370c28c35aea5710746327bb5f3fe7641c8669b2b1123b25412452061fa524 +size 6988 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4019).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4019).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e79b5152c8a6a5647362f51a22c9ca85aad3cc72 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4019).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bea752a9384244748dc9eda59183513de9f75390424c0d0876e6db3178e35f +size 9106 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (402).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (402).JPG new file mode 100644 index 0000000000000000000000000000000000000000..83d5f5c6f4b351c177d9a82cd64d3d639e1f401a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (402).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cbb19ef17a0b09bb61419be624ee6c1c1a085141d0712131ed7ef6270ab3da +size 10896 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4025).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4025).JPG new file mode 100644 index 0000000000000000000000000000000000000000..548b3636528ae87403d658330a1c79547231d128 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4025).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fcade7d59a39474bda46f14c57cc54adae3a6e613c3937efedaf8e676ba1fc +size 18619 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4030).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4030).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a237a4a0a56af4ba7e459b483ced88b3384ec86d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4030).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26df5e073628c605a56a3dac89adf4742b19f36c8767909efcd8d4f2c45f6b77 +size 19118 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4033).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4033).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af471925445c1584bd015e95cd47ff4258dce206 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4033).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8dfd15dcc067ea043b6685839afccc2b1c8ac9978d5138beb0b4a1fe3f004d5 +size 9809 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4035).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4035).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f864ec904bf1bf2d0208e6d0ac0ef61ad8683101 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4035).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871ca2ac5ff581b307bc7a3a5712bbda9046f7c158f7e42925daf4c26849c013 +size 21516 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4038).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4038).JPG new file mode 100644 index 0000000000000000000000000000000000000000..da73b2e5a33ecd5690a2a9d60372941a75da338d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4038).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b13c85c54f8f3254b997abe612e72571d49caa4ce50cbade1604e0a4637280 +size 17697 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4041).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4041).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53a3cb7d240587cb9880293a92dacf02b790b810 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4041).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264c4189a4bc9704fade75b78502ff27008ed9dba90c5741d86da44210ba7502 +size 7044 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4044).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4044).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e73be52a06e3c6e4805fb5e3e9294bccbfe3f60d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4044).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f275b4ab9d77a37f351d7ef1442e7dbda4b550c6627f1b8f51e808123e77a1 +size 19016 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4045).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4045).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac35f6e31da9d382d4a7e1cca5e87ecced20481b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4045).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f85e21ee912e99af9e0ab6bbaa6f76772e7f66705ec8f9e694bca814c94d0c +size 7778 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4060).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4060).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7e1b4f91fc63fa27c37495a0e90a4cc86c1baa9a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4060).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d615a4464512ceddb05f46e9a338f4cc0f13eaef0d393f38922457062e07bc +size 7687 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4090).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4090).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b155bca12cefc48c9966d6d1aed92e807e776d0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4090).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73cd0c71864740e8087c158f8625eaac63193957a6c2fd20e16d04cd112145e5 +size 10349 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4098).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4098).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5600cfce486383d890010623458a2580acbaf0b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4098).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c558cbe5c1b9d3c0fda84b862c469398aba8fd74160443c9a1c2e46e39862029 +size 7984 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4108).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89a444379922bdf040062231d48459c18ee1d650 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb6eecd2d0b845f6c8305061cbae6f0f00503d34981bc21021126ec2dc60515 +size 15035 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4113).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4113).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34a557f50fab6312dd135b1820ed73fd0511811a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4113).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2763fabe118785ce5128f917e66c7b1c667e7c255fe19d6305d835b0d7bea1de +size 9887 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4132).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4132).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64094105aa339783bcabd82f18d1064b3f24d44a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4132).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba640b16b0070a3de1c3aca48c3e1d0810664d81421943d821762aa9e9d5d44 +size 17582 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4137).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4137).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d20643f56f1118cca91c400f560e62e4e48a0a9a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4137).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4df9fe20ecd26ac49056fc00c2487cb49bcc90096119ce339d28a9bf0522a7 +size 9083 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4141).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4141).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a1aba8739049639d86f725811c025ec87674081 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4141).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ad79e2cc9c0e32238fdaf77c8e442123bf6c96d3db80add480c9b1b2ff3471 +size 19131 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4155).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..553d819d3a905f9318d3f5e64badb0abb415d74a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbec205d6b94181ae9e0ec373f923e7aa4e3d78af9cb2ac7e9e04c77231fd7f +size 17027 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4156).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4156).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1e2d649ab55e72bc6fc6151a6a60bb67473744c2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4156).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f705e91e508bb0c88864788b7c5f05faadb7783956c944316e5e72177a4c095 +size 8605 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (416).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18740dd16f9669ee5bbf7983d4498cc416a1e895 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f8a51c0a4db77ed423241ea00cfb51e30f38847e9927ae63de35ecf5a36df5 +size 9289 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4174).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4174).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8246a5583203e10c9d7e13d1675ca0b0359b4ec4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4174).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d637ae99816a973e5dd4ae69cb167bad08f5e9b1548f9e320c9fccaa0588087 +size 10007 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4191).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4191).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ee4e06eccd6f6639ae84b6c767e5a3bace63eb72 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4191).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f11a317c65c02f3f39595cd2195f9e6e2289524f87faed5e3459fc4620d60a1 +size 9792 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4192).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4192).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c817ba5990379e9d1158fc36a11160f548dfde4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4192).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65958d35d6e37428bdd154959c56ef43763a2279659065fd054f1bc1cb3831de +size 15609 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4194).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4194).JPG new file mode 100644 index 0000000000000000000000000000000000000000..82b75c2b0c0375ecb2de216b59240fc9cbe303f1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4194).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb20966609b29b966dca45c9812221023151da1ee219bd93efa593af8bd22a5d +size 13794 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4197).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4197).JPG new file mode 100644 index 0000000000000000000000000000000000000000..061a2d28f63c23fe99315664e17a97b9d5b76645 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4197).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40845706ef0c98c6808b71b957b3bc71e6b3d9f498d2fe1d5ab755a1755c369 +size 15920 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4215).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4215).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f59b5cdc255ab7f11c2da885a7f9e1290f7d15d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4215).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8429bd2b5f7b4ee5c7513bfd12188e0e7c5280707f6e34499c75acbb78b62f8 +size 8959 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4222).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4222).JPG new file mode 100644 index 0000000000000000000000000000000000000000..935cb1bd01f7d34210b264579998c2873dc8535e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4222).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8e9757ad0eaf6b7e00f2007936a80d668412505cbd13ce290b146ccbd03541 +size 10200 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4232).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4232).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6495b2fdc42a8247a7dd9724c2619afe219576cf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4232).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851d510d832bd683a32d25cfd7a95111f90863b44518e35f2c474f17b4b75c2f +size 20934 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4234).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4234).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a34a869e736e9527d30b64cea92fabfde28e1194 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4234).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf65c85cd44a047f204d9082d6271bca618c66c1f57ce9f65bcd237ed54b1eb1 +size 8958 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4239).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4239).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2adff93b1f5b74697bbb019c4d3935d0a6abf6a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4239).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef00df2ea281e9b91e4397d2e2c42287a8bc03b395bd431b3225212b8ac1e0d +size 21618 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4243).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..120ed78a7eb67b9240827e72606f9cb1ad3048c4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46f0cbec66d7c06e33fe8417c7322013b91b8261b6e29f15c540073ae8c5151 +size 11194 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4248).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..461bd4c9f25536cbea6e728f4fe605e5514cfc04 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6a155bfb4adf97ac78f50bc9a695eb075e57fc5ec69a1d3c28659d054def19 +size 16708 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4250).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4250).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a257e29a43afff8040ecfe684dca2ab3a85f852 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4250).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff2aba25daa4fc67d7d7b08c8caa804fd6574804f0f336f0067158d3938a713 +size 21096 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4251).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9750ddcb3145b956b8289c23fc564f11d74017d2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff31ec6795afcac5b443140e111ab061aa9cf4c4097db54923bbb86a427a6ae +size 18328 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4261).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4261).JPG new file mode 100644 index 0000000000000000000000000000000000000000..558fc708febd6f0f7d9523c8a7e90d05ba1799a7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4261).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9727c7b5d4d4c0182424502c761bb281504903b1e7e2a538372756da9ea25dc5 +size 14205 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4274).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4274).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1746c675d04c3423f1e1a8aa83146764ea54df8b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4274).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161b608c84adda60ffdbbcf6f843ffef83c880f5fba516d4bde5ce58518f0cdc +size 15975 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4279).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4279).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2f6d1e98df54a7c58362a7198b76ba4e4dea5d36 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4279).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699938c368fc999dffe05f83bfc134d427236780b0b72a8c82ea646756eca560 +size 22106 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4285).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4285).JPG new file mode 100644 index 0000000000000000000000000000000000000000..53e168006b5be755dfb41a4356def7f2f90682ce --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4285).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90f85cbf073b05f77e2db2d7e12c88138c9ec256ebf2ecfbba6ab93cff31bca +size 9204 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4286).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4286).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d6bfffeec119d00344d330251c7a24813e49a59 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4286).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292cf80bc0b0700e6bb15002d07b86a885b3b3d5e7c42d930dafc6dbe8457e38 +size 8806 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4289).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4289).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97a6defaf43c0133347ac61631e000a56b8f5588 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4289).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7030adfed6327c227129e5bf6858d6f0ed625f2aac89a151cdda5377b5bdab94 +size 9510 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4290).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4290).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cb7e137c64ef0c10a334208964702e42ac6cdfa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4290).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb093bab2dae9dbf842cb73e17acce95c1dd0cfc99e43922fbc438d4da252670 +size 10994 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4304).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4304).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf6a6c9ae83fc9f6ab553d17368c12b23f9934fd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4304).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71e3c144ceba20796426ef8c24115cfa9c8d279eb07144adda674a7bef2806e +size 10126 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4306).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7164eed03eb2d0ffc93050d4051f5f74e7d93e20 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9efef95ae31245ec6d5222636ad169b7b61b1a75ec1318f5be842f25046b6e +size 9883 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4309).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4309).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b33260f8f2abdb08e6d2f119d7b3f302dfb7d777 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4309).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035713392cc767d695db828e1b6b863a582b7add25ec5efd875aa21775e64ff8 +size 10294 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4312).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..831f6f8f33f8509a1eb8d4494b22f5fed93f1f1f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032962cf2ac319a33102ff7c8e544217c49715f27b00b463a7cdc42603ab9cd7 +size 9041 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4318).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4318).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90f3284906e54cd4d1ca126c79c9e455125e7646 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4318).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89108d321448f04c8df2a6d4297ca313a889a4e813ed658140c3bbd184fe9691 +size 15515 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4322).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..539d3efdb053dc5f8f621c14b2603f1078300384 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abf8eb49bd162d36b584ec9acc9026e38f547625e753ddd1b56f2bc56a20c83 +size 9466 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4325).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55cdd7e64fc2de47e91b52c8971e8b6fad0a2460 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ad49bdd0c3b20879dc0b7c382139c6302b91e1408dca9566cffa0980e2c606 +size 14483 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (433).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (433).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7f9ac7c6a6d3cbfbc6a75bcd213bd36fec8ca8ec --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (433).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d3d02fc10cb6c63995b55b0d634ecf029af70d0ccec1eb32313ca505a9db39 +size 14543 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4353).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae1dc979de3a6d91cdefb6783c9cacc8962ea738 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccb4fee0c116de1128409d805f1e670a8e6699c69a3d4fbbc6fa5b1e7c75cee +size 13003 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4358).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4358).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cf329a45096c63c75739f4c8a52924e7634d5937 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4358).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e01b05e27979a0390dbae96c0de4661ed0f6e2c33551517077ade5add182504 +size 8793 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4362).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..212e9693256cf556c0d492e8349d67d0cfd791aa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672c82572434216996747cd079d14b28bde9223f07badfe671f4275ac7831be3 +size 10947 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4387).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4d4874deb7b1330690a3b0bd62a924050003984 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59aba96ddcf0cb5860b89bbcaf21c0d710de4c3a1520a6a7da44dc3ac1b0652f +size 12863 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4392).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4392).JPG new file mode 100644 index 0000000000000000000000000000000000000000..389b364468dbc65bd0ee6ef3f62b48535bb92015 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4392).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0a97e8739675c3aef088475603d7cb5f350983df7f43817ecfadedf60dbd10 +size 20019 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4395).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9126c9141eec317378aeda3779eed48632049d17 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a999aa1972b0a8c4aad5c551c34efea016b2c5fac83c98032ee2feb76652ebab +size 9259 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (44).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (44).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e52f91cd1684b8c31e44fed979bb0b47aba668fa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (44).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85aeaf4d2e5f32a3ff545a65d7bdbad7f59de7eb395e59056a964813551e7337 +size 9529 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (441).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4694c543ddfe3338e10a2e5eddf00e7a1321ddaa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a920bf1a45e092c4461ac3d438f0185c8349605fee157b4e79c9380b910beb2a +size 22410 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4417).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4417).JPG new file mode 100644 index 0000000000000000000000000000000000000000..643acf360154b50f269976d61c37a78313715f6c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4417).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f28881b7975506dd7af6b89ca89221f582807d4e9b81e85e4c5faf15867486f +size 13729 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4425).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4425).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd4c9ac960963fbb45bad61ee81ce9b4d7278af8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4425).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d1cec9b7f7071701c312adea531aba371d9531d2507dcf5cffd56e2aa485fb +size 18458 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4427).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4427).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c45f514deb34a75eac77dd4e276b1321e35a4c8f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4427).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eacc8c3e97ca8a7608867916c66639b8eb54c91940591c02cb7e71328b028a7 +size 9604 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (443).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69abdd26d5bc59c162618aeaf24660204218e281 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a9e16b14f1b7a30767ac97b70065649179f9ec71369160db85ad59cd1c8f61 +size 17285 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4432).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4432).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55b8e62a290c9fffe7eb289b388298c3292cba42 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4432).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38b7fcca84dca2a5f93cc0ffeda4290b0fb81ff1884d03a952bfab9dd8aa549 +size 11630 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4436).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4436).JPG new file mode 100644 index 0000000000000000000000000000000000000000..917a615acf585327d293d77a62be6a61e1950142 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4436).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9a7eb996c4de69881f2a48f33aeafa26b385b404dbe526b6f0eec4628831ce +size 17264 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4441).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4441).JPG new file mode 100644 index 0000000000000000000000000000000000000000..661737b1da1ab94c53fd4e2a19c39eba345a9831 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4441).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d95641e7d0c6a35bfeaa9ba22dee70f9f175dbad774f6d13a6c8a1a3bd55ab +size 11124 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (445).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (445).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d42c404c43b3dac7228415582c74b4bb064dfbc2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (445).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c5374032796743c7ff8ea850ecf1b6a3318144e7a46255d3738c612c0037e8 +size 10682 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4459).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4459).JPG new file mode 100644 index 0000000000000000000000000000000000000000..696b436f203ce8016aecfee02beddd282bcb5446 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4459).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ab232369589238beaadda00efe0f09a8dd288c3f2532779d61930299799eff +size 9864 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4461).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4461).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b515a4ec2c32b5a93611f67c76613f76d9a28d84 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4461).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97e1ff9af7bfc0cf04f23eb167386bf9336ef062a641e7fdd62e7f3e8287c57 +size 8239 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4465).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4465).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e24ac51f8f6f1d145b432ba1afbf5d0d2b53f80 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4465).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e51ac59e40c8630f03cfaf651932a8cc5f4cb947b6d83ad5332f2c2ff47ef02 +size 21500 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4467).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4467).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a596f12d6da4d52cc375d527daef04da084c282 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4467).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7fd089cda797980999e4ec1866d41bd2ea67722009abd8a4c4992e8cc0abf0 +size 12213 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4470).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..548eb738e9aab48b7ec5b654fb84ace1f5f37962 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f91fa75d1f7bc747f899872a8b3db2d7cc4497285d73f17935fef55594b257 +size 8710 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4473).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..87301335e20488f82a73a3e70d4ce9bdd72a0815 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0e741ae6a6f852852f2637427d499a6c3f5c0193a283f86c81bc631d06dba3 +size 12197 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4478).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4478).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eccbd0fb69661fda261a339fb0e6af1ed21f1d95 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4478).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b94ed3526153c1f32b84565d214654515de573b7eeba45ad6cec9670d0cd59a +size 9860 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4479).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4479).JPG new file mode 100644 index 0000000000000000000000000000000000000000..72a7c307d491fc687f4056475e4aa702c54f0849 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4479).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a774581977de863973d68538eec2aa760e48777fc4a56f793c6b2da5dad5936d +size 15995 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4485).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4485).JPG new file mode 100644 index 0000000000000000000000000000000000000000..763f049844f47745e752f1dac3dd50f788062aad --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4485).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0cd0d3fedbd82e7d6e69b968f6e82a8c407ddb969e3c09c1eafd9770ec69a5 +size 9261 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4493).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f316bff02ebb80983cb74bd5d8cf3c04cb4335e0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca4301572eac85589f348902ffcad78b65bfbfcceeaa1504f44891610176da3 +size 17045 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4494).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4494).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcbb6717d7d1664f2a079c361dce2f2eb1fe120a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4494).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a8eff1845f3b0bd358b9c39db7668a06077a6adf577b0a319f08e142d5dd28 +size 16708 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4500).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4500).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75ed2d500fdebba8adc0f3f0690c166f6e2bedc4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4500).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a876db967a9dbb09dc5523fc2bc15791956590cb2e3f632e66543725349fd0 +size 16318 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4503).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4503).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a3e74eed3c0c055eec30d29a9546b4929758a07 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4503).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0b107dbd0a101b7bbeee95db9c3dd7f91919d14cf19cc2824a1291f5818f69 +size 8037 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4508).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4508).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9cc65dd6fb1d2ed636f8f57e24569b7c5be668da --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4508).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f901e995324d884d517c5bc7f6fa3f8cf05056c14046af143110dc48c47dbb78 +size 21203 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4510).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4510).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d984227b5ad6f9e12847e4833b2fa8a726387c77 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4510).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267a2f4d3fc1f1f1067d22470d80d806d1645d83949ac00339054e374d431c27 +size 16743 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4512).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b31567f2b71cbfa449e61d6b4d70848f8d9c1a45 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93268c1bfaffe11d39b8506365ebcc330540acf9906d1374e9792dfd4f6c87a +size 14336 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4534).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..784589d1f6a7a24313752ce74aeae8bc6deadcd0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee3d7671d771ec927e2f8e634a0a9914d2abd61e755a2edf5730c86823cc13f +size 10061 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4539).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4f2230a5922b8f671012e8785b693220add721b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b09cd2bedc974ffba806cf336df364be2f7d9fd7e9482b9e4f316f82246ee75 +size 8288 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (454).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (454).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ce4fff62a1193070f4a0b5ab9052e2c00894f75 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (454).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d00f4e54e1b8473c5131ddf73079e291161e74318f999db1ce29680fad885e +size 17431 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4550).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4550).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ff0c860bb4d34110750a87fb4f48b1e478cb620 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4550).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cd2de8f163bfbc0a1a47d4076eedb37b40753535f341d7b57f4d9084f00f35 +size 21167 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4551).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a1fe2c3417b4c96b3e052d7f2f9d083affd92bcf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c3886d942c18a307843d76c5a22e4cc939767f701f981092a1096a7e4a62cd +size 18648 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4563).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..216e89716fdaca00d4ca14112bbf66e90cdd312e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1c0a04ff89d721404e322c9ded8b7bbfbcdf7aa34f13ab86bf603c5f1fe79f +size 7644 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4566).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70ecf4f3c173c31e24abd8b6ffb7812aa6a1e61b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469bbedef6ba22f1e408e8a73c5f50df367f47a20c8283ab0b98ef7a56830360 +size 9861 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4572).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4572).JPG new file mode 100644 index 0000000000000000000000000000000000000000..532e937dcd402c2cbe6a8379971f5dd08d63df91 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4572).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b900340b657e4c71c6e7cf4bfa89397f7f781031a875f62b7a09b9e559b5a7 +size 14907 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (458).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (458).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9323106ddfce956f05a7418d4fa1d21bb1263ab --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (458).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521bcb0be5fe87febc1bd3db8455f468b6b10686ac43dad6bb4f5e230d1c2260 +size 18434 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4581).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fcc20bd5da24d2414b13f6ab002b04be5a93c41b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f50e702b7bf40c49eb1bbb3e90f6cd1943f1ee3613365ae80cb8fb166c62210 +size 19778 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4604).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4604).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1033d0cb158659913b077fb54a1c463d8090fa96 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4604).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cd8db0ce4ac157f62128650e1a520cf3c65b727ac96592eef682a0840c2591 +size 13548 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4623).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4623).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d233f7e7305b7700b8f760c1fd9f16c5deaf1305 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4623).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd515126443eff96bf17d0f96ca18d7e548288392a36bd8cb4a639af83750cd +size 17124 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4625).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4625).JPG new file mode 100644 index 0000000000000000000000000000000000000000..684762ebac283cfbc1ddba9d3fdb6fe073eaea17 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4625).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33163182d0102f61ef700000553df7078024874e5e467e11f71205ee7859afea +size 9065 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4632).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4632).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78eaeecac64d4ba50585ee29ee4a31180eb7e66c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4632).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78d051235081e5928979bf67c685cb4e21e043e51e72212923ffae2d6ad9cc9 +size 18742 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4637).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..15ef6d4e5c21f203063c6ffbf6362bb3fd010b0d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf9f6abc22e4c9b9714964935eaf93b2eaa4e92a48446198b67e48fd5d016b8 +size 9524 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (464).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (464).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e5ddbb38cb5aa8a0ff4fcd05e3173b3382e9407 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (464).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f82df9c5bbda0ccd404bef318881dfe9f14d6c376c9507162b5d410e15678a +size 7785 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4644).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4644).JPG new file mode 100644 index 0000000000000000000000000000000000000000..25ae93ad4741816cd6e61374943633961bf8ac82 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4644).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a31067210906eb37621efdd47d12f1b2bbf490df7299633a935547190be70d6 +size 8842 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4648).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4648).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e126777dcad1a78b1a12a2cc8e43d26394bc6fb9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4648).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ff59936b6107f82a622f27444efba53aca7c5eb578802b6c3f2d9830c933c4 +size 9150 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4654).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4654).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fb0f474b479f9654e54788c31a63d6f0efe1b01 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4654).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5de3662c5642c8042d74329a2ed2a1064ad2776085ffdf980ce6f11fc35700 +size 10372 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4667).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28fc83710680fc8a743cc41b6bd2b4a9f1be13be --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a57f58af47ab3e457e82931ec5d875a387c9a5789fd4b2a47f5db489b53bc7c +size 11038 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4671).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4671).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2256a8fc0c9b1955e04e1a01756428fce3946333 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4671).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0036df1d1baa7518a893bc8d21c7cc3b4ca04c10a721632e5e03431b04ecb98c +size 19332 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4675).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..85d713b2c1d36c975b482c3b4dc5dd16cb1d7690 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d317981a1a4b0e5fc79ca8033f0e7d6515973e4ed8ffb2fc16dff2250906d3 +size 16152 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4676).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4676).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f01bd400a453f918fa701f81980af673749bc09 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4676).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134e7e77e283718ed845fb66709f4026a28dd1b989b51e9026a1dfe893309613 +size 19579 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (468).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (468).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a513b784f095628e07ee6cc672c510b091d38f7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (468).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e934106551228ffff0e81b447f9c66099a2ab4905a653de1d7c5865b8c330969 +size 10095 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4692).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4692).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6d3b646db8d823cd99e03ed95fd111849f37e06a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4692).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd4471a20508bd79e66293e55a972d95ce6aaf43c25a591dc46c2eba17802a4 +size 20157 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4702).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4702).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90b0d29172480c24f3b126f9dc1bc490d6d9835c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4702).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07572cee4370a080c30546967ca61ea83ed8e135936f6d6b0fafcadcb1e8177 +size 17335 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4748).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4748).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fba3559edf16e4d5dc136b4eaa39bcac86f4bd83 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4748).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af461055a0e1ff5b23f8602487453078eb8915145246f8bd4b2915a59a611ab8 +size 11303 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4757).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4757).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1a008fdb11b424c38897064777bad90c531ab2f4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4757).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7bcfee3b255986670112878f8bca493c247c7d92b12c733241af9271547f48e +size 7587 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4765).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4765).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1209db51d0e309416511b51c3bf1554a7f260f7b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4765).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1bb8bb7abe8997936f9f54b5b459b02a1fa2be716a4b9509fee34a730c387f +size 11053 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4766).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4766).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34fa9ea381008f5252874d013bb3dbd45250fb16 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4766).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cf30a723946d546e049ea1b8ca54b1891a8b1c467b13a0cb43e04dfcc6701f +size 9544 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4768).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4768).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bcf90a753590ae6584c5556cbe88c4015a32c54e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4768).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029183758323c9614a6e4c6004f8fb014ce465ff81befbf1d58405732b89fcf8 +size 17955 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4772).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4772).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dbe469efa5e29a6e87c305ea819c0ea2baffd61 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4772).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7e31b064dc1cec37671d17d0610430f7b25f725d9595dd125590b3079469bb +size 17961 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4778).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4778).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78680e655720f7115be05b7cffc1e738743663e4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4778).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730f2ee752b6ef0eff0f6ffee7aca2281b71835835ac512cfb435fd33657886a +size 12977 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4781).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4781).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f5824460f70661732d3fea81ebaa2797fccc9771 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4781).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e343804d67a04bd1267423a5d441961cdd66db1c452a39fb1f4a79cb4fc31e9 +size 11292 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4797).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4797).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2545e3d77229a583c7485783b05e2c1d8c43f367 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4797).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed74a1c46d8006947de2102e0c7fea9eb27a4391214e80cf6c2b3004213e7b44 +size 8466 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4812).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd28733afc3f426aaa98b109783ca1e42e7bb9db --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a2ec1a6c930c7fdc2e8a1c59f066caad3380e7c6437d7498bed574832b4b93 +size 12291 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4813).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4813).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8d47fa28a8c957356b99d7e23643159838603b35 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4813).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7371639e875294e9ce5bd6912d426584a77c829f4592531fa186c752b39393c +size 18172 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4817).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4817).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db049e8b33e9ac6748132f54a3a344a41bb90912 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4817).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96977a6185cd8c3fe2527ebc2e9645bf8cb652af8d11ed896c91d61a3851a6bf +size 14235 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4820).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4820).JPG new file mode 100644 index 0000000000000000000000000000000000000000..649420739a45e5a8ecf74c8afbba82d07a223056 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4820).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ca2856b593ec06ea899f14c87de541f34923a31c7e21c00393515c121486be +size 7942 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4829).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8db70dd0755bf772aa03a8549aa4967bd6061d5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f04b38d0cfadf15706e55bbc2af0da905e657a29d39bcefd2b26b52b3dfcea +size 13846 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4833).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4833).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cdfc43a02e35d9463dbbf081458b68071d6484f9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4833).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5aa432aadba4c93df34df8d4b94ba8c48fba927f31cea29ede724bc1948b81 +size 19491 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4840).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4840).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd9c9287b8488d5bcf8996f567b72c568438d714 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4840).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb22285aea9f6e68255b8201182a9d832be7b83c5eb8c5497b6f66f2a6203a0 +size 8826 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4841).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4841).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f417664da13d85f99966a4eeba8a68f67291e3c8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4841).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0314b894913f6c6798b473e6b4fc1d16a5ee7f2ab427da3cc4341d7787f55fa2 +size 9058 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (487).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (487).JPG new file mode 100644 index 0000000000000000000000000000000000000000..192bec5e193d89be754e7ed414cb96cb1b933e8a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (487).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bda6e86c0becaeea6f0c2107047023fc05026d1e4a3e0455eba4352aac8174 +size 14648 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4870).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4870).JPG new file mode 100644 index 0000000000000000000000000000000000000000..af84fc543544b7c847bd1ebc6ce40ca2e85d4772 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4870).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5f1492ddf93efe0ccace89047a551aa037dcc095f35382f76f7be46ccff791 +size 15450 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4874).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4874).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c1d0365e928e92bf1dbc4deb62be73677c275785 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4874).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c830e3a257150a58af7337a054857df78935f072f8fb52337f8410998b9c301f +size 22287 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4879).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b498f4187399556677dcf27c59cbdf12dfd34207 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e50a3a7e1f490ad02874cc75ad98c96c18bb3e16309b5f65c4804f741703c4f +size 20250 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4880).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4880).JPG new file mode 100644 index 0000000000000000000000000000000000000000..669752b3cb5e32e02cc08dbe2263aa5f340b57d2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4880).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d12acde742153980d42f93515ec5834739b188b62918aaaebd8007c40ff245f +size 8949 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4883).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4883).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f202e1792507a7580c71a2ee029a4312ae6cabc9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4883).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3043d99b1a72b6102d3dd0bec2e215a9ee076dec5bbacac7502c0a1b6593a1 +size 9270 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4886).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4886).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e238e64c413abd39326795ee4f3c24efb428f52 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4886).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92321a34683634e9d4c0b17729cb7933a27f53d5cfcbee3e15427d1952aa4e45 +size 21131 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4889).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4889).JPG new file mode 100644 index 0000000000000000000000000000000000000000..345e605b436cdbc7c5bfeb31cd83680e1dff3ad6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4889).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20389da525edc5a6cad97ae607eb5c2645ff202c22848ae66038bc4917e2b2ed +size 14265 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4921).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4921).JPG new file mode 100644 index 0000000000000000000000000000000000000000..00313fba46f6e6d808856cfa4deaae8d41f77b5a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4921).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4605d4063945dbf9871d89b031361becdfbb451f0b015aeaf3e8f064cc3e4d7 +size 16822 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4925).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fe8e88d47b9e8f6b971697f64134a52179aff886 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f131a0e6d8b72aefcee92f33c760888d8180d4e95db940fd71fc72dbbd96c8 +size 8646 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4929).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4929).JPG new file mode 100644 index 0000000000000000000000000000000000000000..392f215d79c99bb22e31398aaf1b67a61d626048 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4929).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cb7cc2ced3bbc8aa49116a18b92a2f14bf4f275e420ea7714cba2f0e7905da +size 7131 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4932).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a008fa4fa56258ecfeb08671b623f1fa1b6eb0a3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1166bee54927540c9663222584d4559d971520101af3de6386bd78f0a91bcf3f +size 8007 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4938).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4938).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75d9f4674c9665dfc5e869db466f920ae257988e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4938).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9eb8b3d6f3dccede65bff3339182b79e12458d9431bf7979df1784b679988b0 +size 8958 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4941).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4941).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e932e6d83ed4b8c4b7a5e780ab6b916c06a902ea --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4941).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db70831807fab0c4e9e7729702b217dd27836a0fe461a335186a94f546185ad +size 19500 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4949).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48bb81512acc178c6992b9eb919bdd8af2bda33e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efc282bcda35ed5629de62d1a8b3d87eb0f66b44b3ecd9ca45d111cd866b845 +size 18984 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4957).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4957).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ff37cc534770d9f64819314ec1df738399327fa7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4957).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c1f8a9e956ea77bb7af716322e16e34afe1f0d0f12e3fca38886136a36c805 +size 9632 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (496).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (496).JPG new file mode 100644 index 0000000000000000000000000000000000000000..89ab2e7b9cddbdcc80128ed2ba15e067c78a31a8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (496).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86bd118aee908bc9b8ffcd72f6be5ead3c11df3da1c15e9cc21f4b2ee43aeae2 +size 15971 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4969).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4969).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56c38376563fe79fc4a145f9ca6f683f9eba20ee --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4969).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c96ccd6ee82580eb0e7c43dacc2e121ddfbb22abe87ea5f3b05d57260054358 +size 16433 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (498).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (498).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7dac3175e7ac713abd85ef123a689a3977fcd514 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (498).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09be1506147364814c23b89e77b7cccee2caec34ce6a70c1ea88b700d26d26bb +size 8260 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4985).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4985).JPG new file mode 100644 index 0000000000000000000000000000000000000000..57e678ced9b8540f2a47a6e22a3e47e1593a31bc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4985).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9702e5f7b162a4736fe52321668a605f1108e0f59225ceb05fd75d3da8c2a062 +size 18480 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4988).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4988).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5da8f74f4c0c46f02738dc421b5d215de1f0678 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (4988).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ad079106c728321a44454ac519ef612d558647b2a8ea2dda4e985d8efa73aa +size 14722 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5).JPG new file mode 100644 index 0000000000000000000000000000000000000000..168bd69fea194c379b82c9200fd1fd0549a0cba7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9719df56b31fa62a9ec3225aeaebf712a657f3077ee50a8a7358d1f53508792f +size 16640 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5001).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5001).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed4e0ca4018f63e014cd088613f93abf8c62a1b5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5001).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f157d57160117147a39ef05cc62914eaba14ae27201f96639781e0f4454106bb +size 14012 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5002).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5002).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6552bd811ddd0d0ed3cdd2801c88216627ad5f3f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5002).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e280c8bfc27da6b46edd22e591e7349456311cbaf6f264124f15ae238c88a4 +size 7778 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5003).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5003).JPG new file mode 100644 index 0000000000000000000000000000000000000000..df169f60444beb97424e03240a8c10a8d0cf3065 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5003).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c9470261e4682f166f63c17ab5a24f52340f46b2d5aa4fd596d30b5a177e44 +size 8795 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5006).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5006).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c52134c2f5699c0814a3779d999e6792e06efc9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5006).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5720df7fdaee2f242c3d168d8e6fb9b015b495b0d792c73fd361fbc24ad477 +size 17906 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5012).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5012).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3cd9dad08106fbb8a7c7c4e29bd983ddf4793828 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5012).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa5e7b42343c525980b630acedd84f9579051707a8e073ecb1f2f85b0b9a0e9 +size 9949 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5015).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5015).JPG new file mode 100644 index 0000000000000000000000000000000000000000..989728936b1e79e0533aef0453e2bf71eacaf80e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5015).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eda6464b57d6573b1282dc77d9fcadb0a7ddef8e823241da64856041cd4ccc4 +size 19797 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5020).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5020).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6b2a0fca572154ceb3aaa7c7ce919c21090f0c1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5020).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eddb456f7554de2e88e3d7131fd668a466d213c953c4e612d0393eee55988ce +size 19707 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5031).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5031).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d70cc0509a297fb2211c7d8df6a2a41debc4e708 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5031).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9810fbfa97cb4cd155915df5e96624ba82913d881ee218972e6da35f561d4f51 +size 9599 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5048).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5048).JPG new file mode 100644 index 0000000000000000000000000000000000000000..495807aef8b6c99439a8e81d6669d09958cf825f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5048).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84729b57f9bbaffb6172ec3bcaed978c605104058a3cd21a3894df15ae9aaa55 +size 10900 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5066).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5066).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2512c224e01d1e791ca2e0ad058815e0feb63273 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5066).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a46408d961431e8168129310ba61bf7ae12fc7f5181088c04c423dffaccca12 +size 7642 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5075).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5075).JPG new file mode 100644 index 0000000000000000000000000000000000000000..69f2c00a27a526ca4101163c1e70f4869cbae73f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5075).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4b48f35a88b59696b8fb67de32271eb18a5bccb180a58bbaadcc12d16c05ac +size 10543 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5083).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5083).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92f66bd997dfa9e21977f95f432b87feef6800ec --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5083).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb467940bb63145457e4e5e974bfd494c5829d9f70c2df88f99790515e5e9d9 +size 17407 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5086).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5086).JPG new file mode 100644 index 0000000000000000000000000000000000000000..05a3064852b87c9ad862d8a85e60ee8419e38e3b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5086).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4b87e4e8442062f17ea2bb017cfe9f9a56aedae4bd4d7891a0ef6ff2b4cbfb +size 7764 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5101).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5101).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6885acc3eb02342be91257d9e6171145d5190291 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5101).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529633a0a5e73313e8993da4aa757e31b8cef282aac464cffa63b5af60598e3d +size 9357 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5107).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5107).JPG new file mode 100644 index 0000000000000000000000000000000000000000..28af287be9ffd3c6c09d9c958dc3f6a4bb7ca052 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5107).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bb21010ff2cd893ba7efd5290f8c5622c79e7eb7f0be04a0695400a13548ab +size 21093 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5108).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5108).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2d979d91d0d5e7d2812399c864cd7fb974e91107 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5108).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbb15d8707dcc8ca5f5fd3cdc1ebe4de9a9772939791d9e816750f4c7f614b0 +size 8658 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5111).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5111).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7864accb6f029ef4cd03b772e6c04cf574d4d09d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5111).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cbaa62836da0c259ca764e721923d88413e602e24dd1d060fc560e5b553906 +size 9629 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5115).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5115).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ce40548587f99856464ca1f9dc8eea55fe086333 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5115).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e31908b2ff1cd37f8975d36644d45ea648f05f48470c7abf9ba72584e735dc +size 17419 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5131).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5131).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f56eb4c1392127fd47f15e3f8acfd543baee4f5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5131).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4475cf87ebae325070ae3b8ce69260016dbdebed6f365b7a7fc2803e441121 +size 9921 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5138).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5138).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a3b8892ae7809757da442147e000825efe12d9ae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5138).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd0c3612ecb99305a649383456f9cf5b6478718b783ce56a26478a7a463df04 +size 8507 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (514).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8b623c4693d7e4ef54b1fbd99d1cde188bd2f357 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792e84f4cc545d43d3f8ad39dbd6d01e511929ad3824032168484d939da96844 +size 8946 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5140).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5140).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7f0d23082a560a573394b5d2829330a5b66160e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5140).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ddbffccacfd50090fe9c3865b5eb1c8f4399abaaf2f9a18a73ca5fee1ff368 +size 11262 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5149).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5149).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55eee0357921ca52b971877a676b844ac45907c0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5149).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18eb41864bf049cc11a19140e1bba4b4e4dec9f1caad43567e82b5408c1ecc7a +size 11251 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (515).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (515).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9344ddc602443893c3fc2712fdd113e16fc33427 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (515).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7770371dfe4c8ed8c0aa69050a242d94a4f5ae577e8bd0005033d505895b3cad +size 9238 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5150).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc3d48a346ccc823ef539c21d7e240e60d5d7941 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11034059f3a6aea994ddd007c173992dd8cc9aafb47eba0b459e5088be7ddbba +size 9840 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5151).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5151).JPG new file mode 100644 index 0000000000000000000000000000000000000000..27eb089f811fe02dd9c078f582cbffa31ba6181f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5151).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556b3fde8c3d6df8ea9fbfd5936a39bc4f630816cf8af1e5b4906497b576643b +size 14820 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5155).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5155).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0716795a3391fbcb96e012fb856eae656307790d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5155).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290674e89c42357e8356e7e181a9b15337068a9465258e5266ef22dfb900f0ca +size 10062 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5168).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5168).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f17fe23ebb46d2e4a18ca89b36d3e17dc928cdf6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5168).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38eba7d85da8eb2b93c9797e79ee29b56072b6daad48ca093df4a10be0d5d229 +size 9809 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5188).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5188).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eec3ffbcd3e021619d63c2083cd9db3ef3ca074a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5188).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af6442e941f0b48be7c445426cc8bae6e417a69e4ae2c825656b17cdf9cc1ba +size 14645 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5189).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a283b5372fab40e79c85d6f10ad116484e3e323f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a02bb5c60f57ab88e7b635aa031a442079c002ddb58471e4afec7c9d773d12 +size 10509 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5198).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5198).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ea81d240bf23e0c4ab7a2a8d96deca4d3da9ce0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5198).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a67324df102b87b2b016d30a95b85d8568eaf6e14916bb3a1eb3a8189c3d05 +size 8212 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5199).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5199).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8791c1b4b82cd2893871310a13fe94a4e8495a78 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5199).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca31b91853c77d276093faee9bcc4f9e4f8fb7235f854b3f6fc2e68025fc61c +size 6569 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5240).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5240).JPG new file mode 100644 index 0000000000000000000000000000000000000000..46d9eeda781882ce0ddb462d8d38043e1761b830 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5240).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4620cab46a05b517926b484a77ffe741206d584c1bac5bd22dcf684964c9fc +size 19870 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5246).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5246).JPG new file mode 100644 index 0000000000000000000000000000000000000000..73149e22a6dcb014e9894dc53f1c9323e614444c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5246).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc127ac09afcfd4cf4e197a18fc8f57bcd56520ed9bf143535ce8fb1c7f7946c +size 10896 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5248).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5248).JPG new file mode 100644 index 0000000000000000000000000000000000000000..781bd0dbdf4eb85cff665dc0cf8a259c2bed0fae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5248).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd4e3f0118f1196403b9989d8dcbf3ac01ba0292296d61e088e805f67f7a2dd +size 18616 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5249).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5249).JPG new file mode 100644 index 0000000000000000000000000000000000000000..99b9cdf42fb37990a3ad36510062e9a59a7bd813 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5249).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986b0097954e10f59190e2e45b774a1340daec736fb6b555fb750262d1e7aa0d +size 13383 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5251).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5251).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dcd922758ab7df6fd7b62d094945f9551cbc1d17 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5251).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e62f6bf5df7a534f78a33b29ae96eb865b36a3f5a14cbbfdd054f66110adff +size 10842 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5268).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5268).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ecdc4ec39d42078f75b3af04e09cec0523e6994 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5268).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1660e9a9b0332f09930d0da167cb4c9d12f96709a38a9df449d59a1c47f696ef +size 16558 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5270).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d2b235af08c3b55b99049f48b949ce8d57161930 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953a647486511649b981ef0044b34a4b81e76a1c50677464198de207551bee9a +size 8442 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5278).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8824745c0f49bc3c02d6ab9560f70dd44b7360c0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796a76b2a5c4c928ed0b5f6c3a04ac90580e674f0b0408d6abd855ba7ef900ad +size 8758 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5283).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5283).JPG new file mode 100644 index 0000000000000000000000000000000000000000..789a83d49f775fa32cbc646d59e11c39cba28f96 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5283).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12f9e8e230db30c2066fbcd6e9d05505200a23cab9ccc3d96f22c2e456f1e99 +size 9833 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5292).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5292).JPG new file mode 100644 index 0000000000000000000000000000000000000000..141b78032fb08f6af4c55824e9024b33af4e7344 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5292).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7eb4756499c13ff6dff49879bb1ae5d9f3fb1a1b7cfe16189ee8908ba1f18d1 +size 17840 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5293).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5293).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0404da7379f67006b19283d1b141754edade795f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5293).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22aa5e4acaf21f2993a25626a4b913e8c98a2b3c2095366b32499fcc84a6bd6 +size 17914 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5294).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5294).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d375de8ec2dc7d355e9731a866b65e70d86fc90f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5294).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf5c1f9c599d0b1648e8a472117385f81eed262f2ff0623a0295e6f87d6b853 +size 8945 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5307).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5307).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a3545ecafe72f81f3ad07c203b0fd0632b9f24f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5307).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e4251518663fa7bd99e7a599929d346cadd4a630b6abc67826832d192d72d7 +size 9100 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5317).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f83d03c90b44ef81d4b6ee96fbb735a94ee9fac3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678d933ccc61221cd10d8b7c4c126b1371971f5bfe2dbac30e4e17098c87d0e4 +size 16149 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5319).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5319).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a21663aa65f14dd3183546df25eb033ab50fd7a0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5319).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b9f2a18c7694a014be312295c24a27744663a8573147b7d588482f099d4ba0 +size 16630 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5322).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c6887ca79fb9ecbd91b59e621249e3f57adf9ad --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbadd5d382ba23cda2952adb6ffbb2360a0f975eba7fb08fea1d0fc958e3252 +size 18573 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5336).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca7926ce333ed94e4f65dcae45bba8356cd61471 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a28a0f6e86916da4fa13abf4296cb8729c0012e41e12d719605c2ae1280edc +size 9516 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5346).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5346).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b6a2275ab6535c4876534e78b52824f4a57feb9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (5346).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb1d1d78d81b511ef7e3b0a8c904db50d02c8cd52cc3ec42e80a49fa932bf1f +size 20248 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (55).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (55).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6187198fc6362e413824d0842b7e478b82ff06ec --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (55).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2076f08b6631f41b9a898412f175265f039fe98fb0259019ddc64305af67fa0f +size 18260 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (551).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (551).JPG new file mode 100644 index 0000000000000000000000000000000000000000..55fd6b3fa4006a139c4db6949fe7e3d4d7eeb8c8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (551).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ae7c6c881578b0948759eba671217fe7d6c87bc2291687d7d7d3e173157ec0 +size 20104 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (566).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (566).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2308a2949f3e6983d6ca6d634f997e69d5bfd6aa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (566).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e144dd49a9c57044ad2d833aa2d1a57551583287454508d189fc99665dbe333c +size 19857 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (571).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (571).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7b985d7cb3a43130047f20600e98d5eaecf239fe --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (571).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b6ca6f0552ba7d0163cc90820800b1ba0a130186b896917a8da30ad72b681c +size 20865 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (578).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (578).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c65f4ec04dfe673c592d63cbe621513c3e040297 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (578).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909408e538f48ee01f938d9872256664341e882058ebf577a34a7c6d8b6c93fb +size 11384 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (581).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1359afac95f7618795f721b7dc5cde524acd1290 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b8e0399bd8640ab85dedd3a4466581be8037e39008ac6d78c32594a5d164f1 +size 10375 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (595).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (595).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47aba43df96e613ff568835d324c6310b8ddbf90 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (595).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e261f8b1ee94ec936bbcc756aa16914dbde04493c376070475a366911df39772 +size 11317 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (598).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..63f5a426f9bf5449b961ff6b1e9be98053ee8f5a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454419b173a0c1fbc09fcfcc6f4fdff21df1ebddc122baf53ea1655c9ee9f70b +size 9396 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (599).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (599).JPG new file mode 100644 index 0000000000000000000000000000000000000000..78b81069533d92a024ffa28c15b8fff9f1bdfc71 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (599).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9346090ff89a443e107a124c468c4250933eddac4e2fb7b7dfc3afe12716aa +size 12759 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (606).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (606).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03aee6fc75526676928c1923014212650650592b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (606).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e9fe9a926933859b66d0284a07ca750e5245c924af69634ee08b21675be79a +size 9150 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (612).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..77fca6d636cf082eb345e99e57089e34a0c9a7c1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda648d7d1b349e7967d7dcc68bded1f4588c12a04cbc96882770268498d8089 +size 20867 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (614).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (614).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c4f4c92a0416d07d7d4ac5c99a9c5bcedeb7edb6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (614).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c705e283eaf689b29176f888073556b61e8b0693b9317762f6fc44797d2a55 +size 10362 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (617).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (617).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f218c8e82788bc7a04d0024d826723c2df95fd4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (617).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4154571a527869f8bcbcdc85cf2cf98142b74b38a3e3d3e34fdfff1407836c +size 14989 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (619).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (619).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4b3a0deceb8ee29106f9bcbc0e8d4e8b66de6053 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (619).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c05d5626104c88f51a68914ea2b003be61573dae8e7013e83abb496b82bff9 +size 9815 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (628).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (628).JPG new file mode 100644 index 0000000000000000000000000000000000000000..22673a4720f8e89daec15984e96a1b160e9b671a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (628).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1a20cd13f58133e451b22dc5cc37739e095d18bf99e5d1b5f6f9470331a2f1 +size 14976 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (637).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (637).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5a9556ade0e46aefd3ec219fe57eecba0d2ddfd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (637).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34741eedcdabc098d7c19d48132ff9c6655364cc65913c73898fe2312b8db49 +size 8992 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (642).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (642).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a3b8b5ef4442a9a4688a04fc1ccfe464b6d318f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (642).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57651f07040bd3f3a238bb8b251d70a456d55c765ebbd7c6923538231e4d46a6 +size 13138 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (649).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (649).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4e3d9fabc6a9ce9c50ae3b7965e8126fe2ce0a7b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (649).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335ba1da905066fd5b594bb8c5de16f4c0a8f04f59573b1ae8f875c834ca87f9 +size 15564 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (652).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (652).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1747c175fd5d8ab84b852096534ada1c264b0c37 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (652).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65a693bba94594c180d5d63ea47cfcea27531d48397d35a7fd194f0b716fe55 +size 16422 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (655).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (655).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca9fecbb4b3db286b65a04c4596e9e53c4028222 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (655).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecb14938e60d40d0dff508db70b45365ac86d265722548612ab977229b5af52 +size 19610 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (656).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (656).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d62729c7ca938dd9442a92813a2200b105cf135f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (656).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad7d769665ba86763252071bf6161549e9a6f5dbbe57dcdde4cb1924492faaf +size 7222 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (663).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (663).JPG new file mode 100644 index 0000000000000000000000000000000000000000..95514b9fe30222e7c1dbc40e7f41c5bee171fc3a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (663).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356608e7aacd7722eee702b502c298e400c5879498aceb2ae20cc8b43eef4b87 +size 9520 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (667).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (667).JPG new file mode 100644 index 0000000000000000000000000000000000000000..40b9bed1db27136be8ec944f5f14e586b10281ee --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (667).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8dcf8dd87c92c043d9c27a809be884a5a5c483f93eda3d8d8a762907567dca +size 9069 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (668).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (668).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6700587ff920e65fb972006cd38b348ad996867b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (668).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3efec771bd175f260eae3476a5cd6752bcffc9409376a4ffaf86d59e3b63916 +size 8521 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (696).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (696).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b70d88b8d9e9d38db3c1add6759d39931742c6a6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (696).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e74f862512079d16d5698e97851a1735470b8d7dada5edeca9816d03f9f850 +size 10193 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (706).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (706).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c6159d45f6e29ad17fb286c462352f437fe4a28e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (706).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01abe9405463e9adf51b6429413210ce5cc63a644fadefee2c813650e5b2e1b7 +size 9470 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (71).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (71).JPG new file mode 100644 index 0000000000000000000000000000000000000000..06dcdc18a31e866d42cfd495f5f8255969be5501 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (71).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb393c557abf67918a718735d49d42f57ffbf7cd3f59430b01ab3aa3a925452f +size 9666 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (721).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (721).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a8a43b41909dc67141f13af851d5c379267c720 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (721).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22b7bf06c8287b6eb1656a08aba439aaded634f8ebf403151db81ba3562f39e +size 9509 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (725).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (725).JPG new file mode 100644 index 0000000000000000000000000000000000000000..17f87fa4346cc62a1bab5ec84297b17580aa2a22 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (725).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c78ac10a768bdd23a0843a83a26094c8e489562eba470665ec4c5957e5403e +size 22135 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (730).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (730).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0bbe0aeb96a4f99653f6dab5b151e877c4f70f3b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (730).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b863749a4bb2146060d08fc62bf339d219599a8faea7ce35b6182c11d30d527 +size 10461 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (742).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (742).JPG new file mode 100644 index 0000000000000000000000000000000000000000..157b24fd93bc3d30e1f0a0d1125b25e9e538d921 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (742).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830e4c8b9b5ebe36e45fad5cb93c1453d632caba7ff86637da5f7ec9ef8d6a39 +size 8860 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (743).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (743).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b7a77093094fc035e741b200615201ca85791b1a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (743).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5296f31a848043946fae165ae8af36eff7ddb928e79cb447e12a0cbef2fb2754 +size 19966 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (764).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (764).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc6ca6327fd1af6ff0d39d4ce1329ed765980c9a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (764).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20cbd9155d397983aea77b79e85adec3f98958069df3fa490a92cb71dbfdf2e8 +size 10305 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (78).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (78).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bf37561e4775caf543f41ded66f2b45a0bcbb7de --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (78).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc5b520f3746dda44b1fc0125e5194bf330bce28e5abca120de8e46d14515f6 +size 9827 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (788).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (788).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4d68a02a2695947b08cc2be8e384bf1839262aa5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (788).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5ffbe88acc01dd1223fb9cc840d1e5e3e524c3ddc0a3c7dee2fdc18de182dc +size 9481 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (794).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (794).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cc61827678e7bdbfb7d39588588972f79c8cb9e6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (794).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa0bcef96a88ca8a39a539764ee85a48dbfc9ff74cf89e29d78a08d5c4b3e80 +size 9632 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (80).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (80).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0735b6af7e6b75a8055ab7e3fe50f3fd5e3e6714 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (80).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb890b9cdb4d2bcf447ac40a06a260906926bfd6d9b845710a7199e2d4baab8 +size 21531 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (807).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (807).JPG new file mode 100644 index 0000000000000000000000000000000000000000..291b25ceefb6b0b714905b2af5af548fc78e6d9e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (807).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e1ec5f47622978fa380cfa3f268b03b6f35f5a62597d4acd2f90ac2c9bbf45 +size 9443 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (827).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (827).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76485b41ef55dee261f5ccc4120ab67a201a147c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (827).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8df63a4f013c73add19948f3c3ba73188857d150a320a029b2222bacf7cf7af +size 19032 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (83).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (83).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a72e81cf21333ed080f3b1ed2917537f3b37bfa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (83).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090fdc31205f821810470860dea810db1aec4fd5d5238766d0407fb60fc4433d +size 16513 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (84).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (84).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5105e0c65da5e8b0e7d7d85fcb32f58d0b595593 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (84).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005326ced2581e1d5781168deb581d8b993e63b4d357ad1a84320a48918606b6 +size 18149 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (848).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (848).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ca26f0cd811ebbf45e3373c76a875ccb514086c7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (848).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3872c733cf8fe8bcb755f3f95a3f75f8b10e9e6e8be8a5c9f080a7d618b1d6 +size 8661 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (851).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (851).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2fc5f128fd39302710c5480974f8bef19a0119f0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (851).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1913c032186c08ced8f46ecb1c83d897a92f69a366befbc53ffde44fe5ee05 +size 9508 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (867).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (867).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d05074b7bc6db968439b088bc67f4b2fb2006e86 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (867).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238e4dea0110683ded1bfd6cd47735739a60203e022989809d72d7dd3b5ea74d +size 8288 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (869).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dda911b2043e1810fd36785dc0bd39296fad2c0a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c06293809c408fe4b74dfb31fda1d98c95ec22a499764688700cdcd01d8262b +size 7404 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (872).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (872).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3781a0972e23d019b0b0d6f8086b273d7e13ad90 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (872).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff8fbd5beb35484ab64b8715abb333b91d9395f32e84b3ce100e0bbf5fce3a3 +size 16333 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (879).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9b207e01b80b97758c909dfd9b19746f962ac551 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c64af37f89ce86e1e722f3c13b72668355264763279bbb9f84227ee7122d57 +size 16449 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (88).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (88).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8f5d266a1ecff1ceab5cb318e61a7054c3b29c75 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (88).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2912f5a314af5debadc07a45283d29eba876a6ad28d2ab1ec1b7d9cccde02ec +size 11041 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (89).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (89).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5389e485293bb35b331da0841364639016eeeb1f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (89).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e6312db7b6e5e0011d25334ac45158f8b74461300f41dd767581b17a95f93d +size 7254 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (893).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (893).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b8e5dcabf92fb85ddbb89fea23fb5ed1a36ddea --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (893).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d7814454dacfe6c0f79321d9f24b82ba6d9153c705f0bf7c6dbf8579a1fe7e +size 10354 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (911).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (911).JPG new file mode 100644 index 0000000000000000000000000000000000000000..deb0e999c20f0c439548f81dcf6f7bdc8d396f85 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (911).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33425bef0001e9b06dd95af7738f0c37de694624c1bfcbb7537638a878269afb +size 12323 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (928).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (928).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74bd51736a81f3aec68779333d589c15e50a90ce --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (928).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c6e9ba4ab8e7041894a25510deb12b6176946f225b472ceb1afc0a67f4d3ce +size 11872 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (93).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (93).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2b6425b9b297a3144746fca6a460a697cc9bfb25 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (93).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8867ee0d1f3e9293a2ee45a500cfac8079bff5d649f608ebe6dab92d2942f254 +size 20122 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (944).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43a81e926b6e65c7024fe277edf64d7d2ea758f4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a40959cc812fd09c5dda403239eddbff06f40ed35fb08e22f06919174fb15d +size 15685 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (949).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (949).JPG new file mode 100644 index 0000000000000000000000000000000000000000..97dac08fbbeffdccfdaed08f2592ad4c05bb43dc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (949).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bed9344b1ecf534a5d1cacdee590972c409b1cdf81028c91edebd05f80fd91 +size 8649 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (956).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (956).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ed9a9c49cfa773534f2daf9eb804c0bc92008845 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (956).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ab6fc757f7bf625a7b6b869e3b55f4270977835dce92aece567cf34669b4b9 +size 8233 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (969).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (969).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae16c04e004af0f0215bc36cbb2d9b88d884f80c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (969).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164b0cf6670563f7ada5728ef24476a5893305dbe65ddf3dce7922618c85be81 +size 11603 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (988).JPG b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (988).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1d0d35bd0d32bd2b1dcc68dfb1dce7a264f26c66 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/image (988).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68feb0db65f6031449c5ee04ee098addf8fbde04c503f81ec5684599751016b4 +size 11613 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/leaves-on-tomato-plant-turning-yellow-what-does-it-mean-when-your-plant-leaves-turn-yellow-tomato-leaf-problems-a-guide-to-leaves-tomato-plant-turning-yellow.jpg b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/leaves-on-tomato-plant-turning-yellow-what-does-it-mean-when-your-plant-leaves-turn-yellow-tomato-leaf-problems-a-guide-to-leaves-tomato-plant-turning-yellow.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7564f2918e336f277a14cb213e8cd5278d621505 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/leaves-on-tomato-plant-turning-yellow-what-does-it-mean-when-your-plant-leaves-turn-yellow-tomato-leaf-problems-a-guide-to-leaves-tomato-plant-turning-yellow.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d199da4ee70fcc8513d84bde894c739a17876ed15a123934ea5fe3b4e4348e78 +size 67016 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/r_tomato.jpg b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/r_tomato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d720b8090c0a76f052952e4107f4d086485e89a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_Yellow_Leaf_Curl_Virus/r_tomato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcca45cb6cf329c90a4e05747af3f37abd88d42f9a97a641bbb96853e38ae0fe +size 21987 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/1422_0.jpeg.jpg b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/1422_0.jpeg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e78aa02eef7f2c04d424f2c469cc9912498ebcee --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/1422_0.jpeg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385a96f98a1986ccdac704af3fc0215a26632bd0a0490bf2f2ecc20a17d5ddaa +size 93622 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/fig1-2k11-163-165.jpg b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/fig1-2k11-163-165.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa73a2ba73d130b3620d04f30a49e3e37889483e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/fig1-2k11-163-165.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7882f74fc0969d1d52c78d92b2600cb016c5e8861b83fbf372f620d4397fc5a5 +size 17840 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (104).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (104).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0b69c59c5fd479a83375a0f02875ffd9a43503f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (104).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b207643c7c12dd47d66824448818e667a4159952bb34309de8654f80d0fe37 +size 18078 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (124).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (124).JPG new file mode 100644 index 0000000000000000000000000000000000000000..20d3d3f7696e40890780a18f48c1ee3785367ed7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (124).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ca025fd7c218d5ca7e9b1134aad9d0539d1c9e3d30369dc15608bdc66e7a68 +size 21197 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (125).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9f919b42fc1a656db1b0e004870dec805654d531 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7204066ab8a47fe3b7fbf6c7e5b5805e52f84ac63949c9a92c0894a2eaec84f +size 20299 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (146).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (146).JPG new file mode 100644 index 0000000000000000000000000000000000000000..271586507374a5b7ae39aaee972c4bd152b85610 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (146).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a63f6924417fc721294b0c80123256fbfc2cbc32422f3d347e3db283988767 +size 18970 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (15).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (15).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fab4f57a2c85a06ec185de6be7e0d5180f600ae9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (15).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da26ddd16898610421e1f583125201ca1f119b45baeec1900efeffd7d6568fd +size 18634 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (16).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (16).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9262d006a7c5e9c757eb891e11ceb022c8de1e08 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (16).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31348a1e871a145e7e63b8d6eb65365cfb16e338aa34938629643372fb4f0b4f +size 21829 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (165).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (165).JPG new file mode 100644 index 0000000000000000000000000000000000000000..47110175d31708d65c69e24ef6e4b3aac698b460 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (165).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b23b79b079ad57aa53e7fe4183cacf9b8152b630984af43413b3782b2e87079 +size 17487 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (166).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..437f902f57983a0854deb673b1faa4b94d892e00 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6092b2c1a12036cbc552b13c1d0d241e9b41d5e5243f7ffd8981dfa86c6ae3 +size 18204 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (173).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (173).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d57cac181d355aeacce89115b13c2ec03bca6b5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (173).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dc04313490a3236e2b80c3bd95bb5bc497383165e60317bbed7cd4826f369b +size 20996 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (181).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (181).JPG new file mode 100644 index 0000000000000000000000000000000000000000..710fbcda80e19a9b1879b426bd61d41ceb088f19 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (181).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557227dce9a2cca0ca2130a3adfbc88931d3cdfc1cabcb9edd168cbe0ab3e7e0 +size 16030 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (184).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (184).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1848a6d33567e300b9acad24a5586dc2016ec87d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (184).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45194cdd163b2cc3cb56a7f3e473a76ba77b84d20facd55c12582a7c1e0b75e8 +size 22235 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (195).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (195).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6eba1116f9684790d0606017ffdb2f5d79ef912c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (195).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183993e0cd2a08ff9f91432e604477f62044a762547db865b0db5175c7addf31 +size 21617 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (196).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (196).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60bb3c61b60844cfe3218696d80b1dcd6c9f7135 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (196).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e5f4e5a1d05ae1be8bc15d84d6a4b343a47dce82e07d2ed90bbe2cc661536c +size 21866 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (203).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (203).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e64570e390ed1c91e25973110ca5dcbbc642f1d9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (203).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97db24d03b434337016df56c37ecde76d540e97c4b7709a1bc1de9925e173bc3 +size 22870 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (213).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (213).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5eee24e0f447f2e8d1e3b9f5854417dca21a3612 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (213).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8346aeba32a7cc6eac24e524c926c7393a58a4b02b1d6cf89ccda6baafcae40 +size 17636 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (217).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (217).JPG new file mode 100644 index 0000000000000000000000000000000000000000..106e4ab9e8cdbfbeb50f05ba7957ea7895de6f7c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (217).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450f1682d329dd1b32b06abe0147bd3c44d3e7ea4e1b5a5e27be726f5374aed4 +size 16191 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (229).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (229).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2983c12be797d405803e97e04b14c574a0e340fb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (229).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfcf1564999d0f71cf64cc79dc21bece42b196f1900fb8500c6a1e316f8f1b2 +size 20299 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (236).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (236).JPG new file mode 100644 index 0000000000000000000000000000000000000000..93a3c7ed6e3dad8767aa071d5ebfb4755a7df573 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (236).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9f6bffe458eed8e94f57d7e99b47f8ae1efcde1c0160f455cd944e84d556dd +size 11694 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (245).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (245).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02ab27a543bf080c7d528944a1568790a81e597c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (245).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa694b626d52663204368c6fd66f6c147c67bbfcb38b908248711e4bbfc8a1d +size 22758 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (259).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (259).JPG new file mode 100644 index 0000000000000000000000000000000000000000..41046756d7fad97c8de6b4f1afbece77d8b5d978 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (259).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1311fdd92601b318aeb5a971b3d7999481191c3e2411dce29b83eccbb69874fe +size 22594 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (26).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (26).JPG new file mode 100644 index 0000000000000000000000000000000000000000..382fbfc601fd78f9ead7d00a8afe3af76c6b6af1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (26).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd88ceef4a82926f51f8616f0126ea246080ff1d3bb8e1a99bf5eac8fdddff3 +size 19200 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (262).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (262).JPG new file mode 100644 index 0000000000000000000000000000000000000000..aee7b36adbb02042307c50bdc158240dfd1d2616 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (262).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9504dd6de1266beda1ff3d8c9a0adad04c896ab8d4f3a15bf31bfb66599917bc +size 16484 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (271).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92775ecfb39fa5f1ac101063fe6f259562063c25 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9916fc3b44aefa4f9975939a2fa7ad8cbdaf053c8d55ca6fe8abcd0d4c98c02d +size 17757 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (272).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..13421797eef2d5a7453ca8690b8b66635ef8fb78 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9d1498a41ecbd18a22e269a5064e5ff782ec48b3dad4b98bad7f5dfd99ef15 +size 21351 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (273).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (273).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c346a8c170bc368f00436a4492f8e50f4ea3a447 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (273).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dc1f86ebfd1d4c8ff7137afe86630df96ef075adec9c13946c7b9a49043ca4 +size 19122 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (278).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3479ba8ccf11ce1ea856e8178c49ec1cce394b34 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e1824956bb0533808baa742d9c4ff1f8d76ceb944fc460c3b36ab36a6fa20b +size 16985 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (291).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (291).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ad5243126543fa8f7325861a4abf1831f902ec18 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (291).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd389ed32e925f5d41ba6fab221d058e147dc06bfbd1bed2889a2a9408ffd29 +size 18906 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (3).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (3).JPG new file mode 100644 index 0000000000000000000000000000000000000000..48976cc40157b8b1a7059880f31780ad7e81265f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (3).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284c18241774a440b2c411212e670670b853bc0864de14399276518ccfc1b827 +size 20157 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (308).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (308).JPG new file mode 100644 index 0000000000000000000000000000000000000000..021a4ec56bb02a63fa0a88d42cf3e78f6619afbc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (308).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102b5d2eb5546c92fa46c046c9825fde9dda1d61ff4fbf643a7bce6472d98e6c +size 17039 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (310).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (310).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd66aa1659ceefd4146993176e59a3685cfde441 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (310).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e72d44de101499f216a80fda8cda6d75e6c4e5ff5d6069a32299922d21602a8 +size 18725 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (312).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (312).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b5a5d16021e8691bcf7c720994b8f507fb923d3a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (312).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea412b6d9f510f378a9f83c78a97c4a8e53c18a180625be4c48b21d3cd1a072b +size 18146 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (314).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01c9c6428a342c78b6aac9b1969d214f863af510 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d3a82a2e08d01c6edcdf3a0e38fdd5c5e1da21076326d5c600b6be5e666ccb +size 23725 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (316).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d06b37aa1ea64f288e8d26db958db65039722780 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb36c080cf15de1964f375516b31b79dffb218d958de79c1b982a2b6ace07e8a +size 20041 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (317).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cd056a15aad8b902093979a751d6577c1dfbc576 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3402cda0de5f8623427e345bc58c58769a6789573d8c7b3868fb3d49dc7f2f +size 18103 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (321).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (321).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c0fe7d68ab182fe15336da28acd5a5fe2a4dc652 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (321).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4dceed80ad040d5eb6501681843c462df71e8e7a9dfc9a61a50044e251f676b +size 22071 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (328).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ffb24b6309c49ba8a9a2f1050c4ac4f162849ab --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751f4bfa782a4ff1ba85dda18732fbd9b834b868758e66c3dddf0cf917880611 +size 18054 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (331).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (331).JPG new file mode 100644 index 0000000000000000000000000000000000000000..79b831cfc3a3cecb6e880d5f940f68216e3bc774 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (331).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd857b0c2d937209fcb7ad626fad68534bff71b0ec8897745ad81e2b4ca2dd6 +size 16864 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (333).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (333).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3b71293b8b693d77d6b37299f76ebdadaceace74 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (333).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea1bbed3c4f70c8cf2061d793e6eee3e92892566aea7ffec6a668d06201f5c0 +size 19708 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (336).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (336).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b6f1f1a69d9f9f9449a2b7d3243a1f8680218ddd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (336).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5c4ec20c49a18703e50aa2db355808e17bed44e5360adada5c11400f4ac158 +size 17474 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (341).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..388cd6f11eb8eeac610bb982f78f53798ee41df2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3967c3fcde0eb18f9a9c97f650a5a8659284b4bb14f333fec467208fa97ccb8a +size 18440 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (344).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (344).JPG new file mode 100644 index 0000000000000000000000000000000000000000..288f462fd79b51a2412327b2d0facd967abf1c3c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (344).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879a84f675c9622b5620e7056e6e93951a8ecf572032709c1b530409d6cfa532 +size 18191 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (362).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (362).JPG new file mode 100644 index 0000000000000000000000000000000000000000..deaa63547f37cc1f860bb3193a857ac262c9e271 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (362).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e860b0476e17e65a5cd6cd959274f07c6cccfe531f62c4e6265d3fbc3582d68 +size 22594 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (370).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (370).JPG new file mode 100644 index 0000000000000000000000000000000000000000..918ab1e6fdae2d36173ef7935be87bdec3925f20 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (370).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6433def66f51392fb18ddb6d27ec0e20ec55049c9c8727a91ac6a29ec13b1b3 +size 17543 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (4).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (4).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a81c7e1accad0d5c78c2a7eecdc2e065299f8c29 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (4).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131b93b62f1772757c90e66207ea4dfab2d5c55767380bbcd413e0e6e46ac33d +size 15926 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (5).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (5).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc7c2a8417957a0e64480c9a99d9a8b226a92940 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (5).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93cce3897a8c8a5a951b71c525686a491daeb52ec29fe76464642c40331c1e0e +size 20113 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (54).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (54).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6fc4e60e2d3675f53b08b1f4ced1d473dc8051b1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (54).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c65cb8feaba7234e2faf9b8a5557cbdcd4026a1fbaa025959d3bba5041efb0 +size 15750 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (60).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (60).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0d90d55b38d1330e39f453d25ff762a20b199af --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (60).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807b4f7e0ec5ad9606bd9d2dfcccf6df5a9f227d583589e29c2232d021383ad1 +size 19686 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (61).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (61).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fc7d058f05df7e067dbae03e59874d0d977ce03a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (61).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefeff14cb81f4650229f8437185e233180a32fa61ecef373b2fd56d7020e74e +size 20124 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (65).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (65).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2835368154f4093d9fe5b0ea7cca03682745d022 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (65).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5a920a97058bee0a587a9c4ad480e5c294a23ccb0eb409965475f15a8e6fee +size 23453 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (67).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (67).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4bbbf1c0c4400df610565adbbb666f949bcfe43 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (67).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81afbe510b0abba5369ec25a9f42bbf54479f923bbc3515e871917e9a30abac +size 17084 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (70).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (70).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4564984b85aedd5513b2e152f12905070720a9ca --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (70).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6511c89ca653dfcd2b8e7d4b07e99bf334c8545e75b8c3753237fe975055d4cb +size 20080 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (72).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (72).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9cad13a1705d53b66f9a76fbee371ebd5c10f14 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (72).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf6a8f73bb3b8e67e7fe070fc8bed6abb5ff3cf2b93f842f238640f1ef84bf5 +size 16370 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (79).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (79).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e7f7285dc40b655e573d98fedb8f962d163c7b98 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (79).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db9dfd9f296133995c9aa55070993da2c03aeff8c64231970fb8d7e152c4bd4 +size 23376 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (86).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (86).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d9fad3ac9d257f4ad0933097381dcb5ef01154e3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (86).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa29d8dd47eb6bb589b14177c9c03b3fecfdc693dcb1707d4e2e403d4bb907b4 +size 20018 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (91).JPG b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (91).JPG new file mode 100644 index 0000000000000000000000000000000000000000..75ee65b279299193583e135a4906a2b3fe32bfe8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/image (91).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc389c548b2495531ca18876a9560fd5c5a5d749b5ebe3b6cc396da2f445791 +size 18052 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/mosaic_virus_tomato_small.jpg b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/mosaic_virus_tomato_small.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e3bd5f09aaab1d137fa66b47d6833944f55ef72 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/mosaic_virus_tomato_small.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f9d381bd7fb68db5d980c203413779367a939a9c69888076efbaea8e872fd3 +size 7425 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/mosiac-virus3.jpg b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/mosiac-virus3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e531779693f8e2a225c2f75bf604565544d6b345 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/mosiac-virus3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4d0e00d88da37a7a97c55b885dc80b6eb7a87ad2993f24e488984111e8a2e5 +size 111784 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/stock-photo-tomato-mosaic-virus-disease-on-tomato-559799668.jpg b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/stock-photo-tomato-mosaic-virus-disease-on-tomato-559799668.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27b480463bb581fdd4be2fb2ef6c29c7eab444c8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/stock-photo-tomato-mosaic-virus-disease-on-tomato-559799668.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e644164293e7c32e8cb270c2d517d0988f3851f2ca4bfc7bad3d73745148960 +size 45066 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/thumb-500.jpg b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/thumb-500.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc5d23341e586afc35fda37573eb5bfae43f386b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/thumb-500.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253abd1f7b183baeeeb79cf76672b2be334a30d50b82aa6bcfcb79375b8e2fdb +size 38007 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tmv-tomato-16.jpg b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tmv-tomato-16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..018b263cf15695cc7da8940c443c7a7b9f1f7c4b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tmv-tomato-16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bf9933d581cd350fa433fec46cf554d28bd0e7b5971c22db912d93a8a42dfa +size 2285878 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tomato-leaves-260nw-670831669.jpg b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tomato-leaves-260nw-670831669.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e03a41fd21c553a0e8092241b09875ed8e8c2891 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tomato-leaves-260nw-670831669.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f38c97aeccda79951590d8a1ecd4efe5e4ba07f5e21b51349cdcc814598250 +size 26806 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-625499777.jpg b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-625499777.jpg new file mode 100644 index 0000000000000000000000000000000000000000..739d431665ffb39c4cddb3b554aa422bfce7d913 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tomato-mosaic-virus-disease-on-260nw-625499777.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d5e7560f62bab2bc5702aa76407013d9b6abd927a560d69c99055da25ec3d5 +size 32592 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tomato_virus_01_zoom.jpg b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tomato_virus_01_zoom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cbc618f218133cb51345e44dc754d241af705f9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/tomato_virus_01_zoom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c5d419d9e6fbd49c133a51067dfb0db643dc331dd65656ac6f209d3edf2fa0 +size 36062 diff --git a/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/wd0phb4.jpg b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/wd0phb4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13e2962d81ff2e5246182dfbec8761ba09e52ab1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___Tomato_mosaic_virus/wd0phb4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14780c43b71f96ca81aa2c9c2bddca1fd23aac9e57a95e30a2948d1c8ae3ccc2 +size 100762 diff --git a/dataset-tomatoes/validation/Tomato___healthy/CTG514794.jpg b/dataset-tomatoes/validation/Tomato___healthy/CTG514794.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d924a4558f05d1602a30960f28ee2a4958aae7c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/CTG514794.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b4ea0990e9f4aa7fc87781695d40a5d42a38e3c8461790bb65764c0e74d03e +size 144020 diff --git a/dataset-tomatoes/validation/Tomato___healthy/fpls-08-01602-g001.jpg b/dataset-tomatoes/validation/Tomato___healthy/fpls-08-01602-g001.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6498ff7efcd9de0b1ae2336d4ef29c2dfaea15d9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/fpls-08-01602-g001.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de4d88e344f8f72f5b21472721f7c4df25deb57039a83e18ebe45c93a62955b +size 59728 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1006).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1006).JPG new file mode 100644 index 0000000000000000000000000000000000000000..097b19ffc00eda696702bc3398cbff39ebda2ada --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1006).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65127b290f3454f0ad04777ac2508c424b9cf3d2010778bf447b58fdd2ffe7ec +size 19849 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1018).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1018).JPG new file mode 100644 index 0000000000000000000000000000000000000000..036daff719e1e44e334c0197e5c44030375f86ab --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1018).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb72c1b8c950471a384e3f25e078350b4312df8ed1feb3f3a0aa838ff9bccae +size 27221 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1030).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1030).JPG new file mode 100644 index 0000000000000000000000000000000000000000..667f7a72c3615b882df55826005b1d5efb731126 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1030).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3901636845401970e804ebdc07d638e2611bde28c7fe17e2048cfd7d403cc6dd +size 26930 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1034).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1034).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3bb8891d0d890d6852f959c474bd3fdda95716a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1034).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06db116f096633f8ebb844d8ff177323d2254da4d797a4cf4820db039e00c5e3 +size 20722 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1042).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1042).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e8ff081704b555e9edeb4528afb4f91bd2e700a4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1042).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838a38475ac1fc89556857f32953d548facd246c2593705cf897c00f62c7188b +size 25143 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1056).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1056).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1312cfc657b340b654eba404f34f53af083cb64f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1056).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97efb34eb6decf786ce41a18dbb00372a01183bc8b6ee7ede2a574c840d741b +size 19119 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1064).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1064).JPG new file mode 100644 index 0000000000000000000000000000000000000000..404faf2cd9f7ea46c5446d0ed2b5a0c2fdbc4d55 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1064).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f42c02800be97b4e5769bdb609a564e314e5499a5503e576256d7c30e7ef16 +size 26008 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1065).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1065).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7466ee0e52f717a146433e8ffea98efb38831ac5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1065).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8421e1f395432ca4580a97ddeca6a70885b04b1b146507368339b8152dbdc720 +size 25801 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1077).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1077).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a93ceffd39ff49e8cfc18bc8afbf8da462490a07 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1077).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13f6af92378db3b6f19b37205e9399ce0857d05dc10668c3821374758d750ee +size 24653 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1088).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1088).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01b31f3c71652383a30a9c363ec3cbb5fe9b07ca --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1088).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d4097879c73945d7764dd1785397c715a323272f803582765b8201bf0173c8 +size 24650 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (109).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c67408b33e897048aeb1460bd9e89b4e3738d572 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6079a526b5eb849ad816557ce65ba6442ea3ad63ef6ff5077ea8e3054f26abb2 +size 25812 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1106).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1106).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e6ada1d427ac796de6b00386e428c7f4abbb5139 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1106).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7bdaf144184da23fae61b3f78c251d22f49ca17a3d24bd525af80227c6f942 +size 22323 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1109).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1109).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c1b5d04f30778a4a7da83bfc4bbbbbe6a037c46 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1109).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7eb471de692631cc63f3568dabe1967650e45152e5daa8f7e9324e23c83714 +size 23896 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1110).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1110).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d7cb4d318dd5a4285aa8f9f238ba3dd8008ac6d3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1110).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55855d32195580edc53cf77cf7f0fbead43ae22307c8d70bf9b9e621fe2e688b +size 25624 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1117).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1117).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bbcfebdc78d9735423561dc35dc10528a8d2e9de --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1117).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8cf68ff559fa707cc21384333ac421f384088b34047c0a5511fb7d2091e1f3 +size 18477 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1119).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1119).JPG new file mode 100644 index 0000000000000000000000000000000000000000..59ba58699cfd6fce17d38ddacf8c75966ee0d025 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1119).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c13f73333ab97d90b15c05b253a0e04b58768b8594bbaaeeb4c30d88cc48f9 +size 22923 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1134).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1134).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6224de78640f2e0ac25acb425790e6571c4ac092 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1134).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b44396a0f1fc8e7c4b45575b28593155ef0bf1bdb56bf6274733a4bd8e31f3 +size 24856 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1150).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0047cb0f94f5eaf07c2d9b14ff0736c56d35d16 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9525305eda81c7673361d85b19f55af6e4aa16832d4c24a7beefaa3ddf7684bc +size 26492 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1153).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4eb5498b8125725995869e548bf897f76ded0603 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94892fd679215ea591041192bdb04c5c9f3f6a85e5b2dd20d0a5a4a922e3d5b5 +size 25894 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1159).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1159).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ddf8f08db46184ee14e4309384902e795f50f4ac --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1159).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208b8877fb8e704a678b93d57ea3c6ad2c62131cd575faaddcd15481f8f774bf +size 24653 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1161).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1161).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c8bd17f0de5ef428823852e0cdf017510913f3b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1161).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c371d9b2efa23ccb2b3d85c66bd3f1e820889f8af8837b67eaded2cc78e2755d +size 25806 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1166).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2a958bb3ffbd2ecb5faa82faded292c5be260e01 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0e267289abaaa6a0482b33d71ae347a7e0bd6b1f105de4f85d931fafddd751 +size 25775 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1172).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1172).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b4485e4b6a0d54b62c0afc842a85fa64fa02eda1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1172).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d1d6a9a5f4db26f82ea180ed042bb988e32b69102c3a34f2901a0ce72f73cd +size 26389 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1180).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1180).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8087fe3defba6b7151654c059ad9e3685d49fea6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1180).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87bd860756f3921f8fe87938a58e1892d0bcddc789d672757fe0c2b5a3782af +size 25938 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1186).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1186).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e5ada2ea54c042baa423a50b37e144de8f402d59 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1186).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8e1c5d274a8726d25bcdaf16e046223bda4cf733838c6d62ca63897a45ca02 +size 27018 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1206).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1206).JPG new file mode 100644 index 0000000000000000000000000000000000000000..acca53bd5981c422307cfb0e487c588aaaf7b783 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1206).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e92db576aa11793dce0ef3725fde9ede6a0ec83a92b8851546b4af9590e6d00 +size 26488 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1208).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1208).JPG new file mode 100644 index 0000000000000000000000000000000000000000..66e58ebc767b3183a3f8bf396a2100ab2df80f42 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1208).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51a868af724496f47098fa5058e234b69917e771030475eb5d1f3601b669614 +size 12044 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1214).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1214).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9de9d1753a5bd8815eb3839b25186cb203f9ad55 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1214).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a3f8d42fcc2ac228daf5659b8a4b2c35bd626b1f5c69b1422d659ca78d9839 +size 16479 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1216).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1216).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0a454cbfd57a55ef04e78e65fa97e72526ac8ee6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1216).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bf75dbbf0869259f8ba3d01809dd5192233b6f5da26d3044ddd8443ab65e17 +size 14482 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1218).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e10bf36e7d62aed376a2e93b45a166512eca387 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d323e40ebbbb587e60768f82b87dc03e363572d332e2f285e0ee27f25484a11 +size 26383 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1225).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1225).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cca99b4ec44dec608b6c5aef40e55e53ba1f8f08 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1225).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4ad9955660d18801acac1da2731fe71ee6ba6d02483b181abbee43c570a747 +size 25936 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1241).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1241).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3982d523c8748b3ff2d5cc86eb304d856985efca --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1241).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2388c5a0384ec3d244b127e5850f36ef72fe41a2d0010a823afc9eb1449a9e1 +size 14808 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (125).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (125).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6f5418a11a73ffd6e811a214940f45616e09647f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (125).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aba3d778814d31ac9d11acf9236f0e0548d194963306db4ccc5f192f7450b3a +size 19039 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1260).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1260).JPG new file mode 100644 index 0000000000000000000000000000000000000000..991e58521071d17f7bc0597e9457d5d32a84c358 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1260).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99f284a29f6fe30535c663694945df4f4934ba244866b4c445b52f854ab09eb +size 26392 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1272).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1272).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bdfae16823be7dbdd90b8c224b8aa4e01d8a99d1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1272).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af10aec0c65bfb8606afd21426bef3b935d71f9afa6905ac066a009b69409fc +size 18291 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (130).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (130).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c98b88dff51c79259fbc51ddd25be1307d06adf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (130).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a35b2381462f411a399325876f002fe9bd869bc8d8a4d3f45f69734484ca58e +size 19108 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1306).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1306).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9b4a3faacc383a9b8b4623d6d3c376b392a36c8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1306).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474e56ad3f38c152c9e2d6ddf8ffc356cbf974bd28772018f7a660e6ad2b9dee +size 23681 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1311).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1311).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a162b87e7760a70f367ec78a6859fbad4524b7f2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1311).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e9ffabaa054c19ae8df95e94fbd7a25105defdea1214eb5f8bd804ea9a7428 +size 18175 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1314).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1314).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e9568b9cf603797c77b10300653d879f906a7daa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1314).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537c6d5839fc34ddfeab8d4279b92b2f0fafb16ebf16b0b6173473a8623696d8 +size 25797 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1322).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1322).JPG new file mode 100644 index 0000000000000000000000000000000000000000..677118a89ccb5f67590ffc51d51656b9cbef0675 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1322).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64784148db144e9c5752b55449ad44eb25b2f47ef0f222fd6e12145ccf652bc2 +size 26388 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1325).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1325).JPG new file mode 100644 index 0000000000000000000000000000000000000000..26ea91f4de6bedca94675e5a950ddc38fc339e99 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1325).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cfba05b3878ed561a54b324ca2937a675722f0c31a6317d99bee12b3bbf9c1 +size 25003 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1327).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fbcec315ad7fc82ee1f402e32ef699540b6dfa18 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f19370c5d468b85a63b828d840d4f11c8c5ca0304d3514e39ee0d5caa8151d +size 25258 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (133).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (133).JPG new file mode 100644 index 0000000000000000000000000000000000000000..031e69eeaa09b8cb2e9c0e53b61af4aab2bdf986 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (133).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de4c91463db8f9af2fdb32b4fe5412967f55d4d6b99bcc127739b01466c0f42 +size 13354 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1348).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1348).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e57b132361d333cb1af811de0a451bceb96f9b30 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1348).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbd6eb8fc53d0e66849fbf90381bb2565a19f359549f000d047f323033342a8 +size 15364 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1353).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1353).JPG new file mode 100644 index 0000000000000000000000000000000000000000..34f8360609ffe8cf3be7b35faa32458cb07514d9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1353).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708235567cdb737b96a60f251d129dcdef737b7e8c1a30f0ddbb2cd0beacbb19 +size 25963 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1355).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1355).JPG new file mode 100644 index 0000000000000000000000000000000000000000..18518741ce051b4b99ef24cfcf7abb48724acaeb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1355).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c9619a0587621963438d0c2a4932925cf587bcbafda4c9fd1d0c71cba61e75 +size 26135 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1389).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1389).JPG new file mode 100644 index 0000000000000000000000000000000000000000..abb45247777b19e69650e9125bd5f83e14002715 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1389).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e464fb98b2b907bcb41b07f1f305b94be475df08329cd5bb6cb7a143b5c4f0c +size 16840 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1400).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a42b4f20344c4141148bfb7e1d8c1ed3dcda6616 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16a1fa496ed2aaadc947d8127bd3f4d5c5ccf11087cc00d675f8f85c37d71c3 +size 13070 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1414).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1414).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ba59f6d7a603dfd666acc58eefc814b882966c6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1414).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34c006e35ccdad1c314636e7e17240f291f6317c1c6230f165fcde497e8576c +size 25668 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1416).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1416).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d4eba7aa0528372817f03f24bee1de6c95c84bd3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1416).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717a3f0c20f3eeb4933be7f80dd5394ad756f336afda7ec994e02099d8e9ef75 +size 25229 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1426).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1426).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d456358834cbd1cda9eccb3ea77af2f33a079c0d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1426).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b89bb193ea54dc2cd9d82d0918789a2246504c30125ffa8a30695885ba6014a +size 26421 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1430).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1430).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0202211a476ac05531e3aad578dc70c5a43acaad --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1430).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a5292e6dd51d14eaff9348c44443cbf6b1e34aefc7d2a9edc7f3f4fe984ec5 +size 20912 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1439).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1439).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f22503004313f766a62d43350cb0a1e875d4e554 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1439).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb81828c0dbc22fcbb84acd14233d30f2aef9012bca0d5d69d393e9402b9bf3 +size 17376 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1443).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1443).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d96595b7a7b6086505bb8f73aafde829895a4c2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1443).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdb5c539175e02833713e02eda764eb056d292da93372f795fdcf6a893b03c8 +size 27317 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1447).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1447).JPG new file mode 100644 index 0000000000000000000000000000000000000000..30f1766a362d199c2c87c0f37bf713dcd23097d9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1447).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f871df6b5012ee7bc1fa53163588d1fff586a0e1324d99a23d7492e820ec2faa +size 16574 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1456).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1456).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dfc27120e501f3a14629797d4fffaa26b5d6c3ed --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1456).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b2f6eec8dcda173b2be82b96ec4a949f33b56610394d175d31a9abff19954b +size 26345 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1463).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1463).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7081d3df3ea55e215d8110affdb0e9a2190179d2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1463).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7eaf07af54857f1dff601456f68bdb725eed2c63443a2b3a692df27730ed6db +size 27019 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1470).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1470).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e4de817629acab7b863cbecb056ec3ac683f126 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1470).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b992bb09e074977ec38b3f4a10a16482d8494a287ec4ee766081371d7678e8e +size 18323 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1473).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1473).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fea783faf98113814285abf646fd68c3930ed9be --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1473).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bcae49909d2afa2f4eb9faf0d1b1086b7a1dfb0de605b8b0ab71167acb6144 +size 27341 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1474).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1474).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9997159182702b46e84f51525f457c2041fa9a4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1474).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf5c4c20910185b1efaddf6eb9cb775ba10b970bf62bf0104cde26a733c4458 +size 25045 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1477).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9fafafcf39023b5c690d2037d12e4d81044a3f6e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d4735dcf53b3e3196efa5e06e523e13dfce688f876b9e25c0b7c974fbee605 +size 16287 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1483).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1483).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ab4a2d8bdf27afca6088fd0dcd3d799aca75237 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1483).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b20e1ea324ff352c98ecf1a8005c3f06ebdc6ba6426d85f4f4ab69d2022192 +size 25430 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1488).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01dbc6698293c205ee0248523d97573d19c497f4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac0cc027d5c49492a7936b677ef2f432fcb3d979fbe09a6b1dc03e3e537409b +size 24844 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1493).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b01b62286bbab8b9b1dbe6744e70e06363515c5b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61e3ed454c87b5a25aabe5776dd4597400b96efd8c696c482b48810abacfe3f +size 24947 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (150).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (150).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f37129569c6fffd7f222e4d40439617762388a4d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (150).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec414c372c971ca23bbdb680ff2f03b9c082b464fe4847bca0964b6e8c77d1ad +size 17519 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1512).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1512).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3b037cdd522c0a1485e159865dfcc1b3db4776d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1512).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2764e22faf68bfe85879cfd340b7f21cc8e0a2418939340799ba455f4adf56 +size 26895 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1514).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1514).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8a4785ec842f951db529538c80392b47fa0b43d7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1514).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34a306576a160b9514eed3e267d2244d8d19c4bc3d6fdc6a5da4b241871d332 +size 24199 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1522).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1522).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5a90f6439d18fd8e07f6fd06dc45d05c869741a5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1522).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc60f599ab6f6034f5881a29de19e25201e90e6baa8568a4d39eb1dd4211bfb +size 17086 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1527).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1527).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90b2c775b9e5f12d12073e388e098bb9bb59c305 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1527).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703632a47975ae28157db1c3e6fcd0895a08709b0a8683caefc278a1ca701fe4 +size 25936 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (153).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (153).JPG new file mode 100644 index 0000000000000000000000000000000000000000..96e3b0ff90258bce7f56e3e46d7d71f4f58c31f0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (153).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a303e01f34021fa158a647ad2c3220b01fe01fae3a39f9d749d7bcbf101e2de5 +size 16590 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1534).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1534).JPG new file mode 100644 index 0000000000000000000000000000000000000000..02c456ad8fe1d3485bd8746c0a15a3e339e9b66c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1534).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20709bd60ceaa85c0083491652dea94b577c7849f2659130914dbc093bd24c0 +size 12429 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1539).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1539).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8bcea351fde4b5890b65b93233f8b55e390afa6b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1539).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b04b9a51e51a3bb6a03ee0dd25f83d192f115c26d6917a29df0ea1d11564b81 +size 19502 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1542).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1542).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43bf37aa49f9924f3df3d0bc607628bb9cb56daa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1542).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983486ad50d1a93eef1624171917d841319cb96f9af0a8b7215f6ec8a01879a4 +size 13576 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1547).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0565162e7345e12fc9a74c2905731ae2bcadf5e3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3adcf9edb4ada01bb8af2e30b1e309c76d80dac7c6417f98d1d57ab2d9ad8935 +size 26065 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1549).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a306d571a8ffdaae2db9f03c0092e009f819f75b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1abdd02e2d3710b4326be5f2896ff9f08ef8afeb23da5ff9d57387e1884da9 +size 25127 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1554).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2642e0c4c4b33580fa2ab67bb625305e0441b81e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9435681f13903cd3f7b26a61bfa00f2070b0be78c0f2cc48badb3f681b36dc9f +size 24572 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1557).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1557).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8162ee5b210c401678c2f0921b5361113eaa9f72 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1557).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a809522759116f5c048ff8f6b8b9a7a9c7c2502bbd8ab63bcd91a8b6d8ccaef3 +size 25183 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1564).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1564).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b21a9f273d4f6e345884bc8bf972c95cac06de6e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1564).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6647066cf68346e6a4e06c45455af3c6a4086e57e7d5caab92b32591274bde60 +size 27168 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1570).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..376e662d394838b764d3e355d28cb70ae05d90a1 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb213bddc4bb8435768917a2908731c5e134fa8e222332a45057ae9dbc6933fe +size 24769 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1581).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..794e8e5e3d93bfe8161be81e280d1d7ba111e4e3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d65054ec9d02113e4f6837c419106375d68713572a0e08f8b5c6e9df9139a9 +size 10787 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1582).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8c6666d253d17014816fa4675aad695c4fdbcc14 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c5152cc6144ce289963b61fee4812f6a3372f8fb30972ba86f0dcc2b6e017b +size 13896 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (1583).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (1583).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1ec1fac8d54ba56b335e7d785a9465e55c1fe9af --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (1583).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103836fbcd6824dd7eda2e4c6e4b5108b307fcce982b62cf26f62afee60f646a +size 19392 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (163).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (163).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4d2afc802d17efb8204c9c6dc11037b39090338 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (163).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39b1ca1aab778dde610dd490dea3a0d0eb1e7c384e558718e86dc2345f88aa0 +size 24928 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (166).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (166).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a78b78e2acc2b0d1623fbd8c029c6fb92d0c05b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (166).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cabd93603ba926be59c756ee9631c3a34715a0f1cf1455a791e73059fe45d4e +size 23664 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (189).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (189).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dd5493f5ea4c0e3174853a1274f2a98217bc6be9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (189).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0407937430af7a902c3fd39eaad6cd1561f6ba34e30b4061ebad5b75d7ebcfe +size 14932 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (210).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (210).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e0eff0acef1b331a9a229b7a63f46acabffb765f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (210).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29afcf19485ed6888e3d69f337a1cc51a4256d63091844b3daec59306960c8b9 +size 14112 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (218).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (218).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3d1f46a6a90bd3f36fd72dfac368303284198c28 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (218).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f12a4fa9dc80714e08434b09e8fa8b0c62fb4691b8575d952094095e79f671c +size 16969 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (226).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (226).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dc78466f906faedd0e8fe6b470f54c62f08dc11a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (226).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a7b6b9af86b6cfed4857a522b62d4853ff3fcaf1f88319f8abb61dc0ab40b8 +size 26886 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (23).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (23).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cfd6cc2efdfcfc811fdc6febca02885ea33f22fc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (23).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b11a394032ab2e607b99254c97ad4f17658aad294ac39a51f170ed2d3d9becc +size 25027 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (233).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (233).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0362b2ce954244b822e72ce623b662f0b961fa72 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (233).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8dbb7d20721c77d9f6c8fe5efa95b76dce20820ce39032243de4355b6650016 +size 14062 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (243).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (243).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f0911e194dba3b900cee5100e4b5d335dadc4227 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (243).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22a15a3d604dd46917503e47e07a75206d8973d3c9838ffd4e5779b89947b5c +size 18641 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (247).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (247).JPG new file mode 100644 index 0000000000000000000000000000000000000000..43591510c57249c02e1bc2079492e709c3a5b711 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (247).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1670b42837a34cbe407223d3104395f893c2df4820fbfa9c4ff41dea5317cb +size 22006 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (26).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (26).JPG new file mode 100644 index 0000000000000000000000000000000000000000..660410ac4a2aeb76519bd7a6a362dd8b5ef61cd7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (26).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8214a9e719d4a64450981f0ff67d32f42510ac8831da93c5bdc403d2e5e1b7 +size 14748 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (270).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (270).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1b461286da58fefcbca2cd752eff2fc1c590be2c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (270).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13a1aed543082609772a1064de95f0b28312f2de6b895490690a8247f993970 +size 26110 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (271).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (271).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a13cfb2a538cc101173b391e53fffa2e8d459ed7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (271).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b696a9aaf50ce8f2a3e1966b01ccb520fe777f9db99ba433d27f281af9e2512f +size 19559 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (276).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (276).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f16969f33917479e0479fcf40b9551eb0c280028 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (276).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a923ac6cbf8085fb4649dd4fc6c098c61da46f1d39e1459f1130eecd3a3619ed +size 27250 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (278).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (278).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cb52706d3cf47fec4b5a54f9e8d03a2b961064ae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (278).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e342cc1174ba0c3e9a4ec6bb1530c23a3fc40b1ff772326aa855a15d2599dc00 +size 25743 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (282).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (282).JPG new file mode 100644 index 0000000000000000000000000000000000000000..19dc11984eb45856f840d724ad22cf20b263251c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (282).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af915b33f2675bc3fd1e8126792cccf94b6b3ecd9bee7074f2fcf641cf36750 +size 25930 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (288).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (288).JPG new file mode 100644 index 0000000000000000000000000000000000000000..10a910fa617e909e51ae7392047110028a129b47 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (288).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd79ce1794e62ad403fd8e1143472f935f0311ae212be5662e109391de50db62 +size 19273 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (316).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (316).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c72d9e2031562ba91fd04922492728efcd900135 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (316).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9f2e01622b3531caf0465c582bcb94031947bc48e1d3b767bd175f22992551 +size 25303 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (317).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (317).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81f4d311ef143aac8414a5730356d7f91fbf72d4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (317).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c39e1b283969497c2238fe1d39848c4b30fa2a9db9de135ccc1499851e43b1a +size 26197 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (32).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (32).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6e9e123411ce024655d57674df9340b7f8173d77 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (32).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf7a0b3b0bdfe7e88c3badcad2ce393b1f8bfd66d0f192a2eb9c68c570b0e3e +size 26591 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (327).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (327).JPG new file mode 100644 index 0000000000000000000000000000000000000000..61294bd39dc6a036afedbb7c22581f4a69a71de5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (327).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c98e61b6b8dcdf183b63df261a61e5c91f41e48ecdd710d6fda1d0f342fc28e +size 14031 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (328).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (328).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d110e0da653e6d9beb94e99313b5e516a96b3f32 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (328).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3a9b86764ac4843f282017022a25e103987e06891a53d0f6e377b179c1c41f +size 13244 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (335).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (335).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a75b9d9d62f69852a362712c1dab8d2c96957cb8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (335).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b9b8ba6109c00f989050d8b3bca5b6978b37931a2936317cbf489669ce8230 +size 26477 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (341).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (341).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c3fc2725ef360d21bbe1335f97e6ae17c8fea4aa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (341).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e9ef3c91d9af36c2f9d47d74a2a9a55e80bbeb4b729d1a2f88d826cefdb363 +size 25664 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (343).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (343).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fd6d3579f49c740fdc2e75aab3534aa83bc24cca --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (343).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b73e31d7cd9afa262dd1d55ae9e6dcac616f5f814445a6f55ea9048dca73c8 +size 18533 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (383).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (383).JPG new file mode 100644 index 0000000000000000000000000000000000000000..7a91cb8813eedd506a21c5e0f25ecb17132aa9e9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (383).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680f9660641afb215d1eb78772fef14f84d0c9c246cad73e3e617462b0829c83 +size 19266 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (386).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (386).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3f298f7c1aa57b143e791cc8014ec6aea95e488 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (386).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14a576560a2d0164938ceda3a23168d322aae85e6a0771c740a22bf03ce5a1b +size 13902 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (387).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (387).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0d1ef40004356a6f21c6a5a107719da7352db08e --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (387).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11033ab50383c119a87f33f397a800b44fbbf4bb72f5290058fa41b11103222a +size 25528 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (39).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (39).JPG new file mode 100644 index 0000000000000000000000000000000000000000..789b3f791ed51893054b5631464f2aac9db9bd91 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (39).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8ff18ba294ca31769a4325ec91a2865f08682cd73becb19747e53b1b2896a7 +size 14556 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (395).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (395).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9a8a4922597b26e2a5e64cf49409fb0b259a187f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (395).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62102cdc6b41fb8aec247d95ac1bdbd635cde9e42c4366271426447b45897a7e +size 26809 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (400).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (400).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8194c335d576e71a8e05dbcb84cb224b03efbcb4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (400).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad60f98583702e2ce2b880580b40c316c21eab3872f373d8a2c4b754ae66f899 +size 19399 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (415).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (415).JPG new file mode 100644 index 0000000000000000000000000000000000000000..db00be08b39c451d8fa37808d333a80458d2db54 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (415).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9653dca5917bc0e465c62f8d628ae979b70091fd3309ef6723f6d8c881ab49bf +size 20744 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (418).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (418).JPG new file mode 100644 index 0000000000000000000000000000000000000000..652ac7ff8dff474b36320232674c185a00ad1b44 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (418).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f792beb76e7f786cb96a69aa45ba46e507f76f2985cc907463431a9061f7dbf +size 24101 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (477).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (477).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bee7af2ebae39e90b26d8542a2c4e84e2b30a45f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (477).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cda8c3ceca7626cc6727e14186d356b10d1e345eb16e425ef82f21a30258ed +size 15878 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (48).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (48).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a31f74c13932dcba8cdef1ebbb61cb2c64cd5ae6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (48).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64414c12a3ac88aecaa0800a30273ee77e65d1374abe554f55466ed10a7e27b2 +size 25273 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (481).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (481).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e02c24a1ee25be274d6c98f18727b71aafc446aa --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (481).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158287f195c0dc9a4fe7dcaa5b5a43fedf85ba2b9c94e2a0942bcbb7f1ec8548 +size 24896 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (482).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (482).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3426d9b246411ebf9cf2b8026775a5a000fb1461 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (482).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa7212806d2bb2ce8cd25d6998decfc8e28abd8e17c9358ce32e61e4e90deb4 +size 25672 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (488).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (488).JPG new file mode 100644 index 0000000000000000000000000000000000000000..07cc7decf6e1eae5007d3fe6a5cb59461af104fe --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (488).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05dfac60819f43cc430aa2015988d4b64a0adda861aa51ecadabc0459aa214b +size 24015 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (49).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (49).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fee4a6a81e5986af2f8a99af91893ff4e6cf6713 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (49).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24967f12a0a2103e0c5632baea54846b6d6fc6c0ea194753def8931cb6006810 +size 25866 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (493).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (493).JPG new file mode 100644 index 0000000000000000000000000000000000000000..eb058002e711f0afbbab5196173b770ddb09b725 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (493).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1790eb38eb8c5d856d27c182d0a8dfd23bd6659fa8bdf1bd492b8ad6363188ff +size 26134 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (509).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (509).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b319cf4578ecc12c8c0e24fa9df93b738e1514a4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (509).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd38c98f71d5a8a592d0b647bd5f1890c464d0a7c69933e99f5dd2ccc523276 +size 27418 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (523).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (523).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f9b621caa7eed99f77a0049dcad3fb5fe121499d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (523).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78034eae3a42648087b8ec61cd6e6f649960717d28bc82d3b4e7643001a9e51 +size 16484 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (532).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (532).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5530b05780059dfe361feba50b535e84ea0176f7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (532).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a2a7646e2bd2075a5649074bce143d2d8eaaf618c730d4f12df38b2e458ac8 +size 26873 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (545).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (545).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ab83f712bd5fb7107fe31a8479c75f143d1b107d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (545).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6399fafd67d045c4ef6597d1aee593c1a6a4686d05652f4246aad11279c6a8 +size 27155 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (546).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (546).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e4d885a476d49340d8fe3e2df9fa9d8cc6cf4296 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (546).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93d1063db9090ad2e4cf1e23899ffa4bc6d7eff2423d59ea8927cb880c46276 +size 26142 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (547).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (547).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3ac488382968172b21a1c8bdae9c24e701617e6f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (547).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebea6c3d221ccf2699198a42a0f5a2f0aa0bec16c3d240baef63a777c026e50 +size 27272 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (549).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (549).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2993671c5d313c92cdae759da2171cdc19270b11 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (549).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efff78dd201e9e3fe6740f22649fe157916c7a65bb1692ec1db638cc301895bc +size 16448 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (554).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (554).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0ec1b9ef75afc0a75cbbfbbbcfad6785a61cafaf --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (554).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6b0688c663185c7959c2555f9a9a37672d3b98b971f45ca4810986b22a4098 +size 25163 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (556).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (556).JPG new file mode 100644 index 0000000000000000000000000000000000000000..76e27b39ebe93d6025f354611f9b5ba5e7a33ca8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (556).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd1463434332a8af934afac59fb6d9a2d20551a58af29df0faeae441709483d +size 25218 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (563).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (563).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cbda587f010fa687a3c43ac4609093e76f4078e5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (563).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfe53b551d25863bff7b00977217300798f4656bdaba94f893f09afab0a35c1 +size 14959 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (570).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (570).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3e962adfe8c490a223571046ed513d8bb3363395 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (570).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3a6a1238da20030f9191a32ea3241cfb4f930408f85f16dc51ee1d3bfb6898 +size 26557 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (580).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (580).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4babd8176b1528d982dba450543f7be2790742a5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (580).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6279ff1e5ac471e35f5dddee9a208d0579bfe7020407c1ab814ee9c9817a41 +size 16389 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (581).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (581).JPG new file mode 100644 index 0000000000000000000000000000000000000000..37d0cc310d9072576e4726d2385ccfee0a5bfbe9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (581).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802257cf2616037a2dcef59c71f81ededd535289b55342caba526e16080f6c7c +size 14051 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (582).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (582).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d5c7230db4b2ce047db7dd71fb038e9dfc44b696 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (582).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63539763c3d22c54588604abd41124a2550078237aa8703e841c82fdb0859e02 +size 19156 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (585).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (585).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0dc2ff9d7e949d9538bd4a7434b965aa66909cb8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (585).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8150e0409567b4966a125aeecdd536d195f8b2448583d2cf777a13cac58f96e1 +size 25397 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (586).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (586).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6a4ecf52f9ea3ebaef7950b09b13138a2271d1de --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (586).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825b90ca8babc4601ad8f051181a9f892c512816ff9ca859a412ecbae70b1d5f +size 26762 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (59).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (59).JPG new file mode 100644 index 0000000000000000000000000000000000000000..487dea205ecccbc6ae98dbef6fa3d32ce0e8ccce --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (59).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cf411093b08228ff06719506640be49a77eccc9d97ad83f14161c60a337c41 +size 20928 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (598).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (598).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8acabbd254d924d8b515331c2d34a2c71f123c59 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (598).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c3a1b4abf22653ff6dd800693e6831bc61ea51b99120d83f5888713ac942f4 +size 10501 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (612).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (612).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5c96eee8231c958885ad97046d64e507f5306a59 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (612).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c890eb9c7d050edb8cc467fb86f361bf7a209f433d5b03c80c17728f3bbf7f0a +size 25169 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (616).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (616).JPG new file mode 100644 index 0000000000000000000000000000000000000000..1afe4b3c0d8485a5c23ef08d61c175aee5f8e72a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (616).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9055240d3059c9e1bf3129cc6d87d675cc2d9ea9435b870927b31c0d47d9ba0 +size 22397 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (621).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (621).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e43189cef045a009c8ada4502808e4e9b18f77f6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (621).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9459fcf5d4f2dc3286d1a05a242b08664f26b09f8a220eff27a950e37afa7cd5 +size 25623 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (645).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (645).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6cf68edb6a98c5b38f27a7a68fcc74b20ae4ad6b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (645).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0531f8430d24ef2d512210bf75a2eff0f9509aba197d24088d184a68e1bbeb2 +size 26974 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (65).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (65).JPG new file mode 100644 index 0000000000000000000000000000000000000000..6ba74c948e7880c1521642d358ec69a483ccd6ed --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (65).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a077bc31fe63a6ec17619a49f76d30da42013004350a1506e2bdb610f57dd5b +size 25389 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (660).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (660).JPG new file mode 100644 index 0000000000000000000000000000000000000000..90fbd8185fc800bbc671160d60d6b679dcded1cb --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (660).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59052b09d8d6a56f9b643ac4ec126c1db06dc6043c91558627300b29537fd9e +size 23499 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (669).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (669).JPG new file mode 100644 index 0000000000000000000000000000000000000000..03ce88bc5b422aa53a576aa8aa8502b77916ab4a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (669).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54079624fd769dcc2d7ad3018963210f013170d625ee74ce363c3f7c92f92557 +size 15710 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (67).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (67).JPG new file mode 100644 index 0000000000000000000000000000000000000000..dab786c3d36f910c7af1393a8b7cfaf651c5e8a9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (67).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3755a495420386cf4652381dfbf4614b28e1cc40c74afa3f9b26bc901d57de6e +size 26149 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (670).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (670).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0fc21233a54e8ac2b15eb770b89bd1bf9eb49fce --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (670).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ae2b7e6c38c498c4420838c610d6df685679e2ecca620262c5e3c5311cc5f5 +size 25824 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (672).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (672).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c8ae226cac1a82c1301a9d5d2946ef84b5509ee --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (672).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4d58b92e1225ebf2702041a9d0c31da025fcb400799cd33f96c21301ff31ab +size 18815 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (675).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (675).JPG new file mode 100644 index 0000000000000000000000000000000000000000..11a4e9f343b3039f3a545ce1db2d8a111e5a6c10 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (675).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660640ee8e2de572021092d2b6e69496cea0dbc4f32651a8598daf7c8e1387b3 +size 26250 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (682).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (682).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d6d9d584db14725098e50c1285a6f27d1d03502a --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (682).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12852b3616bcf0ba39b03b5677e74f50f5f6abf4d38957fe17949e23e2a4b244 +size 14716 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (684).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (684).JPG new file mode 100644 index 0000000000000000000000000000000000000000..110b2eeac39ce0058fd20dcf5d588699a14e3610 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (684).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca724a73e6a70d0cde818c3a5efa04cee2a271a95a80231612180e6d7121bf49 +size 24873 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (685).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (685).JPG new file mode 100644 index 0000000000000000000000000000000000000000..70c259099b9804b6d26c59357eae390699aaf48d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (685).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1519c0976a0595dabf671df669eb43b669d9bea35ac5a4260314a8bbd1d01063 +size 14207 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (688).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (688).JPG new file mode 100644 index 0000000000000000000000000000000000000000..2e60a0840edfa223bd4057f375b4a54b0389eb30 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (688).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41ab9418c71488b8cc7ef4d359167227b2f772d04fcd9cecb689b11fb2bf80d +size 28203 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (697).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (697).JPG new file mode 100644 index 0000000000000000000000000000000000000000..264865b049e9f46dd3503f2a4cda88dd15469974 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (697).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ead35c4cc5fc41be28b820f2815e66be5f600fb5c8050c91384fce8d65b1527 +size 15361 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (714).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (714).JPG new file mode 100644 index 0000000000000000000000000000000000000000..3c49566894ab20da5f549be5dfa3318d70b2bfea --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (714).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c38236ee4a243409f0fa62dee84767c431d6b95edb532979e61d89095142d3 +size 17804 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (72).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (72).JPG new file mode 100644 index 0000000000000000000000000000000000000000..130dd11021747719e425317673f40cb71c7dc6d5 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (72).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d770b239e690f093f81454fb72ac87d2fc1a76a71d1d4ae75a01451feed12387 +size 27364 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (722).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (722).JPG new file mode 100644 index 0000000000000000000000000000000000000000..4a54d76545035b91af46d3532df2c68bd56d2735 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (722).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafcbc76fe7c385e902bba949771e762a977c2e6238078e5d157e04ce63afe39 +size 25388 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (73).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (73).JPG new file mode 100644 index 0000000000000000000000000000000000000000..92cf0a0bd936efc38dac50a392ad8ca0900d5ab2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (73).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3460c5b8853f95be7c893ae75e25b8c0ad07e8ee199cf9bcf801dae22ae11c2 +size 28319 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (731).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (731).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c9d7e3e1c2ec73aa324ea22ee0fc4ad3efd26fda --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (731).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0681cc8337a5f2f25a13dc235b73012848c3e952d63d538a11736a47ca41e10 +size 24981 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (738).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (738).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f4418357458180f1b0068ae3fd846424bb41bd8b --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (738).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43e9828ce1ef9aecd93294cb9b5728514d7f2e4b3b1093d793baf140cc73c57 +size 15349 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (739).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (739).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9ada04c63bebadb552f51ca470362ec4114ee5bc --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (739).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1050909d07243a77401e71a0d538a5f5c6c6c1e508c8c669a4aa452f1aec8e +size 21134 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (747).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (747).JPG new file mode 100644 index 0000000000000000000000000000000000000000..60573ee58042d64b2d0da87ba9081b21c67e9440 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (747).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80df71e7a0b53925955e453d2a57c30f1219912369a559f5385ea69a9ab9bab9 +size 12280 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (761).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (761).JPG new file mode 100644 index 0000000000000000000000000000000000000000..787ce55099b25b26f15f4e3a78c97c376852e2ca --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (761).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d724c6578606fa961ad3f130e90f4110040330118226985a31ae4c96859453 +size 26405 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (776).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (776).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c07300fcc0fb7e9000fb9374b7c862bd3749b931 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (776).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae6634eb6b1b8cf81816cad06c00741d9aa1e0d07ae414fb787ea4fe4e3b257 +size 26831 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (777).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (777).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5e57baf4da6c94e10a75a4e97dfb2afe57c0cea3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (777).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e82831d8182f08b77f387b0a87e391fb407c588e651398d198fc7f3444322e6 +size 14167 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (791).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (791).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a05d9952e1b255a1f7fd3316fcacecd6113ebf8c --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (791).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6146f456e587a497acc0dc51c35554d43887583a6cde51737c7aac203af301f2 +size 26945 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (812).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (812).JPG new file mode 100644 index 0000000000000000000000000000000000000000..395decd9f95031d3defb2fb24da6208ce4e89916 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (812).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0b1e4175c0472a9cb8b85c116bce5186e9fae623d8bd50e916f113c16de346 +size 24158 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (815).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (815).JPG new file mode 100644 index 0000000000000000000000000000000000000000..fafe4e30773d477cfc56924ec855e6b4d2b2b5e6 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (815).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d1ee62d37b888cba9e909cbb0e1ba259b04426f842d76401e6d4fd01c72ead +size 27157 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (816).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (816).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f3b77976426bdf6a915f9a839592e05caa1b48f3 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (816).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e832b027a83a1b6fe92e176d7a943a3019777706762062198e1a1fa769af0b73 +size 12242 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (82).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (82).JPG new file mode 100644 index 0000000000000000000000000000000000000000..9c2dc2f66ce60cb7a3f87e244c802dc3ac519a4d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (82).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac13a90727cf9d34cf998c29f873889557dcb443ce4a5e281e985bf5e679b3c +size 14539 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (829).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (829).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ac563e622bec1b4c4b230076f16ba8df90c21b06 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (829).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e493a3abaeb6a37cecf8533fc2231e87dc5997644c1e510faeabba59b27f00d6 +size 18918 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (83).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (83).JPG new file mode 100644 index 0000000000000000000000000000000000000000..d28ff5e85d1ffc3c54f52842055c97a21c70ff11 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (83).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9971b50a13e4f2db25f4d413dc5c737fd0bdfacdfe3174188576a1432f6da812 +size 16271 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (830).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (830).JPG new file mode 100644 index 0000000000000000000000000000000000000000..56c38f9e4bd705e8a7aee96711bd3a9828d54a76 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (830).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47295836189bfd6824ef3f0fb110559170523528ad02392b610ae73db3b74e94 +size 24591 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (834).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (834).JPG new file mode 100644 index 0000000000000000000000000000000000000000..74aa0f44b1a344ebc6bfbefdb1259c1266516b11 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (834).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd419ddfef3d08002b18734ca09171434d55e8a19d3ae5a543cd91b7d3c34cc8 +size 26707 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (836).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (836).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f35b62c4fea2a8ac81563ebd3775a1d5457e0032 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (836).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1a7fe69080f5e6b002443ffdc9e2ffab7c39ff1d9af2b7b9611c566f12a140 +size 27255 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (859).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (859).JPG new file mode 100644 index 0000000000000000000000000000000000000000..cab31a23ee56626e75d63925988670ecc07c59b8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (859).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9bb8451469fb34c5c1a86fc57b10e7c74dd86fc4e54f3e2e7edb80a9e64201 +size 25367 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (86).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (86).JPG new file mode 100644 index 0000000000000000000000000000000000000000..64c5c1ba57d7db13f24d49b412bdae7f4ab06ae0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (86).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28b95abb7384868359f9756901204ec8910c6421b0a31d1e87572676cc0df89 +size 27587 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (863).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (863).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ae9cdfe04b0e682d4c5b65fad45e2b8cb410b50f --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (863).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac14c598c656593863d6bebbf719ebddf3a5cde2202376e6e605b3d1414cfa10 +size 16742 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (869).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (869).JPG new file mode 100644 index 0000000000000000000000000000000000000000..f470090ceb7669993a0e75507d0f80a3e5ab43d8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (869).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d7614e6ad650d83a5821512e4c05ea208d6bad3b37839257dbe686a4f3a4ab +size 25629 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (87).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (87).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0f9c045ed2e4e8b0ba06730b415f2239a5c9f965 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (87).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d885787c9699cae390caf4aa715a79ae23946bedb099f939ef3e03dc7980fd2 +size 24028 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (873).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (873).JPG new file mode 100644 index 0000000000000000000000000000000000000000..8779d15e22d4f527e1e3b5d1fc018278ac092b30 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (873).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6ec8306d2e0dbb7fd0c0b4a50eb37eea8007b1e2a7686e9e186ed699d45370 +size 16813 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (877).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (877).JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c997fe3f65a4a9832fb39038905617bce9200a7 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (877).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84932ba8695c4e3c2799a1699caaa5b336be9916302ffe2e15db2380feabfbe4 +size 16157 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (879).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (879).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a8ee2dfbca263084f80de0b662a34afa6e02ed2d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (879).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76b6b2caab8efeeb36fecda270f0e0c8b5927c6e1290cda729874deccbe18aa +size 25932 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (884).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (884).JPG new file mode 100644 index 0000000000000000000000000000000000000000..b2c554083ff2cd3837080955802f835fff1190ae --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (884).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df5b36fa8b258ddb7647c7a67007575674c5ffa3c6f3fba53053c19b8d5c3e4 +size 17197 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (890).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (890).JPG new file mode 100644 index 0000000000000000000000000000000000000000..ba1017a1216c1da71e200a9a2eceb37b4c939fb4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (890).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667ad81b88d780bdce3e6bc658c941a1ed6457a9515801d95cdbd7e84b93df38 +size 19857 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (9).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (9).JPG new file mode 100644 index 0000000000000000000000000000000000000000..914492e60b553d01b4b3d71b278a96770a1840c4 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (9).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30df87e0a7e4aff5faef56526e2697739c3d118499ce5be3c4050d5bb747753 +size 22008 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (925).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (925).JPG new file mode 100644 index 0000000000000000000000000000000000000000..5f355f9e752c1bfa1bec90e47b5d4c1607977828 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (925).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bce1859902fbebdee3c0c26e3998c692f12c6d0d0f84495570289e7277368e +size 25522 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (932).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (932).JPG new file mode 100644 index 0000000000000000000000000000000000000000..bb22dedb5299a0e3529025021f84ab9368254071 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (932).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decb6ce80ad794350c7ab6ffb31de93250a8a2f165f292153432cf90de864276 +size 18588 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (944).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (944).JPG new file mode 100644 index 0000000000000000000000000000000000000000..01c8fb48df3b5423d8a50667d4ef0fd627e2ef18 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (944).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cf4928bbf526c7be777d64837a4c432f021be723d73c786b61d34b8814b911 +size 23292 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (946).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (946).JPG new file mode 100644 index 0000000000000000000000000000000000000000..e3724c10989832d0dcf97ebb422b44b7d4510ca9 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (946).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f21f89321860f318aee30712d93d99735b656a6384d2782e234e6ed21527919 +size 15105 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (954).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (954).JPG new file mode 100644 index 0000000000000000000000000000000000000000..c12cafa41ecd3dc01220698c81ae7e1007b7c87d --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (954).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f79e9ddddfd09c5b9b3d7346656be1e7fbe98ade6abd89ba3ebf8e0eead15f6 +size 27441 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (984).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (984).JPG new file mode 100644 index 0000000000000000000000000000000000000000..a162b87e7760a70f367ec78a6859fbad4524b7f2 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (984).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e9ffabaa054c19ae8df95e94fbd7a25105defdea1214eb5f8bd804ea9a7428 +size 18175 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (985).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (985).JPG new file mode 100644 index 0000000000000000000000000000000000000000..608ee3981dad5918d824ad41b6ec4175c045bfdd --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (985).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6217fe9d317364be25c095184bfdf8c3875d3bf580b883ede4d7b1453f6683 +size 19208 diff --git a/dataset-tomatoes/validation/Tomato___healthy/image (990).JPG b/dataset-tomatoes/validation/Tomato___healthy/image (990).JPG new file mode 100644 index 0000000000000000000000000000000000000000..81e94e76a3fc5191f8f371960aa1f7c22ca9e8f0 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/image (990).JPG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a6b028e1b2b3f0bd668f19d16d1f5d945502f4cc1a4d63a9e01d9f8debae43 +size 15874 diff --git a/dataset-tomatoes/validation/Tomato___healthy/stock-photo-tomato-leaf-isolated-on-white-background-580281301.jpg b/dataset-tomatoes/validation/Tomato___healthy/stock-photo-tomato-leaf-isolated-on-white-background-580281301.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a466bb744c0a7cde7b4e7bca3d9d0f2221a9ec8 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/stock-photo-tomato-leaf-isolated-on-white-background-580281301.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1928c2ab76e67e8b653f054e4b930f5d23911d50c48231ec7fd4d6fbe7a463fa +size 21773 diff --git a/dataset-tomatoes/validation/Tomato___healthy/tomato-leaf-isolated-white-34309524.jpg b/dataset-tomatoes/validation/Tomato___healthy/tomato-leaf-isolated-white-34309524.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c2693f4dd068735f9150487b9e7321ddf8f9306 --- /dev/null +++ b/dataset-tomatoes/validation/Tomato___healthy/tomato-leaf-isolated-white-34309524.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5719cc0600fb92d4884f2d2b38edb05b37006203af26a740ba5b2498b46af0b +size 82922